@charset "UTF-8";
/* -----------------
  Auto Prefixer
------------------ */
/* stylelint-disable selector-no-vendor-prefix, property-no-vendor-prefix */
/* --------------------
  Overflow
--------------------- */
/* ---------------------
  Form Placeholders
---------------------- */
/* ---------------------
  Search Decoration
---------------------- */
/* ---------------------
  Placeholder Shown
---------------------- */
/* -----------------
  Autofill format
------------------ */
/* ----------------------------
  Input Pseudo Classes
------------------------------ */
/* ----------------------------
  Buttons/Links Pseudo States
------------------------------ */
/* -----------------
  Object Fit
------------------ */
/* stylelint-enable selector-no-vendor-prefix, property-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix */
/* ---------------------------
  Line Clamp
----------------------------- */
/* --------------------
  Sticky
--------------------- */
/* stylelint-enable value-no-vendor-prefix */
/* ---------------------------
  Keyframes for animations
---------------------------- */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-enable at-rule-no-vendor-prefix */
/* --------------------
  User Select
--------------------- */
/* --------------------
  Transform
--------------------- */
/* --------------------
  Filter
--------------------- */
/* --------------------
  Background Size
--------------------- */
/* -----------------
  Animation
------------------ */
/* --------------------
  Appearance
--------------------- */
/* --------------------
  Backface Visibility
--------------------- */
/* --------------------
  Overflow Scrolling
--------------------- */
/* ---------------------------
  Gradients
----------------------------- */
/* ---------------------------
  Center Element Absolutely
---------------------------- */
/* ------------------------------
  Fill element base on parent
------------------------------- */
/* -----------------
  Lock Body
------------------ */
/* -------------
  Background
--------------- */
/* ---------------------
  Multiple Transition
---------------------- */
/* -----------------
  Ellipsis
------------------ */
/* -----------------
  Visibility
------------------ */
/* -----------------
  Borders
------------------ */
/* -----------------
  Buttons
------------------ */
/* ---------------------
  Flash Status
---------------------- */
/* ---------------------
  Online Degree & Diploma Status
---------------------- */
/* --------------------
  Checkbox Toggler
--------------------- */
/* ---------------------
  Floating Labels
---------------------- */
/* --------------------
  Float Label Input
--------------------- */
/* --------------------
  Default Float Label
--------------------- */
/* --------------------
  Placeholder Label
--------------------- */
/* ---------------------------
  Cross Browsing List Reset
----------------------------- */
/* stylelint-disable declaration-no-important, selector-class-pattern */
/* stylelint-enable declaration-no-important, selector-class-pattern */
/* ---------------------------
  Steps Gradient Colors
----------------------------- */
/* ---------------------------
  Steps Gradient Vertical Colors
----------------------------- */
/* ---------------------------
  Breadcrumbs size
----------------------------- */
/* WARNING: white_label_color_value.rb file contains these colors too */
/* -----------------
  Auto Prefixer
------------------ */
/* stylelint-disable selector-no-vendor-prefix, property-no-vendor-prefix */
/* --------------------
  Overflow
--------------------- */
/* ---------------------
  Form Placeholders
---------------------- */
/* ---------------------
  Search Decoration
---------------------- */
/* ---------------------
  Placeholder Shown
---------------------- */
/* -----------------
  Autofill format
------------------ */
/* ----------------------------
  Input Pseudo Classes
------------------------------ */
/* ----------------------------
  Buttons/Links Pseudo States
------------------------------ */
/* -----------------
  Object Fit
------------------ */
/* stylelint-enable selector-no-vendor-prefix, property-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix */
/* ---------------------------
  Line Clamp
----------------------------- */
/* --------------------
  Sticky
--------------------- */
/* stylelint-disable declaration-no-important, */
/* --------------------
  Cursor Grab
--------------------- */
/* stylelint-enable value-no-vendor-prefix, declaration-no-important */
/* ---------------------------
  Keyframes for animations
---------------------------- */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-enable at-rule-no-vendor-prefix */
/* --------------------
  User Select
--------------------- */
/* --------------------
  Transform
--------------------- */
/* --------------------
  Transform Origin
--------------------- */
/* --------------------
  Filter
--------------------- */
/* --------------------
  Background Size
--------------------- */
/* -----------------
  Animation
------------------ */
/* --------------------
  Appearance
--------------------- */
/* --------------------
  Backface Visibility
--------------------- */
/* --------------------
  Overflow Scrolling
--------------------- */
/* ---------------------------
  Gradients
----------------------------- */
/* ---------------------------
  Center Element Absolutely
---------------------------- */
/* ------------------------------
  Fill element base on parent
------------------------------- */
/* -----------------
  Lock Body
------------------ */
/* -------------
  Background
--------------- */
/* ---------------------
  Multiple Transition
---------------------- */
/* -----------------
  Ellipsis
------------------ */
/* -----------------
  Visibility
------------------ */
/* -----------------
  Borders
------------------ */
/* -----------------
  Buttons
------------------ */
/* ---------------------
  Flash Status
---------------------- */
/* ---------------------
  Online Degree & Diploma Status
---------------------- */
/* --------------------
  Checkbox Toggler
--------------------- */
/* ---------------------------
  Custom Checkbox
----------------------------- */
/* ---------------------------
  Custom Checkbox
----------------------------- */
/* ---------------------------
  Custom Radio Button
----------------------------- */
/* ---------------------
  Floating Labels
---------------------- */
/* --------------------
  Float Label Input
--------------------- */
/* --------------------
  Default Float Label
--------------------- */
/* --------------------
  Placeholder Label
--------------------- */
/* ---------------------------
  Cross Browsing List Reset
----------------------------- */
/* stylelint-disable declaration-no-important, selector-class-pattern */
/* stylelint-enable declaration-no-important, selector-class-pattern */
/* ---------------------------
  Steps Gradient Colors
----------------------------- */
/* ---------------------------
  Steps Gradient Vertical Colors
----------------------------- */
/* ---------------------------
  Breadcrumbs size
----------------------------- */
/* ---------------------------
  Row gutter change
----------------------------- */
/* ---------------------------
  Dynamic Chevron
----------------------------- */
/* --------------
  Map Deep Get
---------------- */
@import url(//:3000/assets/flatpickr/dist/flatpickr-3a531cfd2dc99d4aadbd08998ab779ee9b48536a84c0dc8a0d33483c19c69508.css);
@-webkit-keyframes autofill {
  to {
    background: rgba(0, 190, 109, 0.05) right center no-repeat;
    background-image: inherit;
    color: #444;
    font-family: roboto, arial, sans-serif;
  }
}

@-moz-keyframes autofill {
  to {
    background: rgba(0, 190, 109, 0.05) right center no-repeat;
    background-image: inherit;
    color: #444;
    font-family: roboto, arial, sans-serif;
  }
}

@-ms-keyframes autofill {
  /* line 2, app/assets/stylesheets/abstracts/_animations.scss */
  to {
    background: rgba(0, 190, 109, 0.05) right center no-repeat;
    background-image: inherit;
    color: #444;
    font-family: roboto, arial, sans-serif;
  }
}

@keyframes autofill {
  to {
    background: rgba(0, 190, 109, 0.05) right center no-repeat;
    background-image: inherit;
    color: #444;
    font-family: roboto, arial, sans-serif;
  }
}

@-webkit-keyframes horizontal-fill {
  to {
    width: 100%;
  }
}

@-moz-keyframes horizontal-fill {
  to {
    width: 100%;
  }
}

@-ms-keyframes horizontal-fill {
  /* line 11, app/assets/stylesheets/abstracts/_animations.scss */
  to {
    width: 100%;
  }
}

@keyframes horizontal-fill {
  to {
    width: 100%;
  }
}

@-webkit-keyframes shine {
  to {
    left: 100%;
  }
}

@-moz-keyframes shine {
  to {
    left: 100%;
  }
}

@-ms-keyframes shine {
  /* line 15, app/assets/stylesheets/abstracts/_animations.scss */
  to {
    left: 100%;
  }
}

@keyframes shine {
  to {
    left: 100%;
  }
}

/* stylelint-disable selector-no-qualifying-type */
@-webkit-keyframes tooltip-bounce-before {
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem);
    -moz-transform: translate(-50%, 2.5rem);
    -ms-transform: translate(-50%, 2.5rem);
    -o-transform: translate(-50%, 2.5rem);
    transform: translate(-50%, 2.5rem);
  }
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem);
    -moz-transform: translate(-50%, 1.25rem);
    -ms-transform: translate(-50%, 1.25rem);
    -o-transform: translate(-50%, 1.25rem);
    transform: translate(-50%, 1.25rem);
  }
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem);
    -moz-transform: translate(-50%, 0.625rem);
    -ms-transform: translate(-50%, 0.625rem);
    -o-transform: translate(-50%, 0.625rem);
    transform: translate(-50%, 0.625rem);
  }
}

@-moz-keyframes tooltip-bounce-before {
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem);
    -moz-transform: translate(-50%, 2.5rem);
    -ms-transform: translate(-50%, 2.5rem);
    -o-transform: translate(-50%, 2.5rem);
    transform: translate(-50%, 2.5rem);
  }
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem);
    -moz-transform: translate(-50%, 1.25rem);
    -ms-transform: translate(-50%, 1.25rem);
    -o-transform: translate(-50%, 1.25rem);
    transform: translate(-50%, 1.25rem);
  }
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem);
    -moz-transform: translate(-50%, 0.625rem);
    -ms-transform: translate(-50%, 0.625rem);
    -o-transform: translate(-50%, 0.625rem);
    transform: translate(-50%, 0.625rem);
  }
}

@-ms-keyframes tooltip-bounce-before {
  /* line 20, app/assets/stylesheets/abstracts/_animations.scss */
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* line 30, app/assets/stylesheets/abstracts/_animations.scss */
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem);
    -moz-transform: translate(-50%, 2.5rem);
    -ms-transform: translate(-50%, 2.5rem);
    -o-transform: translate(-50%, 2.5rem);
    transform: translate(-50%, 2.5rem);
  }
  /* line 35, app/assets/stylesheets/abstracts/_animations.scss */
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem);
    -moz-transform: translate(-50%, 1.25rem);
    -ms-transform: translate(-50%, 1.25rem);
    -o-transform: translate(-50%, 1.25rem);
    transform: translate(-50%, 1.25rem);
  }
  /* line 40, app/assets/stylesheets/abstracts/_animations.scss */
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem);
    -moz-transform: translate(-50%, 0.625rem);
    -ms-transform: translate(-50%, 0.625rem);
    -o-transform: translate(-50%, 0.625rem);
    transform: translate(-50%, 0.625rem);
  }
}

@keyframes tooltip-bounce-before {
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem);
    -moz-transform: translate(-50%, 2.5rem);
    -ms-transform: translate(-50%, 2.5rem);
    -o-transform: translate(-50%, 2.5rem);
    transform: translate(-50%, 2.5rem);
  }
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem);
    -moz-transform: translate(-50%, 1.25rem);
    -ms-transform: translate(-50%, 1.25rem);
    -o-transform: translate(-50%, 1.25rem);
    transform: translate(-50%, 1.25rem);
  }
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem);
    -moz-transform: translate(-50%, 0.625rem);
    -ms-transform: translate(-50%, 0.625rem);
    -o-transform: translate(-50%, 0.625rem);
    transform: translate(-50%, 0.625rem);
  }
}

@-webkit-keyframes tooltip-bounce-after {
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -moz-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -ms-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -o-transform: translate(-50%, 2.5rem) rotate(-45deg);
    transform: translate(-50%, 2.5rem) rotate(-45deg);
  }
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -moz-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -ms-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -o-transform: translate(-50%, 1.25rem) rotate(-45deg);
    transform: translate(-50%, 1.25rem) rotate(-45deg);
  }
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -moz-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -ms-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -o-transform: translate(-50%, 0.625rem) rotate(-45deg);
    transform: translate(-50%, 0.625rem) rotate(-45deg);
  }
}

@-moz-keyframes tooltip-bounce-after {
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -moz-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -ms-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -o-transform: translate(-50%, 2.5rem) rotate(-45deg);
    transform: translate(-50%, 2.5rem) rotate(-45deg);
  }
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -moz-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -ms-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -o-transform: translate(-50%, 1.25rem) rotate(-45deg);
    transform: translate(-50%, 1.25rem) rotate(-45deg);
  }
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -moz-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -ms-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -o-transform: translate(-50%, 0.625rem) rotate(-45deg);
    transform: translate(-50%, 0.625rem) rotate(-45deg);
  }
}

@-ms-keyframes tooltip-bounce-after {
  /* line 47, app/assets/stylesheets/abstracts/_animations.scss */
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  /* line 57, app/assets/stylesheets/abstracts/_animations.scss */
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -moz-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -ms-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -o-transform: translate(-50%, 2.5rem) rotate(-45deg);
    transform: translate(-50%, 2.5rem) rotate(-45deg);
  }
  /* line 62, app/assets/stylesheets/abstracts/_animations.scss */
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -moz-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -ms-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -o-transform: translate(-50%, 1.25rem) rotate(-45deg);
    transform: translate(-50%, 1.25rem) rotate(-45deg);
  }
  /* line 67, app/assets/stylesheets/abstracts/_animations.scss */
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -moz-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -ms-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -o-transform: translate(-50%, 0.625rem) rotate(-45deg);
    transform: translate(-50%, 0.625rem) rotate(-45deg);
  }
}

@keyframes tooltip-bounce-after {
  0%,
30%,
40%,
53.3%,
66.667%,
100% {
    -webkit-animation: ease-out;
    -moz-animation: ease-out;
    -ms-animation: ease-out;
    -o-animation: ease-out;
    animation: ease-out;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  35% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -moz-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -ms-transform: translate(-50%, 2.5rem) rotate(-45deg);
    -o-transform: translate(-50%, 2.5rem) rotate(-45deg);
    transform: translate(-50%, 2.5rem) rotate(-45deg);
  }
  46.667% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -moz-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -ms-transform: translate(-50%, 1.25rem) rotate(-45deg);
    -o-transform: translate(-50%, 1.25rem) rotate(-45deg);
    transform: translate(-50%, 1.25rem) rotate(-45deg);
  }
  60% {
    -webkit-animation: ease-in;
    -moz-animation: ease-in;
    -ms-animation: ease-in;
    -o-animation: ease-in;
    animation: ease-in;
    -webkit-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -moz-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -ms-transform: translate(-50%, 0.625rem) rotate(-45deg);
    -o-transform: translate(-50%, 0.625rem) rotate(-45deg);
    transform: translate(-50%, 0.625rem) rotate(-45deg);
  }
}

/* stylelint-enable selector-no-qualifying-type */
/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 62, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, node_modules/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #00be6d;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #007241;
  text-decoration: underline;
}

/* line 199, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 279, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, node_modules/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, node_modules/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, node_modules/bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, node_modules/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 481, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1930px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-first {
    order: -1;
  }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-last {
    order: 13;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-0 {
    order: 0;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-1 {
    order: 1;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-2 {
    order: 2;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-3 {
    order: 3;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-4 {
    order: 4;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-5 {
    order: 5;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-6 {
    order: 6;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-7 {
    order: 7;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-8 {
    order: 8;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-9 {
    order: 9;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-10 {
    order: 10;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-11 {
    order: 11;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xxxl-12 {
    order: 12;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-0 {
    margin-left: 0;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3fffad;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 190, 109, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 57, node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 69, node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, node_modules/bootstrap/scss/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 218, node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 66, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 80, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 90, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 115, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 139, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 147, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 160, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 164, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 175, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 179, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f00;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 66, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 80, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 90, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f00;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 115, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f00;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 139, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f00;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f00;
}

/* line 147, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}

/* line 160, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/* line 164, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f00;
}

/* line 175, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f00;
}

/* line 179, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/* line 258, node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, node_modules/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 289, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 190, 109, 0.25);
}

/* line 32, node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 38, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 42, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 190, 109, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 49, node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #00be6d;
  border-color: #00be6d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #009857;
  border-color: #008b50;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 200, 131, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00be6d;
  border-color: #00be6d;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #008b50;
  border-color: #007e48;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 200, 131, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #00be6d;
  border-color: #00be6d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00be6d;
  border-color: #00be6d;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 190, 109, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00be6d;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00be6d;
  border-color: #00be6d;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 190, 109, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #f00;
  border-color: #f00;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f00;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 77, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #00be6d;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #007241;
  text-decoration: underline;
}

/* line 87, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 107, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 111, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 120, node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, node_modules/bootstrap/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1440px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1930px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00be6d;
}

/* line 160, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 187, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1930px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxxl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxxl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxxl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1930px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxxl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 1rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 3rem !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xxxl-auto {
    margin: auto !important;
  }
  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }
  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }
  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1439.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1929.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl > .container,
.navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1930px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl > .container,
.navbar-expand-xxxl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}

/* line 140, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 172, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 179, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 246, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 262, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 275, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #006339;
  background-color: #ccf2e2;
  border-color: #b8edd6;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a4e8ca;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #00301c;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #ff9f9f;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #520000;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 1, app/assets/stylesheets/base/_base.scss */
html {
  background-color: initial;
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: auto;
}

/* line 9, app/assets/stylesheets/base/_base.scss */
body {
  min-height: 100%;
}

/* line 11, app/assets/stylesheets/base/_base.scss */
hr {
  border: 0;
  border-bottom: 2px solid #dddddf;
  margin: 0 auto;
  width: calc(100% - 3rem);
}

/* line 18, app/assets/stylesheets/base/_base.scss */
figure img {
  max-width: 100%;
}

/* line 20, app/assets/stylesheets/base/_base.scss */
table {
  width: 100%;
}

/* line 23, app/assets/stylesheets/base/_base.scss */
table td,
table th {
  padding: .5rem 1rem;
}

/* line 27, app/assets/stylesheets/base/_base.scss */
table td:first-of-type,
table th:first-of-type {
  padding-left: 0;
}

/* line 29, app/assets/stylesheets/base/_base.scss */
table td:last-of-type,
table th:last-of-type {
  padding-right: 0;
  text-align: right;
}

/* line 35, app/assets/stylesheets/base/_base.scss */
table p {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/base/_base.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
button:hover, button:focus, button:active, button:checked, button:focus:hover, button:focus:active, button:not(:disabled):hover, button:not(:disabled):active, button:not(.disabled):active, button:not(:disabled):active:focus, button:not(.disabled):active:focus {
  outline: 0;
}

/* line 4, app/assets/stylesheets/base/_typography.scss */
body {
  color: #333;
  font-family: roboto, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
}

/* line 15, app/assets/stylesheets/base/_typography.scss */
.heading-1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/base/_typography.scss */
  .heading-1 {
    font-size: 3.4rem;
  }
}

/* line 23, app/assets/stylesheets/base/_typography.scss */
.heading-2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.16;
}

/* line 29, app/assets/stylesheets/base/_typography.scss */
.heading-3 {
  color: #00be6d;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.16;
  margin: 0 0 1rem;
}

/* line 37, app/assets/stylesheets/base/_typography.scss */
.heading-4 {
  color: #777879;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 44, app/assets/stylesheets/base/_typography.scss */
.heading-5 {
  color: #00be6d;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 51, app/assets/stylesheets/base/_typography.scss */
.heading-6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}

/* line 57, app/assets/stylesheets/base/_typography.scss */
.heading-7 {
  font-size: 2.1rem;
  font-weight: 500;
}

/* line 62, app/assets/stylesheets/base/_typography.scss */
.section-heading {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* line 71, app/assets/stylesheets/base/_typography.scss */
.section-heading-2,
.section-heading-3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 1rem;
}

/* line 80, app/assets/stylesheets/base/_typography.scss */
.section-heading-2 {
  margin-bottom: .5rem;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/base/_typography.scss */
.text-error {
  color: #ab2321;
}

/* line 87, app/assets/stylesheets/base/_typography.scss */
.heading-error {
  color: #000;
  font-size: 9rem;
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/base/_typography.scss */
.paragraph {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
}

/* line 105, app/assets/stylesheets/base/_typography.scss */
.paragraph--small {
  font-size: 1.4rem;
  line-height: 1.29;
}

/* line 110, app/assets/stylesheets/base/_typography.scss */
.paragraph--xsmall {
  font-size: 1.3rem;
  line-height: 1.31;
}

/* line 115, app/assets/stylesheets/base/_typography.scss */
.paragraph--tiny {
  font-size: 1.2rem;
  line-height: 1.25;
}

/* line 120, app/assets/stylesheets/base/_typography.scss */
.paragraph--large {
  font-size: 1.8rem;
  line-height: 1.44;
}

/* line 126, app/assets/stylesheets/base/_typography.scss */
.link {
  color: #00be6d;
  font-size: 1.4rem;
  line-height: 1.1;
}

/* line 132, app/assets/stylesheets/base/_typography.scss */
.link--close, .link--chevron, .link--close-left, .link--chevron-left {
  padding-right: .9rem;
  position: relative;
}

/* line 139, app/assets/stylesheets/base/_typography.scss */
.link--close:hover::after, .link--chevron:hover::after, .link--close-left:hover::after, .link--chevron-left:hover::after {
  transition: right 0.35s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 0;
  right: -1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 139, app/assets/stylesheets/base/_typography.scss */
  .link--close:hover::after, .link--chevron:hover::after, .link--close-left:hover::after, .link--chevron-left:hover::after {
    transition: none;
  }
}

/* line 145, app/assets/stylesheets/base/_typography.scss */
.link--close:hover::before, .link--chevron:hover::before, .link--close-left:hover::before, .link--chevron-left:hover::before {
  transition: right 0.35s ease-out, opacity 0.35s linear 0.15s;
  opacity: 1;
  right: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 145, app/assets/stylesheets/base/_typography.scss */
  .link--close:hover::before, .link--chevron:hover::before, .link--close-left:hover::before, .link--chevron-left:hover::before {
    transition: none;
  }
}

/* line 151, app/assets/stylesheets/base/_typography.scss */
.link--close::after, .link--close::before, .link--chevron::after, .link--chevron::before, .link--close-left::after, .link--close-left::before, .link--chevron-left::after, .link--chevron-left::before {
  transition: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-style: solid;
  border-width: .1rem .1rem 0 0;
  content: "";
  display: inline-block;
  height: .6rem;
  margin-left: .3rem;
  right: 0;
  vertical-align: middle;
  width: .6rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 151, app/assets/stylesheets/base/_typography.scss */
  .link--close::after, .link--close::before, .link--chevron::after, .link--chevron::before, .link--close-left::after, .link--close-left::before, .link--chevron-left::after, .link--chevron-left::before {
    transition: none;
  }
}

/* line 167, app/assets/stylesheets/base/_typography.scss */
.link--close::before, .link--chevron::before, .link--close-left::before, .link--chevron-left::before {
  opacity: 0;
  right: 1rem;
}

/* line 173, app/assets/stylesheets/base/_typography.scss */
.link--close, .link--close-left {
  padding-right: 1.2rem;
}

/* line 177, app/assets/stylesheets/base/_typography.scss */
.link--close:hover::after, .link--close-left:hover::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  right: 0;
}

/* line 183, app/assets/stylesheets/base/_typography.scss */
.link--close::after, .link--close-left::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  content: "\2715";
  font-size: 1.2rem;
  height: auto;
  margin-top: 1px;
  opacity: 1;
  right: 0;
}

/* line 194, app/assets/stylesheets/base/_typography.scss */
.link--close::before, .link--close:hover::before, .link--close-left::before, .link--close-left:hover::before {
  opacity: 0;
}

/* line 198, app/assets/stylesheets/base/_typography.scss */
.link--chevron-left {
  padding: 0 0 0 1.5rem;
}

/* line 201, app/assets/stylesheets/base/_typography.scss */
.link--chevron-left:hover::after {
  transition: left 0.35s ease-in-out, opacity 0.25s ease-in-out;
  left: -1rem;
  right: auto;
}

@media (prefers-reduced-motion: reduce) {
  /* line 201, app/assets/stylesheets/base/_typography.scss */
  .link--chevron-left:hover::after {
    transition: none;
  }
}

/* line 207, app/assets/stylesheets/base/_typography.scss */
.link--chevron-left:hover::before {
  transition: left 0.35s ease-out, opacity 0.35s linear 0.15s;
  left: 0;
  right: auto;
}

@media (prefers-reduced-motion: reduce) {
  /* line 207, app/assets/stylesheets/base/_typography.scss */
  .link--chevron-left:hover::before {
    transition: none;
  }
}

/* line 213, app/assets/stylesheets/base/_typography.scss */
.link--chevron-left::after, .link--chevron-left::before {
  border-width: 0 0 .1rem .1rem;
  left: 0;
  margin: 0 .3rem 0 0;
  right: auto;
}

/* line 221, app/assets/stylesheets/base/_typography.scss */
.link--chevron-left::before {
  left: 1rem;
  right: auto;
}

/* line 227, app/assets/stylesheets/base/_typography.scss */
.link--close-left {
  padding: 0 0 0 1.5rem;
}

/* line 230, app/assets/stylesheets/base/_typography.scss */
.link--close-left::after, .link--close-left::before {
  left: 0;
  right: auto;
}

/* line 238, app/assets/stylesheets/base/_typography.scss */
.link:hover {
  color: #007241;
}

/* line 239, app/assets/stylesheets/base/_typography.scss */
.link:visited {
  color: #007241;
}

/* line 242, app/assets/stylesheets/base/_typography.scss */
.link--text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

/* line 249, app/assets/stylesheets/base/_typography.scss */
.link--text:hover {
  color: inherit;
  cursor: text;
  text-decoration: none;
}

/* line 255, app/assets/stylesheets/base/_typography.scss */
.link--text:visited {
  color: inherit;
}

/* stylelint-disable declaration-no-important */
/* line 2, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-none {
  margin-bottom: 0 !important;
}

/* line 3, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-tiny {
  margin-bottom: 0.5rem !important;
}

/* line 4, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-xsmall {
  margin-bottom: 1rem !important;
}

/* line 5, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-medium {
  margin-bottom: 2rem !important;
}

/* line 7, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-large, .accordion__panel > :last-of-type {
  margin-bottom: 3rem !important;
}

/* line 8, app/assets/stylesheets/base/_utilities.scss */
.margin-bottom-huge {
  margin-bottom: 4rem !important;
}

/* line 9, app/assets/stylesheets/base/_utilities.scss */
.margin-left-tiny {
  margin-left: 0.5rem !important;
}

/* line 10, app/assets/stylesheets/base/_utilities.scss */
.margin-left-small {
  margin-left: 1.5rem !important;
}

/* line 11, app/assets/stylesheets/base/_utilities.scss */
.margin-top-none {
  margin-top: 0 !important;
}

/* line 12, app/assets/stylesheets/base/_utilities.scss */
.margin-top-tiny {
  margin-top: 0.5rem !important;
}

/* line 13, app/assets/stylesheets/base/_utilities.scss */
.margin-top-xsmall {
  margin-top: 1rem !important;
}

/* line 14, app/assets/stylesheets/base/_utilities.scss */
.margin-top-small {
  margin-top: 1.5rem !important;
}

/* line 15, app/assets/stylesheets/base/_utilities.scss */
.margin-top-medium {
  margin-top: 2rem !important;
}

/* line 16, app/assets/stylesheets/base/_utilities.scss */
.margin-top-large {
  margin-top: 3rem !important;
}

/* line 17, app/assets/stylesheets/base/_utilities.scss */
.margin-top-huge {
  margin-top: 4rem !important;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/base/_utilities.scss */
  .md-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/base/_utilities.scss */
  .md-margin-bottom-medium {
    margin-bottom: 2rem !important;
  }
}

/* line 27, app/assets/stylesheets/base/_utilities.scss */
.text-justify {
  text-align: justify !important;
}

/* line 28, app/assets/stylesheets/base/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 29, app/assets/stylesheets/base/_utilities.scss */
.text-right {
  text-align: right !important;
}

/* line 30, app/assets/stylesheets/base/_utilities.scss */
.text-left {
  text-align: left !important;
}

/* line 31, app/assets/stylesheets/base/_utilities.scss */
.float-right {
  float: right !important;
}

/* line 32, app/assets/stylesheets/base/_utilities.scss */
.float-left {
  float: left !important;
}

/* line 33, app/assets/stylesheets/base/_utilities.scss */
.text-light {
  color: #fff !important;
}

/* line 35, app/assets/stylesheets/base/_utilities.scss */
.regular, .enrollments-v2 .sidebar .steps .step--active {
  font-weight: 400 !important;
}

/* line 36, app/assets/stylesheets/base/_utilities.scss */
.strong, strong {
  font-weight: 600 !important;
}

/* line 37, app/assets/stylesheets/base/_utilities.scss */
.medium {
  font-weight: 500 !important;
}

/* line 38, app/assets/stylesheets/base/_utilities.scss */
.uppercase {
  text-transform: uppercase !important;
}

/* line 39, app/assets/stylesheets/base/_utilities.scss */
.capitalize {
  text-transform: capitalize !important;
}

/* line 40, app/assets/stylesheets/base/_utilities.scss */
.fake-bold, .enrollments-v2 .sidebar .steps .step--active, .enrollments-v2 .sidebar .steps .link--text:hover {
  text-shadow: .3px 0 0, -.3px 0 0 !important;
}

/* line 41, app/assets/stylesheets/base/_utilities.scss */
.italic {
  font-style: italic !important;
}

/* line 42, app/assets/stylesheets/base/_utilities.scss */
.underline {
  text-decoration: underline !important;
}

/* line 43, app/assets/stylesheets/base/_utilities.scss */
.without-decoration {
  text-decoration: none !important;
}

/* line 45, app/assets/stylesheets/base/_utilities.scss */
.mark, mark {
  background: none;
  color: #df7978;
}

/* line 50, app/assets/stylesheets/base/_utilities.scss */
.w-full {
  width: 100% !important;
}

/* line 51, app/assets/stylesheets/base/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 52, app/assets/stylesheets/base/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 54, app/assets/stylesheets/base/_utilities.scss */
.disabled {
  opacity: .5;
  pointer-events: none;
}

/* line 59, app/assets/stylesheets/base/_utilities.scss */
.pixel,
.filter {
  display: none;
}

/* line 62, app/assets/stylesheets/base/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 63, app/assets/stylesheets/base/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 64, app/assets/stylesheets/base/_utilities.scss */
.d-block, .link--block {
  display: block !important;
}

/* line 65, app/assets/stylesheets/base/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 66, app/assets/stylesheets/base/_utilities.scss */
.d-inline-block, .paragraph--inline-block, .link {
  display: inline-block !important;
}

/* line 67, app/assets/stylesheets/base/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 68, app/assets/stylesheets/base/_utilities.scss */
.browser-reliable-hidden {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 75, app/assets/stylesheets/base/_utilities.scss */
.small {
  font-size: 1.2rem !important;
}

/* line 78, app/assets/stylesheets/base/_utilities.scss */
.cursor--text {
  cursor: text;
}

/* line 79, app/assets/stylesheets/base/_utilities.scss */
.cursor--pointer {
  cursor: pointer;
}

/* line 80, app/assets/stylesheets/base/_utilities.scss */
.cursor--default {
  cursor: default;
}

/* line 83, app/assets/stylesheets/base/_utilities.scss */
.fullscreen {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

/* line 90, app/assets/stylesheets/base/_utilities.scss */
.inherit, .success-page p a, .deferrals p a {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.inherit:hover, .success-page p a:hover, .deferrals p a:hover, .inherit:focus, .success-page p a:focus, .deferrals p a:focus, .inherit:active, .success-page p a:active, .deferrals p a:active, .inherit:checked, .success-page p a:checked, .deferrals p a:checked, .inherit:focus:hover, .inherit:focus:active, .inherit:not(:disabled):hover, .inherit:not(:disabled):active, .inherit:not(.disabled):active, .inherit:not(:disabled):active:focus, .inherit:not(.disabled):active:focus {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* line 106, app/assets/stylesheets/base/_utilities.scss */
.lock-body {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
}

/* line 107, app/assets/stylesheets/base/_utilities.scss */
.text-truncate {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 109, app/assets/stylesheets/base/_utilities.scss */
.text-color {
  color: #333 !important;
}

/* line 110, app/assets/stylesheets/base/_utilities.scss */
.text-gray, .paragraph--gray {
  color: #999 !important;
}

/* line 111, app/assets/stylesheets/base/_utilities.scss */
.text-primary, .paragraph--primary {
  color: #00be6d !important;
}

/* line 112, app/assets/stylesheets/base/_utilities.scss */
.text-secondary, .paragraph--secondary {
  color: #df7978 !important;
}

/* line 113, app/assets/stylesheets/base/_utilities.scss */
.text-error {
  color: #ab2321 !important;
}

/* line 115, app/assets/stylesheets/base/_utilities.scss */
.bg-transparent, .electives-edit__selection--disabled > label::before {
  background-color: transparent !important;
}

/* line 117, app/assets/stylesheets/base/_utilities.scss */
.border {
  padding: 2.5rem;
  border: 2px solid #dddddf;
}

/* line 118, app/assets/stylesheets/base/_utilities.scss */
.border-bottom {
  padding: 2.5rem;
  border-bottom: 2px solid #dddddf;
}

/* line 119, app/assets/stylesheets/base/_utilities.scss */
.border-left {
  padding: 2.5rem;
  border-left: 2px solid #dddddf;
}

/* line 120, app/assets/stylesheets/base/_utilities.scss */
.border-right {
  padding: 2.5rem;
  border-right: 2px solid #dddddf;
}

/* line 121, app/assets/stylesheets/base/_utilities.scss */
.border-top {
  padding: 2.5rem;
  border-top: 2px solid #dddddf;
}

/* line 123, app/assets/stylesheets/base/_utilities.scss */
.strike-through {
  text-decoration: line-through;
}

/* line 125, app/assets/stylesheets/base/_utilities.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 126, app/assets/stylesheets/base/_utilities.scss */
.pre {
  white-space: pre !important;
}

/* line 127, app/assets/stylesheets/base/_utilities.scss */
.pre-line {
  white-space: pre-line !important;
}

/* line 129, app/assets/stylesheets/base/_utilities.scss */
.letter-spacing-2 {
  letter-spacing: 2px;
}

/* line 131, app/assets/stylesheets/base/_utilities.scss */
.list-style-position-outside {
  list-style-position: outside !important;
}

/* line 133, app/assets/stylesheets/base/_utilities.scss */
.list-unstyled {
  list-style: none !important;
}

/* line 136, app/assets/stylesheets/base/_utilities.scss */
.list-unstyled li::marker,
.list-unstyled li::before {
  content: "" !important;
  display: none;
}

/* line 143, app/assets/stylesheets/base/_utilities.scss */
.numbered-list {
  list-style-position: initial;
  list-style-type: auto !important;
}

/* line 148, app/assets/stylesheets/base/_utilities.scss */
.bulleted-list {
  list-style-position: inside;
  list-style-type: disc !important;
}

/* line 153, app/assets/stylesheets/base/_utilities.scss */
.desktop {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 153, app/assets/stylesheets/base/_utilities.scss */
  .desktop {
    display: block !important;
  }
  /* line 159, app/assets/stylesheets/base/_utilities.scss */
  .desktop--inline {
    display: inline !important;
  }
}

/* line 163, app/assets/stylesheets/base/_utilities.scss */
.mobile {
  display: block !important;
}

/* line 166, app/assets/stylesheets/base/_utilities.scss */
.mobile--inline {
  display: inline !important;
}

@media (min-width: 768px) {
  /* line 163, app/assets/stylesheets/base/_utilities.scss */
  .mobile {
    display: none !important;
  }
}

/* line 171, app/assets/stylesheets/base/_utilities.scss */
.checkmarked-list {
  list-style: none !important;
  padding-left: 0;
}

/* line 175, app/assets/stylesheets/base/_utilities.scss */
.checkmarked-list li,
.checkmarked-list .marked {
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  position: relative;
}

/* line 182, app/assets/stylesheets/base/_utilities.scss */
.checkmarked-list li::before,
.checkmarked-list .marked::before {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  border-bottom: 2px solid;
  border-right: 2px solid;
  content: "";
  display: inline-block;
  height: 1.2rem;
  left: 4px;
  position: absolute;
  top: 4px;
  width: .6rem;
}

/* line 198, app/assets/stylesheets/base/_utilities.scss */
.row--small-gutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 922, app/assets/stylesheets/abstracts/_mixins.scss */
.row--small-gutter > .col,
.row--small-gutter > [class*="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 199, app/assets/stylesheets/base/_utilities.scss */
.row--large-gutter {
  margin-left: -2rem;
  margin-right: -2rem;
}

/* line 922, app/assets/stylesheets/abstracts/_mixins.scss */
.row--large-gutter > .col,
.row--large-gutter > [class*="col-"] {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 992px) {
  /* line 201, app/assets/stylesheets/base/_utilities.scss */
  .row-lg--large-gutter {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  /* line 922, app/assets/stylesheets/abstracts/_mixins.scss */
  .row-lg--large-gutter > .col,
.row-lg--large-gutter > [class*="col-"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 207, app/assets/stylesheets/base/_utilities.scss */
.container--small {
  max-width: 100%;
  width: 52rem;
}

/* line 212, app/assets/stylesheets/base/_utilities.scss */
.container--medium {
  max-width: 60rem;
}

/* line 215, app/assets/stylesheets/base/_utilities.scss */
.hidden-label-text {
  text-indent: -9999rem;
}

/* line 218, app/assets/stylesheets/base/_utilities.scss */
.stripped-rows tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

/* only compiled when extended, not intended to be used in HTML markup */
/* line 230, app/assets/stylesheets/base/_utilities.scss */
.enrollments-v2 .sidebar .steps__hidden-toggler:checked + .steps__label-toggle::after, .enrollments-v2 .sidebar .steps__label-toggle::after, .reset-login__container .display__checkbox:checked ~ label .reset-login__caret::after, .reset-login__container .reset-login__caret::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 231, app/assets/stylesheets/base/_utilities.scss */
.enrollments-v2 .sidebar .steps__hidden-toggler:checked + .steps__label-toggle::before, .enrollments-v2 .sidebar .steps__label-toggle::before, .reset-login__container .display__checkbox:checked ~ label .reset-login__caret::before, .reset-login__container .reset-login__caret::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 236, app/assets/stylesheets/base/_utilities.scss */
.enrollments-v2 .sidebar .steps__label-toggle::after, .reset-login__container .reset-login__caret::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 237, app/assets/stylesheets/base/_utilities.scss */
.enrollments-v2 .sidebar .steps__label-toggle::before, .reset-login__container .reset-login__caret::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* stylelint-enable declaration-no-important */
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//:3000/assets/roboto/roboto-300-90dd6c0fda7b63b3c77b2b435b24806de7878cf87fc3535c831e17ab06a88323.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url(//:3000/assets/roboto/roboto-400-c8a16147088c7265536a7ea2059ac258f11909cf834fd73291846228c7541e1e.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(//:3000/assets/roboto/roboto-500-bc5ba999807f412f3040e0d3a30aa868f13c09944c250d6d47a7a85eaa729f6a.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//:3000/assets/roboto/roboto-700-52f8bb74139ad63addef6bbe77099889a3bcfce85834f5e9ebdd383e787866a2.woff2) format("woff2");
}

/* line 1, app/assets/stylesheets/layout/_main.scss */
.main {
  flex: 1 1 auto;
  padding: 4rem 0 1.5rem;
}

/* line 5, app/assets/stylesheets/layout/_main.scss */
.main > .section {
  padding: 2.5rem;
}

/* line 8, app/assets/stylesheets/layout/_main.scss */
.main > .section--border {
  border: 2px solid #dddddf;
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/layout/_main.scss */
  .main > .upmost:not(.hero) {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: relative;
    top: -100%;
  }
}

/* line 1, app/assets/stylesheets/layout/_header.scss */
.main-header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 7rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/layout/_header.scss */
  .main-header {
    height: 10rem;
  }
}

/* line 10, app/assets/stylesheets/layout/_header.scss */
.main-header__inner {
  align-items: initial;
  background-color: #fff;
  height: 100%;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
}

/* line 19, app/assets/stylesheets/layout/_header.scss */
.main-header__logo {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/layout/_header.scss */
  .main-header__logo {
    max-width: 37rem;
  }
}

/* line 28, app/assets/stylesheets/layout/_header.scss */
.main-header__username {
  color: #777879;
  font-weight: 500;
  margin-right: 2rem;
}

@media (max-width: 767.98px) {
  /* line 28, app/assets/stylesheets/layout/_header.scss */
  .main-header__username {
    display: none;
  }
}

/* line 36, app/assets/stylesheets/layout/_header.scss */
.main-header__menu {
  margin-left: 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/layout/_header.scss */
  .main-header__menu {
    margin: 0;
  }
}

/* line 42, app/assets/stylesheets/layout/_header.scss */
.main-header__menu__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border-width: 0;
  fill: #000;
  padding: 0;
}

/* line 49, app/assets/stylesheets/layout/_header.scss */
.main-header__menu__btn:hover, .main-header__menu__btn:focus {
  box-shadow: none;
  fill: #00be6d;
  outline: 0;
}

/* line 57, app/assets/stylesheets/layout/_header.scss */
.main-header__menu__dropdown {
  position: absolute;
  right: 0;
  top: 4rem;
}

/* line 66, app/assets/stylesheets/layout/_header.scss */
.signed-in .main-header__inner {
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  /* line 70, app/assets/stylesheets/layout/_header.scss */
  .signed-in .main-header__logo.entity-logo .logo__isotype {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/layout/_footer.scss */
.main-footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #777;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  width: 100%;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/layout/_footer.scss */
.main-footer__paragraph {
  color: #555;
  font-weight: 600;
  margin: 0;
  padding: 1rem;
}

/* line 20, app/assets/stylesheets/layout/_footer.scss */
.main-footer__logo {
  height: auto;
  width: 14rem;
}

/* line 25, app/assets/stylesheets/layout/_footer.scss */
.main-footer--custom-margin {
  margin: -1.8rem 1.5rem 0;
}

/* line 28, app/assets/stylesheets/layout/_footer.scss */
.main-footer--custom-margin .main-footer__logo {
  margin-top: 2.2rem;
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/layout/_footer.scss */
  .main-footer--custom-margin {
    margin: -1.8rem 6.5rem 0;
  }
}

/* line 1, app/assets/stylesheets/components/_buttons.scss */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 2.5rem;
  border: 2px solid #dddddf;
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.18;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.15rem .5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: inherit;
}

/* line 13, app/assets/stylesheets/components/_buttons.scss */
.btn:disabled {
  background-color: #dedede;
  border-color: #dedede;
  color: #fff;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_buttons.scss */
  .btn {
    border-radius: 0;
    font-size: 1.6rem;
    padding: 1.15rem;
  }
}

/* line 26, app/assets/stylesheets/components/_buttons.scss */
.btn:focus {
  box-shadow: none;
  outline: 0;
}

/* line 31, app/assets/stylesheets/components/_buttons.scss */
.btn:hover {
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/components/_buttons.scss */
.btn--primary {
  color: #fff;
  background-color: #00be6d;
  border-color: #00be6d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--primary:hover {
  color: #fff;
  background-color: #009857;
  border-color: #008b50;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--primary:focus, .btn--primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 200, 131, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--primary.disabled, .btn--primary:disabled {
  color: #fff;
  background-color: #00be6d;
  border-color: #00be6d;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).active, .show > .btn--primary.dropdown-toggle {
  color: #fff;
  background-color: #008b50;
  border-color: #007e48;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--primary:not(:disabled):not(.disabled):active:focus, .btn--primary:not(:disabled):not(.disabled).active:focus, .show > .btn--primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 200, 131, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn--primary:hover:not(:disabled) {
  background-color: #007241;
  border-color: #007241;
}

/* line 43, app/assets/stylesheets/components/_buttons.scss */
.btn--secondary, .btn--tertiary {
  color: #212529;
  background-color: #fff;
  border-color: #777879;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  box-shadow: none;
  color: #777879;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--secondary:hover, .btn--tertiary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #5e5f5f;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--secondary:focus, .btn--secondary.focus, .btn--tertiary:focus, .btn--tertiary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(106, 108, 109, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--secondary.disabled, .btn--secondary:disabled, .btn--tertiary.disabled, .btn--tertiary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #777879;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--secondary:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).active, .show > .btn--secondary.dropdown-toggle, .btn--tertiary:not(:disabled):not(.disabled):active, .btn--tertiary:not(:disabled):not(.disabled).active, .show > .btn--tertiary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #575859;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--secondary:not(:disabled):not(.disabled):active:focus, .btn--secondary:not(:disabled):not(.disabled).active:focus, .show > .btn--secondary.dropdown-toggle:focus, .btn--tertiary:not(:disabled):not(.disabled):active:focus, .btn--tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn--tertiary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(106, 108, 109, 0.5);
}

/* line 50, app/assets/stylesheets/components/_buttons.scss */
.btn--secondary:hover:not(:disabled), .btn--tertiary:hover:not(:disabled) {
  background-color: #777879;
  border-color: #777879;
  color: #fff;
}

/* line 56, app/assets/stylesheets/components/_buttons.scss */
.btn--secondary.disabled, .btn--tertiary.disabled {
  background-color: #dddddf;
  border-color: #dddddf;
  color: #fff;
}

/* line 63, app/assets/stylesheets/components/_buttons.scss */
.btn--tertiary {
  background-color: #f8f8f8;
}

/* line 65, app/assets/stylesheets/components/_buttons.scss */
.btn--blueprint {
  border-radius: .4rem;
  border-width: 1px;
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 1.5rem 2.2rem;
  text-transform: none;
}

/* line 75, app/assets/stylesheets/components/_buttons.scss */
.btn--blueprint.btn--secondary {
  color: #212529;
  background-color: #fff;
  border-color: #e8e8e8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--blueprint.btn--secondary:hover {
  color: #fff;
  background-color: #222;
  border-color: #cfcfcf;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blueprint.btn--secondary:focus, .btn--blueprint.btn--secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(202, 203, 203, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blueprint.btn--secondary.disabled, .btn--blueprint.btn--secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #e8e8e8;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blueprint.btn--secondary:not(:disabled):not(.disabled):active, .btn--blueprint.btn--secondary:not(:disabled):not(.disabled).active, .show > .btn--blueprint.btn--secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #c8c8c8;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blueprint.btn--secondary:not(:disabled):not(.disabled):active:focus, .btn--blueprint.btn--secondary:not(:disabled):not(.disabled).active:focus, .show > .btn--blueprint.btn--secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(202, 203, 203, 0.5);
}

@media (max-width: 991.98px) {
  /* line 77, app/assets/stylesheets/components/_buttons.scss */
  .btn--blueprint.btn--responsive {
    font-size: 1.4rem;
    padding: 1.4rem;
  }
}

/* line 85, app/assets/stylesheets/components/_buttons.scss */
.btn--closed {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  color: #fff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--closed:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--closed:focus, .btn--closed.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--closed.disabled, .btn--closed:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--closed:not(:disabled):not(.disabled):active, .btn--closed:not(:disabled):not(.disabled).active, .show > .btn--closed.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--closed:not(:disabled):not(.disabled):active:focus, .btn--closed:not(:disabled):not(.disabled).active:focus, .show > .btn--closed.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

/* line 90, app/assets/stylesheets/components/_buttons.scss */
.btn--closed:disabled {
  color: #fff;
}

/* line 93, app/assets/stylesheets/components/_buttons.scss */
.btn--link {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 0;
  box-shadow: none;
  color: #00be6d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 0 1.15rem;
  text-align: left;
  text-transform: none;
  width: auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--link:focus, .btn--link.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--link.disabled, .btn--link:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).active, .show > .btn--link.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--link:not(:disabled):not(.disabled):active:focus, .btn--link:not(:disabled):not(.disabled).active:focus, .show > .btn--link.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 106, app/assets/stylesheets/components/_buttons.scss */
.btn--link:visited {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.btn--link:hover, .btn--link:focus, .btn--link:active, .btn--link:checked, .btn--link:focus:hover, .btn--link:focus:active, .btn--link:not(:disabled):hover, .btn--link:not(:disabled):active, .btn--link:not(.disabled):active, .btn--link:not(:disabled):active:focus, .btn--link:not(.disabled):active:focus {
  box-shadow: none;
  color: #007241;
  outline: 0;
  text-decoration: underline;
}

/* line 115, app/assets/stylesheets/components/_buttons.scss */
.btn--link--small {
  font-size: 1.3rem;
}

/* line 118, app/assets/stylesheets/components/_buttons.scss */
.btn--empty {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
}

/* line 124, app/assets/stylesheets/components/_buttons.scss */
.btn--empty:hover, .btn--empty:focus, .btn--empty:active {
  background-color: inherit;
  border: 0;
  box-shadow: none;
  outline: 0;
}

/* line 134, app/assets/stylesheets/components/_buttons.scss */
.btn--blank {
  color: #fff;
  background-color: transparent;
  border-color: #777879;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 0 1px #777879 inset;
  color: #777879;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--blank:hover {
  color: #fff;
  background-color: transparent;
  border-color: #777879;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blank:focus, .btn--blank.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(139, 140, 141, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blank.disabled, .btn--blank:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #777879;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blank:not(:disabled):not(.disabled):active, .btn--blank:not(:disabled):not(.disabled).active, .show > .btn--blank.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #575859;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--blank:not(:disabled):not(.disabled):active:focus, .btn--blank:not(:disabled):not(.disabled).active:focus, .show > .btn--blank.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(139, 140, 141, 0.5);
}

/* line 140, app/assets/stylesheets/components/_buttons.scss */
.btn--blank:not(:disabled):not(.disabled):not(.btn--disabled):focus, .btn--blank:not(:disabled):not(.disabled):not(.btn--disabled):hover, .btn--blank:not(:disabled):not(.disabled):not(.btn--disabled):active {
  background-color: #777879;
  border: 1px solid #777879;
  box-shadow: 0 0 0 1px #777879 inset;
  color: #fff;
}

/* line 151, app/assets/stylesheets/components/_buttons.scss */
.btn--block, .btn--sm-block, .btn--md-block, .btn--lg-block {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 156, app/assets/stylesheets/components/_buttons.scss */
  .btn--sm-block {
    width: auto;
  }
}

@media (min-width: 992px) {
  /* line 162, app/assets/stylesheets/components/_buttons.scss */
  .btn--md-block {
    width: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 168, app/assets/stylesheets/components/_buttons.scss */
  .btn--lg-block {
    width: auto;
  }
}

/* line 174, app/assets/stylesheets/components/_buttons.scss */
.btn--chevron::after {
  -webkit-transform: translate(0.3rem, -0.15rem) rotate(45deg);
  -moz-transform: translate(0.3rem, -0.15rem) rotate(45deg);
  -ms-transform: translate(0.3rem, -0.15rem) rotate(45deg);
  -o-transform: translate(0.3rem, -0.15rem) rotate(45deg);
  transform: translate(0.3rem, -0.15rem) rotate(45deg);
  border-style: solid;
  border-width: .15rem .15rem 0 0;
  content: "";
  display: inline-block;
  height: .85rem;
  width: .85rem;
}

/* line 184, app/assets/stylesheets/components/_buttons.scss */
.btn--google, .btn--linkedin, .btn--facebook, .btn--linkedin-announce-my-enrollment {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -ms-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-color: transparent;
  background-image: url(//:3000/assets/icons/emeritus-social-login-facebook-icon-a412facbece935cb82c92b505f81e213c16f214c417ab4889460002fe8545b60.svg);
  background-attachment: initial;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #1877f2;
  box-shadow: none;
  color: #fff;
  line-height: 1.2;
  padding: 1.15rem 3rem 1.15rem 5rem;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--google:hover, .btn--linkedin:hover, .btn--facebook:hover, .btn--linkedin-announce-my-enrollment:hover {
  color: #fff;
  background-color: #0c65d8;
  border-color: #0b5fcc;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google:focus, .btn--google.focus, .btn--linkedin:focus, .btn--linkedin.focus, .btn--facebook:focus, .btn--facebook.focus, .btn--linkedin-announce-my-enrollment:focus, .btn--linkedin-announce-my-enrollment.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(59, 139, 244, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google.disabled, .btn--google:disabled, .btn--linkedin.disabled, .btn--linkedin:disabled, .btn--facebook.disabled, .btn--facebook:disabled, .btn--linkedin-announce-my-enrollment.disabled, .btn--linkedin-announce-my-enrollment:disabled {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google:not(:disabled):not(.disabled):active, .btn--google:not(:disabled):not(.disabled).active, .show > .btn--google.dropdown-toggle, .btn--linkedin:not(:disabled):not(.disabled):active, .btn--linkedin:not(:disabled):not(.disabled).active, .show > .btn--linkedin.dropdown-toggle, .btn--facebook:not(:disabled):not(.disabled):active, .btn--facebook:not(:disabled):not(.disabled).active, .show > .btn--facebook.dropdown-toggle, .btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled):active, .btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled).active, .show > .btn--linkedin-announce-my-enrollment.dropdown-toggle {
  color: #fff;
  background-color: #0b5fcc;
  border-color: #0b5abf;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google:not(:disabled):not(.disabled):active:focus, .btn--google:not(:disabled):not(.disabled).active:focus, .show > .btn--google.dropdown-toggle:focus, .btn--linkedin:not(:disabled):not(.disabled):active:focus, .btn--linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn--linkedin.dropdown-toggle:focus, .btn--facebook:not(:disabled):not(.disabled):active:focus, .btn--facebook:not(:disabled):not(.disabled).active:focus, .show > .btn--facebook.dropdown-toggle:focus, .btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled):active:focus, .btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled).active:focus, .show > .btn--linkedin-announce-my-enrollment.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 139, 244, 0.5);
}

/* line 197, app/assets/stylesheets/components/_buttons.scss */
.btn--google {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #777;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  background-image: url(//:3000/assets/icons/emeritus-social-login-google-icon-36c88e4318776cc8e56aa88d3c225ab319b6e0f5b5b4c12c32c8dd6e976cc33e.svg);
  box-shadow: none;
  color: #777;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--google:hover {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #5e5e5e;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google:focus, .btn--google.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(106, 107, 107, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google.disabled, .btn--google:disabled {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #777;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google:not(:disabled):not(.disabled):active, .btn--google:not(:disabled):not(.disabled).active, .show > .btn--google.dropdown-toggle {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #575757;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--google:not(:disabled):not(.disabled):active:focus, .btn--google:not(:disabled):not(.disabled).active:focus, .show > .btn--google.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(106, 107, 107, 0.5);
}

/* line 205, app/assets/stylesheets/components/_buttons.scss */
.btn--linkedin {
  color: #fff;
  background-color: #2867b2;
  border-color: #2867b2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #2867b2;
  background-image: url(//:3000/assets/icons/emeritus-social-login-linkedin-icon-18d6c08cd9873c98be71e6a215579c0a472cf2fbd8fe1371bf76d44da762b052.svg);
  box-shadow: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--linkedin:hover {
  color: #fff;
  background-color: #215593;
  border-color: #1f4f88;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin:focus, .btn--linkedin.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 126, 190, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin.disabled, .btn--linkedin:disabled {
  color: #fff;
  background-color: #2867b2;
  border-color: #2867b2;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin:not(:disabled):not(.disabled):active, .btn--linkedin:not(:disabled):not(.disabled).active, .show > .btn--linkedin.dropdown-toggle {
  color: #fff;
  background-color: #1f4f88;
  border-color: #1c497e;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin:not(:disabled):not(.disabled):active:focus, .btn--linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn--linkedin.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 126, 190, 0.5);
}

/* line 212, app/assets/stylesheets/components/_buttons.scss */
.btn--linkedin-announce-my-enrollment {
  color: #fff;
  background-color: #2867b2;
  border-color: #2867b2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #0077b5;
  background-image: url(//:3000/assets/icons/social/emeritus-linkedin-share-button-icon-0a0daa37f0d9a5178677ca9ed5057f103da68b99849c058ac1c900befb94158f.svg);
  border-color: #0077b5;
  border-radius: .4rem;
  box-shadow: none;
  display: flex;
  gap: 1.2rem;
  min-width: 19.5rem;
  padding: 1.15rem 1.6rem 1.15rem 5rem;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn--linkedin-announce-my-enrollment:hover {
  color: #fff;
  background-color: #215593;
  border-color: #1f4f88;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin-announce-my-enrollment:focus, .btn--linkedin-announce-my-enrollment.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 126, 190, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin-announce-my-enrollment.disabled, .btn--linkedin-announce-my-enrollment:disabled {
  color: #fff;
  background-color: #2867b2;
  border-color: #2867b2;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled):active, .btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled).active, .show > .btn--linkedin-announce-my-enrollment.dropdown-toggle {
  color: #fff;
  background-color: #1f4f88;
  border-color: #1c497e;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled):active:focus, .btn--linkedin-announce-my-enrollment:not(:disabled):not(.disabled).active:focus, .show > .btn--linkedin-announce-my-enrollment.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 126, 190, 0.5);
}

/* line 224, app/assets/stylesheets/components/_buttons.scss */
.btn--linkedin-announce-my-enrollment:hover:not(:disabled) {
  background-color: #125f91;
  border-color: #125f91;
}

/* line 229, app/assets/stylesheets/components/_buttons.scss */
.btn--linkedin-announce-my-enrollment:not(:disabled):not(:disabled):active:focus {
  border-color: #00476c;
  box-shadow: none;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
.btn--linkedin-announce-my-enrollment:not(:disabled):not(:disabled):active:focus .share__linkedin-line {
  background: #00476c;
}

/* line 1, app/assets/stylesheets/components/_column.scss */
.column {
  border-radius: 0.4rem;
  background: #e2e4e6;
  display: grid;
  flex: 0 0 43.2rem;
  flex-direction: column;
  grid-template-rows: auto minmax(auto, 1fr) auto;
  margin-right: .5rem;
  min-height: calc(100vh - 18.8rem);
  padding-bottom: 2rem;
  position: relative;
}

/* line 13, app/assets/stylesheets/components/_column.scss */
.column--new {
  height: auto;
}

/* line 15, app/assets/stylesheets/components/_column.scss */
.column--narrow {
  max-height: calc(100vh - 18.8rem);
  max-width: 32rem;
}

/* line 20, app/assets/stylesheets/components/_column.scss */
.column__container {
  align-items: start;
  display: grid;
  grid-auto-columns: 32rem;
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 1.3rem 1.3rem;
}

/* line 29, app/assets/stylesheets/components/_column.scss */
.column__container::-webkit-scrollbar {
  height: 1.6rem;
}

/* line 30, app/assets/stylesheets/components/_column.scss */
.column__container::-webkit-scrollbar-thumb {
  background-color: #dddddf;
}

/* line 32, app/assets/stylesheets/components/_column.scss */
.column__title {
  font-weight: 700;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 1.6rem;
}

/* line 38, app/assets/stylesheets/components/_column.scss */
.column__title--input {
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
  outline: none;
}

/* line 45, app/assets/stylesheets/components/_column.scss */
.column__title--inline-edit {
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

/* line 52, app/assets/stylesheets/components/_column.scss */
.column__title a {
  color: inherit;
  outline: none;
}

/* line 57, app/assets/stylesheets/components/_column.scss */
.column__body {
  align-content: start;
  display: grid;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 .95rem .8rem;
}

/* line 66, app/assets/stylesheets/components/_column.scss */
.column__header-button {
  cursor: pointer;
  /* stylelint-disable declaration-no-important */
  outline: none !important;
  /* stylelint-enable declaration-no-important */
  position: absolute;
  z-index: 100;
}

/* line 75, app/assets/stylesheets/components/_column.scss */
.column__duplicate {
  right: 2rem;
}

/* line 77, app/assets/stylesheets/components/_column.scss */
.column__edit {
  right: 4rem;
}

/* line 79, app/assets/stylesheets/components/_column.scss */
.column__delete {
  color: inherit;
  right: .5rem;
  top: .2rem;
}

/* line 84, app/assets/stylesheets/components/_column.scss */
.column__delete:hover {
  color: inherit;
  text-decoration: inherit;
}

/* line 89, app/assets/stylesheets/components/_column.scss */
.column__delete--disabled {
  display: none;
}

/* line 91, app/assets/stylesheets/components/_column.scss */
.column__delete::after {
  color: #000;
  content: "x";
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 100;
}

/* line 103, app/assets/stylesheets/components/_column.scss */
.column__body::-webkit-scrollbar {
  width: 2.5rem;
}

/* line 105, app/assets/stylesheets/components/_column.scss */
.column__body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-right: 0.95rem solid #e2e4e6;
}

/* line 1, app/assets/stylesheets/components/_divider.scss */
.divider {
  color: #444;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin: auto;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}

/* line 13, app/assets/stylesheets/components/_divider.scss */
.divider::before, .divider::after {
  background-color: #dddddf;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

/* line 24, app/assets/stylesheets/components/_divider.scss */
.divider::before {
  margin-left: -50%;
  right: 1rem;
}

/* line 29, app/assets/stylesheets/components/_divider.scss */
.divider::after {
  left: 1rem;
  margin-right: -50%;
}

/* line 1, app/assets/stylesheets/components/_emeritus_watermark.scss */
.entity-watermark {
  bottom: 7rem;
  height: 58rem;
  opacity: .1;
  position: fixed;
  right: -185rem;
  width: 230rem;
}

/* line 1, app/assets/stylesheets/components/_file_upload.scss */
.file-upload {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0 1rem;
}

/* line 7, app/assets/stylesheets/components/_file_upload.scss */
.file-upload__label {
  align-self: center;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  padding: 0 .5rem;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/components/_file_upload.scss */
  .file-upload__label {
    margin: 0;
  }
}

/* line 16, app/assets/stylesheets/components/_file_upload.scss */
.file-upload__rejected-file-name {
  font-size: 1.2rem;
  font-style: italic;
}

/* line 21, app/assets/stylesheets/components/_file_upload.scss */
.file-upload__rejection-reason {
  font-size: 1.2rem;
}

/* line 25, app/assets/stylesheets/components/_file_upload.scss */
.file-upload__field {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0;
  min-height: 4.5rem;
  padding: 0 .5rem;
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/components/_file_upload.scss */
  .file-upload__field {
    flex: 0 0 50%;
  }
}

/* line 36, app/assets/stylesheets/components/_file_upload.scss */
.file-upload__remove-file-btn {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #777;
  color: #777;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 1.5rem;
  height: 2rem;
  line-height: 0;
  margin-right: .5rem;
  outline: 0;
  padding: 0;
  text-align: center;
  width: 2rem;
}

/* line 53, app/assets/stylesheets/components/_file_upload.scss */
.file-upload .btn {
  margin: 0;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 53, app/assets/stylesheets/components/_file_upload.scss */
  .file-upload .btn {
    min-width: 16.6rem;
    width: auto;
  }
}

/* line 62, app/assets/stylesheets/components/_file_upload.scss */
.file-upload .btn .simple-form-optional {
  display: none;
}

/* line 65, app/assets/stylesheets/components/_file_upload.scss */
.file-upload .js-selected-file {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: flex-start;
  min-height: 4.5rem;
  overflow: hidden;
  padding: 0 .5rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 65, app/assets/stylesheets/components/_file_upload.scss */
  .file-upload .js-selected-file {
    flex: 0 0 50%;
    justify-content: flex-end;
  }
}

/* line 81, app/assets/stylesheets/components/_file_upload.scss */
.file-upload .js-selected-filename {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/components/_file_upload.scss */
.file-upload .form__validation-error-message {
  padding: 0 .5rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/components/_file_upload.scss */
  .file-upload .form__validation-error-message {
    text-align: right;
  }
}

/* line 1, app/assets/stylesheets/components/_forms.scss */
form,
.form {
  /* stylelint-disable selector-max-type, selector-no-qualifying-type */
  /* stylelint-enable selector-max-type, selector-no-qualifying-type */
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
form::after,
.form::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5, app/assets/stylesheets/components/_forms.scss */
form__fields-wrapper,
.form__fields-wrapper {
  position: relative;
}

/* line 6, app/assets/stylesheets/components/_forms.scss */
form__float-container,
.form__float-container {
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 669, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select,
form__float-container textarea,
form__float-container input:not([type="submit"]),
.form__float-container select,
.form__float-container textarea,
.form__float-container input:not([type="submit"]) {
  padding: 2.3rem 3rem .8rem 1rem;
}

/* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select.placeholder,
form__float-container textarea.placeholder,
form__float-container input:not([type="submit"]).placeholder,
.form__float-container select.placeholder,
.form__float-container textarea.placeholder,
.form__float-container input:not([type="submit"]).placeholder {
  color: transparent;
}

/* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select::placeholder,
form__float-container textarea::placeholder,
form__float-container input:not([type="submit"])::placeholder,
.form__float-container select::placeholder,
.form__float-container textarea::placeholder,
.form__float-container input:not([type="submit"])::placeholder {
  color: transparent;
}

/* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:-moz-placeholder,
form__float-container textarea:-moz-placeholder,
form__float-container input:not([type="submit"]):-moz-placeholder,
.form__float-container select:-moz-placeholder,
.form__float-container textarea:-moz-placeholder,
.form__float-container input:not([type="submit"]):-moz-placeholder {
  color: transparent;
}

/* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select::-moz-placeholder,
form__float-container textarea::-moz-placeholder,
form__float-container input:not([type="submit"])::-moz-placeholder,
.form__float-container select::-moz-placeholder,
.form__float-container textarea::-moz-placeholder,
.form__float-container input:not([type="submit"])::-moz-placeholder {
  color: transparent;
}

/* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select::-webkit-input-placeholder,
form__float-container textarea::-webkit-input-placeholder,
form__float-container input:not([type="submit"])::-webkit-input-placeholder,
.form__float-container select::-webkit-input-placeholder,
.form__float-container textarea::-webkit-input-placeholder,
.form__float-container input:not([type="submit"])::-webkit-input-placeholder {
  color: transparent;
}

/* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:-ms-input-placeholder,
form__float-container textarea:-ms-input-placeholder,
form__float-container input:not([type="submit"]):-ms-input-placeholder,
.form__float-container select:-ms-input-placeholder,
.form__float-container textarea:-ms-input-placeholder,
.form__float-container input:not([type="submit"]):-ms-input-placeholder {
  color: transparent;
}

/* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]).placeholder, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]).placeholder,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]).placeholder {
  color: transparent;
}

/* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::placeholder, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::placeholder,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::placeholder {
  color: transparent;
}

/* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-placeholder {
  color: transparent;
}

/* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-moz-placeholder {
  color: transparent;
}

/* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"])::-webkit-input-placeholder {
  color: transparent;
}

/* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-ms-input-placeholder {
  color: transparent;
}

/* line 748, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + label, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]) + label,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + label,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]) + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]) + label,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + label,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]) + label,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + label,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]) + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]) + label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill, form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus, form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
}

/* line 751, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label, form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label, form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-webkit-autofill:focus + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-internal-autofill-selected + label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill, form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview {
  filter: rgba(0, 190, 109, 0.05);
}

/* line 751, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label, form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label, form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
.form__float-container select:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
.form__float-container select:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
.form__float-container textarea:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
.form__float-container textarea:placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):not(:disabled):not([type="checkbox"]):-moz-autofill-preview + label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 755, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(.filled):not(:focus):disabled + label, form__float-container select:placeholder-shown:not(:focus):disabled + label,
form__float-container textarea:not(.filled):not(:focus):disabled + label,
form__float-container textarea:placeholder-shown:not(:focus):disabled + label,
form__float-container input:not([type="submit"]):not(.filled):not(:focus):disabled + label,
form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):disabled + label,
.form__float-container select:not(.filled):not(:focus):disabled + label,
.form__float-container select:placeholder-shown:not(:focus):disabled + label,
.form__float-container textarea:not(.filled):not(:focus):disabled + label,
.form__float-container textarea:placeholder-shown:not(:focus):disabled + label,
.form__float-container input:not([type="submit"]):not(.filled):not(:focus):disabled + label,
.form__float-container input:not([type="submit"]):placeholder-shown:not(:focus):disabled + label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
}

/* line 758, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select.numeric:not(:placeholder-shown):not(:focus) + label,
form__float-container textarea.numeric:not(:placeholder-shown):not(:focus) + label,
form__float-container input:not([type="submit"]).numeric:not(:placeholder-shown):not(:focus) + label,
.form__float-container select.numeric:not(:placeholder-shown):not(:focus) + label,
.form__float-container textarea.numeric:not(:placeholder-shown):not(:focus) + label,
.form__float-container input:not([type="submit"]).numeric:not(:placeholder-shown):not(:focus) + label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 687, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container select:not(:valid):not(.filled) + label, form__float-container select:not(:valid):placeholder-shown + label,
.form__float-container select:not(:valid):not(.filled) + label,
.form__float-container select:not(:valid):placeholder-shown + label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea:-webkit-autofill, form__float-container textarea:-webkit-autofill:focus, form__float-container textarea:-internal-autofill-selected,
.form__float-container textarea:-webkit-autofill,
.form__float-container textarea:-webkit-autofill:focus,
.form__float-container textarea:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
}

/* line 697, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea:-webkit-autofill + label, form__float-container textarea:-webkit-autofill:focus + label, form__float-container textarea:-internal-autofill-selected + label,
.form__float-container textarea:-webkit-autofill + label,
.form__float-container textarea:-webkit-autofill:focus + label,
.form__float-container textarea:-internal-autofill-selected + label {
  background-color: #eaefeb;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea:-moz-autofill, form__float-container textarea:-moz-autofill-preview,
.form__float-container textarea:-moz-autofill,
.form__float-container textarea:-moz-autofill-preview {
  filter: rgba(0, 190, 109, 0.05);
}

/* line 697, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea:-moz-autofill + label, form__float-container textarea:-moz-autofill-preview + label,
.form__float-container textarea:-moz-autofill + label,
.form__float-container textarea:-moz-autofill-preview + label {
  background-color: #eaefeb;
}

/* line 700, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea + label:not(.form-check-label),
.form__float-container textarea + label:not(.form-check-label) {
  transition: transform 0.15s linear 0s , padding 0.15s linear 0s , width 0.15s linear 0s;
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  border-radius: 3px;
  background-color: #fff;
  height: auto;
  padding: 1.1rem 1.1rem .5rem;
  transform-origin: 1px 1px;
  width: calc(100% - 3px);
}

/* line 710, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea + label:not(.form-check-label)::before,
.form__float-container textarea + label:not(.form-check-label)::before {
  top: 1rem;
}

/* line 712, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea + label:not(.form-check-label)::after,
.form__float-container textarea + label:not(.form-check-label)::after {
  right: 1.5rem;
  top: 1.6rem;
}

/* line 719, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea:not(.filled) + label:not(.form-check-label)::before, form__float-container textarea:placeholder-shown + label:not(.form-check-label)::before,
.form__float-container textarea:not(.filled) + label:not(.form-check-label)::before,
.form__float-container textarea:placeholder-shown + label:not(.form-check-label)::before {
  margin-top: .3rem;
  right: 1.5rem;
}

/* line 719, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea.filled + label:not(.form-check-label)::before, form__float-container textarea:not(:placeholder-shown) + label:not(.form-check-label)::before,
.form__float-container textarea.filled + label:not(.form-check-label)::before,
.form__float-container textarea:not(:placeholder-shown) + label:not(.form-check-label)::before {
  margin-top: .3rem;
  right: 1.5rem;
}

/* line 726, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container textarea:not(.filled):not(:focus) + label, form__float-container textarea:placeholder-shown:not(:focus) + label,
.form__float-container textarea:not(.filled):not(:focus) + label,
.form__float-container textarea:placeholder-shown:not(:focus) + label {
  transition: transform 0.15s linear 0s , padding 0.15s linear 0s;
  width: 80%;
}

/* line 733, app/assets/stylesheets/abstracts/_mixins.scss */
form__float-container label:not(.form-check-label),
.form__float-container label:not(.form-check-label) {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 8, app/assets/stylesheets/components/_forms.scss */
form__notice,
.form__notice {
  color: #777879;
  font-size: 1.3rem;
}

/* line 13, app/assets/stylesheets/components/_forms.scss */
form__input-list-container,
.form__input-list-container {
  margin-bottom: 1rem;
}

/* line 18, app/assets/stylesheets/components/_forms.scss */
form__input-list__group,
.form__input-list__group {
  margin-bottom: 20px;
  max-height: 25rem;
  overflow: scroll;
  padding-left: 0;
  padding-right: 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 29, app/assets/stylesheets/components/_forms.scss */
form__input-list__group-item,
.form__input-list__group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
  display: block;
  margin-bottom: -1px;
  padding: .75rem 1.25rem;
  position: relative;
  width: 100%;
}

/* line 39, app/assets/stylesheets/components/_forms.scss */
form__input-list__group-item:first-child,
.form__input-list__group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 43, app/assets/stylesheets/components/_forms.scss */
form__input-list__group-item:last-child,
.form__input-list__group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 48, app/assets/stylesheets/components/_forms.scss */
form__input-list__group-item:hover, form__input-list__group-item:focus,
.form__input-list__group-item:hover,
.form__input-list__group-item:focus {
  background-color: #e9ecef;
  color: #495057;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/components/_forms.scss */
form [aria-selected="true"],
.form [aria-selected="true"] {
  background: #e9ecef;
}

/* line 60, app/assets/stylesheets/components/_forms.scss */
form__input,
.form__input,
.StripeElement {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  color: #444;
  cursor: text;
  display: block;
  font-family: roboto, arial, sans-serif;
  font-size: 1.6rem;
  height: 5.5rem;
  width: 100%;
  /* stylelint-disable selector-no-qualifying-type, selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-no-qualifying-type, selector-max-type */
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
form__input:-webkit-autofill, form__input:-webkit-autofill:focus, form__input:-internal-autofill-selected,
.form__input:-webkit-autofill,
.StripeElement:-webkit-autofill,
.form__input:-webkit-autofill:focus,
.form__input:-internal-autofill-selected,
.StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
form__input:-moz-autofill, form__input:-moz-autofill-preview,
.form__input:-moz-autofill,
.StripeElement:-moz-autofill,
.form__input:-moz-autofill-preview,
.StripeElement:-moz-autofill-preview {
  filter: rgba(0, 190, 109, 0.05);
}

@-moz-document url-prefix("") {
  /* line 820, app/assets/stylesheets/abstracts/_mixins.scss */
  form__input.select, form__input--select, form__input.country_select,
.form__input.select,
.select.StripeElement,
.form__input--select,
.form__input.country_select,
.country_select.StripeElement {
    padding-left: .6rem !important;
  }
  /* line 825, app/assets/stylesheets/abstracts/_mixins.scss */
  form__input.select:-moz-focusring, form__input.select::-moz-focus-inner, form__input--select:-moz-focusring, form__input--select::-moz-focus-inner, form__input.country_select:-moz-focusring, form__input.country_select::-moz-focus-inner,
.form__input.select:-moz-focusring,
.select.StripeElement:-moz-focusring,
.form__input.select::-moz-focus-inner,
.select.StripeElement::-moz-focus-inner,
.form__input--select:-moz-focusring,
.form__input--select::-moz-focus-inner,
.form__input.country_select:-moz-focusring,
.country_select.StripeElement:-moz-focusring,
.form__input.country_select::-moz-focus-inner,
.country_select.StripeElement::-moz-focus-inner {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  /* line 830, app/assets/stylesheets/abstracts/_mixins.scss */
  form__input.select:-moz-focusring option:not(:checked), form__input.select::-moz-focus-inner option:not(:checked), form__input--select:-moz-focusring option:not(:checked), form__input--select::-moz-focus-inner option:not(:checked), form__input.country_select:-moz-focusring option:not(:checked), form__input.country_select::-moz-focus-inner option:not(:checked),
.form__input.select:-moz-focusring option:not(:checked),
.select.StripeElement:-moz-focusring option:not(:checked),
.form__input.select::-moz-focus-inner option:not(:checked),
.select.StripeElement::-moz-focus-inner option:not(:checked),
.form__input--select:-moz-focusring option:not(:checked),
.form__input--select::-moz-focus-inner option:not(:checked),
.form__input.country_select:-moz-focusring option:not(:checked),
.country_select.StripeElement:-moz-focusring option:not(:checked),
.form__input.country_select::-moz-focus-inner option:not(:checked),
.country_select.StripeElement::-moz-focus-inner option:not(:checked) {
    color: #444;
  }
}

/* line 77, app/assets/stylesheets/components/_forms.scss */
form__input--not-floated:nth-child(n),
.form__input--not-floated:nth-child(n) {
  padding: .95rem 1rem;
}

/* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n).placeholder,
.form__input--not-floated:nth-child(n).placeholder {
  color: #999;
}

/* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n)::placeholder,
.form__input--not-floated:nth-child(n)::placeholder {
  color: #999;
}

/* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):-moz-placeholder,
.form__input--not-floated:nth-child(n):-moz-placeholder {
  color: #999;
}

/* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n)::-moz-placeholder,
.form__input--not-floated:nth-child(n)::-moz-placeholder {
  color: #999;
}

/* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n)::-webkit-input-placeholder,
.form__input--not-floated:nth-child(n)::-webkit-input-placeholder {
  color: #999;
}

/* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):-ms-input-placeholder,
.form__input--not-floated:nth-child(n):-ms-input-placeholder {
  color: #999;
}

/* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):not(.filled):not(:focus).placeholder, form__input--not-floated:nth-child(n):placeholder-shown:not(:focus).placeholder,
.form__input--not-floated:nth-child(n):not(.filled):not(:focus).placeholder,
.form__input--not-floated:nth-child(n):placeholder-shown:not(:focus).placeholder {
  color: #999;
}

/* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):not(.filled):not(:focus)::placeholder, form__input--not-floated:nth-child(n):placeholder-shown:not(:focus)::placeholder,
.form__input--not-floated:nth-child(n):not(.filled):not(:focus)::placeholder,
.form__input--not-floated:nth-child(n):placeholder-shown:not(:focus)::placeholder {
  color: #999;
}

/* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):not(.filled):not(:focus):-moz-placeholder, form__input--not-floated:nth-child(n):placeholder-shown:not(:focus):-moz-placeholder,
.form__input--not-floated:nth-child(n):not(.filled):not(:focus):-moz-placeholder,
.form__input--not-floated:nth-child(n):placeholder-shown:not(:focus):-moz-placeholder {
  color: #999;
}

/* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):not(.filled):not(:focus)::-moz-placeholder, form__input--not-floated:nth-child(n):placeholder-shown:not(:focus)::-moz-placeholder,
.form__input--not-floated:nth-child(n):not(.filled):not(:focus)::-moz-placeholder,
.form__input--not-floated:nth-child(n):placeholder-shown:not(:focus)::-moz-placeholder {
  color: #999;
}

/* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):not(.filled):not(:focus)::-webkit-input-placeholder, form__input--not-floated:nth-child(n):placeholder-shown:not(:focus)::-webkit-input-placeholder,
.form__input--not-floated:nth-child(n):not(.filled):not(:focus)::-webkit-input-placeholder,
.form__input--not-floated:nth-child(n):placeholder-shown:not(:focus)::-webkit-input-placeholder {
  color: #999;
}

/* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
form__input--not-floated:nth-child(n):not(.filled):not(:focus):-ms-input-placeholder, form__input--not-floated:nth-child(n):placeholder-shown:not(:focus):-ms-input-placeholder,
.form__input--not-floated:nth-child(n):not(.filled):not(:focus):-ms-input-placeholder,
.form__input--not-floated:nth-child(n):placeholder-shown:not(:focus):-ms-input-placeholder {
  color: #999;
}

/* line 89, app/assets/stylesheets/components/_forms.scss */
form__input--tight,
.form__input--tight,
form--search .form__input,
form--search .StripeElement,
.form--search .form__input,
.form--search .StripeElement {
  height: 4rem;
}

/* line 92, app/assets/stylesheets/components/_forms.scss */
form__input--select, form__input.select, form__input.country_select, form__input.program_select,
.form__input--select,
.form__input.select,
.select.StripeElement,
.form__input.country_select,
.country_select.StripeElement,
.form__input.program_select,
.program_select.StripeElement {
  -webkit-background-size: 1.5rem 1.5rem;
  -moz-background-size: 1.5rem 1.5rem;
  -ms-background-size: 1.5rem 1.5rem;
  -o-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-color: transparent;
  background-image: url(//:3000/assets/icons/emeritus-select-list-arrow-e6c9e7bb8d4f9805b80f6d121a712af51695450b475217c38248e7c11a549b26.svg);
  background-attachment: initial;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  color: inherit;
  cursor: pointer;
  padding-right: 3rem;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
form__input:focus, form__input.focus, form__input--focus, form__input.is-focus,
.form__input:focus,
.StripeElement:focus,
.form__input.focus,
.focus.StripeElement,
.form__input--focus,
.form__input.is-focus,
.is-focus.StripeElement {
  box-shadow: 0 0 0 2px #e8e8e8;
  outline: none;
}

/* line 109, app/assets/stylesheets/components/_forms.scss */
form__input:valid.filled:not(:focus):not(:disabled):required, form__input.valid.filled:not(:focus):not(:disabled):required, form__input--valid.filled:not(:focus):not(:disabled):required, form__input.is-valid.filled:not(:focus):not(:disabled):required,
.form__input:valid.filled:not(:focus):not(:disabled):required,
.StripeElement:valid.filled:not(:focus):not(:disabled):required,
.form__input.valid.filled:not(:focus):not(:disabled):required,
.valid.filled.StripeElement:not(:focus):not(:disabled):required,
.form__input--valid.filled:not(:focus):not(:disabled):required,
.form__input.is-valid.filled:not(:focus):not(:disabled):required,
.is-valid.filled.StripeElement:not(:focus):not(:disabled):required {
  background: none;
  border-color: #197430;
}

/* line 113, app/assets/stylesheets/components/_forms.scss */
form__input:valid.filled:not(:focus):not(:disabled):required + .form__label::after, form__input.valid.filled:not(:focus):not(:disabled):required + .form__label::after, form__input--valid.filled:not(:focus):not(:disabled):required + .form__label::after, form__input.is-valid.filled:not(:focus):not(:disabled):required + .form__label::after,
.form__input:valid.filled:not(:focus):not(:disabled):required + .form__label::after,
.StripeElement:valid.filled:not(:focus):not(:disabled):required + .form__label::after,
.form__input.valid.filled:not(:focus):not(:disabled):required + .form__label::after,
.valid.filled.StripeElement:not(:focus):not(:disabled):required + .form__label::after,
.form__input--valid.filled:not(:focus):not(:disabled):required + .form__label::after,
.form__input.is-valid.filled:not(:focus):not(:disabled):required + .form__label::after,
.is-valid.filled.StripeElement:not(:focus):not(:disabled):required + .form__label::after {
  -webkit-transform: scale(1) rotate(42deg) translateY(-50%);
  -moz-transform: scale(1) rotate(42deg) translateY(-50%);
  -ms-transform: scale(1) rotate(42deg) translateY(-50%);
  -o-transform: scale(1) rotate(42deg) translateY(-50%);
  transform: scale(1) rotate(42deg) translateY(-50%);
}

/* line 119, app/assets/stylesheets/components/_forms.scss */
form__input:invalid.filled:not(:focus):not(:disabled):required, form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required, form__input.invalid.filled:not(:focus):not(:disabled):required, form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required, form__input--invalid.filled:not(:focus):not(:disabled):required, form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required, form__input.is-invalid.filled:not(:focus):not(:disabled):required, form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required,
.form__input:invalid.filled:not(:focus):not(:disabled):required,
.StripeElement:invalid.filled:not(:focus):not(:disabled):required,
.form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required,
.StripeElement:invalid.form__input--dirty:not(:focus):not(:disabled):required,
.form__input.invalid.filled:not(:focus):not(:disabled):required,
.invalid.filled.StripeElement:not(:focus):not(:disabled):required,
.form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required,
.invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required,
.form__input--invalid.filled:not(:focus):not(:disabled):required,
.form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required,
.form__input.is-invalid.filled:not(:focus):not(:disabled):required,
.is-invalid.filled.StripeElement:not(:focus):not(:disabled):required,
.form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required,
.is-invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required {
  background: none;
  border-color: #ab2321;
}

/* line 124, app/assets/stylesheets/components/_forms.scss */
form__input:invalid.filled:not(:focus):not(:disabled):required + .form__label::before, form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before, form__input.invalid.filled:not(:focus):not(:disabled):required + .form__label::before, form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before, form__input--invalid.filled:not(:focus):not(:disabled):required + .form__label::before, form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before, form__input.is-invalid.filled:not(:focus):not(:disabled):required + .form__label::before, form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before,
.form__input:invalid.filled:not(:focus):not(:disabled):required + .form__label::before,
.StripeElement:invalid.filled:not(:focus):not(:disabled):required + .form__label::before,
.form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before,
.StripeElement:invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before,
.form__input.invalid.filled:not(:focus):not(:disabled):required + .form__label::before,
.invalid.filled.StripeElement:not(:focus):not(:disabled):required + .form__label::before,
.form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before,
.invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required + .form__label::before,
.form__input--invalid.filled:not(:focus):not(:disabled):required + .form__label::before,
.form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before,
.form__input.is-invalid.filled:not(:focus):not(:disabled):required + .form__label::before,
.is-invalid.filled.StripeElement:not(:focus):not(:disabled):required + .form__label::before,
.form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required + .form__label::before,
.is-invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required + .form__label::before {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

/* line 126, app/assets/stylesheets/components/_forms.scss */
form__input:invalid.filled:not(:focus):not(:disabled):required:valid, form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required:valid, form__input.invalid.filled:not(:focus):not(:disabled):required:valid, form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required:valid, form__input--invalid.filled:not(:focus):not(:disabled):required:valid, form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required:valid, form__input.is-invalid.filled:not(:focus):not(:disabled):required:valid, form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required:valid,
.form__input:invalid.filled:not(:focus):not(:disabled):required:valid,
.StripeElement:invalid.filled:not(:focus):not(:disabled):required:valid,
.form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required:valid,
.StripeElement:invalid.form__input--dirty:not(:focus):not(:disabled):required:valid,
.form__input.invalid.filled:not(:focus):not(:disabled):required:valid,
.invalid.filled.StripeElement:not(:focus):not(:disabled):required:valid,
.form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required:valid,
.invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required:valid,
.form__input--invalid.filled:not(:focus):not(:disabled):required:valid,
.form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required:valid,
.form__input.is-invalid.filled:not(:focus):not(:disabled):required:valid,
.is-invalid.filled.StripeElement:not(:focus):not(:disabled):required:valid,
.form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required:valid,
.is-invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required:valid {
  border-color: #ab2321;
}

/* line 129, app/assets/stylesheets/components/_forms.scss */
form__input:invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after, form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after, form__input.invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after, form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after, form__input--invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after, form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after, form__input.is-invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after, form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input:invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after,
.StripeElement:invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input:invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after,
.StripeElement:invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input.invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after,
.invalid.filled.StripeElement:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input.invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after,
.invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input--invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input--invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input.is-invalid.filled:not(:focus):not(:disabled):required:valid + .form__label::after,
.is-invalid.filled.StripeElement:not(:focus):not(:disabled):required:valid + .form__label::after,
.form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled):required:valid + .form__label::after,
.is-invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled):required:valid + .form__label::after {
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
form__input:disabled, form__input.disabled, form__input--disabled, form__input.is-disabled,
.form__input:disabled,
.StripeElement:disabled,
.form__input.disabled,
.disabled.StripeElement,
.form__input--disabled,
.form__input.is-disabled,
.is-disabled.StripeElement {
  background-color: #e8e8e8;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: .6;
}

/* line 140, app/assets/stylesheets/components/_forms.scss */
form__input:disabled + label.form__label, form__input.disabled + label.form__label, form__input--disabled + label.form__label, form__input.is-disabled + label.form__label,
.form__input:disabled + label.form__label,
.StripeElement:disabled + label.form__label,
.form__input.disabled + label.form__label,
.disabled.StripeElement + label.form__label,
.form__input--disabled + label.form__label,
.form__input.is-disabled + label.form__label,
.is-disabled.StripeElement + label.form__label {
  color: #999;
}

/* line 143, app/assets/stylesheets/components/_forms.scss */
form__input:disabled + label.form__label::after, form__input:disabled + label.form__label::before, form__input.disabled + label.form__label::after, form__input.disabled + label.form__label::before, form__input--disabled + label.form__label::after, form__input--disabled + label.form__label::before, form__input.is-disabled + label.form__label::after, form__input.is-disabled + label.form__label::before,
.form__input:disabled + label.form__label::after,
.StripeElement:disabled + label.form__label::after,
.form__input:disabled + label.form__label::before,
.StripeElement:disabled + label.form__label::before,
.form__input.disabled + label.form__label::after,
.disabled.StripeElement + label.form__label::after,
.form__input.disabled + label.form__label::before,
.disabled.StripeElement + label.form__label::before,
.form__input--disabled + label.form__label::after,
.form__input--disabled + label.form__label::before,
.form__input.is-disabled + label.form__label::after,
.is-disabled.StripeElement + label.form__label::after,
.form__input.is-disabled + label.form__label::before,
.is-disabled.StripeElement + label.form__label::before {
  display: none;
}

/* line 146, app/assets/stylesheets/components/_forms.scss */
form__input:disabled + label.form__label span, form__input.disabled + label.form__label span, form__input--disabled + label.form__label span, form__input.is-disabled + label.form__label span,
.form__input:disabled + label.form__label span,
.StripeElement:disabled + label.form__label span,
.form__input.disabled + label.form__label span,
.disabled.StripeElement + label.form__label span,
.form__input--disabled + label.form__label span,
.form__input.is-disabled + label.form__label span,
.is-disabled.StripeElement + label.form__label span {
  color: #999;
}

/* line 150, app/assets/stylesheets/components/_forms.scss */
form__input:not(:required) + label span,
.form__input:not(:required) + label span,
.StripeElement:not(:required) + label span {
  font-size: 1.3rem;
  text-transform: lowercase;
}

/* line 155, app/assets/stylesheets/components/_forms.scss */
form__input.filled + label span,
.form__input.filled + label span,
.filled.StripeElement + label span {
  font-size: 1.1rem;
}

/* line 156, app/assets/stylesheets/components/_forms.scss */
form__input.scaled:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + .form__label,
.form__input.scaled:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + .form__label,
.scaled.StripeElement:not(.filled):not(:focus):not(:disabled):not([type="checkbox"]) + .form__label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 160, app/assets/stylesheets/components/_forms.scss */
form__legend,
.form__legend {
  font-size: 1.2rem;
}

/* line 162, app/assets/stylesheets/components/_forms.scss */
form__label,
.form__label {
  text-transform: capitalize;
  /* Invalid X icon */
  /* Valid √ icon */
}

/* line 165, app/assets/stylesheets/components/_forms.scss */
form__label::after, form__label::before,
.form__label::after,
.form__label::before {
  transition: transform 0.15s ease-in-out;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background: none;
  content: "";
  display: block;
  margin-top: -.3rem;
  right: -1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 165, app/assets/stylesheets/components/_forms.scss */
  form__label::after, form__label::before,
.form__label::after,
.form__label::before {
    transition: none;
  }
}

/* line 177, app/assets/stylesheets/components/_forms.scss */
form__label::before,
.form__label::before {
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  color: #dc3545;
  content: "\00D7";
  font-size: 3rem;
  font-weight: 300;
  line-height: .4;
  width: 1.2rem;
}

/* line 188, app/assets/stylesheets/components/_forms.scss */
form__label::after,
.form__label::after {
  -webkit-transform: scale(0) rotate(42deg) translateY(-50%);
  -moz-transform: scale(0) rotate(42deg) translateY(-50%);
  -ms-transform: scale(0) rotate(42deg) translateY(-50%);
  -o-transform: scale(0) rotate(42deg) translateY(-50%);
  transform: scale(0) rotate(42deg) translateY(-50%);
  border: solid #197430;
  border-width: 0 .2rem .2rem 0;
  height: 1.4rem;
  margin-top: -.5rem;
  transform-origin: 1px 1px;
  width: .8rem;
}

/* line 199, app/assets/stylesheets/components/_forms.scss */
form__message, form__validation-error-message,
.form__message,
.form__validation-error-message {
  color: #ab2321;
  flex: 1 1 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.16;
  margin-top: .4rem;
  width: 100%;
}

/* line 209, app/assets/stylesheets/components/_forms.scss */
form__message::first-letter, form__validation-error-message::first-letter,
.form__message::first-letter,
.form__validation-error-message::first-letter {
  text-transform: capitalize;
}

/* line 211, app/assets/stylesheets/components/_forms.scss */
form__message--general, form__validation-error-message--general,
.form__message--general,
.form__validation-error-message--general {
  text-align: center;
  top: -2.25rem;
  width: 100%;
}

/* line 218, app/assets/stylesheets/components/_forms.scss */
form__message,
.form__message {
  color: #197430;
}

/* line 220, app/assets/stylesheets/components/_forms.scss */
form__section,
.form__section {
  margin: 1.5rem auto 3rem;
  max-width: 55.5rem;
}

/* line 225, app/assets/stylesheets/components/_forms.scss */
form__coupon-success-message,
.form__coupon-success-message {
  color: #197430;
  flex: 1 1 100%;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: .4rem;
  width: 100%;
}

/* line 235, app/assets/stylesheets/components/_forms.scss */
form__coupon-not-applied-message,
.form__coupon-not-applied-message {
  background-color: #ffbf001a;
  border: 1px solid #fff;
  font-size: 1.15rem;
  line-height: 1.5;
  padding: 1rem;
}

/* line 243, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn,
.form .form-radio-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 243, app/assets/stylesheets/components/_forms.scss */
  form .form-radio-btn,
.form .form-radio-btn {
    padding-top: 1rem;
  }
}

/* line 251, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check,
.form .form-radio-btn .form-check {
  flex: 1 1 auto;
}

/* line 253, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check-input,
.form .form-radio-btn .form-check-input {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}

/* line 255, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check-input + .collection_radio_buttons,
.form .form-radio-btn .form-check-input + .collection_radio_buttons {
  margin: 0 0 0 2.1rem;
}

/* line 258, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check-input + .collection_radio_buttons::before,
.form .form-radio-btn .form-check-input + .collection_radio_buttons::before {
  border-radius: 100%;
  content: "";
  height: 2rem;
  width: 2rem;
}

/* line 265, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check-input + .collection_radio_buttons::after,
.form .form-radio-btn .form-check-input + .collection_radio_buttons::after {
  display: none;
}

/* line 268, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check-input:checked,
.form .form-radio-btn .form-check-input:checked {
  box-shadow: none;
}

/* line 271, app/assets/stylesheets/components/_forms.scss */
form .form-radio-btn .form-check-input:checked + .collection_radio_buttons::before,
.form .form-radio-btn .form-check-input:checked + .collection_radio_buttons::before {
  background-color: #fff;
  border: 0.8rem solid #00be6d;
}

@media (min-width: 768px) {
  /* line 280, app/assets/stylesheets/components/_forms.scss */
  form .form-nationality-wrapper,
.form .form-nationality-wrapper {
    padding-top: 2.5rem;
  }
}

/* line 284, app/assets/stylesheets/components/_forms.scss */
form .form-check,
.form .form-check {
  position: relative;
  /* stylelint-disable selector-max-compound-selectors, selector-class-pattern */
  /* stylelint-enable selector-max-compound-selectors, selector-class-pattern */
}

/* line 287, app/assets/stylesheets/components/_forms.scss */
form .form-check:hover label::before,
.form .form-check:hover label::before {
  border: 0.4rem solid #ccc;
}

/* line 289, app/assets/stylesheets/components/_forms.scss */
form .form-check--hide-checkbox,
.form .form-check--hide-checkbox {
  padding: 0;
}

/* line 292, app/assets/stylesheets/components/_forms.scss */
form .form-check--hide-checkbox .form-check-label,
.form .form-check--hide-checkbox .form-check-label {
  margin: 0;
}

/* line 295, app/assets/stylesheets/components/_forms.scss */
form .form-check--hide-checkbox .form-check-label::after, form .form-check--hide-checkbox .form-check-label::before,
.form .form-check--hide-checkbox .form-check-label::after,
.form .form-check--hide-checkbox .form-check-label::before {
  display: none;
}

/* line 300, app/assets/stylesheets/components/_forms.scss */
form .form-check > label,
.form .form-check > label {
  transition: color 0.3s ease-in-out;
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 0 0 2rem;
  padding: .75rem 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 300, app/assets/stylesheets/components/_forms.scss */
  form .form-check > label,
.form .form-check > label {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 300, app/assets/stylesheets/components/_forms.scss */
  form .form-check > label,
.form .form-check > label {
    margin: 0 0 0 1rem;
  }
}

/* line 310, app/assets/stylesheets/components/_forms.scss */
form .form-check > label::before,
.form .form-check > label::before {
  border-radius: 10%;
  transition: background-color 0.3s linear 0s , transform 0.3s linear 0s , border 0.3s linear 0s;
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 1.5rem;
  left: 0;
  margin-right: .625rem;
  position: absolute;
  width: 1.5rem;
}

/* line 324, app/assets/stylesheets/components/_forms.scss */
form .form-check > label::after,
.form .form-check > label::after {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  background: none;
  border: solid #fff;
  border-width: 0 .1rem .1rem 0;
  content: "";
  height: .55rem;
  left: .8rem;
  position: absolute;
  top: 1rem;
  width: .3rem;
}

/* line 337, app/assets/stylesheets/components/_forms.scss */
form .form-check > label .simple-form-optional,
.form .form-check > label .simple-form-optional {
  display: none;
}

/* line 340, app/assets/stylesheets/components/_forms.scss */
form .form-check abbr,
.form .form-check abbr {
  left: .3rem;
  top: .2rem;
}

/* line 346, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input,
.form .form-check .form-check-input {
  height: 1px;
  left: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 1rem;
  width: 1px;
}

/* line 355, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input:focus:not([class*="--valid"]) + label::before, form .form-check .form-check-input:focus:not([class*="--invalid"]) + label::before,
.form .form-check .form-check-input:focus:not([class*="--valid"]) + label::before,
.form .form-check .form-check-input:focus:not([class*="--invalid"]) + label::before {
  border: 0.4rem solid #ccc;
  box-shadow: 0 0 0 2px #e8e8e8;
}

/* line 362, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input:valid:focus:checked + label::before, form .form-check .form-check-input.valid:focus:checked + label::before, form .form-check .form-check-input--valid:focus:checked + label::before, form .form-check .form-check-input.is-valid:focus:checked + label::before,
.form .form-check .form-check-input:valid:focus:checked + label::before,
.form .form-check .form-check-input.valid:focus:checked + label::before,
.form .form-check .form-check-input--valid:focus:checked + label::before,
.form .form-check .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00be6d;
}

/* line 366, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input[class*="--invalid"] + label, form .form-check .form-check-input[class*="--invalid"]:focus + label,
.form .form-check .form-check-input[class*="--invalid"] + label,
.form .form-check .form-check-input[class*="--invalid"]:focus + label {
  color: #ab2321;
}

/* line 370, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input[class*="--invalid"] + label::before, form .form-check .form-check-input[class*="--invalid"]:focus + label::before,
.form .form-check .form-check-input[class*="--invalid"] + label::before,
.form .form-check .form-check-input[class*="--invalid"]:focus + label::before {
  border: 0.4rem solid #ab2321;
}

/* line 374, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input:checked,
.form .form-check .form-check-input:checked {
  box-shadow: none;
}

/* line 378, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input:checked + label::before,
.form .form-check .form-check-input:checked + label::before {
  background: #00be6d;
  border: 1px solid #00be6d;
  margin-right: 1rem;
}

/* line 384, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-input:checked + label::after,
.form .form-check .form-check-input:checked + label::after {
  -webkit-transform: scale(1.7) rotate(45deg);
  -moz-transform: scale(1.7) rotate(45deg);
  -ms-transform: scale(1.7) rotate(45deg);
  -o-transform: scale(1.7) rotate(45deg);
  transform: scale(1.7) rotate(45deg);
}

/* line 390, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-label,
.form .form-check .form-check-label {
  align-items: baseline;
  color: #444;
  display: inline-block;
}

/* line 395, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-label::before,
.form .form-check .form-check-label::before {
  border-radius: 10%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  height: 2rem;
  margin-top: -.2rem;
  width: 2rem;
}

@media (min-width: 768px) {
  /* line 395, app/assets/stylesheets/components/_forms.scss */
  form .form-check .form-check-label::before,
.form .form-check .form-check-label::before {
    height: 1.5rem;
    margin: .1rem .5rem 0 0;
    width: 1.5rem;
  }
}

/* line 409, app/assets/stylesheets/components/_forms.scss */
form .form-check .form-check-label::after,
.form .form-check .form-check-label::after {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  background: none;
  border: solid #fff;
  border-width: 0 .1rem .1rem 0;
  content: "";
  height: .8rem;
  left: .6rem;
  margin: 1rem .2rem;
  position: absolute;
  top: 0;
  width: .4rem;
}

@media (min-width: 768px) {
  /* line 409, app/assets/stylesheets/components/_forms.scss */
  form .form-check .form-check-label::after,
.form .form-check .form-check-label::after {
    height: .55rem;
    margin: 1.3rem 0;
    width: .3rem;
  }
}

/* line 431, app/assets/stylesheets/components/_forms.scss */
form .form-radio,
.form .form-radio {
  position: relative;
}

/* line 434, app/assets/stylesheets/components/_forms.scss */
form .form-radio:hover label::before,
.form .form-radio:hover label::before {
  border: 0.4rem solid #ccc;
}

/* line 436, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input,
.form .form-radio__input {
  height: 1px;
  left: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 1rem;
  width: 1px;
}

/* line 445, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:focus:not([class*="--valid"]) + label::before, form .form-radio__input:focus:not([class*="--invalid"]) + label::before,
.form .form-radio__input:focus:not([class*="--valid"]) + label::before,
.form .form-radio__input:focus:not([class*="--invalid"]) + label::before {
  border: 0.4rem solid #ccc;
  box-shadow: 0 0 0 2px #e8e8e8;
}

/* line 451, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input[class*="--invalid"] + label, form .form-radio__input[class*="--invalid"]:focus + label,
.form .form-radio__input[class*="--invalid"] + label,
.form .form-radio__input[class*="--invalid"]:focus + label {
  color: #ab2321;
}

/* line 454, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input[class*="--invalid"] + label::before, form .form-radio__input[class*="--invalid"]:focus + label::before,
.form .form-radio__input[class*="--invalid"] + label::before,
.form .form-radio__input[class*="--invalid"]:focus + label::before {
  border: 0.4rem solid #ab2321;
}

/* line 458, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:valid:focus + label::before, form .form-radio__input.valid:focus + label::before, form .form-radio__input--valid:focus + label::before, form .form-radio__input.is-valid:focus + label::before,
.form .form-radio__input:valid:focus + label::before,
.form .form-radio__input.valid:focus + label::before,
.form .form-radio__input--valid:focus + label::before,
.form .form-radio__input.is-valid:focus + label::before {
  border: 0.8rem solid #00be6d;
}

/* line 461, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked,
.form .form-radio__input:checked {
  box-shadow: none;
}

/* line 464, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked + .without-radio,
.form .form-radio__input:checked + .without-radio {
  padding-left: 2.9rem;
}

/* line 467, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked + .without-radio::before,
.form .form-radio__input:checked + .without-radio::before {
  display: none;
}

/* line 470, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked + .highlight-when-checked,
.form .form-radio__input:checked + .highlight-when-checked {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 2px #00be6d inset;
}

/* line 476, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked + label::before,
.form .form-radio__input:checked + label::before {
  border: 0.8rem solid #00be6d;
}

/* line 479, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked + label .bold-when-checked,
.form .form-radio__input:checked + label .bold-when-checked {
  font-weight: 700;
}

/* line 480, app/assets/stylesheets/components/_forms.scss */
form .form-radio__input:checked + label .visible-when-checked,
.form .form-radio__input:checked + label .visible-when-checked {
  display: block;
}

/* line 485, app/assets/stylesheets/components/_forms.scss */
form .form-radio > label,
.form .form-radio > label {
  transition: color 0.3s ease-in-out linear 0s , border 0.3s ease-in-out linear 0s;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #dddddf inset;
  cursor: pointer;
  margin: .5rem 0;
  padding: 2rem 2.9rem 2rem 5.9rem;
  position: relative;
  width: 100%;
}

/* line 495, app/assets/stylesheets/components/_forms.scss */
form .form-radio > label::before,
.form .form-radio > label::before {
  border-radius: 50%;
  transition: background-color 0.3s linear 0s , transform 0.3s linear 0s , border 0.3s linear 0s;
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 2rem;
  left: 2.1rem;
  position: absolute;
  width: 2rem;
}

/* line 508, app/assets/stylesheets/components/_forms.scss */
form .form-radio > label .visible-when-checked,
.form .form-radio > label .visible-when-checked {
  display: none;
}

/* line 511, app/assets/stylesheets/components/_forms.scss */
form .form-radio .without-radio,
.form .form-radio .without-radio {
  padding-left: 2.9rem;
}

/* line 514, app/assets/stylesheets/components/_forms.scss */
form .form-radio .without-radio::before,
.form .form-radio .without-radio::before {
  display: none;
}

/* line 517, app/assets/stylesheets/components/_forms.scss */
form .form-radio .single-option__input,
.form .form-radio .single-option__input {
  opacity: 0;
  position: absolute;
}

/* line 521, app/assets/stylesheets/components/_forms.scss */
form .form-radio .single-option__input:checked + label,
.form .form-radio .single-option__input:checked + label {
  padding-left: 2.9rem;
}

/* line 524, app/assets/stylesheets/components/_forms.scss */
form .form-radio .single-option__input:checked + label::before,
.form .form-radio .single-option__input:checked + label::before {
  background-color: transparent;
  border: 0;
}

/* line 532, app/assets/stylesheets/components/_forms.scss */
form .form__input[type="number"], form [type="number"].StripeElement,
.form .form__input[type="number"],
.form [type="number"].StripeElement {
  appearance: textfield;
}

/* line 535, app/assets/stylesheets/components/_forms.scss */
form .form__input[type="number"]::-webkit-outer-spin-button, form [type="number"].StripeElement::-webkit-outer-spin-button, form .form__input[type="number"]::-webkit-inner-spin-button, form [type="number"].StripeElement::-webkit-inner-spin-button,
.form .form__input[type="number"]::-webkit-outer-spin-button,
.form [type="number"].StripeElement::-webkit-outer-spin-button,
.form .form__input[type="number"]::-webkit-inner-spin-button,
.form [type="number"].StripeElement::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* line 543, app/assets/stylesheets/components/_forms.scss */
form fieldset.form-radio,
.form fieldset.form-radio {
  font-size: 0;
}

/* line 546, app/assets/stylesheets/components/_forms.scss */
form fieldset.form-radio > label,
.form fieldset.form-radio > label {
  border-radius: 0.4rem;
}

/* line 549, app/assets/stylesheets/components/_forms.scss */
form fieldset.form-radio:not(:only-of-type) > label,
.form fieldset.form-radio:not(:only-of-type) > label {
  border-radius: 0;
  margin: -1px 0 0;
}

/* line 554, app/assets/stylesheets/components/_forms.scss */
form fieldset.form-radio:not(:only-of-type):first-of-type > label,
.form fieldset.form-radio:not(:only-of-type):first-of-type > label {
  border-radius: 0.4rem 0.4rem 0 0;
  margin: .5rem 0 0;
}

/* line 559, app/assets/stylesheets/components/_forms.scss */
form fieldset.form-radio:not(:only-of-type):last-of-type > label,
.form fieldset.form-radio:not(:only-of-type):last-of-type > label {
  border-radius: 0 0 0.4rem 0.4rem;
  margin: -1px 0 .5rem;
}

/* line 567, app/assets/stylesheets/components/_forms.scss */
form--search,
.form--search {
  position: relative;
  /* stylelint-disable selector-max-type */
}

/* line 571, app/assets/stylesheets/components/_forms.scss */
form--search .form__input, form--search .StripeElement,
.form--search .form__input,
.form--search .StripeElement {
  font-size: 1.4rem;
  padding: 1.2rem 4rem;
}

/* line 67, app/assets/stylesheets/abstracts/_mixins.scss */
form--search .form__input::-webkit-search-decoration, form--search .StripeElement::-webkit-search-decoration,
.form--search .form__input::-webkit-search-decoration,
.form--search .StripeElement::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 68, app/assets/stylesheets/abstracts/_mixins.scss */
form--search .form__input::-webkit-search-cancel-button, form--search .StripeElement::-webkit-search-cancel-button,
.form--search .form__input::-webkit-search-cancel-button,
.form--search .StripeElement::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 69, app/assets/stylesheets/abstracts/_mixins.scss */
form--search .form__input::-webkit-search-results-button, form--search .StripeElement::-webkit-search-results-button,
.form--search .form__input::-webkit-search-results-button,
.form--search .StripeElement::-webkit-search-results-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 70, app/assets/stylesheets/abstracts/_mixins.scss */
form--search .form__input::-webkit-search-results-decoration, form--search .StripeElement::-webkit-search-results-decoration,
.form--search .form__input::-webkit-search-results-decoration,
.form--search .StripeElement::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 579, app/assets/stylesheets/components/_forms.scss */
form--search .form__input:valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label, form--search .StripeElement:valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label, form--search .form__input.valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label, form--search .valid.StripeElement:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label, form--search .form__input--valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label, form--search .form__input.is-valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label, form--search .is-valid.StripeElement:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .form__input:valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .StripeElement:valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .form__input.valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .valid.StripeElement:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .form__input--valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .form__input.is-valid:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label,
.form--search .is-valid.StripeElement:not(:focus):not(:disabled):not(:placeholder-shown) + .form__label {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 583, app/assets/stylesheets/components/_forms.scss */
form--search .form__label,
.form--search .form__label {
  transition: color 0.15s ease-in-out 0s , transform 0.15s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  color: #999;
  font-family: initial;
  font-size: 1.8rem;
  height: 100%;
  line-height: 2.3;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 3.5rem;
}

/* line 598, app/assets/stylesheets/components/_forms.scss */
form--search .form__label::after, form--search .form__label::before,
.form--search .form__label::after,
.form--search .form__label::before {
  display: none;
}

/* line 601, app/assets/stylesheets/components/_forms.scss */
form--search .form__label:hover,
.form--search .form__label:hover {
  color: #777879;
}

/* line 604, app/assets/stylesheets/components/_forms.scss */
form--search .form__search-icn,
.form--search .form__search-icn {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: 0;
  display: inline-block;
  height: 2rem;
  left: 1rem;
  outline: 0;
  padding: 0;
  width: 2rem;
}

/* line 615, app/assets/stylesheets/components/_forms.scss */
form--search .form__search-icn::after, form--search .form__search-icn::before,
.form--search .form__search-icn::after,
.form--search .form__search-icn::before {
  transition: border-color 0.15s ease-in-out 0s , background-color 0.15s ease-in-out 0s;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 623, app/assets/stylesheets/components/_forms.scss */
form--search .form__search-icn::after,
.form--search .form__search-icn::after {
  border-radius: 50%;
  border: 0.25rem solid #999;
  height: 75%;
  left: 0;
  top: 0;
  width: 75%;
}

/* line 632, app/assets/stylesheets/components/_forms.scss */
form--search .form__search-icn::before,
.form--search .form__search-icn::before {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #999;
  height: .25rem;
  right: 0;
  top: 70%;
  width: 42%;
}

/* line 641, app/assets/stylesheets/components/_forms.scss */
form--search .form__search-icn:hover::after,
.form--search .form__search-icn:hover::after {
  border-color: #777879;
}

/* line 642, app/assets/stylesheets/components/_forms.scss */
form--search .form__search-icn:hover::before,
.form--search .form__search-icn:hover::before {
  background-color: #777879;
}

/* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input:placeholder-shown:not(.filled):focus.placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus.placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus.placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus.placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus.placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input:placeholder-shown:not(.filled):focus.placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus.placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus.placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus.placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus.placeholder {
    transition: none;
  }
}

/* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus::placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus::placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::placeholder {
    transition: none;
  }
}

/* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-moz-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-moz-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-moz-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-moz-placeholder {
    transition: none;
  }
}

/* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-moz-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-moz-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-moz-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-moz-placeholder {
    transition: none;
  }
}

/* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-webkit-input-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus::-webkit-input-placeholder {
    transition: none;
  }
}

/* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-ms-input-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-ms-input-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-ms-input-placeholder, form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input:not(.filled):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .StripeElement:not(.filled):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input:placeholder-shown:not(.filled):focus:-ms-input-placeholder {
    transition: none;
  }
}

/* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input.filled:not(.filled):focus.placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus.placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus.placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus.placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus.placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus.placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus.placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus.placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 55, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input.filled:not(.filled):focus.placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus.placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus.placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus.placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus.placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus.placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus.placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus.placeholder {
    transition: none;
  }
}

/* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input.filled:not(.filled):focus::placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus::placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus::placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus::placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 56, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input.filled:not(.filled):focus::placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus::placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus::placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus::placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::placeholder {
    transition: none;
  }
}

/* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input.filled:not(.filled):focus:-moz-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus:-moz-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-moz-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus:-moz-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-moz-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 57, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input.filled:not(.filled):focus:-moz-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus:-moz-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-moz-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus:-moz-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus:-moz-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-moz-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-moz-placeholder {
    transition: none;
  }
}

/* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input.filled:not(.filled):focus::-moz-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus::-moz-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-moz-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus::-moz-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-moz-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input.filled:not(.filled):focus::-moz-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus::-moz-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-moz-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus::-moz-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus::-moz-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-moz-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-moz-placeholder {
    transition: none;
  }
}

/* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input.filled:not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input.filled:not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus::-webkit-input-placeholder {
    transition: none;
  }
}

/* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
form .with-placeholder .form__input.filled:not(.filled):focus:-ms-input-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus:-ms-input-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder {
  transition: color 0.3s linear 0.15s;
  color: #999;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, app/assets/stylesheets/abstracts/_mixins.scss */
  form .with-placeholder .form__input.filled:not(.filled):focus:-ms-input-placeholder, form .with-placeholder .filled.StripeElement:not(.filled):focus:-ms-input-placeholder, form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder, form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input.filled:not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .filled.StripeElement:not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .form__input:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder,
.form .with-placeholder .StripeElement:not(:placeholder-shown):not(.filled):focus:-ms-input-placeholder {
    transition: none;
  }
}

/* line 657, app/assets/stylesheets/components/_forms.scss */
form textarea,
.form textarea {
  -ms-overflow-style: none;
  min-height: 15rem;
  padding-top: 2.8rem;
  white-space: normal;
}

@media (min-width: 992px) {
  /* line 657, app/assets/stylesheets/components/_forms.scss */
  form textarea,
.form textarea {
    min-height: 10rem;
  }
}

/* line 666, app/assets/stylesheets/components/_forms.scss */
form abbr,
.form abbr {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 0;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  top: .3rem;
}

/* line 685, app/assets/stylesheets/components/_forms.scss */
form--hide-optional .simple-form-optional,
form .form-nationality-wrapper .simple-form-optional,
form .form-attended-programme-wrapper .simple-form-optional,
form .salesforce_enrollment_your_industry_other .simple-form-optional,
form .salesforce_enrollment_your_function_other .simple-form-optional,
.form--hide-optional .simple-form-optional,
.form .form-nationality-wrapper .simple-form-optional,
.form .form-attended-programme-wrapper .simple-form-optional,
.form .salesforce_enrollment_your_industry_other .simple-form-optional,
.form .salesforce_enrollment_your_function_other .simple-form-optional {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_logo.scss */
.entity-logo {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 3.8rem;
  max-width: 37rem;
  width: auto;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_logo.scss */
  .entity-logo {
    max-height: 5.5rem;
  }
}

/* line 11, app/assets/stylesheets/components/_logo.scss */
.entity-logo--white .logo__path {
  fill: #fff;
}

/* line 12, app/assets/stylesheets/components/_logo.scss */
.entity-logo--logotype .logo__isotype {
  display: none;
}

/* line 13, app/assets/stylesheets/components/_logo.scss */
.entity-logo--centered .logo__logotype {
  -webkit-transform: translateX(9rem);
  -moz-transform: translateX(9rem);
  -ms-transform: translateX(9rem);
  -o-transform: translateX(9rem);
  transform: translateX(9rem);
}

/* line 16, app/assets/stylesheets/components/_logo.scss */
.entity-logo--isotype .logo__isotype {
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -o-transform: translateX(-15%);
  transform: translateX(-15%);
}

/* line 17, app/assets/stylesheets/components/_logo.scss */
.entity-logo--isotype .logo__logotype {
  display: none;
}

/* line 21, app/assets/stylesheets/components/_logo.scss */
.white-label .university-logo-link {
  left: 8%;
  position: absolute;
}

/* line 1, app/assets/stylesheets/components/_modal.scss */
.modal {
  transition: opacity 0.3s linear;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/components/_modal.scss */
  .modal {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 1, app/assets/stylesheets/components/_modal.scss */
  .modal {
    padding: 0 1rem;
  }
}

/* line 17, app/assets/stylesheets/components/_modal.scss */
.modal--open, .modal:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* line 24, app/assets/stylesheets/components/_modal.scss */
.modal--close, .modal--close:target {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 31, app/assets/stylesheets/components/_modal.scss */
.modal__list {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding: 0 0 0 1.7rem;
}

/* line 36, app/assets/stylesheets/components/_modal.scss */
.modal__list li:not(:last-of-type) {
  margin-bottom: 2rem;
}

/* line 39, app/assets/stylesheets/components/_modal.scss */
.modal__body {
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -ms-overflow-style: none;
  overflow-y: auto;
  background: #fff;
  max-height: 95vh;
  max-width: 60rem;
  padding: 3rem 2rem;
  width: 95vw;
}

@media (max-width: 991.98px) {
  /* line 39, app/assets/stylesheets/components/_modal.scss */
  .modal__body {
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/components/_modal.scss */
  .modal__body {
    max-height: 90vh;
    padding: 4rem 5rem;
    width: 60rem;
  }
}

/* line 56, app/assets/stylesheets/components/_modal.scss */
.modal__title {
  color: #000;
  font-size: 2.8rem;
  font-weight: 400;
}

/* line 62, app/assets/stylesheets/components/_modal.scss */
.modal__paragraph-small {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/components/_modal.scss */
  .modal__paragraph-small {
    font-size: 1.2rem;
  }
}

/* line 68, app/assets/stylesheets/components/_modal.scss */
.modal__notes {
  color: #999;
}

/* line 70, app/assets/stylesheets/components/_modal.scss */
.modal__btn {
  min-width: 22rem;
}

/* line 72, app/assets/stylesheets/components/_modal.scss */
.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* line 77, app/assets/stylesheets/components/_modal.scss */
.modal__close::before {
  transition: color 0.5s linear;
  color: #999;
  content: "\00D7";
  font-size: 3.5rem;
  font-weight: 300;
  line-height: .4;
  width: 1.2rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, app/assets/stylesheets/components/_modal.scss */
  .modal__close::before {
    transition: none;
  }
}

/* line 87, app/assets/stylesheets/components/_modal.scss */
.modal__close:hover {
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/components/_modal.scss */
.modal__close:hover::before {
  color: #000;
}

/* line 94, app/assets/stylesheets/components/_modal.scss */
.modal--padding-small .modal__body {
  padding: 3rem 2rem;
}

/* line 96, app/assets/stylesheets/components/_modal.scss */
.modal--large .modal__body {
  border-radius: 0.3rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 3rem auto;
  max-height: calc(100vh - 6rem);
  padding: 3rem 3rem 2.5rem;
  top: 0;
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/components/_modal.scss */
  .modal--large .modal__body {
    max-width: 120rem;
    padding: 4rem 4rem 2.5rem;
    width: 70%;
  }
}

/* line 115, app/assets/stylesheets/components/_modal.scss */
.modal--school .modal__title {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 115, app/assets/stylesheets/components/_modal.scss */
  .modal--school .modal__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

/* line 126, app/assets/stylesheets/components/_modal.scss */
.modal--school .modal__text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 126, app/assets/stylesheets/components/_modal.scss */
  .modal--school .modal__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

/* line 137, app/assets/stylesheets/components/_modal.scss */
.modal--school .modal__selections {
  margin-bottom: 2rem;
  padding-left: .2rem;
}

/* line 142, app/assets/stylesheets/components/_modal.scss */
.modal--school .modal__item-description {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

/* line 147, app/assets/stylesheets/components/_modal.scss */
.modal--school .modal__item-dates {
  font-size: 1.4rem;
  line-height: 2rem;
}

/* line 153, app/assets/stylesheets/components/_modal.scss */
.modal .scroll-box {
  max-height: 40rem;
  -ms-overflow-style: none;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  /* line 153, app/assets/stylesheets/components/_modal.scss */
  .modal .scroll-box {
    -webkit-overflow-scrolling: touch;
  }
}

/* line 159, app/assets/stylesheets/components/_modal.scss */
.modal-payment {
  padding: 3rem;
}

@media (max-width: 991.98px) {
  /* line 159, app/assets/stylesheets/components/_modal.scss */
  .modal-payment {
    padding: 3rem 1rem;
  }
}

/* line 1, app/assets/stylesheets/components/_notifications.scss */
.flash {
  border-radius: 0;
  transition: max-height 0.3s ease-in-out;
  border: 0;
  height: auto;
  margin-bottom: 0;
  max-height: 100vh;
  overflow: hidden;
  padding: 0 2.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 416, app/assets/stylesheets/abstracts/_mixins.scss */
.flash--alert {
  background-color: #f6ddde;
  color: #ab2321;
}

/* line 416, app/assets/stylesheets/abstracts/_mixins.scss */
.flash--notice {
  background-color: #dbf1d6;
  color: #197430;
}

/* line 416, app/assets/stylesheets/abstracts/_mixins.scss */
.flash--warning {
  background-color: #fdf8e1;
  color: #9c6d32;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/components/_notifications.scss */
  .flash {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_notifications.scss */
  .flash {
    height: 4rem;
    max-height: 4rem;
  }
}

/* line 24, app/assets/stylesheets/components/_notifications.scss */
.flash--admin {
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/components/_notifications.scss */
.flash--admin .flash__message {
  margin: .9rem 0;
}

/* line 34, app/assets/stylesheets/components/_notifications.scss */
.flash__message {
  font-weight: 500;
  margin: 1rem 0;
  padding-right: 5rem;
}

/* line 39, app/assets/stylesheets/components/_notifications.scss */
.flash__message a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/components/_notifications.scss */
  .flash__message {
    -ms-overflow-style: none;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* line 44, app/assets/stylesheets/components/_notifications.scss */
.flash__btn {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 1rem;
}

/* line 50, app/assets/stylesheets/components/_notifications.scss */
.flash__close {
  color: #777879;
  cursor: pointer;
  font-size: 3.2rem;
  font-weight: 300;
  margin: 0;
  padding: 0 1rem;
}

/* line 59, app/assets/stylesheets/components/_notifications.scss */
.flash__toggler {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

/* line 62, app/assets/stylesheets/components/_notifications.scss */
.flash__toggler:checked {
  display: none;
}

/* line 65, app/assets/stylesheets/components/_notifications.scss */
.flash__toggler:checked + .flash {
  max-height: 0;
}

/* stylelint-disable selector-no-qualifying-type */
/* line 2, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip] {
  position: relative;
  z-index: 8;
}

/* line 10, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip]::after, [data-tooltip]::before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  transition: none;
  -ms-overflow-style: none;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  bottom: 3rem;
  color: #333;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10, app/assets/stylesheets/components/_tooltips.scss */
  [data-tooltip]::after, [data-tooltip]::before {
    transition: none;
  }
}

/* line 25, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip]::before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  content: attr(aria-label);
  font-size: 1.2rem;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  max-width: 17.5rem;
  padding: 1.3rem 1.1rem;
  text-align: left;
  text-transform: none;
  width: max-content;
}

/* line 39, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip]::after {
  transition: none;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border-right: 0;
  border-top: 0;
  bottom: 2.5rem;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.03);
  content: "";
  height: 1rem;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, app/assets/stylesheets/components/_tooltips.scss */
  [data-tooltip]::after {
    transition: none;
  }
}

/* line 52, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip]:hover::before, [data-tooltip]:focus::before, [data-tooltip]:active::before, [data-tooltip]:checked::before, [data-tooltip]:focus:hover::before, [data-tooltip]:focus:active::before, [data-tooltip]:not(:disabled):hover::before, [data-tooltip]:not(:disabled):active::before, [data-tooltip]:not(.disabled):active::before, [data-tooltip]:not(:disabled):active:focus::before, [data-tooltip]:not(.disabled):active:focus::before {
  transition: opacity 0.25s ease-in 0.7s;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  /* line 52, app/assets/stylesheets/components/_tooltips.scss */
  [data-tooltip]:hover::before, [data-tooltip]:focus::before, [data-tooltip]:active::before, [data-tooltip]:checked::before, [data-tooltip]:focus:hover::before, [data-tooltip]:focus:active::before, [data-tooltip]:not(:disabled):hover::before, [data-tooltip]:not(:disabled):active::before, [data-tooltip]:not(.disabled):active::before, [data-tooltip]:not(:disabled):active:focus::before, [data-tooltip]:not(.disabled):active:focus::before {
    transition: none;
  }
}

/* line 57, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip]:hover::after, [data-tooltip]:focus::after, [data-tooltip]:active::after, [data-tooltip]:checked::after, [data-tooltip]:focus:hover::after, [data-tooltip]:focus:active::after, [data-tooltip]:not(:disabled):hover::after, [data-tooltip]:not(:disabled):active::after, [data-tooltip]:not(.disabled):active::after, [data-tooltip]:not(:disabled):active:focus::after, [data-tooltip]:not(.disabled):active:focus::after {
  transition: opacity 0.25s ease-in 0.6s;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  /* line 57, app/assets/stylesheets/components/_tooltips.scss */
  [data-tooltip]:hover::after, [data-tooltip]:focus::after, [data-tooltip]:active::after, [data-tooltip]:checked::after, [data-tooltip]:focus:hover::after, [data-tooltip]:focus:active::after, [data-tooltip]:not(:disabled):hover::after, [data-tooltip]:not(:disabled):active::after, [data-tooltip]:not(.disabled):active::after, [data-tooltip]:not(:disabled):active:focus::after, [data-tooltip]:not(.disabled):active:focus::after {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 64, app/assets/stylesheets/components/_tooltips.scss */
  [data-tooltip]::after, [data-tooltip]::before {
    display: none;
  }
}

/* line 69, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="visible"]::after, [data-tooltip][data-tooltip~="visible"]::before {
  opacity: 1;
}

/* line 74, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="animated"]::after {
  -webkit-animation: tooltip-bounce-after 3s linear infinite both;
  -moz-animation: tooltip-bounce-after 3s linear infinite both;
  -ms-animation: tooltip-bounce-after 3s linear infinite both;
  -o-animation: tooltip-bounce-after 3s linear infinite both;
  animation: tooltip-bounce-after 3s linear infinite both;
}

/* line 75, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="animated"]::before {
  -webkit-animation: tooltip-bounce-before 3s linear infinite both;
  -moz-animation: tooltip-bounce-before 3s linear infinite both;
  -ms-animation: tooltip-bounce-before 3s linear infinite both;
  -o-animation: tooltip-bounce-before 3s linear infinite both;
  animation: tooltip-bounce-before 3s linear infinite both;
}

@media (max-width: 991.98px) {
  /* line 80, app/assets/stylesheets/components/_tooltips.scss */
  [data-tooltip][data-tooltip~="mobile"]::after, [data-tooltip][data-tooltip~="mobile"]::before {
    display: block;
  }
}

/* line 86, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="bottom"]::before {
  bottom: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  top: 3rem;
}

/* line 92, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="bottom"]::after {
  -webkit-transform: translateX(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  -o-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  bottom: auto;
  box-shadow: none;
  top: 2.5rem;
}

/* line 101, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="right"]::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  left: -0.8rem;
  right: auto;
}

/* line 109, app/assets/stylesheets/components/_tooltips.scss */
[data-tooltip][data-tooltip~="left"]::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  left: auto;
  right: -0.8rem;
}

/* stylelint-enable selector-no-qualifying-type */
/* line 1, app/assets/stylesheets/components/_observation.scss */
.observation {
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2rem 2rem .5rem;
}

/* line 8, app/assets/stylesheets/components/_observation.scss */
.observation--gray {
  background-color: #f7f7f7;
}

/* line 10, app/assets/stylesheets/components/_observation.scss */
.observation__paragraph {
  color: #777879;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/components/_observation.scss */
.observation__list {
  list-style: none;
  list-style-type: initial;
  margin: 1rem 0;
  padding-left: .8rem;
}

@media (min-width: 992px) {
  /* line 16, app/assets/stylesheets/components/_observation.scss */
  .observation__list {
    padding-left: 2.5rem;
  }
}

/* line 1, app/assets/stylesheets/components/_pagination.scss */
.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
}

/* line 7, app/assets/stylesheets/components/_pagination.scss */
.pagination__info {
  padding: 1rem;
}

/* line 10, app/assets/stylesheets/components/_pagination.scss */
.pagination__page-link::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #dedede;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 1.1rem;
  right: .5rem;
  width: 1.1rem;
}

/* line 22, app/assets/stylesheets/components/_pagination.scss */
.pagination__page-link[aria-label="previous"]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 24, app/assets/stylesheets/components/_pagination.scss */
.pagination__page-link:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 1, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content {
  font-size: 1.6rem;
  text-align: left;
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 5, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 4rem;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content hr {
  margin: 2rem auto;
}

/* line 13, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content ul {
  list-style-type: disc;
}

/* line 15, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content ol {
  list-style-type: decimal;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}

/* line 19, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content ol[type="I"] {
  list-style-type: upper-roman;
}

/* line 23, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content label {
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__chapter {
  font-weight: 700;
}

/* line 33, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__ordered_list {
  margin-bottom: 2rem;
  padding: 0 0 0 1.7rem;
}

/* line 38, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__ordered_list li:not(:last-of-type) {
  margin-bottom: 2rem;
}

/* line 40, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__ordered_list li ul {
  list-style-type: circle;
  padding-left: 4rem;
}

/* line 47, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table {
  table-layout: fixed;
}

/* line 50, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table td,
.post-document-content__table th {
  font-weight: 400;
  text-align: left;
}

/* line 57, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.left-aligned td,
.post-document-content__table.left-aligned th {
  text-align: left;
}

/* line 62, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.no-border .indent {
  text-indent: -2rem;
}

/* line 64, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.no-border td {
  padding-left: 2rem;
}

/* line 66, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.no-border td:nth-child(2) {
  width: 5%;
}

/* line 70, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.with-borders th {
  background-color: #dddddf;
  border: 1px solid #000;
  padding: 1rem;
}

/* line 76, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.with-borders td {
  border: 1px solid #000;
  padding: 1rem;
}

/* line 82, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.with-outside-borders {
  border: 1px solid #000;
}

/* line 85, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.with-outside-borders th {
  background-color: #dddddf;
  border: 1px solid #000;
  padding: 1rem;
}

/* line 91, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.with-outside-borders td {
  border-right: 1px solid #000;
  padding: 1rem;
}

/* line 97, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.layout-auto {
  table-layout: auto;
}

/* line 98, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.check-mark {
  font-size: 3rem;
  /* stylelint-disable declaration-no-important */
  text-align: center !important;
  /* stylelint-enable declaration-no-important */
  width: 10%;
}

/* line 107, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.v2-signature-image td img {
  max-height: 10rem;
  width: 16rem;
}

/* line 114, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__table.v2-hover-none tr:hover {
  background-color: unset;
}

/* line 118, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__agreement {
  border: solid 0.2rem #e8e8e8;
  margin-bottom: 2rem;
}

/* line 125, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content form .form-check .form-check-label::before {
  height: 2rem;
  width: 2rem;
}

/* line 130, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content form .form-check .form-check-input {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

/* line 134, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content form .form-check .form-check-input:checked + label::before {
  background: #00be6d;
  border-color: #333;
  color: #fff;
  content: "\2713";
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

/* line 144, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content form .form-check .form-check-input:checked + label::after {
  content: none;
}

/* line 148, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content form .form-check label {
  font-weight: 400;
  margin-left: 2rem;
}

/* line 155, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content .title {
  font-size: 1.7rem;
}

/* line 157, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content .signature-and-seal img {
  height: 14rem;
  width: 16rem;
}

/* line 162, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content .text-overline {
  text-decoration-line: overline;
}

/* line 163, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content .fs-3 {
  font-size: 3rem;
}

/* line 164, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content .padding-top-7 {
  padding-top: 7rem;
}

/* line 166, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list {
  counter-reset: section;
  list-style: none;
  padding-left: 0;
}

/* line 171, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li {
  counter-increment: section;
  list-style: none;
  margin-bottom: 2rem;
  position: relative;
}

/* line 177, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li::before {
  content: counter(section);
  font-weight: 700;
  left: 0;
  position: absolute;
}

/* line 184, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li .sub-list {
  counter-reset: sub-section;
  list-style: none;
  padding-left: 20px;
}

/* line 190, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li .sub-list > li {
  counter-increment: sub-section;
  padding-left: 35px;
  position: relative;
}

/* line 196, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li .sub-list > li::before {
  content: counter(section) "." counter(sub-section);
  font-weight: 700;
  left: 0;
  position: absolute;
}

/* line 203, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li .nested-list {
  counter-reset: sub-sub-section;
  list-style: none;
  padding-left: 20px;
}

/* line 209, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li .nested-list > li {
  counter-increment: sub-sub-section;
  padding-left: 30px;
  position: relative;
}

/* line 215, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__main-list > li .nested-list > li::before {
  content: "(" counter(sub-sub-section, lower-alpha) ")";
  left: 0;
  position: absolute;
}

/* line 223, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__title-box {
  border: 1px solid #000;
  font-size: 1.7rem;
  font-weight: 700;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}

/* line 235, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart {
  display: grid;
  gap: 2px 10px;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

/* line 241, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart__box {
  background-color: #f8f9fa;
  border: 1px solid #000;
  padding: 10px;
}

/* line 246, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart__box--double {
  grid-column: span 2;
}

/* line 250, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart__box--wide {
  grid-column: span 3;
}

/* line 255, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart__arrow {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

/* line 261, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart__row-spanned {
  display: grid;
  gap: 10px;
  grid-column: span 3;
  grid-template-columns: repeat(2, 1fr);
}

/* line 268, app/assets/stylesheets/components/_post_document_content.scss */
.post-document-content__refund-flow-chart__spacer {
  grid-column: span 2;
}

/* line 1, app/assets/stylesheets/components/_program_card.scss */
.program-card {
  border-bottom: 1px solid #dddddf;
  flex: 1;
  flex-direction: column;
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_program_card.scss */
  .program-card {
    flex-direction: row;
    padding: 3.5rem 0;
  }
}

/* line 12, app/assets/stylesheets/components/_program_card.scss */
.program-card:first-child {
  padding-top: 0;
}

/* line 13, app/assets/stylesheets/components/_program_card.scss */
.program-card:last-of-type {
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 15, app/assets/stylesheets/components/_program_card.scss */
  .program-card__item {
    flex-direction: column;
  }
}

/* line 19, app/assets/stylesheets/components/_program_card.scss */
.program-card__container {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/components/_program_card.scss */
  .program-card__container {
    flex: 1 1 auto;
    padding-left: 5rem;
  }
}

/* line 29, app/assets/stylesheets/components/_program_card.scss */
.program-card__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/components/_program_card.scss */
.program-card__container ul li::before {
  color: #000;
  content: "\2022";
  display: inline-block;
  font-weight: 700;
  margin: 0 .5rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/components/_program_card.scss */
  .program-card__container ul li::before {
    margin: 0 1rem;
  }
}

/* line 46, app/assets/stylesheets/components/_program_card.scss */
.program-card__tile {
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 0 0 6.4rem;
  height: 6.4rem;
  justify-content: center;
  margin: 0 1rem 0 0;
  position: relative;
  width: 6.4rem;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.program-card__tile img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/components/_program_card.scss */
  .program-card__tile {
    flex: 1 1 26rem;
    height: 26rem;
    margin: 0;
    width: 26rem;
  }
}

/* line 64, app/assets/stylesheets/components/_program_card.scss */
.program-card__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/components/_program_card.scss */
  .program-card__description {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

/* line 75, app/assets/stylesheets/components/_program_card.scss */
.program-card__description p {
  margin-bottom: .5rem;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/components/_program_card.scss */
  .program-card__description p {
    margin-bottom: 1rem;
  }
}

/* line 81, app/assets/stylesheets/components/_program_card.scss */
.program-card__description ul li {
  padding-left: 1rem;
}

/* line 84, app/assets/stylesheets/components/_program_card.scss */
.program-card__description ul li::before {
  margin: 0 .5rem 0 -1rem;
}

/* line 87, app/assets/stylesheets/components/_program_card.scss */
.program-card__description p:empty,
.program-card__description li:empty {
  display: none;
}

/* line 91, app/assets/stylesheets/components/_program_card.scss */
.program-card__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.29;
  margin: -.4rem 0 0;
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/components/_program_card.scss */
  .program-card__title {
    font-size: 2.8rem;
  }
}

/* line 100, app/assets/stylesheets/components/_program_card.scss */
.program-card__info-bar {
  color: #333;
  font-weight: 700;
  margin: 1.5rem 0;
}

/* line 105, app/assets/stylesheets/components/_program_card.scss */
.program-card__info-bar ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 109, app/assets/stylesheets/components/_program_card.scss */
.program-card__info-bar ul li {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  /* line 109, app/assets/stylesheets/components/_program_card.scss */
  .program-card__info-bar ul li {
    font-size: 1.8rem;
  }
}

/* line 114, app/assets/stylesheets/components/_program_card.scss */
.program-card__info-bar ul li:empty::before, .program-card__info-bar ul li:first-of-type::before {
  display: none;
}

/* line 120, app/assets/stylesheets/components/_program_card.scss */
.program-card__footer {
  flex-direction: column;
  margin-top: auto;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 120, app/assets/stylesheets/components/_program_card.scss */
  .program-card__footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 130, app/assets/stylesheets/components/_program_card.scss */
.program-card__footer .btn {
  max-width: 50rem;
  min-width: 16rem;
}

/* line 135, app/assets/stylesheets/components/_program_card.scss */
.program-card__footer img {
  margin: 0 auto 2rem;
  max-height: 7rem;
  max-width: 20rem;
  width: 75%;
}

@media (min-width: 768px) {
  /* line 135, app/assets/stylesheets/components/_program_card.scss */
  .program-card__footer img {
    max-height: 7rem;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  /* line 135, app/assets/stylesheets/components/_program_card.scss */
  .program-card__footer img {
    height: auto;
    margin: 0 2.5rem 0 0;
    max-width: 25rem;
    width: auto;
  }
}

/* line 1, app/assets/stylesheets/components/_ranking.scss */
.ranking {
  height: 1.7rem;
  margin: .5rem 0 0;
  order: -1;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_ranking.scss */
  .ranking {
    height: auto;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/components/_ranking.scss */
  .ranking {
    margin: 0 0 1rem;
    order: 1;
  }
}

/* line 13, app/assets/stylesheets/components/_ranking.scss */
.ranking__star {
  display: inline-block;
  height: 1.4rem;
  margin-bottom: 2.5rem;
  margin-left: .4rem;
  width: 1.4rem;
}

@media (min-width: 576px) {
  /* line 13, app/assets/stylesheets/components/_ranking.scss */
  .ranking__star {
    height: 1.2rem;
    margin-left: 0;
    width: 1.2rem;
  }
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/components/_ranking.scss */
  .ranking__star {
    height: 1.8rem;
    margin-left: .5rem;
    width: 1.8rem;
  }
}

/* line 32, app/assets/stylesheets/components/_ranking.scss */
.ranking__star--half .star__full {
  fill: transparent;
}

/* line 35, app/assets/stylesheets/components/_ranking.scss */
.ranking__star--empty .star__half,
.ranking__star--empty .star__full {
  fill: transparent;
}

/* line 5, app/assets/stylesheets/components/_social_links.scss */
.social-links:not(.social-links__actions) img:not([width]) {
  max-height: 10rem;
  max-width: 10rem;
}

/* line 10, app/assets/stylesheets/components/_social_links.scss */
.social-links__actions {
  justify-content: center;
  margin: 3rem auto 30rem;
  position: relative;
}

@media (min-width: 992px) {
  /* line 10, app/assets/stylesheets/components/_social_links.scss */
  .social-links__actions {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 8rem;
    max-width: calc(40rem + 6rem);
  }
}

/* line 23, app/assets/stylesheets/components/_social_links.scss */
.social-links__input {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

/* line 26, app/assets/stylesheets/components/_social_links.scss */
.social-links__input.email:checked ~ .email .social-color {
  fill: #333;
}

/* line 27, app/assets/stylesheets/components/_social_links.scss */
.social-links__input.twitter:checked ~ .twitter .social-color {
  fill: #1da1f2;
}

/* line 28, app/assets/stylesheets/components/_social_links.scss */
.social-links__input.linkedin:checked ~ .linkedin .social-color {
  fill: #2867b2;
}

/* line 29, app/assets/stylesheets/components/_social_links.scss */
.social-links__input.facebook:checked ~ .facebook .social-color {
  fill: #1877f2;
}

/* line 31, app/assets/stylesheets/components/_social_links.scss */
.social-links__input.email:checked ~ .email, .social-links__input.twitter:checked ~ .twitter, .social-links__input.linkedin:checked ~ .linkedin, .social-links__input.facebook:checked ~ .facebook {
  transition: opacity 0.15s linear 0.2s;
  opacity: 1;
  pointer-events: initial;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, app/assets/stylesheets/components/_social_links.scss */
  .social-links__input.email:checked ~ .email, .social-links__input.twitter:checked ~ .twitter, .social-links__input.linkedin:checked ~ .linkedin, .social-links__input.facebook:checked ~ .facebook {
    transition: none;
  }
}

/* line 41, app/assets/stylesheets/components/_social_links.scss */
.social-links__icn {
  width: 4rem;
}

/* line 44, app/assets/stylesheets/components/_social_links.scss */
.social-links__icn .social-color {
  transition: fill 0.15s linear;
  fill: #e8e8e8;
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, app/assets/stylesheets/components/_social_links.scss */
  .social-links__icn .social-color {
    transition: none;
  }
}

/* line 50, app/assets/stylesheets/components/_social_links.scss */
.social-links__btn {
  cursor: pointer;
  margin: auto 2rem auto;
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/components/_social_links.scss */
  .social-links__btn {
    margin: 0 2rem 3rem 0;
  }
}

/* line 56, app/assets/stylesheets/components/_social_links.scss */
.social-links__btn.twitter:hover .social-color {
  fill: #1da1f2;
}

/* line 57, app/assets/stylesheets/components/_social_links.scss */
.social-links__btn.linkedin:hover .social-color {
  fill: #2867b2;
}

/* line 58, app/assets/stylesheets/components/_social_links.scss */
.social-links__btn.facebook:hover .social-color {
  fill: #1877f2;
}

/* line 59, app/assets/stylesheets/components/_social_links.scss */
.social-links__btn.email:hover .social-color {
  fill: #333;
}

/* line 62, app/assets/stylesheets/components/_social_links.scss */
.social-links__content {
  transition: opacity 0.15s linear;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 6rem;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  /* line 62, app/assets/stylesheets/components/_social_links.scss */
  .social-links__content {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 62, app/assets/stylesheets/components/_social_links.scss */
  .social-links__content {
    left: 6rem;
    top: 0;
    width: calc(100% - 6rem);
  }
}

/* line 78, app/assets/stylesheets/components/_social_links.scss */
.social-links__textarea {
  background-color: #ccc;
  border: 3px solid #e8e8e8;
  color: #777;
  display: block;
  font-size: 1.4rem;
  height: auto;
  margin-bottom: 3rem;
  min-height: 20rem;
  padding: 2rem 2rem 2.6rem;
  resize: none;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 78, app/assets/stylesheets/components/_social_links.scss */
  .social-links__textarea {
    font-size: 1.6rem;
  }
}

/* line 94, app/assets/stylesheets/components/_social_links.scss */
.social-links .btn {
  display: table;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/components/_steps.scss */
.steps-list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/components/_steps.scss */
.steps-list__step {
  color: #777879;
  font-size: 1.6rem;
  margin: 0 .4rem 0 0;
}

/* line 13, app/assets/stylesheets/components/_steps.scss */
.steps-list__step:not(:last-of-type)::after {
  color: #777879;
  content: "\00a0\003E\00a0";
  font-weight: 400;
  position: absolute;
}

/* line 20, app/assets/stylesheets/components/_steps.scss */
.steps-list__step--active {
  color: #333;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/components/_sticky_cta.scss */
.sticky-cta {
  background: #fff;
  width: 100%;
  z-index: 2;
}

/* line 6, app/assets/stylesheets/components/_sticky_cta.scss */
.sticky-cta__heading {
  font-weight: 400;
  text-align: left;
}

/* line 11, app/assets/stylesheets/components/_sticky_cta.scss */
.sticky-cta--desktop {
  transition: opacity 0.25s;
  display: none;
  position: fixed;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, app/assets/stylesheets/components/_sticky_cta.scss */
  .sticky-cta--desktop {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/components/_sticky_cta.scss */
  .sticky-cta--desktop {
    opacity: 0;
  }
}

/* line 19, app/assets/stylesheets/components/_sticky_cta.scss */
.sticky-cta--desktop.js-is-sticky {
  opacity: 1;
  position: fixed !important;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/components/_sticky_cta.scss */
  .sticky-cta--desktop.js-is-sticky {
    display: block;
  }
}

/* line 28, app/assets/stylesheets/components/_sticky_cta.scss */
.sticky-cta--mobile {
  bottom: 0;
  position: fixed;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/components/_sticky_cta.scss */
  .sticky-cta--mobile {
    display: none;
  }
}

/* line 34, app/assets/stylesheets/components/_sticky_cta.scss */
.sticky-cta--mobile .sticky-cta__heading {
  font-size: 1.2rem;
  padding: 0 2rem;
}

/* line 1, app/assets/stylesheets/components/_table.scss */
.table {
  border: 2px solid #dddddf;
  padding: 2.5rem;
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/_table.scss */
.table__head {
  border-bottom: 1px solid #dddddf;
}

/* line 7, app/assets/stylesheets/components/_table.scss */
.table__header {
  padding: 0.5rem 1rem 1.5rem;
}

/* line 8, app/assets/stylesheets/components/_table.scss */
.table__row:first-of-type td {
  padding-top: 1.5rem;
}

/* line 9, app/assets/stylesheets/components/_table.scss */
.table__row td:not(:first-of-type) {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 11, app/assets/stylesheets/components/_table.scss */
  .table__row td:first-of-type {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 15, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables {
    border: 0;
    display: block;
    padding: 1.5rem;
  }
  /* line 21, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables tr,
.table--no-more-tables th,
.table--no-more-tables td,
.table--no-more-tables table,
.table--no-more-tables tbody,
.table--no-more-tables thead {
    display: block;
  }
  /* line 28, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables thead {
    border: 0;
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  /* line 35, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables tr {
    border: 2px solid #dddddf;
    margin-bottom: 1.5rem;
  }
  /* line 40, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables td {
    border: 0;
    border-bottom: 1px solid #dddddf;
    padding: 1rem 1rem 1rem 50%;
    position: relative;
    text-align: right;
    white-space: normal;
  }
  /* line 48, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables td::before {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: attr(data-title);
    font-weight: 600;
    left: 0;
    padding: .5rem 1rem;
    text-align: left;
    white-space: nowrap;
    width: 45%;
  }
  /* line 59, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables td:first-of-type {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  /* line 64, app/assets/stylesheets/components/_table.scss */
  .table--no-more-tables td:last-of-type {
    border: 0;
    padding: 1rem;
  }
}

/* line 1, app/assets/stylesheets/components/_user.scss */
.user {
  align-items: center;
  color: #555;
  display: none;
  flex-wrap: nowrap;
  padding: 2rem 2.5rem;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_user.scss */
  .user {
    display: flex;
  }
}

/* line 10, app/assets/stylesheets/components/_user.scss */
.user__thumb {
  border-radius: 100%;
  height: 6.5rem;
  margin-right: 2rem;
  width: 6.5rem;
}

/* line 17, app/assets/stylesheets/components/_user.scss */
.user__info {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20rem;
}

/* line 21, app/assets/stylesheets/components/_user.scss */
.user__info:last-of-type {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/_sanction_rules.scss */
.sanctioned {
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/_sanction_rules.scss */
.sanctioned__image {
  height: 8rem;
  width: 8rem;
}

/* line 11, app/assets/stylesheets/components/_sanction_rules.scss */
.declined {
  text-align: center;
}

/* line 14, app/assets/stylesheets/components/_sanction_rules.scss */
.declined__image {
  height: 8rem;
  width: 8rem;
}

/* line 1, app/assets/stylesheets/components/_success.scss */
.success {
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_success.scss */
  .success {
    align-items: start;
    flex-direction: row;
    margin-bottom: 4rem;
  }
}

/* line 14, app/assets/stylesheets/components/_success.scss */
.success__img {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  height: 20rem;
  margin: 0 4rem 0 0;
  width: 20rem;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.success__img img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 14, app/assets/stylesheets/components/_success.scss */
  .success__img {
    margin: 0 0 2rem;
  }
}

/* line 24, app/assets/stylesheets/components/_success.scss */
.success__info {
  flex: 1;
}

@media (max-width: 767.98px) {
  /* line 24, app/assets/stylesheets/components/_success.scss */
  .success__info {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  /* line 32, app/assets/stylesheets/components/_success.scss */
  .success__info .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 35, app/assets/stylesheets/components/_success.scss */
  .success__info__info-mobile {
    align-items: right;
  }
}

/* line 40, app/assets/stylesheets/components/_success.scss */
.success__heading {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 40, app/assets/stylesheets/components/_success.scss */
  .success__heading {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}

/* line 50, app/assets/stylesheets/components/_success.scss */
.success__heading--small {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/components/_success.scss */
  .success__heading--small {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}

/* line 63, app/assets/stylesheets/components/_success.scss */
.success__paragraph a {
  white-space: break-spaces;
}

@media (max-width: 767.98px) {
  /* line 62, app/assets/stylesheets/components/_success.scss */
  .success__paragraph {
    font-size: 1.4rem;
  }
}

/* line 68, app/assets/stylesheets/components/_success.scss */
.success__enrollment .btn {
  min-width: 22rem;
}

/* line 70, app/assets/stylesheets/components/_success.scss */
.success__reward {
  background: #f8f8f8;
  display: flex;
  margin: 1rem 0 0;
  padding: 2rem;
}

/* stylelint-disable */
/* line 2, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__container {
  margin-top: 1rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
  .congratulations_page .tabs__container {
    margin-top: 3rem;
  }
}

/* line 11, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
  .congratulations_page .tabs__ul {
    align-items: stretch;
    border-bottom: 0.1rem solid #ccc;
    display: flex;
    justify-content: center;
  }
}

/* line 24, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__li {
  transition: border 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
  .congratulations_page .tabs__li {
    transition: none;
  }
}

/* line 27, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__li:hover {
  border-bottom: 0.5rem solid rgba(0, 190, 109, 0.3);
}

/* line 29, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__li > label {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: .5rem 5rem;
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__toggler {
  display: none;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
  .congratulations_page .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .congratulations_page .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
    border-bottom: 0.5rem solid #00be6d;
  }
}

/* line 48, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__toggler:nth-of-type(1):checked ~ .tabs__content:nth-of-type(1), .congratulations_page .tabs__toggler:nth-of-type(2):checked ~ .tabs__content:nth-of-type(2) {
  display: block;
}

/* line 52, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__label {
  border-bottom: 0.3rem solid #00be6d;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  text-align: center;
}

/* line 61, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__content {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
  .congratulations_page .tabs__content {
    display: none;
    padding: 4rem 0 0;
  }
}

/* line 70, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
.congratulations_page .tabs__hr {
  border-bottom: 1px solid #ddd;
  left: 0;
  position: absolute;
  width: 100vw;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/components/congratulations_page/_tabs.scss */
  .congratulations_page .tabs__hr {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment {
  /* stylelint-disable declaration-no-important, */
  /* stylelint-enable declaration-no-important */
}

/* line 4, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .paragraph {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .paragraph {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

/* line 15, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .mobile {
  align-self: center;
  display: flex !important;
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  /* line 15, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .mobile {
    display: flex !important;
    margin-top: 1.5rem;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .mobile {
    display: none !important;
    margin-top: 0;
  }
}

/* line 35, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .success__container {
  background: #f8f8f8;
  margin: -4rem 0 3.5rem;
  padding: 6rem 0;
  width: 100vw;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .success__container {
    margin-left: calc((-100vw + 72rem - 3rem) / 2);
    padding: 6rem 1.5rem;
  }
}

@media (min-width: 992px) {
  /* line 35, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .success__container {
    margin: 0 0 3.5rem calc((-100vw + 96rem - 3rem) / 2);
  }
}

@media (min-width: 1200px) {
  /* line 35, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .success__container {
    margin-left: calc((-100vw + 114rem - 3rem) / 2);
  }
}

/* line 50, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .success__heading {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  /* line 50, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .success__heading {
    padding-right: 1rem;
  }
}

/* line 55, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .success__heading--small {
  margin-bottom: 1rem;
}

/* line 58, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .success__paragraph {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 58, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .success__paragraph {
    font-size: 1.8rem;
  }
}

/* line 65, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 66, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__container {
  padding-top: 2rem;
}

/* line 68, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__content {
  display: none;
  padding: 3rem 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .tabs__content {
    padding-bottom: 3rem;
  }
}

/* line 76, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__ul {
  border-bottom: 0.1rem solid #ccc;
  display: flex;
}

/* line 81, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__li {
  flex: 1 1 100%;
  text-align: center;
}

/* line 85, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__li:checked label {
  color: #000;
}

@media (min-width: 768px) {
  /* line 81, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .tabs__li {
    flex: 0 0 auto;
  }
}

/* line 89, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__li label {
  color: rgba(51, 51, 51, 0.7);
}

/* line 92, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__li label:hover {
  color: #000;
}

@media (max-width: 767.98px) {
  /* line 89, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .tabs__li label {
    font-size: 1.4rem;
    padding: .5rem;
  }
}

/* line 103, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .congratulations_page .announce-enrollment .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom: 0.5rem solid #00be6d;
}

/* line 107, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1) label, .congratulations_page .announce-enrollment .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) label {
  color: #000;
}

/* line 112, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .tabs__hr {
  display: none;
}

/* line 115, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .refer__or {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 2rem;
  position: relative;
  text-align: center;
}

/* line 122, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .refer__or::before, .congratulations_page .announce-enrollment .refer__or::after {
  background-color: #000;
  content: "";
  height: .006rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
}

/* line 133, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .refer__or::after {
  right: 0;
}

/* line 134, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .refer__or::before {
  left: 0;
}

/* line 137, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: start;
  margin: 0;
}

@media (min-width: 576px) {
  /* line 137, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  /* line 137, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share {
    align-items: start;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}

/* line 156, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__field {
  align-items: stretch;
  display: flex;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 156, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__field {
    margin-bottom: 2.5rem;
  }
}

/* line 163, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__field > div {
  visibility: hidden;
}

/* line 165, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__field [class*="__textarea"] {
  background-color: #fff;
  border-color: #e8e8e8;
  color: #222;
  font-size: 1.4rem;
  height: auto;
  margin-bottom: 0;
  min-height: 12rem;
  padding: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 165, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__field [class*="__textarea"] {
    font-size: 1.6rem;
  }
}

/* line 179, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__field .share__textarea {
  margin-left: -100%;
  overflow: hidden;
  resize: none;
  white-space: normal;
}

/* line 186, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__field + .share__actions {
  display: none;
}

@media (min-width: 992px) {
  /* line 186, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__field + .share__actions {
    display: flex;
  }
}

/* line 193, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__preview {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 1.4rem;
  box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.2);
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  /* line 193, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__preview {
    box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) {
  /* line 193, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__preview {
    max-width: 44rem;
  }
}

/* line 203, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__preview .share__field {
  align-items: stretch;
  display: flex;
}

/* line 207, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"] {
  border: 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
  min-height: 8rem;
  padding: 0;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:hover, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:focus, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:active, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:checked, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:focus:hover, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:focus:active, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:not(:disabled):hover, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:not(:disabled):active, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:not(.disabled):active, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:not(:disabled):active:focus, .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"]:not(.disabled):active:focus {
  outline: 0;
}

@media (min-width: 768px) {
  /* line 207, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__preview .share__field [class*="__textarea"] {
    min-height: 7rem;
  }
}

/* line 220, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__preview .share__field .disabled {
  opacity: 1;
}

/* line 223, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__preview__title {
  font-variant: all-small-caps;
  letter-spacing: .08rem;
  line-height: 1.2;
}

/* line 230, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__footer p {
  font-size: 1.4rem;
}

/* line 233, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__footer p + p {
  font-size: 1.2rem;
}

/* line 236, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__header {
  padding: 2rem;
}

/* line 239, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__header svg {
  transform: scale(0.9);
}

/* line 242, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__program {
  background-color: #eef3f8;
  padding: 1.5rem 2rem;
}

/* line 247, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__activity {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin-top: .5rem;
  padding: 1.2rem 2rem;
}

/* line 254, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__activity svg {
  transform: scale(0.9);
}

/* line 257, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__activity svg:last-of-type {
  margin-left: auto;
}

/* line 261, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__actions {
  display: flex;
  gap: .6rem;
}

@media (min-width: 992px) {
  /* line 261, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__actions {
    gap: 2rem;
    justify-content: center;
  }
}

/* line 271, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__notification {
  background-color: #00acff;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  bottom: 1rem;
  color: #fff;
  display: block;
  font-size: 1rem;
  left: 50%;
  line-height: 1.7rem;
  padding: .1rem .7rem 0;
  position: absolute;
}

/* line 285, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__linkedin-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -ms-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-color: transparent;
  background-image: url(//:3000/assets/icons/emeritus-social-login-facebook-icon-a412facbece935cb82c92b505f81e213c16f214c417ab4889460002fe8545b60.svg);
  background-attachment: initial;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  padding: 2.5rem;
  border: 2px solid #dddddf;
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.18;
  border-radius: 0.4rem;
  color: #fff;
  background-color: #2867b2;
  border-color: #2867b2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #2867b2;
  background-image: url(//:3000/assets/icons/social/emeritus-linkedin-share-button-icon-0a0daa37f0d9a5178677ca9ed5057f103da68b99849c058ac1c900befb94158f.svg);
  box-shadow: none;
  color: #fff;
  display: flex;
  font-size: 8.4rem;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.2;
  padding: 1.15rem 3rem 1.15rem 5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: inherit;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.congratulations_page .announce-enrollment .share__linkedin-btn:hover {
  color: #fff;
  background-color: #215593;
  border-color: #1f4f88;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.congratulations_page .announce-enrollment .share__linkedin-btn:focus, .congratulations_page .announce-enrollment .share__linkedin-btn.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 126, 190, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */
.congratulations_page .announce-enrollment .share__linkedin-btn.disabled, .congratulations_page .announce-enrollment .share__linkedin-btn:disabled {
  color: #fff;
  background-color: #2867b2;
  border-color: #2867b2;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */
.congratulations_page .announce-enrollment .share__linkedin-btn:not(:disabled):not(.disabled):active, .congratulations_page .announce-enrollment .share__linkedin-btn:not(:disabled):not(.disabled).active, .show > .congratulations_page .announce-enrollment .share__linkedin-btn.dropdown-toggle {
  color: #fff;
  background-color: #1f4f88;
  border-color: #1c497e;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */
.congratulations_page .announce-enrollment .share__linkedin-btn:not(:disabled):not(.disabled):active:focus, .congratulations_page .announce-enrollment .share__linkedin-btn:not(:disabled):not(.disabled).active:focus, .show > .congratulations_page .announce-enrollment .share__linkedin-btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 126, 190, 0.5);
}

/* line 307, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
.congratulations_page .announce-enrollment .share__linkedin-line {
  align-self: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #0077b5;
  height: 230%;
  width: .2rem;
}

@media (max-width: 767.98px) {
  /* line 307, app/assets/stylesheets/components/congratulations_page/_announce_enrollment.scss */
  .congratulations_page .announce-enrollment .share__linkedin-line {
    height: 250%;
  }
}

/* line 2, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
.congratulations_page .referral__container {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
  .congratulations_page .referral__container {
    margin-top: 4rem;
  }
}

/* line 6, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
.congratulations_page .referral__container textarea,
.congratulations_page .referral__container .btn--link {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
  .congratulations_page .referral__container textarea,
.congratulations_page .referral__container .btn--link {
    font-size: 1.6rem;
  }
}

/* line 13, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
.congratulations_page .referral__container textarea {
  min-height: 10rem;
}

/* line 16, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
.congratulations_page .referral__paragraph {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/components/congratulations_page/_non_incentivized_referrals.scss */
  .congratulations_page .referral__paragraph {
    font-size: 1.6rem;
    margin: 2.5rem 0 0;
  }
}

/* line 3, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .refer__hero {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .refer__hero {
    padding-top: 3.5rem;
  }
}

/* line 9, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .refer__link {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .refer__link {
    margin-bottom: 4rem;
  }
}

/* line 15, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .refer__or {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .refer__or {
    margin-bottom: 2rem;
  }
}

/* line 21, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .refer__sent {
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .refer__sent {
    margin: 4rem 0 3rem;
  }
}

/* line 27, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .refer__keepsharing {
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  /* line 27, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .refer__keepsharing {
    margin: 0 0 4rem;
  }
}

/* line 34, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .paragraph {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .paragraph {
    font-size: 1.6rem;
  }
}

/* line 39, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral .paragraph--xsmall {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
  .congratulations_page .incentivized-referral .paragraph--xsmall {
    margin-bottom: 2rem;
  }
}

/* line 46, app/assets/stylesheets/components/congratulations_page/_incentivized_referrals.scss */
.congratulations_page .incentivized-referral textarea {
  min-height: 10rem;
}

/* line 5, app/assets/stylesheets/components/congratulations_page/_social_links.scss */
.congratulations_page .social-links__actions {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/components/congratulations_page/_social_links.scss */
  .congratulations_page .social-links__actions {
    align-items: center;
    flex-direction: row;
    margin: 4rem auto 26rem;
  }
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/components/congratulations_page/_social_links.scss */
  .congratulations_page .social-links__content {
    left: 0;
    top: 6rem;
    width: 100%;
  }
}

/* line 22, app/assets/stylesheets/components/congratulations_page/_social_links.scss */
.congratulations_page .social-links__content .btn {
  display: table;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/components/congratulations_page/_social_links.scss */
.congratulations_page .social-links__textarea {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  color: #777;
  display: block;
  font-size: 1.6rem;
  height: auto;
  margin-bottom: 1.5rem;
  min-height: 22rem;
  padding: 2rem 1.65rem;
  resize: none;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/components/congratulations_page/_social_links.scss */
  .congratulations_page .social-links__textarea {
    margin-bottom: 2rem;
    min-height: 20rem;
    padding: 2rem 2.5rem 2.6rem;
  }
}

/* line 1, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip {
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}

/* line 2, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip__content {
  transition: opacity 0.25s ease-in;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  display: none;
  flex-direction: row;
  gap: 1rem;
  height: 13.3rem;
  left: 1.5rem;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  top: auto;
  width: 28rem;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
  .congratulations_page .referral-tooltip__content {
    transition: none;
  }
}

@media (min-width: 576px) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
  .congratulations_page .referral-tooltip__content {
    left: 7rem;
  }
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
  .congratulations_page .referral-tooltip__content {
    left: 7.5rem;
  }
}

@media (min-width: 992px) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
  .congratulations_page .referral-tooltip__content {
    left: 14.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 2, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
  .congratulations_page .referral-tooltip__content {
    left: 46rem;
    top: 75%;
  }
}

/* line 29, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip__description {
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip__image {
  height: 2.37rem;
  width: 11.25rem;
}

/* line 39, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip .h3 {
  font-size: 1.6rem;
}

/* line 41, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip__text {
  font-size: 1.6rem;
}

/* line 44, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip__link {
  cursor: pointer;
  display: inline !important;
  font-size: 1.6rem;
  text-decoration-line: underline;
  white-space: normal;
}

/* line 51, app/assets/stylesheets/components/congratulations_page/_referral_social_links_title.scss */
.congratulations_page .referral-tooltip__link:hover + .referral-tooltip__content {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* stylelint-disable selector-max-id */
/* line 2, app/assets/stylesheets/overrides/_ebanx_dropin.scss */
#ebanx-dropin button {
  display: none;
}

/* stylelint-enable selector-max-id */
/* ------------------------------------------
  Manage style colors for White Label Pages
-------------------------------------------- */
/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #609;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.alliance-manchester-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #4d0073;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .main-header__menu__btn:hover, .white-label.alliance-manchester-business-school .main-header__menu__btn:focus, .white-label.alliance-manchester-business-school .main-header__menu__btn:active, .white-label.alliance-manchester-business-school .main-header__menu__btn:checked, .white-label.alliance-manchester-business-school .main-header__menu__btn:focus:hover, .white-label.alliance-manchester-business-school .main-header__menu__btn:focus:active, .white-label.alliance-manchester-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.alliance-manchester-business-school .main-header__menu__btn:not(:disabled):active, .white-label.alliance-manchester-business-school .main-header__menu__btn:not(.disabled):active, .white-label.alliance-manchester-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.alliance-manchester-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:hover,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:focus,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:active,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:checked,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:focus:hover,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:focus:active,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.alliance-manchester-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #609;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .main-header .nav__link:hover, .white-label.alliance-manchester-business-school .main-header .nav__link:focus, .white-label.alliance-manchester-business-school .main-header .nav__link:active, .white-label.alliance-manchester-business-school .main-header .nav__link:checked, .white-label.alliance-manchester-business-school .main-header .nav__link:focus:hover, .white-label.alliance-manchester-business-school .main-header .nav__link:focus:active, .white-label.alliance-manchester-business-school .main-header .nav__link:not(:disabled):hover, .white-label.alliance-manchester-business-school .main-header .nav__link:not(:disabled):active, .white-label.alliance-manchester-business-school .main-header .nav__link:not(.disabled):active, .white-label.alliance-manchester-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.alliance-manchester-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.alliance-manchester-business-school .main-footer .nav__link:hover,
.white-label.alliance-manchester-business-school .main-footer .nav__link:focus,
.white-label.alliance-manchester-business-school .main-footer .nav__link:active,
.white-label.alliance-manchester-business-school .main-footer .nav__link:checked,
.white-label.alliance-manchester-business-school .main-footer .nav__link:focus:hover,
.white-label.alliance-manchester-business-school .main-footer .nav__link:focus:active,
.white-label.alliance-manchester-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.alliance-manchester-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.alliance-manchester-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.alliance-manchester-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.alliance-manchester-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #4d0073;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school.signed-out .btn:not(.btn--social), .white-label.alliance-manchester-business-school.signed-in .btn--primary {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.signed-out .btn:not(.btn--social):hover, .white-label.alliance-manchester-business-school.signed-out .btn:not(.btn--social):focus, .white-label.alliance-manchester-business-school.signed-out .btn:not(.btn--social):active, .white-label.alliance-manchester-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.alliance-manchester-business-school.signed-in .btn--primary:hover, .white-label.alliance-manchester-business-school.signed-in .btn--primary:focus, .white-label.alliance-manchester-business-school.signed-in .btn--primary:active, .white-label.alliance-manchester-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #1e1e1e;
  box-shadow: none;
  color: #1e1e1e;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .nav__btn:hover span,
.white-label.alliance-manchester-business-school .nav__btn:hover span::after,
.white-label.alliance-manchester-business-school .nav__btn:hover span::before,
.white-label.alliance-manchester-business-school .nav__btn:focus span,
.white-label.alliance-manchester-business-school .nav__btn:focus span::after,
.white-label.alliance-manchester-business-school .nav__btn:focus span::before {
  background-color: #609;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.alliance-manchester-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #609;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #609;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__list li:hover::after {
  border-color: rgba(102, 0, 153, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__list li:hover .heading-3 {
  color: #609;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .profile__link:hover, .white-label.alliance-manchester-business-school .profile__link:focus, .white-label.alliance-manchester-business-school .profile__link:active, .white-label.alliance-manchester-business-school .profile__link:checked, .white-label.alliance-manchester-business-school .profile__link:focus:hover, .white-label.alliance-manchester-business-school .profile__link:focus:active, .white-label.alliance-manchester-business-school .profile__link:not(:disabled):hover, .white-label.alliance-manchester-business-school .profile__link:not(:disabled):active, .white-label.alliance-manchester-business-school .profile__link:not(.disabled):active, .white-label.alliance-manchester-business-school .profile__link:not(:disabled):active:focus, .white-label.alliance-manchester-business-school .profile__link:not(.disabled):active:focus {
  color: #609;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .profile__actions:hover .profile__icn g,
.white-label.alliance-manchester-business-school .profile__actions:focus .profile__icn g {
  fill: #609;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .students__classmate:hover .students__thumbnail,
.white-label.alliance-manchester-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #609, 0 0 0 1px #609 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .pagination__page-link:hover::after {
  border-color: rgba(102, 0, 153, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modal__bg-icn {
  fill: #609;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .payments__paragraph--initial, .white-label.alliance-manchester-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .form__input:-webkit-autofill, .white-label.alliance-manchester-business-school .StripeElement:-webkit-autofill, .white-label.alliance-manchester-business-school .form__input:-webkit-autofill:focus, .white-label.alliance-manchester-business-school .form__input:-internal-autofill-selected, .white-label.alliance-manchester-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .form__input:-moz-autofill, .white-label.alliance-manchester-business-school .StripeElement:-moz-autofill, .white-label.alliance-manchester-business-school .form__input:-moz-autofill-preview, .white-label.alliance-manchester-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(30, 30, 30, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .form-radio__input:hover + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:hover + label::before, .white-label.alliance-manchester-business-school .form-radio__input:focus + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:focus + label::before, .white-label.alliance-manchester-business-school .form-radio__input:active + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:active + label::before, .white-label.alliance-manchester-business-school .form-radio__input:checked + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:checked + label::before, .white-label.alliance-manchester-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:focus:hover + label::before, .white-label.alliance-manchester-business-school .form-radio__input:focus:active + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:focus:active + label::before, .white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.alliance-manchester-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.alliance-manchester-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.alliance-manchester-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #609;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:active + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.alliance-manchester-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #609 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .form-check-input:checked + label::before, .white-label.alliance-manchester-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #609;
  border-color: #609;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .form-check-input:valid:focus:checked + label::before, .white-label.alliance-manchester-business-school .form-check-input.valid:focus:checked + label::before, .white-label.alliance-manchester-business-school .form-check-input--valid:focus:checked + label::before, .white-label.alliance-manchester-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #609;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .electives .form-radio__input:checked + label::before {
  background-color: #609;
  border: 3px solid #609;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .enrollment__icon path {
  fill: #1e1e1e;
  stroke: #1e1e1e;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .enrollment__icon tspan {
  fill: #1e1e1e;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__tasks li:hover::after, .white-label.alliance-manchester-business-school .modules__tasks li.selected::after {
  border-color: rgba(102, 0, 153, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__tasks li::before {
  color: rgba(102, 0, 153, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(102, 0, 153, 0.4);
  border-color: rgba(102, 0, 153, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .modules__tasks li .modules__btn:hover::after, .white-label.alliance-manchester-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(102, 0, 153, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .tabs__li:hover {
  border-color: rgba(102, 0, 153, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .tabs__label {
  border-bottom-color: #609;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.alliance-manchester-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #609;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .survey__success .check {
  fill: #609;
  stroke: #609;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .electives__checkbox:checked + label::before,
.white-label.alliance-manchester-business-school .program-card__checkbox:checked + label::before {
  background-color: #609;
  border-color: #609;
  color: #609;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.alliance-manchester-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #609;
  box-shadow: 0 0 0 1px #609 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .canvas-assignments__submission-type::before {
  border-color: #609;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .canvas-assignments__submission-type::after {
  border-color: #609;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(102, 0, 153, 0.1);
  border-color: #609;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .canvas-assignments__submission-type.typed--selected, .white-label.alliance-manchester-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(102, 0, 153, 0.1);
  border-color: #609;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(1),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(1), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #aa00ff, #a000f0);
  -moz-background: linear-gradient(to right, #aa00ff, #a000f0);
  -ms-background: linear-gradient(to right, #aa00ff, #a000f0);
  -o-background: linear-gradient(to right, #aa00ff, #a000f0);
  background: linear-gradient(to right, #aa00ff, #a000f0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #a000f0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(2),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(2), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #a000f0, #9700e2);
  -moz-background: linear-gradient(to right, #a000f0, #9700e2);
  -ms-background: linear-gradient(to right, #a000f0, #9700e2);
  -o-background: linear-gradient(to right, #a000f0, #9700e2);
  background: linear-gradient(to right, #a000f0, #9700e2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #9700e2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(3),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(3), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #9700e2, #8d00d3);
  -moz-background: linear-gradient(to right, #9700e2, #8d00d3);
  -ms-background: linear-gradient(to right, #9700e2, #8d00d3);
  -o-background: linear-gradient(to right, #9700e2, #8d00d3);
  background: linear-gradient(to right, #9700e2, #8d00d3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #8d00d3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(4),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(4), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #8d00d3, #8300c5);
  -moz-background: linear-gradient(to right, #8d00d3, #8300c5);
  -ms-background: linear-gradient(to right, #8d00d3, #8300c5);
  -o-background: linear-gradient(to right, #8d00d3, #8300c5);
  background: linear-gradient(to right, #8d00d3, #8300c5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #8300c5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(5),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(5), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #8300c5, #7900b6);
  -moz-background: linear-gradient(to right, #8300c5, #7900b6);
  -ms-background: linear-gradient(to right, #8300c5, #7900b6);
  -o-background: linear-gradient(to right, #8300c5, #7900b6);
  background: linear-gradient(to right, #8300c5, #7900b6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #7900b6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(6),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(6), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #7900b6, #7000a8);
  -moz-background: linear-gradient(to right, #7900b6, #7000a8);
  -ms-background: linear-gradient(to right, #7900b6, #7000a8);
  -o-background: linear-gradient(to right, #7900b6, #7000a8);
  background: linear-gradient(to right, #7900b6, #7000a8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #7000a8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(7),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(7), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #7000a8, #660099);
  -moz-background: linear-gradient(to right, #7000a8, #660099);
  -ms-background: linear-gradient(to right, #7000a8, #660099);
  -o-background: linear-gradient(to right, #7000a8, #660099);
  background: linear-gradient(to right, #7000a8, #660099);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #660099;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #609;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.alliance-manchester-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.alliance-manchester-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #609;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved {
  color: #609;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #aa00ff, #a000f0);
  -moz-background: linear-gradient(to bottom, #aa00ff, #a000f0);
  -ms-background: linear-gradient(to bottom, #aa00ff, #a000f0);
  -o-background: linear-gradient(to bottom, #aa00ff, #a000f0);
  background: linear-gradient(to bottom, #aa00ff, #a000f0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #a000f0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #aa00ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #a000f0, #9700e2);
  -moz-background: linear-gradient(to bottom, #a000f0, #9700e2);
  -ms-background: linear-gradient(to bottom, #a000f0, #9700e2);
  -o-background: linear-gradient(to bottom, #a000f0, #9700e2);
  background: linear-gradient(to bottom, #a000f0, #9700e2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #9700e2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #a000f0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #9700e2, #8d00d3);
  -moz-background: linear-gradient(to bottom, #9700e2, #8d00d3);
  -ms-background: linear-gradient(to bottom, #9700e2, #8d00d3);
  -o-background: linear-gradient(to bottom, #9700e2, #8d00d3);
  background: linear-gradient(to bottom, #9700e2, #8d00d3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #8d00d3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #9700e2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #8d00d3, #8300c5);
  -moz-background: linear-gradient(to bottom, #8d00d3, #8300c5);
  -ms-background: linear-gradient(to bottom, #8d00d3, #8300c5);
  -o-background: linear-gradient(to bottom, #8d00d3, #8300c5);
  background: linear-gradient(to bottom, #8d00d3, #8300c5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #8300c5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #8d00d3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #8300c5, #7900b6);
  -moz-background: linear-gradient(to bottom, #8300c5, #7900b6);
  -ms-background: linear-gradient(to bottom, #8300c5, #7900b6);
  -o-background: linear-gradient(to bottom, #8300c5, #7900b6);
  background: linear-gradient(to bottom, #8300c5, #7900b6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #7900b6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #8300c5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #7900b6, #7000a8);
  -moz-background: linear-gradient(to bottom, #7900b6, #7000a8);
  -ms-background: linear-gradient(to bottom, #7900b6, #7000a8);
  -o-background: linear-gradient(to bottom, #7900b6, #7000a8);
  background: linear-gradient(to bottom, #7900b6, #7000a8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #7000a8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #7900b6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #7000a8, #660099);
  -moz-background: linear-gradient(to bottom, #7000a8, #660099);
  -ms-background: linear-gradient(to bottom, #7000a8, #660099);
  -o-background: linear-gradient(to bottom, #7000a8, #660099);
  background: linear-gradient(to bottom, #7000a8, #660099);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #660099;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #7000a8;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #609;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #609;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.alliance-manchester-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.alliance-manchester-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #609;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .sidebar .steps .steps__label-toggle {
  background-color: #660099;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #660099;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1e1e1e, #281a30);
  -moz-background: linear-gradient(to right, #1e1e1e, #281a30);
  -ms-background: linear-gradient(to right, #1e1e1e, #281a30);
  -o-background: linear-gradient(to right, #1e1e1e, #281a30);
  background: linear-gradient(to right, #1e1e1e, #281a30);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #281a30;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #281a30, #331541);
  -moz-background: linear-gradient(to right, #281a30, #331541);
  -ms-background: linear-gradient(to right, #281a30, #331541);
  -o-background: linear-gradient(to right, #281a30, #331541);
  background: linear-gradient(to right, #281a30, #331541);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #331541;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #331541, #3d1153);
  -moz-background: linear-gradient(to right, #331541, #3d1153);
  -ms-background: linear-gradient(to right, #331541, #3d1153);
  -o-background: linear-gradient(to right, #331541, #3d1153);
  background: linear-gradient(to right, #331541, #3d1153);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3d1153;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3d1153, #470d64);
  -moz-background: linear-gradient(to right, #3d1153, #470d64);
  -ms-background: linear-gradient(to right, #3d1153, #470d64);
  -o-background: linear-gradient(to right, #3d1153, #470d64);
  background: linear-gradient(to right, #3d1153, #470d64);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #470d64;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #470d64, #510976);
  -moz-background: linear-gradient(to right, #470d64, #510976);
  -ms-background: linear-gradient(to right, #470d64, #510976);
  -o-background: linear-gradient(to right, #470d64, #510976);
  background: linear-gradient(to right, #470d64, #510976);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #510976;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #510976, #5c0487);
  -moz-background: linear-gradient(to right, #510976, #5c0487);
  -ms-background: linear-gradient(to right, #510976, #5c0487);
  -o-background: linear-gradient(to right, #510976, #5c0487);
  background: linear-gradient(to right, #510976, #5c0487);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #5c0487;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #5c0487, #660099);
  -moz-background: linear-gradient(to right, #5c0487, #660099);
  -ms-background: linear-gradient(to right, #5c0487, #660099);
  -o-background: linear-gradient(to right, #5c0487, #660099);
  background: linear-gradient(to right, #5c0487, #660099);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #660099;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #609;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #609;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e1e1e, #281a30);
  -moz-background: linear-gradient(to bottom, #1e1e1e, #281a30);
  -ms-background: linear-gradient(to bottom, #1e1e1e, #281a30);
  -o-background: linear-gradient(to bottom, #1e1e1e, #281a30);
  background: linear-gradient(to bottom, #1e1e1e, #281a30);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #281a30;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1e1e1e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #281a30, #331541);
  -moz-background: linear-gradient(to bottom, #281a30, #331541);
  -ms-background: linear-gradient(to bottom, #281a30, #331541);
  -o-background: linear-gradient(to bottom, #281a30, #331541);
  background: linear-gradient(to bottom, #281a30, #331541);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #331541;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #281a30;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #331541, #3d1153);
  -moz-background: linear-gradient(to bottom, #331541, #3d1153);
  -ms-background: linear-gradient(to bottom, #331541, #3d1153);
  -o-background: linear-gradient(to bottom, #331541, #3d1153);
  background: linear-gradient(to bottom, #331541, #3d1153);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3d1153;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #331541;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3d1153, #470d64);
  -moz-background: linear-gradient(to bottom, #3d1153, #470d64);
  -ms-background: linear-gradient(to bottom, #3d1153, #470d64);
  -o-background: linear-gradient(to bottom, #3d1153, #470d64);
  background: linear-gradient(to bottom, #3d1153, #470d64);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #470d64;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3d1153;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #470d64, #510976);
  -moz-background: linear-gradient(to bottom, #470d64, #510976);
  -ms-background: linear-gradient(to bottom, #470d64, #510976);
  -o-background: linear-gradient(to bottom, #470d64, #510976);
  background: linear-gradient(to bottom, #470d64, #510976);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #510976;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #470d64;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #510976, #5c0487);
  -moz-background: linear-gradient(to bottom, #510976, #5c0487);
  -ms-background: linear-gradient(to bottom, #510976, #5c0487);
  -o-background: linear-gradient(to bottom, #510976, #5c0487);
  background: linear-gradient(to bottom, #510976, #5c0487);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #5c0487;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #510976;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #5c0487, #660099);
  -moz-background: linear-gradient(to bottom, #5c0487, #660099);
  -ms-background: linear-gradient(to bottom, #5c0487, #660099);
  -o-background: linear-gradient(to bottom, #5c0487, #660099);
  background: linear-gradient(to bottom, #5c0487, #660099);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #660099;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #5c0487;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #609;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #609;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.alliance-manchester-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.alliance-manchester-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.alliance-manchester-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.alliance-manchester-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #609;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .referrals-advocate__overlay {
  background-color: #609;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .referrals-advocate__steps-circle {
  fill: #609;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .referrals-advocate__testimonial {
  background-color: #609;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #609;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.alliance-manchester-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #609;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .terms__title {
  border-color: #1e1e1e;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .terms__links {
  color: #609;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.alliance-manchester-business-school .referral-tooltip__image path {
  fill: #609;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.alliance-manchester-business-school .main-header,
.alliance-manchester-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #393357;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.asian-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #29253f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .main-header__menu__btn:hover, .white-label.asian-institute-of-management .main-header__menu__btn:focus, .white-label.asian-institute-of-management .main-header__menu__btn:active, .white-label.asian-institute-of-management .main-header__menu__btn:checked, .white-label.asian-institute-of-management .main-header__menu__btn:focus:hover, .white-label.asian-institute-of-management .main-header__menu__btn:focus:active, .white-label.asian-institute-of-management .main-header__menu__btn:not(:disabled):hover, .white-label.asian-institute-of-management .main-header__menu__btn:not(:disabled):active, .white-label.asian-institute-of-management .main-header__menu__btn:not(.disabled):active, .white-label.asian-institute-of-management .main-header__menu__btn:not(:disabled):active:focus, .white-label.asian-institute-of-management .main-header__menu__btn:not(.disabled):active:focus,
.white-label.asian-institute-of-management .main-footer__menu__btn:hover,
.white-label.asian-institute-of-management .main-footer__menu__btn:focus,
.white-label.asian-institute-of-management .main-footer__menu__btn:active,
.white-label.asian-institute-of-management .main-footer__menu__btn:checked,
.white-label.asian-institute-of-management .main-footer__menu__btn:focus:hover,
.white-label.asian-institute-of-management .main-footer__menu__btn:focus:active,
.white-label.asian-institute-of-management .main-footer__menu__btn:not(:disabled):hover,
.white-label.asian-institute-of-management .main-footer__menu__btn:not(:disabled):active,
.white-label.asian-institute-of-management .main-footer__menu__btn:not(.disabled):active,
.white-label.asian-institute-of-management .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.asian-institute-of-management .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #393357;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .main-header .nav__link:hover, .white-label.asian-institute-of-management .main-header .nav__link:focus, .white-label.asian-institute-of-management .main-header .nav__link:active, .white-label.asian-institute-of-management .main-header .nav__link:checked, .white-label.asian-institute-of-management .main-header .nav__link:focus:hover, .white-label.asian-institute-of-management .main-header .nav__link:focus:active, .white-label.asian-institute-of-management .main-header .nav__link:not(:disabled):hover, .white-label.asian-institute-of-management .main-header .nav__link:not(:disabled):active, .white-label.asian-institute-of-management .main-header .nav__link:not(.disabled):active, .white-label.asian-institute-of-management .main-header .nav__link:not(:disabled):active:focus, .white-label.asian-institute-of-management .main-header .nav__link:not(.disabled):active:focus,
.white-label.asian-institute-of-management .main-footer .nav__link:hover,
.white-label.asian-institute-of-management .main-footer .nav__link:focus,
.white-label.asian-institute-of-management .main-footer .nav__link:active,
.white-label.asian-institute-of-management .main-footer .nav__link:checked,
.white-label.asian-institute-of-management .main-footer .nav__link:focus:hover,
.white-label.asian-institute-of-management .main-footer .nav__link:focus:active,
.white-label.asian-institute-of-management .main-footer .nav__link:not(:disabled):hover,
.white-label.asian-institute-of-management .main-footer .nav__link:not(:disabled):active,
.white-label.asian-institute-of-management .main-footer .nav__link:not(.disabled):active,
.white-label.asian-institute-of-management .main-footer .nav__link:not(:disabled):active:focus,
.white-label.asian-institute-of-management .main-footer .nav__link:not(.disabled):active:focus {
  color: #29253f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management.signed-out .btn:not(.btn--social), .white-label.asian-institute-of-management.signed-in .btn--primary {
  background-color: #00a5d3;
  border-color: #00a5d3;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.signed-out .btn:not(.btn--social):hover, .white-label.asian-institute-of-management.signed-out .btn:not(.btn--social):focus, .white-label.asian-institute-of-management.signed-out .btn:not(.btn--social):active, .white-label.asian-institute-of-management.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.asian-institute-of-management.signed-in .btn--primary:hover, .white-label.asian-institute-of-management.signed-in .btn--primary:focus, .white-label.asian-institute-of-management.signed-in .btn--primary:active, .white-label.asian-institute-of-management.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #00a5d3;
  box-shadow: none;
  color: #00a5d3;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .nav__btn:hover span,
.white-label.asian-institute-of-management .nav__btn:hover span::after,
.white-label.asian-institute-of-management .nav__btn:hover span::before,
.white-label.asian-institute-of-management .nav__btn:focus span,
.white-label.asian-institute-of-management .nav__btn:focus span::after,
.white-label.asian-institute-of-management .nav__btn:focus span::before {
  background-color: #393357;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.asian-institute-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #393357;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .nav__sidebar ul .profile__no-menu-link:hover {
  color: #393357;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__list li:hover::after {
  border-color: rgba(57, 51, 87, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__list li:hover .heading-3 {
  color: #393357;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .profile__link:hover, .white-label.asian-institute-of-management .profile__link:focus, .white-label.asian-institute-of-management .profile__link:active, .white-label.asian-institute-of-management .profile__link:checked, .white-label.asian-institute-of-management .profile__link:focus:hover, .white-label.asian-institute-of-management .profile__link:focus:active, .white-label.asian-institute-of-management .profile__link:not(:disabled):hover, .white-label.asian-institute-of-management .profile__link:not(:disabled):active, .white-label.asian-institute-of-management .profile__link:not(.disabled):active, .white-label.asian-institute-of-management .profile__link:not(:disabled):active:focus, .white-label.asian-institute-of-management .profile__link:not(.disabled):active:focus {
  color: #393357;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .profile__actions:hover .profile__icn g,
.white-label.asian-institute-of-management .profile__actions:focus .profile__icn g {
  fill: #393357;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .students__classmate:hover .students__thumbnail,
.white-label.asian-institute-of-management .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #393357, 0 0 0 1px #393357 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .pagination__page-link:hover::after {
  border-color: rgba(57, 51, 87, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modal__bg-icn {
  fill: #393357;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .payments__paragraph--initial, .white-label.asian-institute-of-management .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .form__input:-webkit-autofill, .white-label.asian-institute-of-management .StripeElement:-webkit-autofill, .white-label.asian-institute-of-management .form__input:-webkit-autofill:focus, .white-label.asian-institute-of-management .form__input:-internal-autofill-selected, .white-label.asian-institute-of-management .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 165, 211, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 165, 211, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 165, 211, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 165, 211, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 165, 211, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .form__input:-moz-autofill, .white-label.asian-institute-of-management .StripeElement:-moz-autofill, .white-label.asian-institute-of-management .form__input:-moz-autofill-preview, .white-label.asian-institute-of-management .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 165, 211, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .form-radio__input:hover + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:hover + label::before, .white-label.asian-institute-of-management .form-radio__input:focus + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:focus + label::before, .white-label.asian-institute-of-management .form-radio__input:active + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:active + label::before, .white-label.asian-institute-of-management .form-radio__input:checked + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:checked + label::before, .white-label.asian-institute-of-management .form-radio__input:focus:hover + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:focus:hover + label::before, .white-label.asian-institute-of-management .form-radio__input:focus:active + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:focus:active + label::before, .white-label.asian-institute-of-management .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:not(:disabled):hover + label::before, .white-label.asian-institute-of-management .form-radio__input:not(:disabled):active + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:not(:disabled):active + label::before, .white-label.asian-institute-of-management .form-radio__input:not(.disabled):active + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:not(.disabled):active + label::before, .white-label.asian-institute-of-management .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:not(:disabled):active:focus + label::before, .white-label.asian-institute-of-management .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.asian-institute-of-management .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #393357;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .form-radio__input:hover + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:focus + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:active + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:checked + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:focus:hover + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:focus:active + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.asian-institute-of-management .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #393357 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .form-check-input:checked + label::before, .white-label.asian-institute-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background: #393357;
  border-color: #393357;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .form-check-input:valid:focus:checked + label::before, .white-label.asian-institute-of-management .form-check-input.valid:focus:checked + label::before, .white-label.asian-institute-of-management .form-check-input--valid:focus:checked + label::before, .white-label.asian-institute-of-management .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #393357;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .electives .form-radio__input:checked + label::before {
  background-color: #393357;
  border: 3px solid #393357;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .enrollment__icon path {
  fill: #00a5d3;
  stroke: #00a5d3;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .enrollment__icon tspan {
  fill: #00a5d3;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__tasks li:hover::after, .white-label.asian-institute-of-management .modules__tasks li.selected::after {
  border-color: rgba(57, 51, 87, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__tasks li::before {
  color: rgba(57, 51, 87, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(57, 51, 87, 0.4);
  border-color: rgba(57, 51, 87, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .modules__tasks li .modules__btn:hover::after, .white-label.asian-institute-of-management .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(57, 51, 87, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .tabs__li:hover {
  border-color: rgba(57, 51, 87, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .tabs__label {
  border-bottom-color: #393357;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.asian-institute-of-management .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #393357;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .survey__success .check {
  fill: #393357;
  stroke: #393357;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .electives__checkbox:checked + label::before,
.white-label.asian-institute-of-management .program-card__checkbox:checked + label::before {
  background-color: #393357;
  border-color: #393357;
  color: #393357;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .electives__checkbox:checked ~ .program-card__content,
.white-label.asian-institute-of-management .program-card__checkbox:checked ~ .program-card__content {
  border-color: #393357;
  box-shadow: 0 0 0 1px #393357 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .canvas-assignments__submission-type::before {
  border-color: #393357;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .canvas-assignments__submission-type::after {
  border-color: #393357;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .canvas-assignments__submission-type:hover {
  background-color: rgba(57, 51, 87, 0.1);
  border-color: #393357;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .canvas-assignments__submission-type.typed--selected, .white-label.asian-institute-of-management .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(57, 51, 87, 0.1);
  border-color: #393357;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(1),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(1), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #635997, #5d538e);
  -moz-background: linear-gradient(to right, #635997, #5d538e);
  -ms-background: linear-gradient(to right, #635997, #5d538e);
  -o-background: linear-gradient(to right, #635997, #5d538e);
  background: linear-gradient(to right, #635997, #5d538e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(1)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(1)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #5d538e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(2),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(2), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #5d538e, #574e85);
  -moz-background: linear-gradient(to right, #5d538e, #574e85);
  -ms-background: linear-gradient(to right, #5d538e, #574e85);
  -o-background: linear-gradient(to right, #5d538e, #574e85);
  background: linear-gradient(to right, #5d538e, #574e85);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(2)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(2)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #574e85;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(3),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(3), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #574e85, #51497c);
  -moz-background: linear-gradient(to right, #574e85, #51497c);
  -ms-background: linear-gradient(to right, #574e85, #51497c);
  -o-background: linear-gradient(to right, #574e85, #51497c);
  background: linear-gradient(to right, #574e85, #51497c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(3)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(3)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #51497c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(4),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(4), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #51497c, #4b4373);
  -moz-background: linear-gradient(to right, #51497c, #4b4373);
  -ms-background: linear-gradient(to right, #51497c, #4b4373);
  -o-background: linear-gradient(to right, #51497c, #4b4373);
  background: linear-gradient(to right, #51497c, #4b4373);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(4)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(4)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #4b4373;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(5),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(5), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #4b4373, #453e69);
  -moz-background: linear-gradient(to right, #4b4373, #453e69);
  -ms-background: linear-gradient(to right, #4b4373, #453e69);
  -o-background: linear-gradient(to right, #4b4373, #453e69);
  background: linear-gradient(to right, #4b4373, #453e69);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(5)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(5)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #453e69;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(6),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(6), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #453e69, #3f3860);
  -moz-background: linear-gradient(to right, #453e69, #3f3860);
  -ms-background: linear-gradient(to right, #453e69, #3f3860);
  -o-background: linear-gradient(to right, #453e69, #3f3860);
  background: linear-gradient(to right, #453e69, #3f3860);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(6)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(6)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3f3860;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(7),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(7), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3f3860, #393357);
  -moz-background: linear-gradient(to right, #3f3860, #393357);
  -ms-background: linear-gradient(to right, #3f3860, #393357);
  -o-background: linear-gradient(to right, #3f3860, #393357);
  background: linear-gradient(to right, #3f3860, #393357);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(7)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(7)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #393357;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(n+8),
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(n+8), .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #393357;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .step--active:nth-child(n+8)::after,
.white-label.asian-institute-of-management .steps--progress .step--completed:nth-child(n+8)::after, .white-label.asian-institute-of-management .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #393357;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved {
  color: #393357;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #635997, #5d538e);
  -moz-background: linear-gradient(to bottom, #635997, #5d538e);
  -ms-background: linear-gradient(to bottom, #635997, #5d538e);
  -o-background: linear-gradient(to bottom, #635997, #5d538e);
  background: linear-gradient(to bottom, #635997, #5d538e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #5d538e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #635997;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d538e, #574e85);
  -moz-background: linear-gradient(to bottom, #5d538e, #574e85);
  -ms-background: linear-gradient(to bottom, #5d538e, #574e85);
  -o-background: linear-gradient(to bottom, #5d538e, #574e85);
  background: linear-gradient(to bottom, #5d538e, #574e85);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #574e85;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #5d538e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #574e85, #51497c);
  -moz-background: linear-gradient(to bottom, #574e85, #51497c);
  -ms-background: linear-gradient(to bottom, #574e85, #51497c);
  -o-background: linear-gradient(to bottom, #574e85, #51497c);
  background: linear-gradient(to bottom, #574e85, #51497c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #51497c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #574e85;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #51497c, #4b4373);
  -moz-background: linear-gradient(to bottom, #51497c, #4b4373);
  -ms-background: linear-gradient(to bottom, #51497c, #4b4373);
  -o-background: linear-gradient(to bottom, #51497c, #4b4373);
  background: linear-gradient(to bottom, #51497c, #4b4373);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #4b4373;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #51497c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #4b4373, #453e69);
  -moz-background: linear-gradient(to bottom, #4b4373, #453e69);
  -ms-background: linear-gradient(to bottom, #4b4373, #453e69);
  -o-background: linear-gradient(to bottom, #4b4373, #453e69);
  background: linear-gradient(to bottom, #4b4373, #453e69);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #453e69;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #4b4373;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #453e69, #3f3860);
  -moz-background: linear-gradient(to bottom, #453e69, #3f3860);
  -ms-background: linear-gradient(to bottom, #453e69, #3f3860);
  -o-background: linear-gradient(to bottom, #453e69, #3f3860);
  background: linear-gradient(to bottom, #453e69, #3f3860);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3f3860;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #453e69;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3f3860, #393357);
  -moz-background: linear-gradient(to bottom, #3f3860, #393357);
  -ms-background: linear-gradient(to bottom, #3f3860, #393357);
  -o-background: linear-gradient(to bottom, #3f3860, #393357);
  background: linear-gradient(to bottom, #3f3860, #393357);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #393357;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3f3860;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #393357;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #393357;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.asian-institute-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.asian-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #393357;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .sidebar .steps .steps__label-toggle {
  background-color: #393357;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .sidebar .steps .step--active {
  border-left: 0.5rem solid #393357;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00a5d3, #0895c1);
  -moz-background: linear-gradient(to right, #00a5d3, #0895c1);
  -ms-background: linear-gradient(to right, #00a5d3, #0895c1);
  -o-background: linear-gradient(to right, #00a5d3, #0895c1);
  background: linear-gradient(to right, #00a5d3, #0895c1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0895c1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0895c1, #1084b0);
  -moz-background: linear-gradient(to right, #0895c1, #1084b0);
  -ms-background: linear-gradient(to right, #0895c1, #1084b0);
  -o-background: linear-gradient(to right, #0895c1, #1084b0);
  background: linear-gradient(to right, #0895c1, #1084b0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1084b0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1084b0, #18749e);
  -moz-background: linear-gradient(to right, #1084b0, #18749e);
  -ms-background: linear-gradient(to right, #1084b0, #18749e);
  -o-background: linear-gradient(to right, #1084b0, #18749e);
  background: linear-gradient(to right, #1084b0, #18749e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #18749e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #18749e, #21648c);
  -moz-background: linear-gradient(to right, #18749e, #21648c);
  -ms-background: linear-gradient(to right, #18749e, #21648c);
  -o-background: linear-gradient(to right, #18749e, #21648c);
  background: linear-gradient(to right, #18749e, #21648c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #21648c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #21648c, #29547a);
  -moz-background: linear-gradient(to right, #21648c, #29547a);
  -ms-background: linear-gradient(to right, #21648c, #29547a);
  -o-background: linear-gradient(to right, #21648c, #29547a);
  background: linear-gradient(to right, #21648c, #29547a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #29547a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #29547a, #314369);
  -moz-background: linear-gradient(to right, #29547a, #314369);
  -ms-background: linear-gradient(to right, #29547a, #314369);
  -o-background: linear-gradient(to right, #29547a, #314369);
  background: linear-gradient(to right, #29547a, #314369);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #314369;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #314369, #393357);
  -moz-background: linear-gradient(to right, #314369, #393357);
  -ms-background: linear-gradient(to right, #314369, #393357);
  -o-background: linear-gradient(to right, #314369, #393357);
  background: linear-gradient(to right, #314369, #393357);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #393357;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #393357;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #393357;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00a5d3, #0895c1);
  -moz-background: linear-gradient(to bottom, #00a5d3, #0895c1);
  -ms-background: linear-gradient(to bottom, #00a5d3, #0895c1);
  -o-background: linear-gradient(to bottom, #00a5d3, #0895c1);
  background: linear-gradient(to bottom, #00a5d3, #0895c1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0895c1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00a5d3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0895c1, #1084b0);
  -moz-background: linear-gradient(to bottom, #0895c1, #1084b0);
  -ms-background: linear-gradient(to bottom, #0895c1, #1084b0);
  -o-background: linear-gradient(to bottom, #0895c1, #1084b0);
  background: linear-gradient(to bottom, #0895c1, #1084b0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1084b0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0895c1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1084b0, #18749e);
  -moz-background: linear-gradient(to bottom, #1084b0, #18749e);
  -ms-background: linear-gradient(to bottom, #1084b0, #18749e);
  -o-background: linear-gradient(to bottom, #1084b0, #18749e);
  background: linear-gradient(to bottom, #1084b0, #18749e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #18749e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1084b0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #18749e, #21648c);
  -moz-background: linear-gradient(to bottom, #18749e, #21648c);
  -ms-background: linear-gradient(to bottom, #18749e, #21648c);
  -o-background: linear-gradient(to bottom, #18749e, #21648c);
  background: linear-gradient(to bottom, #18749e, #21648c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #21648c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #18749e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #21648c, #29547a);
  -moz-background: linear-gradient(to bottom, #21648c, #29547a);
  -ms-background: linear-gradient(to bottom, #21648c, #29547a);
  -o-background: linear-gradient(to bottom, #21648c, #29547a);
  background: linear-gradient(to bottom, #21648c, #29547a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #29547a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #21648c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #29547a, #314369);
  -moz-background: linear-gradient(to bottom, #29547a, #314369);
  -ms-background: linear-gradient(to bottom, #29547a, #314369);
  -o-background: linear-gradient(to bottom, #29547a, #314369);
  background: linear-gradient(to bottom, #29547a, #314369);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #314369;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #29547a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #314369, #393357);
  -moz-background: linear-gradient(to bottom, #314369, #393357);
  -ms-background: linear-gradient(to bottom, #314369, #393357);
  -o-background: linear-gradient(to bottom, #314369, #393357);
  background: linear-gradient(to bottom, #314369, #393357);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #393357;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #314369;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #393357;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #393357;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.asian-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.asian-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.asian-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.asian-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #393357;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .referrals-advocate__overlay {
  background-color: #393357;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .referrals-advocate__steps-circle {
  fill: #393357;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .referrals-advocate__testimonial {
  background-color: #393357;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #393357;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.asian-institute-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #393357;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .terms__title {
  border-color: #00a5d3;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .terms__links {
  color: #393357;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.asian-institute-of-management .referral-tooltip__image path {
  fill: #393357;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.asian-institute-of-management .main-header,
.asian-institute-of-management .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #2900d8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.bloomberg-professional-learning div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #2200b2;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .main-header__menu__btn:hover, .white-label.bloomberg-professional-learning .main-header__menu__btn:focus, .white-label.bloomberg-professional-learning .main-header__menu__btn:active, .white-label.bloomberg-professional-learning .main-header__menu__btn:checked, .white-label.bloomberg-professional-learning .main-header__menu__btn:focus:hover, .white-label.bloomberg-professional-learning .main-header__menu__btn:focus:active, .white-label.bloomberg-professional-learning .main-header__menu__btn:not(:disabled):hover, .white-label.bloomberg-professional-learning .main-header__menu__btn:not(:disabled):active, .white-label.bloomberg-professional-learning .main-header__menu__btn:not(.disabled):active, .white-label.bloomberg-professional-learning .main-header__menu__btn:not(:disabled):active:focus, .white-label.bloomberg-professional-learning .main-header__menu__btn:not(.disabled):active:focus,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:hover,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:focus,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:active,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:checked,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:focus:hover,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:focus:active,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:not(:disabled):hover,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:not(:disabled):active,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:not(.disabled):active,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.bloomberg-professional-learning .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #2900d8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .main-header .nav__link:hover, .white-label.bloomberg-professional-learning .main-header .nav__link:focus, .white-label.bloomberg-professional-learning .main-header .nav__link:active, .white-label.bloomberg-professional-learning .main-header .nav__link:checked, .white-label.bloomberg-professional-learning .main-header .nav__link:focus:hover, .white-label.bloomberg-professional-learning .main-header .nav__link:focus:active, .white-label.bloomberg-professional-learning .main-header .nav__link:not(:disabled):hover, .white-label.bloomberg-professional-learning .main-header .nav__link:not(:disabled):active, .white-label.bloomberg-professional-learning .main-header .nav__link:not(.disabled):active, .white-label.bloomberg-professional-learning .main-header .nav__link:not(:disabled):active:focus, .white-label.bloomberg-professional-learning .main-header .nav__link:not(.disabled):active:focus,
.white-label.bloomberg-professional-learning .main-footer .nav__link:hover,
.white-label.bloomberg-professional-learning .main-footer .nav__link:focus,
.white-label.bloomberg-professional-learning .main-footer .nav__link:active,
.white-label.bloomberg-professional-learning .main-footer .nav__link:checked,
.white-label.bloomberg-professional-learning .main-footer .nav__link:focus:hover,
.white-label.bloomberg-professional-learning .main-footer .nav__link:focus:active,
.white-label.bloomberg-professional-learning .main-footer .nav__link:not(:disabled):hover,
.white-label.bloomberg-professional-learning .main-footer .nav__link:not(:disabled):active,
.white-label.bloomberg-professional-learning .main-footer .nav__link:not(.disabled):active,
.white-label.bloomberg-professional-learning .main-footer .nav__link:not(:disabled):active:focus,
.white-label.bloomberg-professional-learning .main-footer .nav__link:not(.disabled):active:focus {
  color: #2200b2;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning.signed-out .btn:not(.btn--social), .white-label.bloomberg-professional-learning.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.signed-out .btn:not(.btn--social):hover, .white-label.bloomberg-professional-learning.signed-out .btn:not(.btn--social):focus, .white-label.bloomberg-professional-learning.signed-out .btn:not(.btn--social):active, .white-label.bloomberg-professional-learning.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.bloomberg-professional-learning.signed-in .btn--primary:hover, .white-label.bloomberg-professional-learning.signed-in .btn--primary:focus, .white-label.bloomberg-professional-learning.signed-in .btn--primary:active, .white-label.bloomberg-professional-learning.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .nav__btn:hover span,
.white-label.bloomberg-professional-learning .nav__btn:hover span::after,
.white-label.bloomberg-professional-learning .nav__btn:hover span::before,
.white-label.bloomberg-professional-learning .nav__btn:focus span,
.white-label.bloomberg-professional-learning .nav__btn:focus span::after,
.white-label.bloomberg-professional-learning .nav__btn:focus span::before {
  background-color: #2900d8;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.bloomberg-professional-learning .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #2900d8;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .nav__sidebar ul .profile__no-menu-link:hover {
  color: #2900d8;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__list li:hover::after {
  border-color: rgba(41, 0, 216, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__list li:hover .heading-3 {
  color: #2900d8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .profile__link:hover, .white-label.bloomberg-professional-learning .profile__link:focus, .white-label.bloomberg-professional-learning .profile__link:active, .white-label.bloomberg-professional-learning .profile__link:checked, .white-label.bloomberg-professional-learning .profile__link:focus:hover, .white-label.bloomberg-professional-learning .profile__link:focus:active, .white-label.bloomberg-professional-learning .profile__link:not(:disabled):hover, .white-label.bloomberg-professional-learning .profile__link:not(:disabled):active, .white-label.bloomberg-professional-learning .profile__link:not(.disabled):active, .white-label.bloomberg-professional-learning .profile__link:not(:disabled):active:focus, .white-label.bloomberg-professional-learning .profile__link:not(.disabled):active:focus {
  color: #2900d8;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .profile__actions:hover .profile__icn g,
.white-label.bloomberg-professional-learning .profile__actions:focus .profile__icn g {
  fill: #2900d8;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .students__classmate:hover .students__thumbnail,
.white-label.bloomberg-professional-learning .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #2900d8, 0 0 0 1px #2900d8 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .pagination__page-link:hover::after {
  border-color: rgba(41, 0, 216, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modal__bg-icn {
  fill: #2900d8;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .payments__paragraph--initial, .white-label.bloomberg-professional-learning .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .form__input:-webkit-autofill, .white-label.bloomberg-professional-learning .StripeElement:-webkit-autofill, .white-label.bloomberg-professional-learning .form__input:-webkit-autofill:focus, .white-label.bloomberg-professional-learning .form__input:-internal-autofill-selected, .white-label.bloomberg-professional-learning .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .form__input:-moz-autofill, .white-label.bloomberg-professional-learning .StripeElement:-moz-autofill, .white-label.bloomberg-professional-learning .form__input:-moz-autofill-preview, .white-label.bloomberg-professional-learning .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .form-radio__input:hover + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:hover + label::before, .white-label.bloomberg-professional-learning .form-radio__input:focus + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:focus + label::before, .white-label.bloomberg-professional-learning .form-radio__input:active + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:active + label::before, .white-label.bloomberg-professional-learning .form-radio__input:checked + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:checked + label::before, .white-label.bloomberg-professional-learning .form-radio__input:focus:hover + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:focus:hover + label::before, .white-label.bloomberg-professional-learning .form-radio__input:focus:active + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:focus:active + label::before, .white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):hover + label::before, .white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):active + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):active + label::before, .white-label.bloomberg-professional-learning .form-radio__input:not(.disabled):active + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:not(.disabled):active + label::before, .white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):active:focus + label::before, .white-label.bloomberg-professional-learning .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.bloomberg-professional-learning .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #2900d8;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .form-radio__input:hover + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:focus + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:active + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:checked + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:focus:hover + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:focus:active + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.bloomberg-professional-learning .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #2900d8 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .form-check-input:checked + label::before, .white-label.bloomberg-professional-learning .form-check-input:checked + label.collection_radio_buttons::before {
  background: #2900d8;
  border-color: #2900d8;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .form-check-input:valid:focus:checked + label::before, .white-label.bloomberg-professional-learning .form-check-input.valid:focus:checked + label::before, .white-label.bloomberg-professional-learning .form-check-input--valid:focus:checked + label::before, .white-label.bloomberg-professional-learning .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #2900d8;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .electives .form-radio__input:checked + label::before {
  background-color: #2900d8;
  border: 3px solid #2900d8;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__tasks li:hover::after, .white-label.bloomberg-professional-learning .modules__tasks li.selected::after {
  border-color: rgba(41, 0, 216, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__tasks li::before {
  color: rgba(41, 0, 216, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(41, 0, 216, 0.4);
  border-color: rgba(41, 0, 216, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .modules__tasks li .modules__btn:hover::after, .white-label.bloomberg-professional-learning .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(41, 0, 216, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .tabs__li:hover {
  border-color: rgba(41, 0, 216, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .tabs__label {
  border-bottom-color: #2900d8;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.bloomberg-professional-learning .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #2900d8;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .survey__success .check {
  fill: #2900d8;
  stroke: #2900d8;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .electives__checkbox:checked + label::before,
.white-label.bloomberg-professional-learning .program-card__checkbox:checked + label::before {
  background-color: #2900d8;
  border-color: #2900d8;
  color: #2900d8;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .electives__checkbox:checked ~ .program-card__content,
.white-label.bloomberg-professional-learning .program-card__checkbox:checked ~ .program-card__content {
  border-color: #2900d8;
  box-shadow: 0 0 0 1px #2900d8 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .canvas-assignments__submission-type::before {
  border-color: #2900d8;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .canvas-assignments__submission-type::after {
  border-color: #2900d8;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .canvas-assignments__submission-type:hover {
  background-color: rgba(41, 0, 216, 0.1);
  border-color: #2900d8;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .canvas-assignments__submission-type.typed--selected, .white-label.bloomberg-professional-learning .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(41, 0, 216, 0.1);
  border-color: #2900d8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(1),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(1), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #633fff, #5b36f9);
  -moz-background: linear-gradient(to right, #633fff, #5b36f9);
  -ms-background: linear-gradient(to right, #633fff, #5b36f9);
  -o-background: linear-gradient(to right, #633fff, #5b36f9);
  background: linear-gradient(to right, #633fff, #5b36f9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(1)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(1)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #5b36f9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(2),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(2), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #5b36f9, #532df4);
  -moz-background: linear-gradient(to right, #5b36f9, #532df4);
  -ms-background: linear-gradient(to right, #5b36f9, #532df4);
  -o-background: linear-gradient(to right, #5b36f9, #532df4);
  background: linear-gradient(to right, #5b36f9, #532df4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(2)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(2)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #532df4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(3),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(3), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #532df4, #4a24ee);
  -moz-background: linear-gradient(to right, #532df4, #4a24ee);
  -ms-background: linear-gradient(to right, #532df4, #4a24ee);
  -o-background: linear-gradient(to right, #532df4, #4a24ee);
  background: linear-gradient(to right, #532df4, #4a24ee);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(3)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(3)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4a24ee;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(4),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(4), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4a24ee, #421be9);
  -moz-background: linear-gradient(to right, #4a24ee, #421be9);
  -ms-background: linear-gradient(to right, #4a24ee, #421be9);
  -o-background: linear-gradient(to right, #4a24ee, #421be9);
  background: linear-gradient(to right, #4a24ee, #421be9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(4)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(4)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #421be9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(5),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(5), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #421be9, #3a12e3);
  -moz-background: linear-gradient(to right, #421be9, #3a12e3);
  -ms-background: linear-gradient(to right, #421be9, #3a12e3);
  -o-background: linear-gradient(to right, #421be9, #3a12e3);
  background: linear-gradient(to right, #421be9, #3a12e3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(5)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(5)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #3a12e3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(6),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(6), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #3a12e3, #3109de);
  -moz-background: linear-gradient(to right, #3a12e3, #3109de);
  -ms-background: linear-gradient(to right, #3a12e3, #3109de);
  -o-background: linear-gradient(to right, #3a12e3, #3109de);
  background: linear-gradient(to right, #3a12e3, #3109de);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(6)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(6)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3109de;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(7),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(7), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3109de, #2900d8);
  -moz-background: linear-gradient(to right, #3109de, #2900d8);
  -ms-background: linear-gradient(to right, #3109de, #2900d8);
  -o-background: linear-gradient(to right, #3109de, #2900d8);
  background: linear-gradient(to right, #3109de, #2900d8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(7)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(7)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2900d8;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(n+8),
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(n+8), .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2900d8;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .step--active:nth-child(n+8)::after,
.white-label.bloomberg-professional-learning .steps--progress .step--completed:nth-child(n+8)::after, .white-label.bloomberg-professional-learning .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2900d8;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved {
  color: #2900d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #633fff, #5b36f9);
  -moz-background: linear-gradient(to bottom, #633fff, #5b36f9);
  -ms-background: linear-gradient(to bottom, #633fff, #5b36f9);
  -o-background: linear-gradient(to bottom, #633fff, #5b36f9);
  background: linear-gradient(to bottom, #633fff, #5b36f9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #5b36f9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #633fff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #5b36f9, #532df4);
  -moz-background: linear-gradient(to bottom, #5b36f9, #532df4);
  -ms-background: linear-gradient(to bottom, #5b36f9, #532df4);
  -o-background: linear-gradient(to bottom, #5b36f9, #532df4);
  background: linear-gradient(to bottom, #5b36f9, #532df4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #532df4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #5b36f9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #532df4, #4a24ee);
  -moz-background: linear-gradient(to bottom, #532df4, #4a24ee);
  -ms-background: linear-gradient(to bottom, #532df4, #4a24ee);
  -o-background: linear-gradient(to bottom, #532df4, #4a24ee);
  background: linear-gradient(to bottom, #532df4, #4a24ee);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4a24ee;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #532df4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4a24ee, #421be9);
  -moz-background: linear-gradient(to bottom, #4a24ee, #421be9);
  -ms-background: linear-gradient(to bottom, #4a24ee, #421be9);
  -o-background: linear-gradient(to bottom, #4a24ee, #421be9);
  background: linear-gradient(to bottom, #4a24ee, #421be9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #421be9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4a24ee;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #421be9, #3a12e3);
  -moz-background: linear-gradient(to bottom, #421be9, #3a12e3);
  -ms-background: linear-gradient(to bottom, #421be9, #3a12e3);
  -o-background: linear-gradient(to bottom, #421be9, #3a12e3);
  background: linear-gradient(to bottom, #421be9, #3a12e3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #3a12e3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #421be9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a12e3, #3109de);
  -moz-background: linear-gradient(to bottom, #3a12e3, #3109de);
  -ms-background: linear-gradient(to bottom, #3a12e3, #3109de);
  -o-background: linear-gradient(to bottom, #3a12e3, #3109de);
  background: linear-gradient(to bottom, #3a12e3, #3109de);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3109de;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #3a12e3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3109de, #2900d8);
  -moz-background: linear-gradient(to bottom, #3109de, #2900d8);
  -ms-background: linear-gradient(to bottom, #3109de, #2900d8);
  -o-background: linear-gradient(to bottom, #3109de, #2900d8);
  background: linear-gradient(to bottom, #3109de, #2900d8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2900d8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3109de;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2900d8;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2900d8;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.bloomberg-professional-learning .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.bloomberg-professional-learning .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2900d8;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .sidebar .steps .steps__label-toggle {
  background-color: #2900d8;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .sidebar .steps .step--active {
  border-left: 0.5rem solid #2900d8;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #06001f);
  -moz-background: linear-gradient(to right, black, #06001f);
  -ms-background: linear-gradient(to right, black, #06001f);
  -o-background: linear-gradient(to right, black, #06001f);
  background: linear-gradient(to right, black, #06001f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #06001f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #06001f, #0c003e);
  -moz-background: linear-gradient(to right, #06001f, #0c003e);
  -ms-background: linear-gradient(to right, #06001f, #0c003e);
  -o-background: linear-gradient(to right, #06001f, #0c003e);
  background: linear-gradient(to right, #06001f, #0c003e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0c003e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0c003e, #12005d);
  -moz-background: linear-gradient(to right, #0c003e, #12005d);
  -ms-background: linear-gradient(to right, #0c003e, #12005d);
  -o-background: linear-gradient(to right, #0c003e, #12005d);
  background: linear-gradient(to right, #0c003e, #12005d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #12005d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #12005d, #17007b);
  -moz-background: linear-gradient(to right, #12005d, #17007b);
  -ms-background: linear-gradient(to right, #12005d, #17007b);
  -o-background: linear-gradient(to right, #12005d, #17007b);
  background: linear-gradient(to right, #12005d, #17007b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #17007b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #17007b, #1d009a);
  -moz-background: linear-gradient(to right, #17007b, #1d009a);
  -ms-background: linear-gradient(to right, #17007b, #1d009a);
  -o-background: linear-gradient(to right, #17007b, #1d009a);
  background: linear-gradient(to right, #17007b, #1d009a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1d009a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1d009a, #2300b9);
  -moz-background: linear-gradient(to right, #1d009a, #2300b9);
  -ms-background: linear-gradient(to right, #1d009a, #2300b9);
  -o-background: linear-gradient(to right, #1d009a, #2300b9);
  background: linear-gradient(to right, #1d009a, #2300b9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2300b9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2300b9, #2900d8);
  -moz-background: linear-gradient(to right, #2300b9, #2900d8);
  -ms-background: linear-gradient(to right, #2300b9, #2900d8);
  -o-background: linear-gradient(to right, #2300b9, #2900d8);
  background: linear-gradient(to right, #2300b9, #2900d8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2900d8;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2900d8;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2900d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #06001f);
  -moz-background: linear-gradient(to bottom, black, #06001f);
  -ms-background: linear-gradient(to bottom, black, #06001f);
  -o-background: linear-gradient(to bottom, black, #06001f);
  background: linear-gradient(to bottom, black, #06001f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #06001f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #06001f, #0c003e);
  -moz-background: linear-gradient(to bottom, #06001f, #0c003e);
  -ms-background: linear-gradient(to bottom, #06001f, #0c003e);
  -o-background: linear-gradient(to bottom, #06001f, #0c003e);
  background: linear-gradient(to bottom, #06001f, #0c003e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0c003e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #06001f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0c003e, #12005d);
  -moz-background: linear-gradient(to bottom, #0c003e, #12005d);
  -ms-background: linear-gradient(to bottom, #0c003e, #12005d);
  -o-background: linear-gradient(to bottom, #0c003e, #12005d);
  background: linear-gradient(to bottom, #0c003e, #12005d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #12005d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0c003e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #12005d, #17007b);
  -moz-background: linear-gradient(to bottom, #12005d, #17007b);
  -ms-background: linear-gradient(to bottom, #12005d, #17007b);
  -o-background: linear-gradient(to bottom, #12005d, #17007b);
  background: linear-gradient(to bottom, #12005d, #17007b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #17007b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #12005d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #17007b, #1d009a);
  -moz-background: linear-gradient(to bottom, #17007b, #1d009a);
  -ms-background: linear-gradient(to bottom, #17007b, #1d009a);
  -o-background: linear-gradient(to bottom, #17007b, #1d009a);
  background: linear-gradient(to bottom, #17007b, #1d009a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1d009a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #17007b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d009a, #2300b9);
  -moz-background: linear-gradient(to bottom, #1d009a, #2300b9);
  -ms-background: linear-gradient(to bottom, #1d009a, #2300b9);
  -o-background: linear-gradient(to bottom, #1d009a, #2300b9);
  background: linear-gradient(to bottom, #1d009a, #2300b9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2300b9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1d009a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2300b9, #2900d8);
  -moz-background: linear-gradient(to bottom, #2300b9, #2900d8);
  -ms-background: linear-gradient(to bottom, #2300b9, #2900d8);
  -o-background: linear-gradient(to bottom, #2300b9, #2900d8);
  background: linear-gradient(to bottom, #2300b9, #2900d8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2900d8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2300b9;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2900d8;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2900d8;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.bloomberg-professional-learning.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.bloomberg-professional-learning.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.bloomberg-professional-learning.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.bloomberg-professional-learning.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2900d8;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .referrals-advocate__overlay {
  background-color: #2900d8;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .referrals-advocate__steps-circle {
  fill: #2900d8;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .referrals-advocate__testimonial {
  background-color: #2900d8;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #2900d8;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.bloomberg-professional-learning .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #2900d8;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .terms__links {
  color: #2900d8;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bloomberg-professional-learning .referral-tooltip__image path {
  fill: #2900d8;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.bloomberg-professional-learning .main-header,
.bloomberg-professional-learning .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #373896;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.bml-munjal-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #2d2e7a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .main-header__menu__btn:hover, .white-label.bml-munjal-university .main-header__menu__btn:focus, .white-label.bml-munjal-university .main-header__menu__btn:active, .white-label.bml-munjal-university .main-header__menu__btn:checked, .white-label.bml-munjal-university .main-header__menu__btn:focus:hover, .white-label.bml-munjal-university .main-header__menu__btn:focus:active, .white-label.bml-munjal-university .main-header__menu__btn:not(:disabled):hover, .white-label.bml-munjal-university .main-header__menu__btn:not(:disabled):active, .white-label.bml-munjal-university .main-header__menu__btn:not(.disabled):active, .white-label.bml-munjal-university .main-header__menu__btn:not(:disabled):active:focus, .white-label.bml-munjal-university .main-header__menu__btn:not(.disabled):active:focus,
.white-label.bml-munjal-university .main-footer__menu__btn:hover,
.white-label.bml-munjal-university .main-footer__menu__btn:focus,
.white-label.bml-munjal-university .main-footer__menu__btn:active,
.white-label.bml-munjal-university .main-footer__menu__btn:checked,
.white-label.bml-munjal-university .main-footer__menu__btn:focus:hover,
.white-label.bml-munjal-university .main-footer__menu__btn:focus:active,
.white-label.bml-munjal-university .main-footer__menu__btn:not(:disabled):hover,
.white-label.bml-munjal-university .main-footer__menu__btn:not(:disabled):active,
.white-label.bml-munjal-university .main-footer__menu__btn:not(.disabled):active,
.white-label.bml-munjal-university .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.bml-munjal-university .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #373896;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .main-header .nav__link:hover, .white-label.bml-munjal-university .main-header .nav__link:focus, .white-label.bml-munjal-university .main-header .nav__link:active, .white-label.bml-munjal-university .main-header .nav__link:checked, .white-label.bml-munjal-university .main-header .nav__link:focus:hover, .white-label.bml-munjal-university .main-header .nav__link:focus:active, .white-label.bml-munjal-university .main-header .nav__link:not(:disabled):hover, .white-label.bml-munjal-university .main-header .nav__link:not(:disabled):active, .white-label.bml-munjal-university .main-header .nav__link:not(.disabled):active, .white-label.bml-munjal-university .main-header .nav__link:not(:disabled):active:focus, .white-label.bml-munjal-university .main-header .nav__link:not(.disabled):active:focus,
.white-label.bml-munjal-university .main-footer .nav__link:hover,
.white-label.bml-munjal-university .main-footer .nav__link:focus,
.white-label.bml-munjal-university .main-footer .nav__link:active,
.white-label.bml-munjal-university .main-footer .nav__link:checked,
.white-label.bml-munjal-university .main-footer .nav__link:focus:hover,
.white-label.bml-munjal-university .main-footer .nav__link:focus:active,
.white-label.bml-munjal-university .main-footer .nav__link:not(:disabled):hover,
.white-label.bml-munjal-university .main-footer .nav__link:not(:disabled):active,
.white-label.bml-munjal-university .main-footer .nav__link:not(.disabled):active,
.white-label.bml-munjal-university .main-footer .nav__link:not(:disabled):active:focus,
.white-label.bml-munjal-university .main-footer .nav__link:not(.disabled):active:focus {
  color: #2d2e7a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university.signed-out .btn:not(.btn--social), .white-label.bml-munjal-university.signed-in .btn--primary {
  background-color: #4fbfa5;
  border-color: #4fbfa5;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.signed-out .btn:not(.btn--social):hover, .white-label.bml-munjal-university.signed-out .btn:not(.btn--social):focus, .white-label.bml-munjal-university.signed-out .btn:not(.btn--social):active, .white-label.bml-munjal-university.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.bml-munjal-university.signed-in .btn--primary:hover, .white-label.bml-munjal-university.signed-in .btn--primary:focus, .white-label.bml-munjal-university.signed-in .btn--primary:active, .white-label.bml-munjal-university.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #4fbfa5;
  box-shadow: none;
  color: #4fbfa5;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .nav__btn:hover span,
.white-label.bml-munjal-university .nav__btn:hover span::after,
.white-label.bml-munjal-university .nav__btn:hover span::before,
.white-label.bml-munjal-university .nav__btn:focus span,
.white-label.bml-munjal-university .nav__btn:focus span::after,
.white-label.bml-munjal-university .nav__btn:focus span::before {
  background-color: #373896;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.bml-munjal-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #373896;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .nav__sidebar ul .profile__no-menu-link:hover {
  color: #373896;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__list li:hover::after {
  border-color: rgba(55, 56, 150, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__list li:hover .heading-3 {
  color: #373896;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .profile__link:hover, .white-label.bml-munjal-university .profile__link:focus, .white-label.bml-munjal-university .profile__link:active, .white-label.bml-munjal-university .profile__link:checked, .white-label.bml-munjal-university .profile__link:focus:hover, .white-label.bml-munjal-university .profile__link:focus:active, .white-label.bml-munjal-university .profile__link:not(:disabled):hover, .white-label.bml-munjal-university .profile__link:not(:disabled):active, .white-label.bml-munjal-university .profile__link:not(.disabled):active, .white-label.bml-munjal-university .profile__link:not(:disabled):active:focus, .white-label.bml-munjal-university .profile__link:not(.disabled):active:focus {
  color: #373896;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .profile__actions:hover .profile__icn g,
.white-label.bml-munjal-university .profile__actions:focus .profile__icn g {
  fill: #373896;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .students__classmate:hover .students__thumbnail,
.white-label.bml-munjal-university .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #373896, 0 0 0 1px #373896 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .pagination__page-link:hover::after {
  border-color: rgba(55, 56, 150, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modal__bg-icn {
  fill: #373896;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .payments__paragraph--initial, .white-label.bml-munjal-university .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .form__input:-webkit-autofill, .white-label.bml-munjal-university .StripeElement:-webkit-autofill, .white-label.bml-munjal-university .form__input:-webkit-autofill:focus, .white-label.bml-munjal-university .form__input:-internal-autofill-selected, .white-label.bml-munjal-university .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(79, 191, 165, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(79, 191, 165, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(79, 191, 165, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(79, 191, 165, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(79, 191, 165, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .form__input:-moz-autofill, .white-label.bml-munjal-university .StripeElement:-moz-autofill, .white-label.bml-munjal-university .form__input:-moz-autofill-preview, .white-label.bml-munjal-university .StripeElement:-moz-autofill-preview {
  filter: rgba(79, 191, 165, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .form-radio__input:hover + label.bordered,
.white-label.bml-munjal-university .form-radio__input:hover + label::before, .white-label.bml-munjal-university .form-radio__input:focus + label.bordered,
.white-label.bml-munjal-university .form-radio__input:focus + label::before, .white-label.bml-munjal-university .form-radio__input:active + label.bordered,
.white-label.bml-munjal-university .form-radio__input:active + label::before, .white-label.bml-munjal-university .form-radio__input:checked + label.bordered,
.white-label.bml-munjal-university .form-radio__input:checked + label::before, .white-label.bml-munjal-university .form-radio__input:focus:hover + label.bordered,
.white-label.bml-munjal-university .form-radio__input:focus:hover + label::before, .white-label.bml-munjal-university .form-radio__input:focus:active + label.bordered,
.white-label.bml-munjal-university .form-radio__input:focus:active + label::before, .white-label.bml-munjal-university .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.bml-munjal-university .form-radio__input:not(:disabled):hover + label::before, .white-label.bml-munjal-university .form-radio__input:not(:disabled):active + label.bordered,
.white-label.bml-munjal-university .form-radio__input:not(:disabled):active + label::before, .white-label.bml-munjal-university .form-radio__input:not(.disabled):active + label.bordered,
.white-label.bml-munjal-university .form-radio__input:not(.disabled):active + label::before, .white-label.bml-munjal-university .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.bml-munjal-university .form-radio__input:not(:disabled):active:focus + label::before, .white-label.bml-munjal-university .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.bml-munjal-university .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #373896;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .form-radio__input:hover + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:focus + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:active + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:checked + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:focus:hover + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:focus:active + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.bml-munjal-university .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #373896 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .form-check-input:checked + label::before, .white-label.bml-munjal-university .form-check-input:checked + label.collection_radio_buttons::before {
  background: #373896;
  border-color: #373896;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .form-check-input:valid:focus:checked + label::before, .white-label.bml-munjal-university .form-check-input.valid:focus:checked + label::before, .white-label.bml-munjal-university .form-check-input--valid:focus:checked + label::before, .white-label.bml-munjal-university .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #373896;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .electives .form-radio__input:checked + label::before {
  background-color: #373896;
  border: 3px solid #373896;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .enrollment__icon path {
  fill: #4fbfa5;
  stroke: #4fbfa5;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .enrollment__icon tspan {
  fill: #4fbfa5;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__tasks li:hover::after, .white-label.bml-munjal-university .modules__tasks li.selected::after {
  border-color: rgba(55, 56, 150, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__tasks li::before {
  color: rgba(55, 56, 150, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(55, 56, 150, 0.4);
  border-color: rgba(55, 56, 150, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .modules__tasks li .modules__btn:hover::after, .white-label.bml-munjal-university .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(55, 56, 150, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .tabs__li:hover {
  border-color: rgba(55, 56, 150, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .tabs__label {
  border-bottom-color: #373896;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.bml-munjal-university .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #373896;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .survey__success .check {
  fill: #373896;
  stroke: #373896;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .electives__checkbox:checked + label::before,
.white-label.bml-munjal-university .program-card__checkbox:checked + label::before {
  background-color: #373896;
  border-color: #373896;
  color: #373896;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .electives__checkbox:checked ~ .program-card__content,
.white-label.bml-munjal-university .program-card__checkbox:checked ~ .program-card__content {
  border-color: #373896;
  box-shadow: 0 0 0 1px #373896 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .canvas-assignments__submission-type::before {
  border-color: #373896;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .canvas-assignments__submission-type::after {
  border-color: #373896;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .canvas-assignments__submission-type:hover {
  background-color: rgba(55, 56, 150, 0.1);
  border-color: #373896;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .canvas-assignments__submission-type.typed--selected, .white-label.bml-munjal-university .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(55, 56, 150, 0.1);
  border-color: #373896;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(1),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(1), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #6a6bc9, #6364c1);
  -moz-background: linear-gradient(to right, #6a6bc9, #6364c1);
  -ms-background: linear-gradient(to right, #6a6bc9, #6364c1);
  -o-background: linear-gradient(to right, #6a6bc9, #6364c1);
  background: linear-gradient(to right, #6a6bc9, #6364c1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(1)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(1)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #6364c1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(2),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(2), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #6364c1, #5c5dba);
  -moz-background: linear-gradient(to right, #6364c1, #5c5dba);
  -ms-background: linear-gradient(to right, #6364c1, #5c5dba);
  -o-background: linear-gradient(to right, #6364c1, #5c5dba);
  background: linear-gradient(to right, #6364c1, #5c5dba);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(2)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(2)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #5c5dba;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(3),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(3), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #5c5dba, #5455b3);
  -moz-background: linear-gradient(to right, #5c5dba, #5455b3);
  -ms-background: linear-gradient(to right, #5c5dba, #5455b3);
  -o-background: linear-gradient(to right, #5c5dba, #5455b3);
  background: linear-gradient(to right, #5c5dba, #5455b3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(3)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(3)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #5455b3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(4),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(4), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #5455b3, #4d4eac);
  -moz-background: linear-gradient(to right, #5455b3, #4d4eac);
  -ms-background: linear-gradient(to right, #5455b3, #4d4eac);
  -o-background: linear-gradient(to right, #5455b3, #4d4eac);
  background: linear-gradient(to right, #5455b3, #4d4eac);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(4)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(4)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #4d4eac;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(5),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(5), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #4d4eac, #4647a4);
  -moz-background: linear-gradient(to right, #4d4eac, #4647a4);
  -ms-background: linear-gradient(to right, #4d4eac, #4647a4);
  -o-background: linear-gradient(to right, #4d4eac, #4647a4);
  background: linear-gradient(to right, #4d4eac, #4647a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(5)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(5)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #4647a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(6),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(6), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #4647a4, #3e3f9d);
  -moz-background: linear-gradient(to right, #4647a4, #3e3f9d);
  -ms-background: linear-gradient(to right, #4647a4, #3e3f9d);
  -o-background: linear-gradient(to right, #4647a4, #3e3f9d);
  background: linear-gradient(to right, #4647a4, #3e3f9d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(6)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(6)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3e3f9d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(7),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(7), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3e3f9d, #373896);
  -moz-background: linear-gradient(to right, #3e3f9d, #373896);
  -ms-background: linear-gradient(to right, #3e3f9d, #373896);
  -o-background: linear-gradient(to right, #3e3f9d, #373896);
  background: linear-gradient(to right, #3e3f9d, #373896);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(7)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(7)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #373896;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(n+8),
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(n+8), .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #373896;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .step--active:nth-child(n+8)::after,
.white-label.bml-munjal-university .steps--progress .step--completed:nth-child(n+8)::after, .white-label.bml-munjal-university .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #373896;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved {
  color: #373896;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #6a6bc9, #6364c1);
  -moz-background: linear-gradient(to bottom, #6a6bc9, #6364c1);
  -ms-background: linear-gradient(to bottom, #6a6bc9, #6364c1);
  -o-background: linear-gradient(to bottom, #6a6bc9, #6364c1);
  background: linear-gradient(to bottom, #6a6bc9, #6364c1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #6364c1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #6a6bc9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #6364c1, #5c5dba);
  -moz-background: linear-gradient(to bottom, #6364c1, #5c5dba);
  -ms-background: linear-gradient(to bottom, #6364c1, #5c5dba);
  -o-background: linear-gradient(to bottom, #6364c1, #5c5dba);
  background: linear-gradient(to bottom, #6364c1, #5c5dba);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #5c5dba;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #6364c1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #5c5dba, #5455b3);
  -moz-background: linear-gradient(to bottom, #5c5dba, #5455b3);
  -ms-background: linear-gradient(to bottom, #5c5dba, #5455b3);
  -o-background: linear-gradient(to bottom, #5c5dba, #5455b3);
  background: linear-gradient(to bottom, #5c5dba, #5455b3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #5455b3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #5c5dba;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #5455b3, #4d4eac);
  -moz-background: linear-gradient(to bottom, #5455b3, #4d4eac);
  -ms-background: linear-gradient(to bottom, #5455b3, #4d4eac);
  -o-background: linear-gradient(to bottom, #5455b3, #4d4eac);
  background: linear-gradient(to bottom, #5455b3, #4d4eac);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #4d4eac;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #5455b3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d4eac, #4647a4);
  -moz-background: linear-gradient(to bottom, #4d4eac, #4647a4);
  -ms-background: linear-gradient(to bottom, #4d4eac, #4647a4);
  -o-background: linear-gradient(to bottom, #4d4eac, #4647a4);
  background: linear-gradient(to bottom, #4d4eac, #4647a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #4647a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #4d4eac;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #4647a4, #3e3f9d);
  -moz-background: linear-gradient(to bottom, #4647a4, #3e3f9d);
  -ms-background: linear-gradient(to bottom, #4647a4, #3e3f9d);
  -o-background: linear-gradient(to bottom, #4647a4, #3e3f9d);
  background: linear-gradient(to bottom, #4647a4, #3e3f9d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3e3f9d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #4647a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e3f9d, #373896);
  -moz-background: linear-gradient(to bottom, #3e3f9d, #373896);
  -ms-background: linear-gradient(to bottom, #3e3f9d, #373896);
  -o-background: linear-gradient(to bottom, #3e3f9d, #373896);
  background: linear-gradient(to bottom, #3e3f9d, #373896);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #373896;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3e3f9d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #373896;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #373896;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.bml-munjal-university .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.bml-munjal-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #373896;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .sidebar .steps .steps__label-toggle {
  background-color: #373896;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .sidebar .steps .step--active {
  border-left: 0.5rem solid #373896;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4fbfa5, #4caca3);
  -moz-background: linear-gradient(to right, #4fbfa5, #4caca3);
  -ms-background: linear-gradient(to right, #4fbfa5, #4caca3);
  -o-background: linear-gradient(to right, #4fbfa5, #4caca3);
  background: linear-gradient(to right, #4fbfa5, #4caca3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4caca3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4caca3, #4898a1);
  -moz-background: linear-gradient(to right, #4caca3, #4898a1);
  -ms-background: linear-gradient(to right, #4caca3, #4898a1);
  -o-background: linear-gradient(to right, #4caca3, #4898a1);
  background: linear-gradient(to right, #4caca3, #4898a1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4898a1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4898a1, #45859f);
  -moz-background: linear-gradient(to right, #4898a1, #45859f);
  -ms-background: linear-gradient(to right, #4898a1, #45859f);
  -o-background: linear-gradient(to right, #4898a1, #45859f);
  background: linear-gradient(to right, #4898a1, #45859f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #45859f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #45859f, #41729c);
  -moz-background: linear-gradient(to right, #45859f, #41729c);
  -ms-background: linear-gradient(to right, #45859f, #41729c);
  -o-background: linear-gradient(to right, #45859f, #41729c);
  background: linear-gradient(to right, #45859f, #41729c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #41729c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #41729c, #3e5f9a);
  -moz-background: linear-gradient(to right, #41729c, #3e5f9a);
  -ms-background: linear-gradient(to right, #41729c, #3e5f9a);
  -o-background: linear-gradient(to right, #41729c, #3e5f9a);
  background: linear-gradient(to right, #41729c, #3e5f9a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #3e5f9a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #3e5f9a, #3a4b98);
  -moz-background: linear-gradient(to right, #3e5f9a, #3a4b98);
  -ms-background: linear-gradient(to right, #3e5f9a, #3a4b98);
  -o-background: linear-gradient(to right, #3e5f9a, #3a4b98);
  background: linear-gradient(to right, #3e5f9a, #3a4b98);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3a4b98;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3a4b98, #373896);
  -moz-background: linear-gradient(to right, #3a4b98, #373896);
  -ms-background: linear-gradient(to right, #3a4b98, #373896);
  -o-background: linear-gradient(to right, #3a4b98, #373896);
  background: linear-gradient(to right, #3a4b98, #373896);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #373896;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #373896;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #373896;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4fbfa5, #4caca3);
  -moz-background: linear-gradient(to bottom, #4fbfa5, #4caca3);
  -ms-background: linear-gradient(to bottom, #4fbfa5, #4caca3);
  -o-background: linear-gradient(to bottom, #4fbfa5, #4caca3);
  background: linear-gradient(to bottom, #4fbfa5, #4caca3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4caca3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4fbfa5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4caca3, #4898a1);
  -moz-background: linear-gradient(to bottom, #4caca3, #4898a1);
  -ms-background: linear-gradient(to bottom, #4caca3, #4898a1);
  -o-background: linear-gradient(to bottom, #4caca3, #4898a1);
  background: linear-gradient(to bottom, #4caca3, #4898a1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4898a1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4caca3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4898a1, #45859f);
  -moz-background: linear-gradient(to bottom, #4898a1, #45859f);
  -ms-background: linear-gradient(to bottom, #4898a1, #45859f);
  -o-background: linear-gradient(to bottom, #4898a1, #45859f);
  background: linear-gradient(to bottom, #4898a1, #45859f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #45859f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4898a1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #45859f, #41729c);
  -moz-background: linear-gradient(to bottom, #45859f, #41729c);
  -ms-background: linear-gradient(to bottom, #45859f, #41729c);
  -o-background: linear-gradient(to bottom, #45859f, #41729c);
  background: linear-gradient(to bottom, #45859f, #41729c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #41729c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #45859f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #41729c, #3e5f9a);
  -moz-background: linear-gradient(to bottom, #41729c, #3e5f9a);
  -ms-background: linear-gradient(to bottom, #41729c, #3e5f9a);
  -o-background: linear-gradient(to bottom, #41729c, #3e5f9a);
  background: linear-gradient(to bottom, #41729c, #3e5f9a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #3e5f9a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #41729c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e5f9a, #3a4b98);
  -moz-background: linear-gradient(to bottom, #3e5f9a, #3a4b98);
  -ms-background: linear-gradient(to bottom, #3e5f9a, #3a4b98);
  -o-background: linear-gradient(to bottom, #3e5f9a, #3a4b98);
  background: linear-gradient(to bottom, #3e5f9a, #3a4b98);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3a4b98;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #3e5f9a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a4b98, #373896);
  -moz-background: linear-gradient(to bottom, #3a4b98, #373896);
  -ms-background: linear-gradient(to bottom, #3a4b98, #373896);
  -o-background: linear-gradient(to bottom, #3a4b98, #373896);
  background: linear-gradient(to bottom, #3a4b98, #373896);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #373896;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3a4b98;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #373896;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #373896;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.bml-munjal-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.bml-munjal-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.bml-munjal-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.bml-munjal-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #373896;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .referrals-advocate__overlay {
  background-color: #373896;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .referrals-advocate__steps-circle {
  fill: #373896;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .referrals-advocate__testimonial {
  background-color: #373896;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #373896;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.bml-munjal-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #373896;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .terms__title {
  border-color: #4fbfa5;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .terms__links {
  color: #373896;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.bml-munjal-university .referral-tooltip__image path {
  fill: #373896;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.bml-munjal-university .main-header,
.bml-munjal-university .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #ffb81c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #f5a800;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:hover, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:focus, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:active, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:checked, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:focus:hover, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:focus:active, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.cambridge-judge-business-school-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:hover,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:focus,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:active,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:checked,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:focus:hover,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:focus:active,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #ffb81c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:hover, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:focus, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:active, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:checked, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:focus:hover, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:focus:active, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:not(:disabled):active, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:not(.disabled):active, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.cambridge-judge-business-school-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:hover,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:focus,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:active,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:checked,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:focus:hover,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:focus:active,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.cambridge-judge-business-school-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #f5a800;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education.signed-out .btn:not(.btn--social), .white-label.cambridge-judge-business-school-executive-education.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.cambridge-judge-business-school-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.cambridge-judge-business-school-executive-education.signed-out .btn:not(.btn--social):active, .white-label.cambridge-judge-business-school-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.cambridge-judge-business-school-executive-education.signed-in .btn--primary:hover, .white-label.cambridge-judge-business-school-executive-education.signed-in .btn--primary:focus, .white-label.cambridge-judge-business-school-executive-education.signed-in .btn--primary:active, .white-label.cambridge-judge-business-school-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .nav__btn:hover span,
.white-label.cambridge-judge-business-school-executive-education .nav__btn:hover span::after,
.white-label.cambridge-judge-business-school-executive-education .nav__btn:hover span::before,
.white-label.cambridge-judge-business-school-executive-education .nav__btn:focus span,
.white-label.cambridge-judge-business-school-executive-education .nav__btn:focus span::after,
.white-label.cambridge-judge-business-school-executive-education .nav__btn:focus span::before {
  background-color: #ffb81c;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.cambridge-judge-business-school-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #ffb81c;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #ffb81c;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__list li:hover::after {
  border-color: rgba(255, 184, 28, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__list li:hover .heading-3 {
  color: #ffb81c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .profile__link:hover, .white-label.cambridge-judge-business-school-executive-education .profile__link:focus, .white-label.cambridge-judge-business-school-executive-education .profile__link:active, .white-label.cambridge-judge-business-school-executive-education .profile__link:checked, .white-label.cambridge-judge-business-school-executive-education .profile__link:focus:hover, .white-label.cambridge-judge-business-school-executive-education .profile__link:focus:active, .white-label.cambridge-judge-business-school-executive-education .profile__link:not(:disabled):hover, .white-label.cambridge-judge-business-school-executive-education .profile__link:not(:disabled):active, .white-label.cambridge-judge-business-school-executive-education .profile__link:not(.disabled):active, .white-label.cambridge-judge-business-school-executive-education .profile__link:not(:disabled):active:focus, .white-label.cambridge-judge-business-school-executive-education .profile__link:not(.disabled):active:focus {
  color: #ffb81c;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .profile__actions:hover .profile__icn g,
.white-label.cambridge-judge-business-school-executive-education .profile__actions:focus .profile__icn g {
  fill: #ffb81c;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .students__classmate:hover .students__thumbnail,
.white-label.cambridge-judge-business-school-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #ffb81c, 0 0 0 1px #ffb81c inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .pagination__page-link:hover::after {
  border-color: rgba(255, 184, 28, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modal__bg-icn {
  fill: #ffb81c;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .payments__paragraph--initial, .white-label.cambridge-judge-business-school-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .form__input:-webkit-autofill, .white-label.cambridge-judge-business-school-executive-education .StripeElement:-webkit-autofill, .white-label.cambridge-judge-business-school-executive-education .form__input:-webkit-autofill:focus, .white-label.cambridge-judge-business-school-executive-education .form__input:-internal-autofill-selected, .white-label.cambridge-judge-business-school-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .form__input:-moz-autofill, .white-label.cambridge-judge-business-school-executive-education .StripeElement:-moz-autofill, .white-label.cambridge-judge-business-school-executive-education .form__input:-moz-autofill-preview, .white-label.cambridge-judge-business-school-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:hover + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:hover + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:active + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:active + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:checked + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:checked + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus:hover + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus:active + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #ffb81c;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.cambridge-judge-business-school-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #ffb81c inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .form-check-input:checked + label::before, .white-label.cambridge-judge-business-school-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #ffb81c;
  border-color: #ffb81c;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.cambridge-judge-business-school-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.cambridge-judge-business-school-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.cambridge-judge-business-school-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #ffb81c;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #ffb81c;
  border: 3px solid #ffb81c;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__tasks li:hover::after, .white-label.cambridge-judge-business-school-executive-education .modules__tasks li.selected::after {
  border-color: rgba(255, 184, 28, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__tasks li::before {
  color: rgba(255, 184, 28, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(255, 184, 28, 0.4);
  border-color: rgba(255, 184, 28, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.cambridge-judge-business-school-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(255, 184, 28, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .tabs__li:hover {
  border-color: rgba(255, 184, 28, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .tabs__label {
  border-bottom-color: #ffb81c;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.cambridge-judge-business-school-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #ffb81c;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .survey__success .check {
  fill: #ffb81c;
  stroke: #ffb81c;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .electives__checkbox:checked + label::before,
.white-label.cambridge-judge-business-school-executive-education .program-card__checkbox:checked + label::before {
  background-color: #ffb81c;
  border-color: #ffb81c;
  color: #ffb81c;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.cambridge-judge-business-school-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #ffb81c;
  box-shadow: 0 0 0 1px #ffb81c inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .canvas-assignments__submission-type::before {
  border-color: #ffb81c;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .canvas-assignments__submission-type::after {
  border-color: #ffb81c;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(255, 184, 28, 0.1);
  border-color: #ffb81c;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.cambridge-judge-business-school-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(255, 184, 28, 0.1);
  border-color: #ffb81c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(1),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(1), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ffd882, #ffd373);
  -moz-background: linear-gradient(to right, #ffd882, #ffd373);
  -ms-background: linear-gradient(to right, #ffd882, #ffd373);
  -o-background: linear-gradient(to right, #ffd882, #ffd373);
  background: linear-gradient(to right, #ffd882, #ffd373);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ffd373;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(2),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(2), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ffd373, #ffcf65);
  -moz-background: linear-gradient(to right, #ffd373, #ffcf65);
  -ms-background: linear-gradient(to right, #ffd373, #ffcf65);
  -o-background: linear-gradient(to right, #ffd373, #ffcf65);
  background: linear-gradient(to right, #ffd373, #ffcf65);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ffcf65;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(3),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(3), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ffcf65, #ffca56);
  -moz-background: linear-gradient(to right, #ffcf65, #ffca56);
  -ms-background: linear-gradient(to right, #ffcf65, #ffca56);
  -o-background: linear-gradient(to right, #ffcf65, #ffca56);
  background: linear-gradient(to right, #ffcf65, #ffca56);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ffca56;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(4),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(4), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ffca56, #ffc648);
  -moz-background: linear-gradient(to right, #ffca56, #ffc648);
  -ms-background: linear-gradient(to right, #ffca56, #ffc648);
  -o-background: linear-gradient(to right, #ffca56, #ffc648);
  background: linear-gradient(to right, #ffca56, #ffc648);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ffc648;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(5),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(5), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ffc648, #ffc139);
  -moz-background: linear-gradient(to right, #ffc648, #ffc139);
  -ms-background: linear-gradient(to right, #ffc648, #ffc139);
  -o-background: linear-gradient(to right, #ffc648, #ffc139);
  background: linear-gradient(to right, #ffc648, #ffc139);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ffc139;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(6),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(6), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ffc139, #ffbd2b);
  -moz-background: linear-gradient(to right, #ffc139, #ffbd2b);
  -ms-background: linear-gradient(to right, #ffc139, #ffbd2b);
  -o-background: linear-gradient(to right, #ffc139, #ffbd2b);
  background: linear-gradient(to right, #ffc139, #ffbd2b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ffbd2b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(7),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(7), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ffbd2b, #ffb81c);
  -moz-background: linear-gradient(to right, #ffbd2b, #ffb81c);
  -ms-background: linear-gradient(to right, #ffbd2b, #ffb81c);
  -o-background: linear-gradient(to right, #ffbd2b, #ffb81c);
  background: linear-gradient(to right, #ffbd2b, #ffb81c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #ffb81c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #ffb81c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #ffb81c;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved {
  color: #ffb81c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffd882, #ffd373);
  -moz-background: linear-gradient(to bottom, #ffd882, #ffd373);
  -ms-background: linear-gradient(to bottom, #ffd882, #ffd373);
  -o-background: linear-gradient(to bottom, #ffd882, #ffd373);
  background: linear-gradient(to bottom, #ffd882, #ffd373);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ffd373;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ffd882;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffd373, #ffcf65);
  -moz-background: linear-gradient(to bottom, #ffd373, #ffcf65);
  -ms-background: linear-gradient(to bottom, #ffd373, #ffcf65);
  -o-background: linear-gradient(to bottom, #ffd373, #ffcf65);
  background: linear-gradient(to bottom, #ffd373, #ffcf65);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ffcf65;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ffd373;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffcf65, #ffca56);
  -moz-background: linear-gradient(to bottom, #ffcf65, #ffca56);
  -ms-background: linear-gradient(to bottom, #ffcf65, #ffca56);
  -o-background: linear-gradient(to bottom, #ffcf65, #ffca56);
  background: linear-gradient(to bottom, #ffcf65, #ffca56);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ffca56;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ffcf65;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffca56, #ffc648);
  -moz-background: linear-gradient(to bottom, #ffca56, #ffc648);
  -ms-background: linear-gradient(to bottom, #ffca56, #ffc648);
  -o-background: linear-gradient(to bottom, #ffca56, #ffc648);
  background: linear-gradient(to bottom, #ffca56, #ffc648);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ffc648;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ffca56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffc648, #ffc139);
  -moz-background: linear-gradient(to bottom, #ffc648, #ffc139);
  -ms-background: linear-gradient(to bottom, #ffc648, #ffc139);
  -o-background: linear-gradient(to bottom, #ffc648, #ffc139);
  background: linear-gradient(to bottom, #ffc648, #ffc139);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ffc139;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ffc648;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffc139, #ffbd2b);
  -moz-background: linear-gradient(to bottom, #ffc139, #ffbd2b);
  -ms-background: linear-gradient(to bottom, #ffc139, #ffbd2b);
  -o-background: linear-gradient(to bottom, #ffc139, #ffbd2b);
  background: linear-gradient(to bottom, #ffc139, #ffbd2b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ffbd2b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ffc139;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffbd2b, #ffb81c);
  -moz-background: linear-gradient(to bottom, #ffbd2b, #ffb81c);
  -ms-background: linear-gradient(to bottom, #ffbd2b, #ffb81c);
  -o-background: linear-gradient(to bottom, #ffbd2b, #ffb81c);
  background: linear-gradient(to bottom, #ffbd2b, #ffb81c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #ffb81c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ffbd2b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #ffb81c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #ffb81c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cambridge-judge-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cambridge-judge-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #ffb81c;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #ffb81c;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #ffb81c;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #241a04);
  -moz-background: linear-gradient(to right, black, #241a04);
  -ms-background: linear-gradient(to right, black, #241a04);
  -o-background: linear-gradient(to right, black, #241a04);
  background: linear-gradient(to right, black, #241a04);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #241a04;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #241a04, #493508);
  -moz-background: linear-gradient(to right, #241a04, #493508);
  -ms-background: linear-gradient(to right, #241a04, #493508);
  -o-background: linear-gradient(to right, #241a04, #493508);
  background: linear-gradient(to right, #241a04, #493508);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #493508;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #493508, #6d4f0c);
  -moz-background: linear-gradient(to right, #493508, #6d4f0c);
  -ms-background: linear-gradient(to right, #493508, #6d4f0c);
  -o-background: linear-gradient(to right, #493508, #6d4f0c);
  background: linear-gradient(to right, #493508, #6d4f0c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6d4f0c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6d4f0c, #926910);
  -moz-background: linear-gradient(to right, #6d4f0c, #926910);
  -ms-background: linear-gradient(to right, #6d4f0c, #926910);
  -o-background: linear-gradient(to right, #6d4f0c, #926910);
  background: linear-gradient(to right, #6d4f0c, #926910);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #926910;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #926910, #b68314);
  -moz-background: linear-gradient(to right, #926910, #b68314);
  -ms-background: linear-gradient(to right, #926910, #b68314);
  -o-background: linear-gradient(to right, #926910, #b68314);
  background: linear-gradient(to right, #926910, #b68314);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b68314;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b68314, #db9e18);
  -moz-background: linear-gradient(to right, #b68314, #db9e18);
  -ms-background: linear-gradient(to right, #b68314, #db9e18);
  -o-background: linear-gradient(to right, #b68314, #db9e18);
  background: linear-gradient(to right, #b68314, #db9e18);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #db9e18;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #db9e18, #ffb81c);
  -moz-background: linear-gradient(to right, #db9e18, #ffb81c);
  -ms-background: linear-gradient(to right, #db9e18, #ffb81c);
  -o-background: linear-gradient(to right, #db9e18, #ffb81c);
  background: linear-gradient(to right, #db9e18, #ffb81c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #ffb81c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #ffb81c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #ffb81c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #241a04);
  -moz-background: linear-gradient(to bottom, black, #241a04);
  -ms-background: linear-gradient(to bottom, black, #241a04);
  -o-background: linear-gradient(to bottom, black, #241a04);
  background: linear-gradient(to bottom, black, #241a04);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #241a04;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #241a04, #493508);
  -moz-background: linear-gradient(to bottom, #241a04, #493508);
  -ms-background: linear-gradient(to bottom, #241a04, #493508);
  -o-background: linear-gradient(to bottom, #241a04, #493508);
  background: linear-gradient(to bottom, #241a04, #493508);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #493508;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #241a04;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #493508, #6d4f0c);
  -moz-background: linear-gradient(to bottom, #493508, #6d4f0c);
  -ms-background: linear-gradient(to bottom, #493508, #6d4f0c);
  -o-background: linear-gradient(to bottom, #493508, #6d4f0c);
  background: linear-gradient(to bottom, #493508, #6d4f0c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6d4f0c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #493508;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d4f0c, #926910);
  -moz-background: linear-gradient(to bottom, #6d4f0c, #926910);
  -ms-background: linear-gradient(to bottom, #6d4f0c, #926910);
  -o-background: linear-gradient(to bottom, #6d4f0c, #926910);
  background: linear-gradient(to bottom, #6d4f0c, #926910);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #926910;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6d4f0c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #926910, #b68314);
  -moz-background: linear-gradient(to bottom, #926910, #b68314);
  -ms-background: linear-gradient(to bottom, #926910, #b68314);
  -o-background: linear-gradient(to bottom, #926910, #b68314);
  background: linear-gradient(to bottom, #926910, #b68314);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b68314;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #926910;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b68314, #db9e18);
  -moz-background: linear-gradient(to bottom, #b68314, #db9e18);
  -ms-background: linear-gradient(to bottom, #b68314, #db9e18);
  -o-background: linear-gradient(to bottom, #b68314, #db9e18);
  background: linear-gradient(to bottom, #b68314, #db9e18);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #db9e18;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b68314;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #db9e18, #ffb81c);
  -moz-background: linear-gradient(to bottom, #db9e18, #ffb81c);
  -ms-background: linear-gradient(to bottom, #db9e18, #ffb81c);
  -o-background: linear-gradient(to bottom, #db9e18, #ffb81c);
  background: linear-gradient(to bottom, #db9e18, #ffb81c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #ffb81c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #db9e18;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #ffb81c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #ffb81c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cambridge-judge-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cambridge-judge-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #ffb81c;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .referrals-advocate__overlay {
  background-color: #ffb81c;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .referrals-advocate__steps-circle {
  fill: #ffb81c;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .referrals-advocate__testimonial {
  background-color: #ffb81c;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #ffb81c;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.cambridge-judge-business-school-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #ffb81c;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .terms__links {
  color: #ffb81c;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cambridge-judge-business-school-executive-education .referral-tooltip__image path {
  fill: #ffb81c;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.cambridge-judge-business-school-executive-education .main-header,
.cambridge-judge-business-school-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a6192e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #851425;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:hover, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:focus, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:checked, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:focus:hover, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:focus:active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:not(:disabled):hover, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:not(:disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:not(.disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:not(:disabled):active:focus, .white-label.carnegie-mellon-university-school-of-computer-science .main-header__menu__btn:not(.disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:hover,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:focus,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:checked,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:focus:hover,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:focus:active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:not(:disabled):hover,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:not(:disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:not(.disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a6192e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:hover, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:focus, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:checked, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:focus:hover, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:focus:active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:not(:disabled):hover, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:not(:disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:not(.disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:not(:disabled):active:focus, .white-label.carnegie-mellon-university-school-of-computer-science .main-header .nav__link:not(.disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:hover,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:focus,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:checked,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:focus:hover,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:focus:active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:not(:disabled):hover,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:not(:disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:not(.disabled):active,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:not(:disabled):active:focus,
.white-label.carnegie-mellon-university-school-of-computer-science .main-footer .nav__link:not(.disabled):active:focus {
  color: #851425;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.signed-out .btn:not(.btn--social), .white-label.carnegie-mellon-university-school-of-computer-science.signed-in .btn--primary {
  background-color: #2d2926;
  border-color: #2d2926;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.signed-out .btn:not(.btn--social):hover, .white-label.carnegie-mellon-university-school-of-computer-science.signed-out .btn:not(.btn--social):focus, .white-label.carnegie-mellon-university-school-of-computer-science.signed-out .btn:not(.btn--social):active, .white-label.carnegie-mellon-university-school-of-computer-science.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science.signed-in .btn--primary:hover, .white-label.carnegie-mellon-university-school-of-computer-science.signed-in .btn--primary:focus, .white-label.carnegie-mellon-university-school-of-computer-science.signed-in .btn--primary:active, .white-label.carnegie-mellon-university-school-of-computer-science.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #2d2926;
  box-shadow: none;
  color: #2d2926;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .nav__btn:hover span,
.white-label.carnegie-mellon-university-school-of-computer-science .nav__btn:hover span::after,
.white-label.carnegie-mellon-university-school-of-computer-science .nav__btn:hover span::before,
.white-label.carnegie-mellon-university-school-of-computer-science .nav__btn:focus span,
.white-label.carnegie-mellon-university-school-of-computer-science .nav__btn:focus span::after,
.white-label.carnegie-mellon-university-school-of-computer-science .nav__btn:focus span::before {
  background-color: #a6192e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.carnegie-mellon-university-school-of-computer-science .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a6192e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a6192e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__list li:hover::after {
  border-color: rgba(166, 25, 46, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__list li:hover .heading-3 {
  color: #a6192e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .profile__link:hover, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:focus, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:active, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:checked, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:focus:hover, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:focus:active, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:not(:disabled):hover, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:not(:disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:not(.disabled):active, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:not(:disabled):active:focus, .white-label.carnegie-mellon-university-school-of-computer-science .profile__link:not(.disabled):active:focus {
  color: #a6192e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .profile__actions:hover .profile__icn g,
.white-label.carnegie-mellon-university-school-of-computer-science .profile__actions:focus .profile__icn g {
  fill: #a6192e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .students__classmate:hover .students__thumbnail,
.white-label.carnegie-mellon-university-school-of-computer-science .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a6192e, 0 0 0 1px #a6192e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .pagination__page-link:hover::after {
  border-color: rgba(166, 25, 46, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modal__bg-icn {
  fill: #a6192e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .payments__paragraph--initial, .white-label.carnegie-mellon-university-school-of-computer-science .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form__input:-webkit-autofill, .white-label.carnegie-mellon-university-school-of-computer-science .StripeElement:-webkit-autofill, .white-label.carnegie-mellon-university-school-of-computer-science .form__input:-webkit-autofill:focus, .white-label.carnegie-mellon-university-school-of-computer-science .form__input:-internal-autofill-selected, .white-label.carnegie-mellon-university-school-of-computer-science .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(45, 41, 38, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(45, 41, 38, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(45, 41, 38, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(45, 41, 38, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(45, 41, 38, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form__input:-moz-autofill, .white-label.carnegie-mellon-university-school-of-computer-science .StripeElement:-moz-autofill, .white-label.carnegie-mellon-university-school-of-computer-science .form__input:-moz-autofill-preview, .white-label.carnegie-mellon-university-school-of-computer-science .StripeElement:-moz-autofill-preview {
  filter: rgba(45, 41, 38, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:hover + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:hover + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:active + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:active + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:checked + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:checked + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus:hover + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus:hover + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus:active + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus:active + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):hover + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):active + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):active + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(.disabled):active + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(.disabled):active + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):active:focus + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a6192e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:hover + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:active + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:checked + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus:hover + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:focus:active + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.carnegie-mellon-university-school-of-computer-science .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a6192e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form-check-input:checked + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a6192e;
  border-color: #a6192e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .form-check-input:valid:focus:checked + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-check-input.valid:focus:checked + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-check-input--valid:focus:checked + label::before, .white-label.carnegie-mellon-university-school-of-computer-science .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a6192e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .electives .form-radio__input:checked + label::before {
  background-color: #a6192e;
  border: 3px solid #a6192e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .enrollment__icon path {
  fill: #2d2926;
  stroke: #2d2926;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .enrollment__icon tspan {
  fill: #2d2926;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li:hover::after, .white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li.selected::after {
  border-color: rgba(166, 25, 46, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li::before {
  color: rgba(166, 25, 46, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(166, 25, 46, 0.4);
  border-color: rgba(166, 25, 46, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li .modules__btn:hover::after, .white-label.carnegie-mellon-university-school-of-computer-science .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(166, 25, 46, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .tabs__li:hover {
  border-color: rgba(166, 25, 46, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .tabs__label {
  border-bottom-color: #a6192e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.carnegie-mellon-university-school-of-computer-science .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a6192e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .survey__success .check {
  fill: #a6192e;
  stroke: #a6192e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .electives__checkbox:checked + label::before,
.white-label.carnegie-mellon-university-school-of-computer-science .program-card__checkbox:checked + label::before {
  background-color: #a6192e;
  border-color: #a6192e;
  color: #a6192e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .electives__checkbox:checked ~ .program-card__content,
.white-label.carnegie-mellon-university-school-of-computer-science .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a6192e;
  box-shadow: 0 0 0 1px #a6192e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .canvas-assignments__submission-type::before {
  border-color: #a6192e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .canvas-assignments__submission-type::after {
  border-color: #a6192e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .canvas-assignments__submission-type:hover {
  background-color: rgba(166, 25, 46, 0.1);
  border-color: #a6192e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .canvas-assignments__submission-type.typed--selected, .white-label.carnegie-mellon-university-school-of-computer-science .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(166, 25, 46, 0.1);
  border-color: #a6192e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(1),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(1), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e3425a, #da3c54);
  -moz-background: linear-gradient(to right, #e3425a, #da3c54);
  -ms-background: linear-gradient(to right, #e3425a, #da3c54);
  -o-background: linear-gradient(to right, #e3425a, #da3c54);
  background: linear-gradient(to right, #e3425a, #da3c54);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(1)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(1)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #da3c54;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(2),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(2), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #da3c54, #d1374e);
  -moz-background: linear-gradient(to right, #da3c54, #d1374e);
  -ms-background: linear-gradient(to right, #da3c54, #d1374e);
  -o-background: linear-gradient(to right, #da3c54, #d1374e);
  background: linear-gradient(to right, #da3c54, #d1374e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(2)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(2)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #d1374e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(3),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(3), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #d1374e, #c93147);
  -moz-background: linear-gradient(to right, #d1374e, #c93147);
  -ms-background: linear-gradient(to right, #d1374e, #c93147);
  -o-background: linear-gradient(to right, #d1374e, #c93147);
  background: linear-gradient(to right, #d1374e, #c93147);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(3)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(3)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c93147;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(4),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(4), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c93147, #c02b41);
  -moz-background: linear-gradient(to right, #c93147, #c02b41);
  -ms-background: linear-gradient(to right, #c93147, #c02b41);
  -o-background: linear-gradient(to right, #c93147, #c02b41);
  background: linear-gradient(to right, #c93147, #c02b41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(4)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(4)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c02b41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(5),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(5), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c02b41, #b7253b);
  -moz-background: linear-gradient(to right, #c02b41, #b7253b);
  -ms-background: linear-gradient(to right, #c02b41, #b7253b);
  -o-background: linear-gradient(to right, #c02b41, #b7253b);
  background: linear-gradient(to right, #c02b41, #b7253b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(5)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(5)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b7253b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(6),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(6), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b7253b, #af1f34);
  -moz-background: linear-gradient(to right, #b7253b, #af1f34);
  -ms-background: linear-gradient(to right, #b7253b, #af1f34);
  -o-background: linear-gradient(to right, #b7253b, #af1f34);
  background: linear-gradient(to right, #b7253b, #af1f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(6)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(6)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #af1f34;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(7),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(7), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #af1f34, #a6192e);
  -moz-background: linear-gradient(to right, #af1f34, #a6192e);
  -ms-background: linear-gradient(to right, #af1f34, #a6192e);
  -o-background: linear-gradient(to right, #af1f34, #a6192e);
  background: linear-gradient(to right, #af1f34, #a6192e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(7)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(7)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a6192e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(n+8),
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(n+8), .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a6192e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--active:nth-child(n+8)::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .step--completed:nth-child(n+8)::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a6192e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved {
  color: #a6192e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e3425a, #da3c54);
  -moz-background: linear-gradient(to bottom, #e3425a, #da3c54);
  -ms-background: linear-gradient(to bottom, #e3425a, #da3c54);
  -o-background: linear-gradient(to bottom, #e3425a, #da3c54);
  background: linear-gradient(to bottom, #e3425a, #da3c54);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #da3c54;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e3425a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #da3c54, #d1374e);
  -moz-background: linear-gradient(to bottom, #da3c54, #d1374e);
  -ms-background: linear-gradient(to bottom, #da3c54, #d1374e);
  -o-background: linear-gradient(to bottom, #da3c54, #d1374e);
  background: linear-gradient(to bottom, #da3c54, #d1374e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #d1374e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #da3c54;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #d1374e, #c93147);
  -moz-background: linear-gradient(to bottom, #d1374e, #c93147);
  -ms-background: linear-gradient(to bottom, #d1374e, #c93147);
  -o-background: linear-gradient(to bottom, #d1374e, #c93147);
  background: linear-gradient(to bottom, #d1374e, #c93147);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c93147;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #d1374e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c93147, #c02b41);
  -moz-background: linear-gradient(to bottom, #c93147, #c02b41);
  -ms-background: linear-gradient(to bottom, #c93147, #c02b41);
  -o-background: linear-gradient(to bottom, #c93147, #c02b41);
  background: linear-gradient(to bottom, #c93147, #c02b41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c02b41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c93147;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c02b41, #b7253b);
  -moz-background: linear-gradient(to bottom, #c02b41, #b7253b);
  -ms-background: linear-gradient(to bottom, #c02b41, #b7253b);
  -o-background: linear-gradient(to bottom, #c02b41, #b7253b);
  background: linear-gradient(to bottom, #c02b41, #b7253b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b7253b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c02b41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b7253b, #af1f34);
  -moz-background: linear-gradient(to bottom, #b7253b, #af1f34);
  -ms-background: linear-gradient(to bottom, #b7253b, #af1f34);
  -o-background: linear-gradient(to bottom, #b7253b, #af1f34);
  background: linear-gradient(to bottom, #b7253b, #af1f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #af1f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b7253b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #af1f34, #a6192e);
  -moz-background: linear-gradient(to bottom, #af1f34, #a6192e);
  -ms-background: linear-gradient(to bottom, #af1f34, #a6192e);
  -o-background: linear-gradient(to bottom, #af1f34, #a6192e);
  background: linear-gradient(to bottom, #af1f34, #a6192e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a6192e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #af1f34;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a6192e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a6192e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a6192e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .sidebar .steps .steps__label-toggle {
  background-color: #a6192e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .sidebar .steps .step--active {
  border-left: 0.5rem solid #a6192e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2d2926, #3e2727);
  -moz-background: linear-gradient(to right, #2d2926, #3e2727);
  -ms-background: linear-gradient(to right, #2d2926, #3e2727);
  -o-background: linear-gradient(to right, #2d2926, #3e2727);
  background: linear-gradient(to right, #2d2926, #3e2727);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3e2727;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3e2727, #502428);
  -moz-background: linear-gradient(to right, #3e2727, #502428);
  -ms-background: linear-gradient(to right, #3e2727, #502428);
  -o-background: linear-gradient(to right, #3e2727, #502428);
  background: linear-gradient(to right, #3e2727, #502428);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #502428;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #502428, #612229);
  -moz-background: linear-gradient(to right, #502428, #612229);
  -ms-background: linear-gradient(to right, #502428, #612229);
  -o-background: linear-gradient(to right, #502428, #612229);
  background: linear-gradient(to right, #502428, #612229);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #612229;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #612229, #72202b);
  -moz-background: linear-gradient(to right, #612229, #72202b);
  -ms-background: linear-gradient(to right, #612229, #72202b);
  -o-background: linear-gradient(to right, #612229, #72202b);
  background: linear-gradient(to right, #612229, #72202b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #72202b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #72202b, #831e2c);
  -moz-background: linear-gradient(to right, #72202b, #831e2c);
  -ms-background: linear-gradient(to right, #72202b, #831e2c);
  -o-background: linear-gradient(to right, #72202b, #831e2c);
  background: linear-gradient(to right, #72202b, #831e2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #831e2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #831e2c, #951b2d);
  -moz-background: linear-gradient(to right, #831e2c, #951b2d);
  -ms-background: linear-gradient(to right, #831e2c, #951b2d);
  -o-background: linear-gradient(to right, #831e2c, #951b2d);
  background: linear-gradient(to right, #831e2c, #951b2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #951b2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #951b2d, #a6192e);
  -moz-background: linear-gradient(to right, #951b2d, #a6192e);
  -ms-background: linear-gradient(to right, #951b2d, #a6192e);
  -o-background: linear-gradient(to right, #951b2d, #a6192e);
  background: linear-gradient(to right, #951b2d, #a6192e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a6192e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a6192e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a6192e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2d2926, #3e2727);
  -moz-background: linear-gradient(to bottom, #2d2926, #3e2727);
  -ms-background: linear-gradient(to bottom, #2d2926, #3e2727);
  -o-background: linear-gradient(to bottom, #2d2926, #3e2727);
  background: linear-gradient(to bottom, #2d2926, #3e2727);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3e2727;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2d2926;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e2727, #502428);
  -moz-background: linear-gradient(to bottom, #3e2727, #502428);
  -ms-background: linear-gradient(to bottom, #3e2727, #502428);
  -o-background: linear-gradient(to bottom, #3e2727, #502428);
  background: linear-gradient(to bottom, #3e2727, #502428);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #502428;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3e2727;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #502428, #612229);
  -moz-background: linear-gradient(to bottom, #502428, #612229);
  -ms-background: linear-gradient(to bottom, #502428, #612229);
  -o-background: linear-gradient(to bottom, #502428, #612229);
  background: linear-gradient(to bottom, #502428, #612229);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #612229;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #502428;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #612229, #72202b);
  -moz-background: linear-gradient(to bottom, #612229, #72202b);
  -ms-background: linear-gradient(to bottom, #612229, #72202b);
  -o-background: linear-gradient(to bottom, #612229, #72202b);
  background: linear-gradient(to bottom, #612229, #72202b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #72202b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #612229;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #72202b, #831e2c);
  -moz-background: linear-gradient(to bottom, #72202b, #831e2c);
  -ms-background: linear-gradient(to bottom, #72202b, #831e2c);
  -o-background: linear-gradient(to bottom, #72202b, #831e2c);
  background: linear-gradient(to bottom, #72202b, #831e2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #831e2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #72202b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #831e2c, #951b2d);
  -moz-background: linear-gradient(to bottom, #831e2c, #951b2d);
  -ms-background: linear-gradient(to bottom, #831e2c, #951b2d);
  -o-background: linear-gradient(to bottom, #831e2c, #951b2d);
  background: linear-gradient(to bottom, #831e2c, #951b2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #951b2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #831e2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #951b2d, #a6192e);
  -moz-background: linear-gradient(to bottom, #951b2d, #a6192e);
  -ms-background: linear-gradient(to bottom, #951b2d, #a6192e);
  -o-background: linear-gradient(to bottom, #951b2d, #a6192e);
  background: linear-gradient(to bottom, #951b2d, #a6192e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a6192e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #951b2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a6192e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a6192e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.carnegie-mellon-university-school-of-computer-science.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a6192e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate__overlay {
  background-color: #a6192e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate__steps-circle {
  fill: #a6192e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate__testimonial {
  background-color: #a6192e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a6192e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.carnegie-mellon-university-school-of-computer-science .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a6192e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .terms__title {
  border-color: #2d2926;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .terms__links {
  color: #a6192e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.carnegie-mellon-university-school-of-computer-science .referral-tooltip__image path {
  fill: #a6192e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.carnegie-mellon-university-school-of-computer-science .main-header,
.carnegie-mellon-university-school-of-computer-science .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #363661;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.centrum-pucp div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #282848;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .main-header__menu__btn:hover, .white-label.centrum-pucp .main-header__menu__btn:focus, .white-label.centrum-pucp .main-header__menu__btn:active, .white-label.centrum-pucp .main-header__menu__btn:checked, .white-label.centrum-pucp .main-header__menu__btn:focus:hover, .white-label.centrum-pucp .main-header__menu__btn:focus:active, .white-label.centrum-pucp .main-header__menu__btn:not(:disabled):hover, .white-label.centrum-pucp .main-header__menu__btn:not(:disabled):active, .white-label.centrum-pucp .main-header__menu__btn:not(.disabled):active, .white-label.centrum-pucp .main-header__menu__btn:not(:disabled):active:focus, .white-label.centrum-pucp .main-header__menu__btn:not(.disabled):active:focus,
.white-label.centrum-pucp .main-footer__menu__btn:hover,
.white-label.centrum-pucp .main-footer__menu__btn:focus,
.white-label.centrum-pucp .main-footer__menu__btn:active,
.white-label.centrum-pucp .main-footer__menu__btn:checked,
.white-label.centrum-pucp .main-footer__menu__btn:focus:hover,
.white-label.centrum-pucp .main-footer__menu__btn:focus:active,
.white-label.centrum-pucp .main-footer__menu__btn:not(:disabled):hover,
.white-label.centrum-pucp .main-footer__menu__btn:not(:disabled):active,
.white-label.centrum-pucp .main-footer__menu__btn:not(.disabled):active,
.white-label.centrum-pucp .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.centrum-pucp .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #363661;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .main-header .nav__link:hover, .white-label.centrum-pucp .main-header .nav__link:focus, .white-label.centrum-pucp .main-header .nav__link:active, .white-label.centrum-pucp .main-header .nav__link:checked, .white-label.centrum-pucp .main-header .nav__link:focus:hover, .white-label.centrum-pucp .main-header .nav__link:focus:active, .white-label.centrum-pucp .main-header .nav__link:not(:disabled):hover, .white-label.centrum-pucp .main-header .nav__link:not(:disabled):active, .white-label.centrum-pucp .main-header .nav__link:not(.disabled):active, .white-label.centrum-pucp .main-header .nav__link:not(:disabled):active:focus, .white-label.centrum-pucp .main-header .nav__link:not(.disabled):active:focus,
.white-label.centrum-pucp .main-footer .nav__link:hover,
.white-label.centrum-pucp .main-footer .nav__link:focus,
.white-label.centrum-pucp .main-footer .nav__link:active,
.white-label.centrum-pucp .main-footer .nav__link:checked,
.white-label.centrum-pucp .main-footer .nav__link:focus:hover,
.white-label.centrum-pucp .main-footer .nav__link:focus:active,
.white-label.centrum-pucp .main-footer .nav__link:not(:disabled):hover,
.white-label.centrum-pucp .main-footer .nav__link:not(:disabled):active,
.white-label.centrum-pucp .main-footer .nav__link:not(.disabled):active,
.white-label.centrum-pucp .main-footer .nav__link:not(:disabled):active:focus,
.white-label.centrum-pucp .main-footer .nav__link:not(.disabled):active:focus {
  color: #282848;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp.signed-out .btn:not(.btn--social), .white-label.centrum-pucp.signed-in .btn--primary {
  background-color: #3b69fa;
  border-color: #3b69fa;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.signed-out .btn:not(.btn--social):hover, .white-label.centrum-pucp.signed-out .btn:not(.btn--social):focus, .white-label.centrum-pucp.signed-out .btn:not(.btn--social):active, .white-label.centrum-pucp.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.centrum-pucp.signed-in .btn--primary:hover, .white-label.centrum-pucp.signed-in .btn--primary:focus, .white-label.centrum-pucp.signed-in .btn--primary:active, .white-label.centrum-pucp.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #3b69fa;
  box-shadow: none;
  color: #3b69fa;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .nav__btn:hover span,
.white-label.centrum-pucp .nav__btn:hover span::after,
.white-label.centrum-pucp .nav__btn:hover span::before,
.white-label.centrum-pucp .nav__btn:focus span,
.white-label.centrum-pucp .nav__btn:focus span::after,
.white-label.centrum-pucp .nav__btn:focus span::before {
  background-color: #363661;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.centrum-pucp .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #363661;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .nav__sidebar ul .profile__no-menu-link:hover {
  color: #363661;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__list li:hover::after {
  border-color: rgba(54, 54, 97, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__list li:hover .heading-3 {
  color: #363661;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .profile__link:hover, .white-label.centrum-pucp .profile__link:focus, .white-label.centrum-pucp .profile__link:active, .white-label.centrum-pucp .profile__link:checked, .white-label.centrum-pucp .profile__link:focus:hover, .white-label.centrum-pucp .profile__link:focus:active, .white-label.centrum-pucp .profile__link:not(:disabled):hover, .white-label.centrum-pucp .profile__link:not(:disabled):active, .white-label.centrum-pucp .profile__link:not(.disabled):active, .white-label.centrum-pucp .profile__link:not(:disabled):active:focus, .white-label.centrum-pucp .profile__link:not(.disabled):active:focus {
  color: #363661;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .profile__actions:hover .profile__icn g,
.white-label.centrum-pucp .profile__actions:focus .profile__icn g {
  fill: #363661;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .students__classmate:hover .students__thumbnail,
.white-label.centrum-pucp .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #363661, 0 0 0 1px #363661 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .pagination__page-link:hover::after {
  border-color: rgba(54, 54, 97, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modal__bg-icn {
  fill: #363661;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .payments__paragraph--initial, .white-label.centrum-pucp .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .form__input:-webkit-autofill, .white-label.centrum-pucp .StripeElement:-webkit-autofill, .white-label.centrum-pucp .form__input:-webkit-autofill:focus, .white-label.centrum-pucp .form__input:-internal-autofill-selected, .white-label.centrum-pucp .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(59, 105, 250, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(59, 105, 250, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(59, 105, 250, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(59, 105, 250, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(59, 105, 250, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .form__input:-moz-autofill, .white-label.centrum-pucp .StripeElement:-moz-autofill, .white-label.centrum-pucp .form__input:-moz-autofill-preview, .white-label.centrum-pucp .StripeElement:-moz-autofill-preview {
  filter: rgba(59, 105, 250, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .form-radio__input:hover + label.bordered,
.white-label.centrum-pucp .form-radio__input:hover + label::before, .white-label.centrum-pucp .form-radio__input:focus + label.bordered,
.white-label.centrum-pucp .form-radio__input:focus + label::before, .white-label.centrum-pucp .form-radio__input:active + label.bordered,
.white-label.centrum-pucp .form-radio__input:active + label::before, .white-label.centrum-pucp .form-radio__input:checked + label.bordered,
.white-label.centrum-pucp .form-radio__input:checked + label::before, .white-label.centrum-pucp .form-radio__input:focus:hover + label.bordered,
.white-label.centrum-pucp .form-radio__input:focus:hover + label::before, .white-label.centrum-pucp .form-radio__input:focus:active + label.bordered,
.white-label.centrum-pucp .form-radio__input:focus:active + label::before, .white-label.centrum-pucp .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.centrum-pucp .form-radio__input:not(:disabled):hover + label::before, .white-label.centrum-pucp .form-radio__input:not(:disabled):active + label.bordered,
.white-label.centrum-pucp .form-radio__input:not(:disabled):active + label::before, .white-label.centrum-pucp .form-radio__input:not(.disabled):active + label.bordered,
.white-label.centrum-pucp .form-radio__input:not(.disabled):active + label::before, .white-label.centrum-pucp .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.centrum-pucp .form-radio__input:not(:disabled):active:focus + label::before, .white-label.centrum-pucp .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.centrum-pucp .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #363661;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .form-radio__input:hover + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:focus + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:active + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:checked + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:focus:hover + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:focus:active + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.centrum-pucp .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #363661 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .form-check-input:checked + label::before, .white-label.centrum-pucp .form-check-input:checked + label.collection_radio_buttons::before {
  background: #363661;
  border-color: #363661;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .form-check-input:valid:focus:checked + label::before, .white-label.centrum-pucp .form-check-input.valid:focus:checked + label::before, .white-label.centrum-pucp .form-check-input--valid:focus:checked + label::before, .white-label.centrum-pucp .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #363661;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .electives .form-radio__input:checked + label::before {
  background-color: #363661;
  border: 3px solid #363661;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .enrollment__icon path {
  fill: #3b69fa;
  stroke: #3b69fa;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .enrollment__icon tspan {
  fill: #3b69fa;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__tasks li:hover::after, .white-label.centrum-pucp .modules__tasks li.selected::after {
  border-color: rgba(54, 54, 97, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__tasks li::before {
  color: rgba(54, 54, 97, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(54, 54, 97, 0.4);
  border-color: rgba(54, 54, 97, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .modules__tasks li .modules__btn:hover::after, .white-label.centrum-pucp .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(54, 54, 97, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .tabs__li:hover {
  border-color: rgba(54, 54, 97, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .tabs__label {
  border-bottom-color: #363661;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.centrum-pucp .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #363661;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .survey__success .check {
  fill: #363661;
  stroke: #363661;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .electives__checkbox:checked + label::before,
.white-label.centrum-pucp .program-card__checkbox:checked + label::before {
  background-color: #363661;
  border-color: #363661;
  color: #363661;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .electives__checkbox:checked ~ .program-card__content,
.white-label.centrum-pucp .program-card__checkbox:checked ~ .program-card__content {
  border-color: #363661;
  box-shadow: 0 0 0 1px #363661 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .canvas-assignments__submission-type::before {
  border-color: #363661;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .canvas-assignments__submission-type::after {
  border-color: #363661;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .canvas-assignments__submission-type:hover {
  background-color: rgba(54, 54, 97, 0.1);
  border-color: #363661;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .canvas-assignments__submission-type.typed--selected, .white-label.centrum-pucp .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(54, 54, 97, 0.1);
  border-color: #363661;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(1),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(1), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #5a5aa3, #555599);
  -moz-background: linear-gradient(to right, #5a5aa3, #555599);
  -ms-background: linear-gradient(to right, #5a5aa3, #555599);
  -o-background: linear-gradient(to right, #5a5aa3, #555599);
  background: linear-gradient(to right, #5a5aa3, #555599);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(1)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(1)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #555599;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(2),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(2), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #555599, #505090);
  -moz-background: linear-gradient(to right, #555599, #505090);
  -ms-background: linear-gradient(to right, #555599, #505090);
  -o-background: linear-gradient(to right, #555599, #505090);
  background: linear-gradient(to right, #555599, #505090);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(2)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(2)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #505090;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(3),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(3), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #505090, #4b4b86);
  -moz-background: linear-gradient(to right, #505090, #4b4b86);
  -ms-background: linear-gradient(to right, #505090, #4b4b86);
  -o-background: linear-gradient(to right, #505090, #4b4b86);
  background: linear-gradient(to right, #505090, #4b4b86);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(3)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(3)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4b4b86;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(4),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(4), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4b4b86, #46467d);
  -moz-background: linear-gradient(to right, #4b4b86, #46467d);
  -ms-background: linear-gradient(to right, #4b4b86, #46467d);
  -o-background: linear-gradient(to right, #4b4b86, #46467d);
  background: linear-gradient(to right, #4b4b86, #46467d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(4)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(4)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #46467d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(5),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(5), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #46467d, #404074);
  -moz-background: linear-gradient(to right, #46467d, #404074);
  -ms-background: linear-gradient(to right, #46467d, #404074);
  -o-background: linear-gradient(to right, #46467d, #404074);
  background: linear-gradient(to right, #46467d, #404074);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(5)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(5)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #404074;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(6),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(6), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #404074, #3b3b6a);
  -moz-background: linear-gradient(to right, #404074, #3b3b6a);
  -ms-background: linear-gradient(to right, #404074, #3b3b6a);
  -o-background: linear-gradient(to right, #404074, #3b3b6a);
  background: linear-gradient(to right, #404074, #3b3b6a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(6)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(6)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3b3b6a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(7),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(7), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3b3b6a, #363661);
  -moz-background: linear-gradient(to right, #3b3b6a, #363661);
  -ms-background: linear-gradient(to right, #3b3b6a, #363661);
  -o-background: linear-gradient(to right, #3b3b6a, #363661);
  background: linear-gradient(to right, #3b3b6a, #363661);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(7)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(7)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #363661;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(n+8),
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(n+8), .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #363661;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .step--active:nth-child(n+8)::after,
.white-label.centrum-pucp .steps--progress .step--completed:nth-child(n+8)::after, .white-label.centrum-pucp .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #363661;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active,
.white-label.centrum-pucp .steps--progress .vertical-step--completed, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved {
  color: #363661;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #5a5aa3, #555599);
  -moz-background: linear-gradient(to bottom, #5a5aa3, #555599);
  -ms-background: linear-gradient(to bottom, #5a5aa3, #555599);
  -o-background: linear-gradient(to bottom, #5a5aa3, #555599);
  background: linear-gradient(to bottom, #5a5aa3, #555599);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #555599;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #5a5aa3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #555599, #505090);
  -moz-background: linear-gradient(to bottom, #555599, #505090);
  -ms-background: linear-gradient(to bottom, #555599, #505090);
  -o-background: linear-gradient(to bottom, #555599, #505090);
  background: linear-gradient(to bottom, #555599, #505090);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #505090;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #555599;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #505090, #4b4b86);
  -moz-background: linear-gradient(to bottom, #505090, #4b4b86);
  -ms-background: linear-gradient(to bottom, #505090, #4b4b86);
  -o-background: linear-gradient(to bottom, #505090, #4b4b86);
  background: linear-gradient(to bottom, #505090, #4b4b86);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4b4b86;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #505090;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4b4b86, #46467d);
  -moz-background: linear-gradient(to bottom, #4b4b86, #46467d);
  -ms-background: linear-gradient(to bottom, #4b4b86, #46467d);
  -o-background: linear-gradient(to bottom, #4b4b86, #46467d);
  background: linear-gradient(to bottom, #4b4b86, #46467d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #46467d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4b4b86;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #46467d, #404074);
  -moz-background: linear-gradient(to bottom, #46467d, #404074);
  -ms-background: linear-gradient(to bottom, #46467d, #404074);
  -o-background: linear-gradient(to bottom, #46467d, #404074);
  background: linear-gradient(to bottom, #46467d, #404074);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #404074;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #46467d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #404074, #3b3b6a);
  -moz-background: linear-gradient(to bottom, #404074, #3b3b6a);
  -ms-background: linear-gradient(to bottom, #404074, #3b3b6a);
  -o-background: linear-gradient(to bottom, #404074, #3b3b6a);
  background: linear-gradient(to bottom, #404074, #3b3b6a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3b3b6a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #404074;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3b3b6a, #363661);
  -moz-background: linear-gradient(to bottom, #3b3b6a, #363661);
  -ms-background: linear-gradient(to bottom, #3b3b6a, #363661);
  -o-background: linear-gradient(to bottom, #3b3b6a, #363661);
  background: linear-gradient(to bottom, #3b3b6a, #363661);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #363661;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3b3b6a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #363661;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #363661;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.centrum-pucp .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.centrum-pucp .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #363661;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .sidebar .steps .steps__label-toggle {
  background-color: #363661;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .sidebar .steps .step--active {
  border-left: 0.5rem solid #363661;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3b69fa, #3a62e4);
  -moz-background: linear-gradient(to right, #3b69fa, #3a62e4);
  -ms-background: linear-gradient(to right, #3b69fa, #3a62e4);
  -o-background: linear-gradient(to right, #3b69fa, #3a62e4);
  background: linear-gradient(to right, #3b69fa, #3a62e4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3a62e4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3a62e4, #3a5ace);
  -moz-background: linear-gradient(to right, #3a62e4, #3a5ace);
  -ms-background: linear-gradient(to right, #3a62e4, #3a5ace);
  -o-background: linear-gradient(to right, #3a62e4, #3a5ace);
  background: linear-gradient(to right, #3a62e4, #3a5ace);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3a5ace;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3a5ace, #3953b8);
  -moz-background: linear-gradient(to right, #3a5ace, #3953b8);
  -ms-background: linear-gradient(to right, #3a5ace, #3953b8);
  -o-background: linear-gradient(to right, #3a5ace, #3953b8);
  background: linear-gradient(to right, #3a5ace, #3953b8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3953b8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3953b8, #384ca3);
  -moz-background: linear-gradient(to right, #3953b8, #384ca3);
  -ms-background: linear-gradient(to right, #3953b8, #384ca3);
  -o-background: linear-gradient(to right, #3953b8, #384ca3);
  background: linear-gradient(to right, #3953b8, #384ca3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #384ca3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #384ca3, #37458d);
  -moz-background: linear-gradient(to right, #384ca3, #37458d);
  -ms-background: linear-gradient(to right, #384ca3, #37458d);
  -o-background: linear-gradient(to right, #384ca3, #37458d);
  background: linear-gradient(to right, #384ca3, #37458d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #37458d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #37458d, #373d77);
  -moz-background: linear-gradient(to right, #37458d, #373d77);
  -ms-background: linear-gradient(to right, #37458d, #373d77);
  -o-background: linear-gradient(to right, #37458d, #373d77);
  background: linear-gradient(to right, #37458d, #373d77);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #373d77;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #373d77, #363661);
  -moz-background: linear-gradient(to right, #373d77, #363661);
  -ms-background: linear-gradient(to right, #373d77, #363661);
  -o-background: linear-gradient(to right, #373d77, #363661);
  background: linear-gradient(to right, #373d77, #363661);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #363661;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #363661;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.centrum-pucp.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #363661;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3b69fa, #3a62e4);
  -moz-background: linear-gradient(to bottom, #3b69fa, #3a62e4);
  -ms-background: linear-gradient(to bottom, #3b69fa, #3a62e4);
  -o-background: linear-gradient(to bottom, #3b69fa, #3a62e4);
  background: linear-gradient(to bottom, #3b69fa, #3a62e4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3a62e4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3b69fa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a62e4, #3a5ace);
  -moz-background: linear-gradient(to bottom, #3a62e4, #3a5ace);
  -ms-background: linear-gradient(to bottom, #3a62e4, #3a5ace);
  -o-background: linear-gradient(to bottom, #3a62e4, #3a5ace);
  background: linear-gradient(to bottom, #3a62e4, #3a5ace);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3a5ace;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3a62e4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a5ace, #3953b8);
  -moz-background: linear-gradient(to bottom, #3a5ace, #3953b8);
  -ms-background: linear-gradient(to bottom, #3a5ace, #3953b8);
  -o-background: linear-gradient(to bottom, #3a5ace, #3953b8);
  background: linear-gradient(to bottom, #3a5ace, #3953b8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3953b8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3a5ace;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3953b8, #384ca3);
  -moz-background: linear-gradient(to bottom, #3953b8, #384ca3);
  -ms-background: linear-gradient(to bottom, #3953b8, #384ca3);
  -o-background: linear-gradient(to bottom, #3953b8, #384ca3);
  background: linear-gradient(to bottom, #3953b8, #384ca3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #384ca3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3953b8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #384ca3, #37458d);
  -moz-background: linear-gradient(to bottom, #384ca3, #37458d);
  -ms-background: linear-gradient(to bottom, #384ca3, #37458d);
  -o-background: linear-gradient(to bottom, #384ca3, #37458d);
  background: linear-gradient(to bottom, #384ca3, #37458d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #37458d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #384ca3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #37458d, #373d77);
  -moz-background: linear-gradient(to bottom, #37458d, #373d77);
  -ms-background: linear-gradient(to bottom, #37458d, #373d77);
  -o-background: linear-gradient(to bottom, #37458d, #373d77);
  background: linear-gradient(to bottom, #37458d, #373d77);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #373d77;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #37458d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #373d77, #363661);
  -moz-background: linear-gradient(to bottom, #373d77, #363661);
  -ms-background: linear-gradient(to bottom, #373d77, #363661);
  -o-background: linear-gradient(to bottom, #373d77, #363661);
  background: linear-gradient(to bottom, #373d77, #363661);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #363661;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #373d77;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #363661;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #363661;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.centrum-pucp.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.centrum-pucp.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.centrum-pucp.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.centrum-pucp.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #363661;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .referrals-advocate__overlay {
  background-color: #363661;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .referrals-advocate__steps-circle {
  fill: #363661;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .referrals-advocate__testimonial {
  background-color: #363661;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.centrum-pucp .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #363661;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.centrum-pucp .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #363661;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .terms__title {
  border-color: #3b69fa;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .terms__links {
  color: #363661;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.centrum-pucp .referral-tooltip__image path {
  fill: #363661;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.centrum-pucp .main-header,
.centrum-pucp .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0095d8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #007bb2;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:hover, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:focus, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:active, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:checked, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:focus:hover, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:focus:active, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:not(:disabled):hover, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:not(:disabled):active, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:not(.disabled):active, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:not(:disabled):active:focus, .white-label.cheung-kong-graduate-school-of-business .main-header__menu__btn:not(.disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:hover,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:focus,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:active,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:checked,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:focus:hover,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:focus:active,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:not(:disabled):hover,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:not(:disabled):active,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:not(.disabled):active,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0095d8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:hover, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:focus, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:active, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:checked, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:focus:hover, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:focus:active, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:not(:disabled):hover, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:not(:disabled):active, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:not(.disabled):active, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:not(:disabled):active:focus, .white-label.cheung-kong-graduate-school-of-business .main-header .nav__link:not(.disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:hover,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:focus,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:active,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:checked,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:focus:hover,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:focus:active,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:not(:disabled):hover,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:not(:disabled):active,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:not(.disabled):active,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:not(:disabled):active:focus,
.white-label.cheung-kong-graduate-school-of-business .main-footer .nav__link:not(.disabled):active:focus {
  color: #007bb2;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business.signed-out .btn:not(.btn--social), .white-label.cheung-kong-graduate-school-of-business.signed-in .btn--primary {
  background-color: #231815;
  border-color: #231815;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.signed-out .btn:not(.btn--social):hover, .white-label.cheung-kong-graduate-school-of-business.signed-out .btn:not(.btn--social):focus, .white-label.cheung-kong-graduate-school-of-business.signed-out .btn:not(.btn--social):active, .white-label.cheung-kong-graduate-school-of-business.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.cheung-kong-graduate-school-of-business.signed-in .btn--primary:hover, .white-label.cheung-kong-graduate-school-of-business.signed-in .btn--primary:focus, .white-label.cheung-kong-graduate-school-of-business.signed-in .btn--primary:active, .white-label.cheung-kong-graduate-school-of-business.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #231815;
  box-shadow: none;
  color: #231815;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .nav__btn:hover span,
.white-label.cheung-kong-graduate-school-of-business .nav__btn:hover span::after,
.white-label.cheung-kong-graduate-school-of-business .nav__btn:hover span::before,
.white-label.cheung-kong-graduate-school-of-business .nav__btn:focus span,
.white-label.cheung-kong-graduate-school-of-business .nav__btn:focus span::after,
.white-label.cheung-kong-graduate-school-of-business .nav__btn:focus span::before {
  background-color: #0095d8;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.cheung-kong-graduate-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0095d8;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0095d8;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__list li:hover::after {
  border-color: rgba(0, 149, 216, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__list li:hover .heading-3 {
  color: #0095d8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .profile__link:hover, .white-label.cheung-kong-graduate-school-of-business .profile__link:focus, .white-label.cheung-kong-graduate-school-of-business .profile__link:active, .white-label.cheung-kong-graduate-school-of-business .profile__link:checked, .white-label.cheung-kong-graduate-school-of-business .profile__link:focus:hover, .white-label.cheung-kong-graduate-school-of-business .profile__link:focus:active, .white-label.cheung-kong-graduate-school-of-business .profile__link:not(:disabled):hover, .white-label.cheung-kong-graduate-school-of-business .profile__link:not(:disabled):active, .white-label.cheung-kong-graduate-school-of-business .profile__link:not(.disabled):active, .white-label.cheung-kong-graduate-school-of-business .profile__link:not(:disabled):active:focus, .white-label.cheung-kong-graduate-school-of-business .profile__link:not(.disabled):active:focus {
  color: #0095d8;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .profile__actions:hover .profile__icn g,
.white-label.cheung-kong-graduate-school-of-business .profile__actions:focus .profile__icn g {
  fill: #0095d8;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .students__classmate:hover .students__thumbnail,
.white-label.cheung-kong-graduate-school-of-business .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0095d8, 0 0 0 1px #0095d8 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .pagination__page-link:hover::after {
  border-color: rgba(0, 149, 216, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modal__bg-icn {
  fill: #0095d8;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .payments__paragraph--initial, .white-label.cheung-kong-graduate-school-of-business .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .form__input:-webkit-autofill, .white-label.cheung-kong-graduate-school-of-business .StripeElement:-webkit-autofill, .white-label.cheung-kong-graduate-school-of-business .form__input:-webkit-autofill:focus, .white-label.cheung-kong-graduate-school-of-business .form__input:-internal-autofill-selected, .white-label.cheung-kong-graduate-school-of-business .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(35, 24, 21, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(35, 24, 21, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(35, 24, 21, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(35, 24, 21, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(35, 24, 21, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .form__input:-moz-autofill, .white-label.cheung-kong-graduate-school-of-business .StripeElement:-moz-autofill, .white-label.cheung-kong-graduate-school-of-business .form__input:-moz-autofill-preview, .white-label.cheung-kong-graduate-school-of-business .StripeElement:-moz-autofill-preview {
  filter: rgba(35, 24, 21, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:hover + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:hover + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:active + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:active + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:checked + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:checked + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus:hover + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus:hover + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus:active + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus:active + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):hover + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):active + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):active + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(.disabled):active + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(.disabled):active + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):active:focus + label::before, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0095d8;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .form-radio__input:hover + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:active + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:checked + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus:hover + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:focus:active + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.cheung-kong-graduate-school-of-business .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0095d8 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .form-check-input:checked + label::before, .white-label.cheung-kong-graduate-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0095d8;
  border-color: #0095d8;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .form-check-input:valid:focus:checked + label::before, .white-label.cheung-kong-graduate-school-of-business .form-check-input.valid:focus:checked + label::before, .white-label.cheung-kong-graduate-school-of-business .form-check-input--valid:focus:checked + label::before, .white-label.cheung-kong-graduate-school-of-business .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0095d8;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .electives .form-radio__input:checked + label::before {
  background-color: #0095d8;
  border: 3px solid #0095d8;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .enrollment__icon path {
  fill: #231815;
  stroke: #231815;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .enrollment__icon tspan {
  fill: #231815;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__tasks li:hover::after, .white-label.cheung-kong-graduate-school-of-business .modules__tasks li.selected::after {
  border-color: rgba(0, 149, 216, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__tasks li::before {
  color: rgba(0, 149, 216, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 149, 216, 0.4);
  border-color: rgba(0, 149, 216, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .modules__tasks li .modules__btn:hover::after, .white-label.cheung-kong-graduate-school-of-business .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 149, 216, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .tabs__li:hover {
  border-color: rgba(0, 149, 216, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .tabs__label {
  border-bottom-color: #0095d8;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.cheung-kong-graduate-school-of-business .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0095d8;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .survey__success .check {
  fill: #0095d8;
  stroke: #0095d8;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .electives__checkbox:checked + label::before,
.white-label.cheung-kong-graduate-school-of-business .program-card__checkbox:checked + label::before {
  background-color: #0095d8;
  border-color: #0095d8;
  color: #0095d8;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .electives__checkbox:checked ~ .program-card__content,
.white-label.cheung-kong-graduate-school-of-business .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0095d8;
  box-shadow: 0 0 0 1px #0095d8 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .canvas-assignments__submission-type::before {
  border-color: #0095d8;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .canvas-assignments__submission-type::after {
  border-color: #0095d8;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 149, 216, 0.1);
  border-color: #0095d8;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .canvas-assignments__submission-type.typed--selected, .white-label.cheung-kong-graduate-school-of-business .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 149, 216, 0.1);
  border-color: #0095d8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(1),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(1), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3fc3ff, #36bdf9);
  -moz-background: linear-gradient(to right, #3fc3ff, #36bdf9);
  -ms-background: linear-gradient(to right, #3fc3ff, #36bdf9);
  -o-background: linear-gradient(to right, #3fc3ff, #36bdf9);
  background: linear-gradient(to right, #3fc3ff, #36bdf9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(1)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(1)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #36bdf9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(2),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(2), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #36bdf9, #2db6f4);
  -moz-background: linear-gradient(to right, #36bdf9, #2db6f4);
  -ms-background: linear-gradient(to right, #36bdf9, #2db6f4);
  -o-background: linear-gradient(to right, #36bdf9, #2db6f4);
  background: linear-gradient(to right, #36bdf9, #2db6f4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(2)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(2)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2db6f4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(3),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(3), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2db6f4, #24b0ee);
  -moz-background: linear-gradient(to right, #2db6f4, #24b0ee);
  -ms-background: linear-gradient(to right, #2db6f4, #24b0ee);
  -o-background: linear-gradient(to right, #2db6f4, #24b0ee);
  background: linear-gradient(to right, #2db6f4, #24b0ee);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(3)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(3)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #24b0ee;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(4),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(4), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #24b0ee, #1ba9e9);
  -moz-background: linear-gradient(to right, #24b0ee, #1ba9e9);
  -ms-background: linear-gradient(to right, #24b0ee, #1ba9e9);
  -o-background: linear-gradient(to right, #24b0ee, #1ba9e9);
  background: linear-gradient(to right, #24b0ee, #1ba9e9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(4)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(4)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1ba9e9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(5),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(5), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1ba9e9, #12a2e3);
  -moz-background: linear-gradient(to right, #1ba9e9, #12a2e3);
  -ms-background: linear-gradient(to right, #1ba9e9, #12a2e3);
  -o-background: linear-gradient(to right, #1ba9e9, #12a2e3);
  background: linear-gradient(to right, #1ba9e9, #12a2e3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(5)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(5)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #12a2e3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(6),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(6), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #12a2e3, #099cde);
  -moz-background: linear-gradient(to right, #12a2e3, #099cde);
  -ms-background: linear-gradient(to right, #12a2e3, #099cde);
  -o-background: linear-gradient(to right, #12a2e3, #099cde);
  background: linear-gradient(to right, #12a2e3, #099cde);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(6)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(6)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #099cde;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(7),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(7), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #099cde, #0095d8);
  -moz-background: linear-gradient(to right, #099cde, #0095d8);
  -ms-background: linear-gradient(to right, #099cde, #0095d8);
  -o-background: linear-gradient(to right, #099cde, #0095d8);
  background: linear-gradient(to right, #099cde, #0095d8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(7)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(7)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0095d8;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(n+8),
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(n+8), .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0095d8;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--active:nth-child(n+8)::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .step--completed:nth-child(n+8)::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0095d8;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved {
  color: #0095d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3fc3ff, #36bdf9);
  -moz-background: linear-gradient(to bottom, #3fc3ff, #36bdf9);
  -ms-background: linear-gradient(to bottom, #3fc3ff, #36bdf9);
  -o-background: linear-gradient(to bottom, #3fc3ff, #36bdf9);
  background: linear-gradient(to bottom, #3fc3ff, #36bdf9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #36bdf9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3fc3ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #36bdf9, #2db6f4);
  -moz-background: linear-gradient(to bottom, #36bdf9, #2db6f4);
  -ms-background: linear-gradient(to bottom, #36bdf9, #2db6f4);
  -o-background: linear-gradient(to bottom, #36bdf9, #2db6f4);
  background: linear-gradient(to bottom, #36bdf9, #2db6f4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2db6f4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #36bdf9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2db6f4, #24b0ee);
  -moz-background: linear-gradient(to bottom, #2db6f4, #24b0ee);
  -ms-background: linear-gradient(to bottom, #2db6f4, #24b0ee);
  -o-background: linear-gradient(to bottom, #2db6f4, #24b0ee);
  background: linear-gradient(to bottom, #2db6f4, #24b0ee);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #24b0ee;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2db6f4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #24b0ee, #1ba9e9);
  -moz-background: linear-gradient(to bottom, #24b0ee, #1ba9e9);
  -ms-background: linear-gradient(to bottom, #24b0ee, #1ba9e9);
  -o-background: linear-gradient(to bottom, #24b0ee, #1ba9e9);
  background: linear-gradient(to bottom, #24b0ee, #1ba9e9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1ba9e9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #24b0ee;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1ba9e9, #12a2e3);
  -moz-background: linear-gradient(to bottom, #1ba9e9, #12a2e3);
  -ms-background: linear-gradient(to bottom, #1ba9e9, #12a2e3);
  -o-background: linear-gradient(to bottom, #1ba9e9, #12a2e3);
  background: linear-gradient(to bottom, #1ba9e9, #12a2e3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #12a2e3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1ba9e9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #12a2e3, #099cde);
  -moz-background: linear-gradient(to bottom, #12a2e3, #099cde);
  -ms-background: linear-gradient(to bottom, #12a2e3, #099cde);
  -o-background: linear-gradient(to bottom, #12a2e3, #099cde);
  background: linear-gradient(to bottom, #12a2e3, #099cde);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #099cde;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #12a2e3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #099cde, #0095d8);
  -moz-background: linear-gradient(to bottom, #099cde, #0095d8);
  -ms-background: linear-gradient(to bottom, #099cde, #0095d8);
  -o-background: linear-gradient(to bottom, #099cde, #0095d8);
  background: linear-gradient(to bottom, #099cde, #0095d8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0095d8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #099cde;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0095d8;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0095d8;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cheung-kong-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cheung-kong-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0095d8;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .sidebar .steps .steps__label-toggle {
  background-color: #0095d8;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .sidebar .steps .step--active {
  border-left: 0.5rem solid #0095d8;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #231815, #1e2a31);
  -moz-background: linear-gradient(to right, #231815, #1e2a31);
  -ms-background: linear-gradient(to right, #231815, #1e2a31);
  -o-background: linear-gradient(to right, #231815, #1e2a31);
  background: linear-gradient(to right, #231815, #1e2a31);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #1e2a31;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #1e2a31, #193c4d);
  -moz-background: linear-gradient(to right, #1e2a31, #193c4d);
  -ms-background: linear-gradient(to right, #1e2a31, #193c4d);
  -o-background: linear-gradient(to right, #1e2a31, #193c4d);
  background: linear-gradient(to right, #1e2a31, #193c4d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #193c4d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #193c4d, #144e69);
  -moz-background: linear-gradient(to right, #193c4d, #144e69);
  -ms-background: linear-gradient(to right, #193c4d, #144e69);
  -o-background: linear-gradient(to right, #193c4d, #144e69);
  background: linear-gradient(to right, #193c4d, #144e69);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #144e69;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #144e69, #0f5f84);
  -moz-background: linear-gradient(to right, #144e69, #0f5f84);
  -ms-background: linear-gradient(to right, #144e69, #0f5f84);
  -o-background: linear-gradient(to right, #144e69, #0f5f84);
  background: linear-gradient(to right, #144e69, #0f5f84);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0f5f84;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0f5f84, #0a71a0);
  -moz-background: linear-gradient(to right, #0f5f84, #0a71a0);
  -ms-background: linear-gradient(to right, #0f5f84, #0a71a0);
  -o-background: linear-gradient(to right, #0f5f84, #0a71a0);
  background: linear-gradient(to right, #0f5f84, #0a71a0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0a71a0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0a71a0, #0583bc);
  -moz-background: linear-gradient(to right, #0a71a0, #0583bc);
  -ms-background: linear-gradient(to right, #0a71a0, #0583bc);
  -o-background: linear-gradient(to right, #0a71a0, #0583bc);
  background: linear-gradient(to right, #0a71a0, #0583bc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0583bc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0583bc, #0095d8);
  -moz-background: linear-gradient(to right, #0583bc, #0095d8);
  -ms-background: linear-gradient(to right, #0583bc, #0095d8);
  -o-background: linear-gradient(to right, #0583bc, #0095d8);
  background: linear-gradient(to right, #0583bc, #0095d8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0095d8;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0095d8;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0095d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #231815, #1e2a31);
  -moz-background: linear-gradient(to bottom, #231815, #1e2a31);
  -ms-background: linear-gradient(to bottom, #231815, #1e2a31);
  -o-background: linear-gradient(to bottom, #231815, #1e2a31);
  background: linear-gradient(to bottom, #231815, #1e2a31);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #1e2a31;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #231815;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e2a31, #193c4d);
  -moz-background: linear-gradient(to bottom, #1e2a31, #193c4d);
  -ms-background: linear-gradient(to bottom, #1e2a31, #193c4d);
  -o-background: linear-gradient(to bottom, #1e2a31, #193c4d);
  background: linear-gradient(to bottom, #1e2a31, #193c4d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #193c4d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #1e2a31;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #193c4d, #144e69);
  -moz-background: linear-gradient(to bottom, #193c4d, #144e69);
  -ms-background: linear-gradient(to bottom, #193c4d, #144e69);
  -o-background: linear-gradient(to bottom, #193c4d, #144e69);
  background: linear-gradient(to bottom, #193c4d, #144e69);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #144e69;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #193c4d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #144e69, #0f5f84);
  -moz-background: linear-gradient(to bottom, #144e69, #0f5f84);
  -ms-background: linear-gradient(to bottom, #144e69, #0f5f84);
  -o-background: linear-gradient(to bottom, #144e69, #0f5f84);
  background: linear-gradient(to bottom, #144e69, #0f5f84);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0f5f84;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #144e69;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f5f84, #0a71a0);
  -moz-background: linear-gradient(to bottom, #0f5f84, #0a71a0);
  -ms-background: linear-gradient(to bottom, #0f5f84, #0a71a0);
  -o-background: linear-gradient(to bottom, #0f5f84, #0a71a0);
  background: linear-gradient(to bottom, #0f5f84, #0a71a0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0a71a0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0f5f84;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a71a0, #0583bc);
  -moz-background: linear-gradient(to bottom, #0a71a0, #0583bc);
  -ms-background: linear-gradient(to bottom, #0a71a0, #0583bc);
  -o-background: linear-gradient(to bottom, #0a71a0, #0583bc);
  background: linear-gradient(to bottom, #0a71a0, #0583bc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0583bc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0a71a0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0583bc, #0095d8);
  -moz-background: linear-gradient(to bottom, #0583bc, #0095d8);
  -ms-background: linear-gradient(to bottom, #0583bc, #0095d8);
  -o-background: linear-gradient(to bottom, #0583bc, #0095d8);
  background: linear-gradient(to bottom, #0583bc, #0095d8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0095d8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0583bc;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0095d8;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0095d8;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cheung-kong-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cheung-kong-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0095d8;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .referrals-advocate__overlay {
  background-color: #0095d8;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .referrals-advocate__steps-circle {
  fill: #0095d8;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .referrals-advocate__testimonial {
  background-color: #0095d8;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0095d8;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.cheung-kong-graduate-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0095d8;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .terms__title {
  border-color: #231815;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .terms__links {
  color: #0095d8;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cheung-kong-graduate-school-of-business .referral-tooltip__image path {
  fill: #0095d8;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.cheung-kong-graduate-school-of-business .main-header,
.cheung-kong-graduate-school-of-business .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.chicago-booth-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5a0000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .main-header__menu__btn:hover, .white-label.chicago-booth-executive-education .main-header__menu__btn:focus, .white-label.chicago-booth-executive-education .main-header__menu__btn:active, .white-label.chicago-booth-executive-education .main-header__menu__btn:checked, .white-label.chicago-booth-executive-education .main-header__menu__btn:focus:hover, .white-label.chicago-booth-executive-education .main-header__menu__btn:focus:active, .white-label.chicago-booth-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.chicago-booth-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.chicago-booth-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.chicago-booth-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.chicago-booth-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:hover,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:focus,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:active,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:checked,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:focus:hover,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:focus:active,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.chicago-booth-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .main-header .nav__link:hover, .white-label.chicago-booth-executive-education .main-header .nav__link:focus, .white-label.chicago-booth-executive-education .main-header .nav__link:active, .white-label.chicago-booth-executive-education .main-header .nav__link:checked, .white-label.chicago-booth-executive-education .main-header .nav__link:focus:hover, .white-label.chicago-booth-executive-education .main-header .nav__link:focus:active, .white-label.chicago-booth-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.chicago-booth-executive-education .main-header .nav__link:not(:disabled):active, .white-label.chicago-booth-executive-education .main-header .nav__link:not(.disabled):active, .white-label.chicago-booth-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.chicago-booth-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.chicago-booth-executive-education .main-footer .nav__link:hover,
.white-label.chicago-booth-executive-education .main-footer .nav__link:focus,
.white-label.chicago-booth-executive-education .main-footer .nav__link:active,
.white-label.chicago-booth-executive-education .main-footer .nav__link:checked,
.white-label.chicago-booth-executive-education .main-footer .nav__link:focus:hover,
.white-label.chicago-booth-executive-education .main-footer .nav__link:focus:active,
.white-label.chicago-booth-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.chicago-booth-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.chicago-booth-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.chicago-booth-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.chicago-booth-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #5a0000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education.signed-out .btn:not(.btn--social), .white-label.chicago-booth-executive-education.signed-in .btn--primary {
  background-color: #202945;
  border-color: #202945;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.chicago-booth-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.chicago-booth-executive-education.signed-out .btn:not(.btn--social):active, .white-label.chicago-booth-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.chicago-booth-executive-education.signed-in .btn--primary:hover, .white-label.chicago-booth-executive-education.signed-in .btn--primary:focus, .white-label.chicago-booth-executive-education.signed-in .btn--primary:active, .white-label.chicago-booth-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #202945;
  box-shadow: none;
  color: #202945;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .nav__btn:hover span,
.white-label.chicago-booth-executive-education .nav__btn:hover span::after,
.white-label.chicago-booth-executive-education .nav__btn:hover span::before,
.white-label.chicago-booth-executive-education .nav__btn:focus span,
.white-label.chicago-booth-executive-education .nav__btn:focus span::after,
.white-label.chicago-booth-executive-education .nav__btn:focus span::before {
  background-color: #800000;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.chicago-booth-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #800000;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #800000;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__list li:hover::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__list li:hover .heading-3 {
  color: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .profile__link:hover, .white-label.chicago-booth-executive-education .profile__link:focus, .white-label.chicago-booth-executive-education .profile__link:active, .white-label.chicago-booth-executive-education .profile__link:checked, .white-label.chicago-booth-executive-education .profile__link:focus:hover, .white-label.chicago-booth-executive-education .profile__link:focus:active, .white-label.chicago-booth-executive-education .profile__link:not(:disabled):hover, .white-label.chicago-booth-executive-education .profile__link:not(:disabled):active, .white-label.chicago-booth-executive-education .profile__link:not(.disabled):active, .white-label.chicago-booth-executive-education .profile__link:not(:disabled):active:focus, .white-label.chicago-booth-executive-education .profile__link:not(.disabled):active:focus {
  color: #800000;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .profile__actions:hover .profile__icn g,
.white-label.chicago-booth-executive-education .profile__actions:focus .profile__icn g {
  fill: #800000;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .students__classmate:hover .students__thumbnail,
.white-label.chicago-booth-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #800000, 0 0 0 1px #800000 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .pagination__page-link:hover::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modal__bg-icn {
  fill: #800000;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .payments__paragraph--initial, .white-label.chicago-booth-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .form__input:-webkit-autofill, .white-label.chicago-booth-executive-education .StripeElement:-webkit-autofill, .white-label.chicago-booth-executive-education .form__input:-webkit-autofill:focus, .white-label.chicago-booth-executive-education .form__input:-internal-autofill-selected, .white-label.chicago-booth-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(32, 41, 69, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(32, 41, 69, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(32, 41, 69, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(32, 41, 69, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(32, 41, 69, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .form__input:-moz-autofill, .white-label.chicago-booth-executive-education .StripeElement:-moz-autofill, .white-label.chicago-booth-executive-education .form__input:-moz-autofill-preview, .white-label.chicago-booth-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(32, 41, 69, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .form-radio__input:hover + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:hover + label::before, .white-label.chicago-booth-executive-education .form-radio__input:focus + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:focus + label::before, .white-label.chicago-booth-executive-education .form-radio__input:active + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:active + label::before, .white-label.chicago-booth-executive-education .form-radio__input:checked + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:checked + label::before, .white-label.chicago-booth-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:focus:hover + label::before, .white-label.chicago-booth-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:focus:active + label::before, .white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.chicago-booth-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.chicago-booth-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.chicago-booth-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #800000;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.chicago-booth-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #800000 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .form-check-input:checked + label::before, .white-label.chicago-booth-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #800000;
  border-color: #800000;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.chicago-booth-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.chicago-booth-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.chicago-booth-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #800000;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #800000;
  border: 3px solid #800000;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .enrollment__icon path {
  fill: #202945;
  stroke: #202945;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .enrollment__icon tspan {
  fill: #202945;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__tasks li:hover::after, .white-label.chicago-booth-executive-education .modules__tasks li.selected::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__tasks li::before {
  color: rgba(128, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(128, 0, 0, 0.4);
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.chicago-booth-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .tabs__li:hover {
  border-color: rgba(128, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .tabs__label {
  border-bottom-color: #800000;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.chicago-booth-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #800000;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .survey__success .check {
  fill: #800000;
  stroke: #800000;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .electives__checkbox:checked + label::before,
.white-label.chicago-booth-executive-education .program-card__checkbox:checked + label::before {
  background-color: #800000;
  border-color: #800000;
  color: #800000;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.chicago-booth-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #800000;
  box-shadow: 0 0 0 1px #800000 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .canvas-assignments__submission-type::before {
  border-color: #800000;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .canvas-assignments__submission-type::after {
  border-color: #800000;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(128, 0, 0, 0.1);
  border-color: #800000;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.chicago-booth-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(128, 0, 0, 0.1);
  border-color: #800000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(1),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(1), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e60000, #d70000);
  -moz-background: linear-gradient(to right, #e60000, #d70000);
  -ms-background: linear-gradient(to right, #e60000, #d70000);
  -o-background: linear-gradient(to right, #e60000, #d70000);
  background: linear-gradient(to right, #e60000, #d70000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d70000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(2),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(2), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d70000, #c90000);
  -moz-background: linear-gradient(to right, #d70000, #c90000);
  -ms-background: linear-gradient(to right, #d70000, #c90000);
  -o-background: linear-gradient(to right, #d70000, #c90000);
  background: linear-gradient(to right, #d70000, #c90000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c90000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(3),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(3), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c90000, #ba0000);
  -moz-background: linear-gradient(to right, #c90000, #ba0000);
  -ms-background: linear-gradient(to right, #c90000, #ba0000);
  -o-background: linear-gradient(to right, #c90000, #ba0000);
  background: linear-gradient(to right, #c90000, #ba0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ba0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(4),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(4), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ba0000, #ac0000);
  -moz-background: linear-gradient(to right, #ba0000, #ac0000);
  -ms-background: linear-gradient(to right, #ba0000, #ac0000);
  -o-background: linear-gradient(to right, #ba0000, #ac0000);
  background: linear-gradient(to right, #ba0000, #ac0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ac0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(5),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(5), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ac0000, #9d0000);
  -moz-background: linear-gradient(to right, #ac0000, #9d0000);
  -ms-background: linear-gradient(to right, #ac0000, #9d0000);
  -o-background: linear-gradient(to right, #ac0000, #9d0000);
  background: linear-gradient(to right, #ac0000, #9d0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #9d0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(6),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(6), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #9d0000, #8f0000);
  -moz-background: linear-gradient(to right, #9d0000, #8f0000);
  -ms-background: linear-gradient(to right, #9d0000, #8f0000);
  -o-background: linear-gradient(to right, #9d0000, #8f0000);
  background: linear-gradient(to right, #9d0000, #8f0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8f0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(7),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(7), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8f0000, maroon);
  -moz-background: linear-gradient(to right, #8f0000, maroon);
  -ms-background: linear-gradient(to right, #8f0000, maroon);
  -o-background: linear-gradient(to right, #8f0000, maroon);
  background: linear-gradient(to right, #8f0000, maroon);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: maroon;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #800000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.chicago-booth-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.chicago-booth-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #800000;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved {
  color: #800000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e60000, #d70000);
  -moz-background: linear-gradient(to bottom, #e60000, #d70000);
  -ms-background: linear-gradient(to bottom, #e60000, #d70000);
  -o-background: linear-gradient(to bottom, #e60000, #d70000);
  background: linear-gradient(to bottom, #e60000, #d70000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d70000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e60000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d70000, #c90000);
  -moz-background: linear-gradient(to bottom, #d70000, #c90000);
  -ms-background: linear-gradient(to bottom, #d70000, #c90000);
  -o-background: linear-gradient(to bottom, #d70000, #c90000);
  background: linear-gradient(to bottom, #d70000, #c90000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c90000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d70000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c90000, #ba0000);
  -moz-background: linear-gradient(to bottom, #c90000, #ba0000);
  -ms-background: linear-gradient(to bottom, #c90000, #ba0000);
  -o-background: linear-gradient(to bottom, #c90000, #ba0000);
  background: linear-gradient(to bottom, #c90000, #ba0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ba0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c90000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -moz-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -ms-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -o-background: linear-gradient(to bottom, #ba0000, #ac0000);
  background: linear-gradient(to bottom, #ba0000, #ac0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ac0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ba0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -moz-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -ms-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -o-background: linear-gradient(to bottom, #ac0000, #9d0000);
  background: linear-gradient(to bottom, #ac0000, #9d0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #9d0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ac0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -moz-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -ms-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -o-background: linear-gradient(to bottom, #9d0000, #8f0000);
  background: linear-gradient(to bottom, #9d0000, #8f0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8f0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #9d0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8f0000, maroon);
  -moz-background: linear-gradient(to bottom, #8f0000, maroon);
  -ms-background: linear-gradient(to bottom, #8f0000, maroon);
  -o-background: linear-gradient(to bottom, #8f0000, maroon);
  background: linear-gradient(to bottom, #8f0000, maroon);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: maroon;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8f0000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #800000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #800000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.chicago-booth-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.chicago-booth-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #800000;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .sidebar .steps .steps__label-toggle {
  background-color: maroon;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid maroon;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #202945, #2e233b);
  -moz-background: linear-gradient(to right, #202945, #2e233b);
  -ms-background: linear-gradient(to right, #202945, #2e233b);
  -o-background: linear-gradient(to right, #202945, #2e233b);
  background: linear-gradient(to right, #202945, #2e233b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2e233b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2e233b, #3b1d31);
  -moz-background: linear-gradient(to right, #2e233b, #3b1d31);
  -ms-background: linear-gradient(to right, #2e233b, #3b1d31);
  -o-background: linear-gradient(to right, #2e233b, #3b1d31);
  background: linear-gradient(to right, #2e233b, #3b1d31);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3b1d31;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3b1d31, #491727);
  -moz-background: linear-gradient(to right, #3b1d31, #491727);
  -ms-background: linear-gradient(to right, #3b1d31, #491727);
  -o-background: linear-gradient(to right, #3b1d31, #491727);
  background: linear-gradient(to right, #3b1d31, #491727);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #491727;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #491727, #57121e);
  -moz-background: linear-gradient(to right, #491727, #57121e);
  -ms-background: linear-gradient(to right, #491727, #57121e);
  -o-background: linear-gradient(to right, #491727, #57121e);
  background: linear-gradient(to right, #491727, #57121e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #57121e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #57121e, #650c14);
  -moz-background: linear-gradient(to right, #57121e, #650c14);
  -ms-background: linear-gradient(to right, #57121e, #650c14);
  -o-background: linear-gradient(to right, #57121e, #650c14);
  background: linear-gradient(to right, #57121e, #650c14);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #650c14;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #650c14, #72060a);
  -moz-background: linear-gradient(to right, #650c14, #72060a);
  -ms-background: linear-gradient(to right, #650c14, #72060a);
  -o-background: linear-gradient(to right, #650c14, #72060a);
  background: linear-gradient(to right, #650c14, #72060a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #72060a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #72060a, maroon);
  -moz-background: linear-gradient(to right, #72060a, maroon);
  -ms-background: linear-gradient(to right, #72060a, maroon);
  -o-background: linear-gradient(to right, #72060a, maroon);
  background: linear-gradient(to right, #72060a, maroon);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: maroon;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #800000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #800000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #202945, #2e233b);
  -moz-background: linear-gradient(to bottom, #202945, #2e233b);
  -ms-background: linear-gradient(to bottom, #202945, #2e233b);
  -o-background: linear-gradient(to bottom, #202945, #2e233b);
  background: linear-gradient(to bottom, #202945, #2e233b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2e233b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #202945;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2e233b, #3b1d31);
  -moz-background: linear-gradient(to bottom, #2e233b, #3b1d31);
  -ms-background: linear-gradient(to bottom, #2e233b, #3b1d31);
  -o-background: linear-gradient(to bottom, #2e233b, #3b1d31);
  background: linear-gradient(to bottom, #2e233b, #3b1d31);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3b1d31;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2e233b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3b1d31, #491727);
  -moz-background: linear-gradient(to bottom, #3b1d31, #491727);
  -ms-background: linear-gradient(to bottom, #3b1d31, #491727);
  -o-background: linear-gradient(to bottom, #3b1d31, #491727);
  background: linear-gradient(to bottom, #3b1d31, #491727);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #491727;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3b1d31;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #491727, #57121e);
  -moz-background: linear-gradient(to bottom, #491727, #57121e);
  -ms-background: linear-gradient(to bottom, #491727, #57121e);
  -o-background: linear-gradient(to bottom, #491727, #57121e);
  background: linear-gradient(to bottom, #491727, #57121e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #57121e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #491727;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #57121e, #650c14);
  -moz-background: linear-gradient(to bottom, #57121e, #650c14);
  -ms-background: linear-gradient(to bottom, #57121e, #650c14);
  -o-background: linear-gradient(to bottom, #57121e, #650c14);
  background: linear-gradient(to bottom, #57121e, #650c14);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #650c14;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #57121e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #650c14, #72060a);
  -moz-background: linear-gradient(to bottom, #650c14, #72060a);
  -ms-background: linear-gradient(to bottom, #650c14, #72060a);
  -o-background: linear-gradient(to bottom, #650c14, #72060a);
  background: linear-gradient(to bottom, #650c14, #72060a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #72060a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #650c14;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #72060a, maroon);
  -moz-background: linear-gradient(to bottom, #72060a, maroon);
  -ms-background: linear-gradient(to bottom, #72060a, maroon);
  -o-background: linear-gradient(to bottom, #72060a, maroon);
  background: linear-gradient(to bottom, #72060a, maroon);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: maroon;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #72060a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #800000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #800000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.chicago-booth-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.chicago-booth-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.chicago-booth-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.chicago-booth-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #800000;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .referrals-advocate__overlay {
  background-color: #800000;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .referrals-advocate__steps-circle {
  fill: #800000;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .referrals-advocate__testimonial {
  background-color: #800000;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #800000;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.chicago-booth-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #800000;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .terms__title {
  border-color: #202945;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .terms__links {
  color: #800000;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.chicago-booth-executive-education .referral-tooltip__image path {
  fill: #800000;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.chicago-booth-executive-education .main-header,
.chicago-booth-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0078bf;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #006099;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:hover, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:focus, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:active, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:checked, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:focus:hover, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:focus:active, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.cleveland-clinic-global-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:hover,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:focus,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:active,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:checked,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:focus:hover,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:focus:active,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0078bf;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .main-header .nav__link:hover, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:focus, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:active, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:checked, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:focus:hover, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:focus:active, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:not(:disabled):active, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:not(.disabled):active, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.cleveland-clinic-global-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:hover,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:focus,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:active,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:checked,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:focus:hover,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:focus:active,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.cleveland-clinic-global-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #006099;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education.signed-out .btn:not(.btn--social), .white-label.cleveland-clinic-global-executive-education.signed-in .btn--primary {
  background-color: #4b4b45;
  border-color: #4b4b45;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.cleveland-clinic-global-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.cleveland-clinic-global-executive-education.signed-out .btn:not(.btn--social):active, .white-label.cleveland-clinic-global-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.cleveland-clinic-global-executive-education.signed-in .btn--primary:hover, .white-label.cleveland-clinic-global-executive-education.signed-in .btn--primary:focus, .white-label.cleveland-clinic-global-executive-education.signed-in .btn--primary:active, .white-label.cleveland-clinic-global-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #4b4b45;
  box-shadow: none;
  color: #4b4b45;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .nav__btn:hover span,
.white-label.cleveland-clinic-global-executive-education .nav__btn:hover span::after,
.white-label.cleveland-clinic-global-executive-education .nav__btn:hover span::before,
.white-label.cleveland-clinic-global-executive-education .nav__btn:focus span,
.white-label.cleveland-clinic-global-executive-education .nav__btn:focus span::after,
.white-label.cleveland-clinic-global-executive-education .nav__btn:focus span::before {
  background-color: #0078bf;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.cleveland-clinic-global-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0078bf;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0078bf;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 120, 191, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__list li:hover .heading-3 {
  color: #0078bf;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .profile__link:hover, .white-label.cleveland-clinic-global-executive-education .profile__link:focus, .white-label.cleveland-clinic-global-executive-education .profile__link:active, .white-label.cleveland-clinic-global-executive-education .profile__link:checked, .white-label.cleveland-clinic-global-executive-education .profile__link:focus:hover, .white-label.cleveland-clinic-global-executive-education .profile__link:focus:active, .white-label.cleveland-clinic-global-executive-education .profile__link:not(:disabled):hover, .white-label.cleveland-clinic-global-executive-education .profile__link:not(:disabled):active, .white-label.cleveland-clinic-global-executive-education .profile__link:not(.disabled):active, .white-label.cleveland-clinic-global-executive-education .profile__link:not(:disabled):active:focus, .white-label.cleveland-clinic-global-executive-education .profile__link:not(.disabled):active:focus {
  color: #0078bf;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .profile__actions:hover .profile__icn g,
.white-label.cleveland-clinic-global-executive-education .profile__actions:focus .profile__icn g {
  fill: #0078bf;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .students__classmate:hover .students__thumbnail,
.white-label.cleveland-clinic-global-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0078bf, 0 0 0 1px #0078bf inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 120, 191, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modal__bg-icn {
  fill: #0078bf;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .payments__paragraph--initial, .white-label.cleveland-clinic-global-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .form__input:-webkit-autofill, .white-label.cleveland-clinic-global-executive-education .StripeElement:-webkit-autofill, .white-label.cleveland-clinic-global-executive-education .form__input:-webkit-autofill:focus, .white-label.cleveland-clinic-global-executive-education .form__input:-internal-autofill-selected, .white-label.cleveland-clinic-global-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(75, 75, 69, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(75, 75, 69, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(75, 75, 69, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(75, 75, 69, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(75, 75, 69, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .form__input:-moz-autofill, .white-label.cleveland-clinic-global-executive-education .StripeElement:-moz-autofill, .white-label.cleveland-clinic-global-executive-education .form__input:-moz-autofill-preview, .white-label.cleveland-clinic-global-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(75, 75, 69, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .form-radio__input:hover + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:hover + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:focus + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:focus + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:active + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:active + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:checked + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:checked + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:focus:hover + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:focus:active + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.cleveland-clinic-global-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0078bf;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.cleveland-clinic-global-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0078bf inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .form-check-input:checked + label::before, .white-label.cleveland-clinic-global-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0078bf;
  border-color: #0078bf;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.cleveland-clinic-global-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.cleveland-clinic-global-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.cleveland-clinic-global-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0078bf;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #0078bf;
  border: 3px solid #0078bf;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .enrollment__icon path {
  fill: #4b4b45;
  stroke: #4b4b45;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .enrollment__icon tspan {
  fill: #4b4b45;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__tasks li:hover::after, .white-label.cleveland-clinic-global-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 120, 191, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__tasks li::before {
  color: rgba(0, 120, 191, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 120, 191, 0.4);
  border-color: rgba(0, 120, 191, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.cleveland-clinic-global-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 120, 191, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .tabs__li:hover {
  border-color: rgba(0, 120, 191, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .tabs__label {
  border-bottom-color: #0078bf;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.cleveland-clinic-global-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0078bf;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .survey__success .check {
  fill: #0078bf;
  stroke: #0078bf;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .electives__checkbox:checked + label::before,
.white-label.cleveland-clinic-global-executive-education .program-card__checkbox:checked + label::before {
  background-color: #0078bf;
  border-color: #0078bf;
  color: #0078bf;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.cleveland-clinic-global-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0078bf;
  box-shadow: 0 0 0 1px #0078bf inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .canvas-assignments__submission-type::before {
  border-color: #0078bf;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .canvas-assignments__submission-type::after {
  border-color: #0078bf;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 120, 191, 0.1);
  border-color: #0078bf;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.cleveland-clinic-global-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 120, 191, 0.1);
  border-color: #0078bf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(1),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(1), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #26aeff, #21a7f6);
  -moz-background: linear-gradient(to right, #26aeff, #21a7f6);
  -ms-background: linear-gradient(to right, #26aeff, #21a7f6);
  -o-background: linear-gradient(to right, #26aeff, #21a7f6);
  background: linear-gradient(to right, #26aeff, #21a7f6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #21a7f6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(2),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(2), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #21a7f6, #1b9fed);
  -moz-background: linear-gradient(to right, #21a7f6, #1b9fed);
  -ms-background: linear-gradient(to right, #21a7f6, #1b9fed);
  -o-background: linear-gradient(to right, #21a7f6, #1b9fed);
  background: linear-gradient(to right, #21a7f6, #1b9fed);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1b9fed;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(3),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(3), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1b9fed, #1697e4);
  -moz-background: linear-gradient(to right, #1b9fed, #1697e4);
  -ms-background: linear-gradient(to right, #1b9fed, #1697e4);
  -o-background: linear-gradient(to right, #1b9fed, #1697e4);
  background: linear-gradient(to right, #1b9fed, #1697e4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1697e4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(4),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(4), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1697e4, #108fda);
  -moz-background: linear-gradient(to right, #1697e4, #108fda);
  -ms-background: linear-gradient(to right, #1697e4, #108fda);
  -o-background: linear-gradient(to right, #1697e4, #108fda);
  background: linear-gradient(to right, #1697e4, #108fda);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #108fda;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(5),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(5), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #108fda, #0b88d1);
  -moz-background: linear-gradient(to right, #108fda, #0b88d1);
  -ms-background: linear-gradient(to right, #108fda, #0b88d1);
  -o-background: linear-gradient(to right, #108fda, #0b88d1);
  background: linear-gradient(to right, #108fda, #0b88d1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0b88d1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(6),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(6), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0b88d1, #0580c8);
  -moz-background: linear-gradient(to right, #0b88d1, #0580c8);
  -ms-background: linear-gradient(to right, #0b88d1, #0580c8);
  -o-background: linear-gradient(to right, #0b88d1, #0580c8);
  background: linear-gradient(to right, #0b88d1, #0580c8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0580c8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(7),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(7), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0580c8, #0078bf);
  -moz-background: linear-gradient(to right, #0580c8, #0078bf);
  -ms-background: linear-gradient(to right, #0580c8, #0078bf);
  -o-background: linear-gradient(to right, #0580c8, #0078bf);
  background: linear-gradient(to right, #0580c8, #0078bf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0078bf;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0078bf;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0078bf;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved {
  color: #0078bf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #26aeff, #21a7f6);
  -moz-background: linear-gradient(to bottom, #26aeff, #21a7f6);
  -ms-background: linear-gradient(to bottom, #26aeff, #21a7f6);
  -o-background: linear-gradient(to bottom, #26aeff, #21a7f6);
  background: linear-gradient(to bottom, #26aeff, #21a7f6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #21a7f6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #26aeff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #21a7f6, #1b9fed);
  -moz-background: linear-gradient(to bottom, #21a7f6, #1b9fed);
  -ms-background: linear-gradient(to bottom, #21a7f6, #1b9fed);
  -o-background: linear-gradient(to bottom, #21a7f6, #1b9fed);
  background: linear-gradient(to bottom, #21a7f6, #1b9fed);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1b9fed;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #21a7f6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b9fed, #1697e4);
  -moz-background: linear-gradient(to bottom, #1b9fed, #1697e4);
  -ms-background: linear-gradient(to bottom, #1b9fed, #1697e4);
  -o-background: linear-gradient(to bottom, #1b9fed, #1697e4);
  background: linear-gradient(to bottom, #1b9fed, #1697e4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1697e4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1b9fed;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1697e4, #108fda);
  -moz-background: linear-gradient(to bottom, #1697e4, #108fda);
  -ms-background: linear-gradient(to bottom, #1697e4, #108fda);
  -o-background: linear-gradient(to bottom, #1697e4, #108fda);
  background: linear-gradient(to bottom, #1697e4, #108fda);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #108fda;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1697e4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #108fda, #0b88d1);
  -moz-background: linear-gradient(to bottom, #108fda, #0b88d1);
  -ms-background: linear-gradient(to bottom, #108fda, #0b88d1);
  -o-background: linear-gradient(to bottom, #108fda, #0b88d1);
  background: linear-gradient(to bottom, #108fda, #0b88d1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0b88d1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #108fda;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b88d1, #0580c8);
  -moz-background: linear-gradient(to bottom, #0b88d1, #0580c8);
  -ms-background: linear-gradient(to bottom, #0b88d1, #0580c8);
  -o-background: linear-gradient(to bottom, #0b88d1, #0580c8);
  background: linear-gradient(to bottom, #0b88d1, #0580c8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0580c8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0b88d1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0580c8, #0078bf);
  -moz-background: linear-gradient(to bottom, #0580c8, #0078bf);
  -ms-background: linear-gradient(to bottom, #0580c8, #0078bf);
  -o-background: linear-gradient(to bottom, #0580c8, #0078bf);
  background: linear-gradient(to bottom, #0580c8, #0078bf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0078bf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0580c8;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0078bf;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0078bf;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cleveland-clinic-global-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cleveland-clinic-global-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0078bf;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #0078bf;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #0078bf;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4b4b45, #405156);
  -moz-background: linear-gradient(to right, #4b4b45, #405156);
  -ms-background: linear-gradient(to right, #4b4b45, #405156);
  -o-background: linear-gradient(to right, #4b4b45, #405156);
  background: linear-gradient(to right, #4b4b45, #405156);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #405156;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #405156, #365868);
  -moz-background: linear-gradient(to right, #405156, #365868);
  -ms-background: linear-gradient(to right, #405156, #365868);
  -o-background: linear-gradient(to right, #405156, #365868);
  background: linear-gradient(to right, #405156, #365868);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #365868;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #365868, #2b5e79);
  -moz-background: linear-gradient(to right, #365868, #2b5e79);
  -ms-background: linear-gradient(to right, #365868, #2b5e79);
  -o-background: linear-gradient(to right, #365868, #2b5e79);
  background: linear-gradient(to right, #365868, #2b5e79);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2b5e79;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2b5e79, #20658b);
  -moz-background: linear-gradient(to right, #2b5e79, #20658b);
  -ms-background: linear-gradient(to right, #2b5e79, #20658b);
  -o-background: linear-gradient(to right, #2b5e79, #20658b);
  background: linear-gradient(to right, #2b5e79, #20658b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #20658b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #20658b, #156b9c);
  -moz-background: linear-gradient(to right, #20658b, #156b9c);
  -ms-background: linear-gradient(to right, #20658b, #156b9c);
  -o-background: linear-gradient(to right, #20658b, #156b9c);
  background: linear-gradient(to right, #20658b, #156b9c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #156b9c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #156b9c, #0b72ae);
  -moz-background: linear-gradient(to right, #156b9c, #0b72ae);
  -ms-background: linear-gradient(to right, #156b9c, #0b72ae);
  -o-background: linear-gradient(to right, #156b9c, #0b72ae);
  background: linear-gradient(to right, #156b9c, #0b72ae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0b72ae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0b72ae, #0078bf);
  -moz-background: linear-gradient(to right, #0b72ae, #0078bf);
  -ms-background: linear-gradient(to right, #0b72ae, #0078bf);
  -o-background: linear-gradient(to right, #0b72ae, #0078bf);
  background: linear-gradient(to right, #0b72ae, #0078bf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0078bf;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0078bf;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0078bf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4b4b45, #405156);
  -moz-background: linear-gradient(to bottom, #4b4b45, #405156);
  -ms-background: linear-gradient(to bottom, #4b4b45, #405156);
  -o-background: linear-gradient(to bottom, #4b4b45, #405156);
  background: linear-gradient(to bottom, #4b4b45, #405156);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #405156;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4b4b45;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #405156, #365868);
  -moz-background: linear-gradient(to bottom, #405156, #365868);
  -ms-background: linear-gradient(to bottom, #405156, #365868);
  -o-background: linear-gradient(to bottom, #405156, #365868);
  background: linear-gradient(to bottom, #405156, #365868);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #365868;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #405156;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #365868, #2b5e79);
  -moz-background: linear-gradient(to bottom, #365868, #2b5e79);
  -ms-background: linear-gradient(to bottom, #365868, #2b5e79);
  -o-background: linear-gradient(to bottom, #365868, #2b5e79);
  background: linear-gradient(to bottom, #365868, #2b5e79);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2b5e79;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #365868;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b5e79, #20658b);
  -moz-background: linear-gradient(to bottom, #2b5e79, #20658b);
  -ms-background: linear-gradient(to bottom, #2b5e79, #20658b);
  -o-background: linear-gradient(to bottom, #2b5e79, #20658b);
  background: linear-gradient(to bottom, #2b5e79, #20658b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #20658b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2b5e79;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #20658b, #156b9c);
  -moz-background: linear-gradient(to bottom, #20658b, #156b9c);
  -ms-background: linear-gradient(to bottom, #20658b, #156b9c);
  -o-background: linear-gradient(to bottom, #20658b, #156b9c);
  background: linear-gradient(to bottom, #20658b, #156b9c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #156b9c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #20658b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #156b9c, #0b72ae);
  -moz-background: linear-gradient(to bottom, #156b9c, #0b72ae);
  -ms-background: linear-gradient(to bottom, #156b9c, #0b72ae);
  -o-background: linear-gradient(to bottom, #156b9c, #0b72ae);
  background: linear-gradient(to bottom, #156b9c, #0b72ae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0b72ae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #156b9c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b72ae, #0078bf);
  -moz-background: linear-gradient(to bottom, #0b72ae, #0078bf);
  -ms-background: linear-gradient(to bottom, #0b72ae, #0078bf);
  -o-background: linear-gradient(to bottom, #0b72ae, #0078bf);
  background: linear-gradient(to bottom, #0b72ae, #0078bf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0078bf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0b72ae;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0078bf;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0078bf;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cleveland-clinic-global-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.cleveland-clinic-global-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0078bf;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .referrals-advocate__overlay {
  background-color: #0078bf;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .referrals-advocate__steps-circle {
  fill: #0078bf;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .referrals-advocate__testimonial {
  background-color: #0078bf;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0078bf;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.cleveland-clinic-global-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0078bf;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .terms__title {
  border-color: #4b4b45;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .terms__links {
  color: #0078bf;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.cleveland-clinic-global-executive-education .referral-tooltip__image path {
  fill: #0078bf;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.cleveland-clinic-global-executive-education .main-header,
.cleveland-clinic-global-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #009bdb;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.columbia-business-school-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #0080b5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .main-header__menu__btn:hover, .white-label.columbia-business-school-executive-education .main-header__menu__btn:focus, .white-label.columbia-business-school-executive-education .main-header__menu__btn:active, .white-label.columbia-business-school-executive-education .main-header__menu__btn:checked, .white-label.columbia-business-school-executive-education .main-header__menu__btn:focus:hover, .white-label.columbia-business-school-executive-education .main-header__menu__btn:focus:active, .white-label.columbia-business-school-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.columbia-business-school-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.columbia-business-school-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.columbia-business-school-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.columbia-business-school-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:hover,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:focus,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:active,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:checked,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:focus:hover,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:focus:active,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.columbia-business-school-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #009bdb;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .main-header .nav__link:hover, .white-label.columbia-business-school-executive-education .main-header .nav__link:focus, .white-label.columbia-business-school-executive-education .main-header .nav__link:active, .white-label.columbia-business-school-executive-education .main-header .nav__link:checked, .white-label.columbia-business-school-executive-education .main-header .nav__link:focus:hover, .white-label.columbia-business-school-executive-education .main-header .nav__link:focus:active, .white-label.columbia-business-school-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.columbia-business-school-executive-education .main-header .nav__link:not(:disabled):active, .white-label.columbia-business-school-executive-education .main-header .nav__link:not(.disabled):active, .white-label.columbia-business-school-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.columbia-business-school-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:hover,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:focus,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:active,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:checked,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:focus:hover,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:focus:active,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.columbia-business-school-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #0080b5;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education.signed-out .btn:not(.btn--social), .white-label.columbia-business-school-executive-education.signed-in .btn--primary {
  background-color: #181a1c;
  border-color: #181a1c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.columbia-business-school-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.columbia-business-school-executive-education.signed-out .btn:not(.btn--social):active, .white-label.columbia-business-school-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.columbia-business-school-executive-education.signed-in .btn--primary:hover, .white-label.columbia-business-school-executive-education.signed-in .btn--primary:focus, .white-label.columbia-business-school-executive-education.signed-in .btn--primary:active, .white-label.columbia-business-school-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #181a1c;
  box-shadow: none;
  color: #181a1c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .nav__btn:hover span,
.white-label.columbia-business-school-executive-education .nav__btn:hover span::after,
.white-label.columbia-business-school-executive-education .nav__btn:hover span::before,
.white-label.columbia-business-school-executive-education .nav__btn:focus span,
.white-label.columbia-business-school-executive-education .nav__btn:focus span::after,
.white-label.columbia-business-school-executive-education .nav__btn:focus span::before {
  background-color: #009bdb;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.columbia-business-school-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #009bdb;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #009bdb;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 155, 219, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__list li:hover .heading-3 {
  color: #009bdb;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .profile__link:hover, .white-label.columbia-business-school-executive-education .profile__link:focus, .white-label.columbia-business-school-executive-education .profile__link:active, .white-label.columbia-business-school-executive-education .profile__link:checked, .white-label.columbia-business-school-executive-education .profile__link:focus:hover, .white-label.columbia-business-school-executive-education .profile__link:focus:active, .white-label.columbia-business-school-executive-education .profile__link:not(:disabled):hover, .white-label.columbia-business-school-executive-education .profile__link:not(:disabled):active, .white-label.columbia-business-school-executive-education .profile__link:not(.disabled):active, .white-label.columbia-business-school-executive-education .profile__link:not(:disabled):active:focus, .white-label.columbia-business-school-executive-education .profile__link:not(.disabled):active:focus {
  color: #009bdb;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .profile__actions:hover .profile__icn g,
.white-label.columbia-business-school-executive-education .profile__actions:focus .profile__icn g {
  fill: #009bdb;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .students__classmate:hover .students__thumbnail,
.white-label.columbia-business-school-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #009bdb, 0 0 0 1px #009bdb inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 155, 219, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modal__bg-icn {
  fill: #009bdb;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .payments__paragraph--initial, .white-label.columbia-business-school-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .form__input:-webkit-autofill, .white-label.columbia-business-school-executive-education .StripeElement:-webkit-autofill, .white-label.columbia-business-school-executive-education .form__input:-webkit-autofill:focus, .white-label.columbia-business-school-executive-education .form__input:-internal-autofill-selected, .white-label.columbia-business-school-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(24, 26, 28, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(24, 26, 28, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(24, 26, 28, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(24, 26, 28, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(24, 26, 28, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .form__input:-moz-autofill, .white-label.columbia-business-school-executive-education .StripeElement:-moz-autofill, .white-label.columbia-business-school-executive-education .form__input:-moz-autofill-preview, .white-label.columbia-business-school-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(24, 26, 28, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .form-radio__input:hover + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:hover + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:focus + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:focus + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:active + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:active + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:checked + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:checked + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:focus:hover + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:focus:active + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.columbia-business-school-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.columbia-business-school-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #009bdb;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.columbia-business-school-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #009bdb inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .form-check-input:checked + label::before, .white-label.columbia-business-school-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #009bdb;
  border-color: #009bdb;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.columbia-business-school-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.columbia-business-school-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.columbia-business-school-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #009bdb;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #009bdb;
  border: 3px solid #009bdb;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .enrollment__icon path {
  fill: #181a1c;
  stroke: #181a1c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .enrollment__icon tspan {
  fill: #181a1c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__tasks li:hover::after, .white-label.columbia-business-school-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 155, 219, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__tasks li::before {
  color: rgba(0, 155, 219, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 155, 219, 0.4);
  border-color: rgba(0, 155, 219, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.columbia-business-school-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 155, 219, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .tabs__li:hover {
  border-color: rgba(0, 155, 219, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .tabs__label {
  border-bottom-color: #009bdb;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.columbia-business-school-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #009bdb;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .survey__success .check {
  fill: #009bdb;
  stroke: #009bdb;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .electives__checkbox:checked + label::before,
.white-label.columbia-business-school-executive-education .program-card__checkbox:checked + label::before {
  background-color: #009bdb;
  border-color: #009bdb;
  color: #009bdb;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.columbia-business-school-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #009bdb;
  box-shadow: 0 0 0 1px #009bdb inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .canvas-assignments__submission-type::before {
  border-color: #009bdb;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .canvas-assignments__submission-type::after {
  border-color: #009bdb;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 155, 219, 0.1);
  border-color: #009bdb;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.columbia-business-school-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 155, 219, 0.1);
  border-color: #009bdb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(1),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(1), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #42c8ff, #39c1fa);
  -moz-background: linear-gradient(to right, #42c8ff, #39c1fa);
  -ms-background: linear-gradient(to right, #42c8ff, #39c1fa);
  -o-background: linear-gradient(to right, #42c8ff, #39c1fa);
  background: linear-gradient(to right, #42c8ff, #39c1fa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #39c1fa;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(2),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(2), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #39c1fa, #2fbbf5);
  -moz-background: linear-gradient(to right, #39c1fa, #2fbbf5);
  -ms-background: linear-gradient(to right, #39c1fa, #2fbbf5);
  -o-background: linear-gradient(to right, #39c1fa, #2fbbf5);
  background: linear-gradient(to right, #39c1fa, #2fbbf5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2fbbf5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(3),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(3), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2fbbf5, #26b5f0);
  -moz-background: linear-gradient(to right, #2fbbf5, #26b5f0);
  -ms-background: linear-gradient(to right, #2fbbf5, #26b5f0);
  -o-background: linear-gradient(to right, #2fbbf5, #26b5f0);
  background: linear-gradient(to right, #2fbbf5, #26b5f0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #26b5f0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(4),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(4), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #26b5f0, #1caeea);
  -moz-background: linear-gradient(to right, #26b5f0, #1caeea);
  -ms-background: linear-gradient(to right, #26b5f0, #1caeea);
  -o-background: linear-gradient(to right, #26b5f0, #1caeea);
  background: linear-gradient(to right, #26b5f0, #1caeea);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1caeea;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(5),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(5), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1caeea, #13a8e5);
  -moz-background: linear-gradient(to right, #1caeea, #13a8e5);
  -ms-background: linear-gradient(to right, #1caeea, #13a8e5);
  -o-background: linear-gradient(to right, #1caeea, #13a8e5);
  background: linear-gradient(to right, #1caeea, #13a8e5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #13a8e5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(6),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(6), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #13a8e5, #09a1e0);
  -moz-background: linear-gradient(to right, #13a8e5, #09a1e0);
  -ms-background: linear-gradient(to right, #13a8e5, #09a1e0);
  -o-background: linear-gradient(to right, #13a8e5, #09a1e0);
  background: linear-gradient(to right, #13a8e5, #09a1e0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #09a1e0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(7),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(7), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #09a1e0, #009bdb);
  -moz-background: linear-gradient(to right, #09a1e0, #009bdb);
  -ms-background: linear-gradient(to right, #09a1e0, #009bdb);
  -o-background: linear-gradient(to right, #09a1e0, #009bdb);
  background: linear-gradient(to right, #09a1e0, #009bdb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #009bdb;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #009bdb;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.columbia-business-school-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #009bdb;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved {
  color: #009bdb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #42c8ff, #39c1fa);
  -moz-background: linear-gradient(to bottom, #42c8ff, #39c1fa);
  -ms-background: linear-gradient(to bottom, #42c8ff, #39c1fa);
  -o-background: linear-gradient(to bottom, #42c8ff, #39c1fa);
  background: linear-gradient(to bottom, #42c8ff, #39c1fa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #39c1fa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #42c8ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #39c1fa, #2fbbf5);
  -moz-background: linear-gradient(to bottom, #39c1fa, #2fbbf5);
  -ms-background: linear-gradient(to bottom, #39c1fa, #2fbbf5);
  -o-background: linear-gradient(to bottom, #39c1fa, #2fbbf5);
  background: linear-gradient(to bottom, #39c1fa, #2fbbf5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2fbbf5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #39c1fa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2fbbf5, #26b5f0);
  -moz-background: linear-gradient(to bottom, #2fbbf5, #26b5f0);
  -ms-background: linear-gradient(to bottom, #2fbbf5, #26b5f0);
  -o-background: linear-gradient(to bottom, #2fbbf5, #26b5f0);
  background: linear-gradient(to bottom, #2fbbf5, #26b5f0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #26b5f0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2fbbf5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #26b5f0, #1caeea);
  -moz-background: linear-gradient(to bottom, #26b5f0, #1caeea);
  -ms-background: linear-gradient(to bottom, #26b5f0, #1caeea);
  -o-background: linear-gradient(to bottom, #26b5f0, #1caeea);
  background: linear-gradient(to bottom, #26b5f0, #1caeea);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1caeea;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #26b5f0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1caeea, #13a8e5);
  -moz-background: linear-gradient(to bottom, #1caeea, #13a8e5);
  -ms-background: linear-gradient(to bottom, #1caeea, #13a8e5);
  -o-background: linear-gradient(to bottom, #1caeea, #13a8e5);
  background: linear-gradient(to bottom, #1caeea, #13a8e5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #13a8e5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1caeea;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #13a8e5, #09a1e0);
  -moz-background: linear-gradient(to bottom, #13a8e5, #09a1e0);
  -ms-background: linear-gradient(to bottom, #13a8e5, #09a1e0);
  -o-background: linear-gradient(to bottom, #13a8e5, #09a1e0);
  background: linear-gradient(to bottom, #13a8e5, #09a1e0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #09a1e0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #13a8e5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #09a1e0, #009bdb);
  -moz-background: linear-gradient(to bottom, #09a1e0, #009bdb);
  -ms-background: linear-gradient(to bottom, #09a1e0, #009bdb);
  -o-background: linear-gradient(to bottom, #09a1e0, #009bdb);
  background: linear-gradient(to bottom, #09a1e0, #009bdb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #009bdb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #09a1e0;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #009bdb;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #009bdb;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.columbia-business-school-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.columbia-business-school-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #009bdb;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #009bdb;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #009bdb;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #181a1c, #152c37);
  -moz-background: linear-gradient(to right, #181a1c, #152c37);
  -ms-background: linear-gradient(to right, #181a1c, #152c37);
  -o-background: linear-gradient(to right, #181a1c, #152c37);
  background: linear-gradient(to right, #181a1c, #152c37);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #152c37;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #152c37, #113f53);
  -moz-background: linear-gradient(to right, #152c37, #113f53);
  -ms-background: linear-gradient(to right, #152c37, #113f53);
  -o-background: linear-gradient(to right, #152c37, #113f53);
  background: linear-gradient(to right, #152c37, #113f53);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #113f53;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #113f53, #0e516e);
  -moz-background: linear-gradient(to right, #113f53, #0e516e);
  -ms-background: linear-gradient(to right, #113f53, #0e516e);
  -o-background: linear-gradient(to right, #113f53, #0e516e);
  background: linear-gradient(to right, #113f53, #0e516e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0e516e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0e516e, #0a6489);
  -moz-background: linear-gradient(to right, #0e516e, #0a6489);
  -ms-background: linear-gradient(to right, #0e516e, #0a6489);
  -o-background: linear-gradient(to right, #0e516e, #0a6489);
  background: linear-gradient(to right, #0e516e, #0a6489);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0a6489;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0a6489, #0776a4);
  -moz-background: linear-gradient(to right, #0a6489, #0776a4);
  -ms-background: linear-gradient(to right, #0a6489, #0776a4);
  -o-background: linear-gradient(to right, #0a6489, #0776a4);
  background: linear-gradient(to right, #0a6489, #0776a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0776a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0776a4, #0389c0);
  -moz-background: linear-gradient(to right, #0776a4, #0389c0);
  -ms-background: linear-gradient(to right, #0776a4, #0389c0);
  -o-background: linear-gradient(to right, #0776a4, #0389c0);
  background: linear-gradient(to right, #0776a4, #0389c0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0389c0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0389c0, #009bdb);
  -moz-background: linear-gradient(to right, #0389c0, #009bdb);
  -ms-background: linear-gradient(to right, #0389c0, #009bdb);
  -o-background: linear-gradient(to right, #0389c0, #009bdb);
  background: linear-gradient(to right, #0389c0, #009bdb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #009bdb;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #009bdb;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #009bdb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #181a1c, #152c37);
  -moz-background: linear-gradient(to bottom, #181a1c, #152c37);
  -ms-background: linear-gradient(to bottom, #181a1c, #152c37);
  -o-background: linear-gradient(to bottom, #181a1c, #152c37);
  background: linear-gradient(to bottom, #181a1c, #152c37);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #152c37;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #181a1c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #152c37, #113f53);
  -moz-background: linear-gradient(to bottom, #152c37, #113f53);
  -ms-background: linear-gradient(to bottom, #152c37, #113f53);
  -o-background: linear-gradient(to bottom, #152c37, #113f53);
  background: linear-gradient(to bottom, #152c37, #113f53);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #113f53;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #152c37;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #113f53, #0e516e);
  -moz-background: linear-gradient(to bottom, #113f53, #0e516e);
  -ms-background: linear-gradient(to bottom, #113f53, #0e516e);
  -o-background: linear-gradient(to bottom, #113f53, #0e516e);
  background: linear-gradient(to bottom, #113f53, #0e516e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0e516e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #113f53;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e516e, #0a6489);
  -moz-background: linear-gradient(to bottom, #0e516e, #0a6489);
  -ms-background: linear-gradient(to bottom, #0e516e, #0a6489);
  -o-background: linear-gradient(to bottom, #0e516e, #0a6489);
  background: linear-gradient(to bottom, #0e516e, #0a6489);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0a6489;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0e516e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a6489, #0776a4);
  -moz-background: linear-gradient(to bottom, #0a6489, #0776a4);
  -ms-background: linear-gradient(to bottom, #0a6489, #0776a4);
  -o-background: linear-gradient(to bottom, #0a6489, #0776a4);
  background: linear-gradient(to bottom, #0a6489, #0776a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0776a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0a6489;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0776a4, #0389c0);
  -moz-background: linear-gradient(to bottom, #0776a4, #0389c0);
  -ms-background: linear-gradient(to bottom, #0776a4, #0389c0);
  -o-background: linear-gradient(to bottom, #0776a4, #0389c0);
  background: linear-gradient(to bottom, #0776a4, #0389c0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0389c0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0776a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0389c0, #009bdb);
  -moz-background: linear-gradient(to bottom, #0389c0, #009bdb);
  -ms-background: linear-gradient(to bottom, #0389c0, #009bdb);
  -o-background: linear-gradient(to bottom, #0389c0, #009bdb);
  background: linear-gradient(to bottom, #0389c0, #009bdb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #009bdb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0389c0;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #009bdb;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #009bdb;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.columbia-business-school-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.columbia-business-school-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.columbia-business-school-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.columbia-business-school-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #009bdb;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .referrals-advocate__overlay {
  background-color: #009bdb;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .referrals-advocate__steps-circle {
  fill: #009bdb;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .referrals-advocate__testimonial {
  background-color: #009bdb;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #009bdb;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.columbia-business-school-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #009bdb;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .terms__title {
  border-color: #181a1c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .terms__links {
  color: #009bdb;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-business-school-executive-education .referral-tooltip__image path {
  fill: #009bdb;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.columbia-business-school-executive-education .main-header,
.columbia-business-school-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #000d74;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.columbia-engineering-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #00094e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .main-header__menu__btn:hover, .white-label.columbia-engineering-executive-education .main-header__menu__btn:focus, .white-label.columbia-engineering-executive-education .main-header__menu__btn:active, .white-label.columbia-engineering-executive-education .main-header__menu__btn:checked, .white-label.columbia-engineering-executive-education .main-header__menu__btn:focus:hover, .white-label.columbia-engineering-executive-education .main-header__menu__btn:focus:active, .white-label.columbia-engineering-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.columbia-engineering-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.columbia-engineering-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.columbia-engineering-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.columbia-engineering-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:hover,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:focus,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:active,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:checked,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:focus:hover,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:focus:active,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.columbia-engineering-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #000d74;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .main-header .nav__link:hover, .white-label.columbia-engineering-executive-education .main-header .nav__link:focus, .white-label.columbia-engineering-executive-education .main-header .nav__link:active, .white-label.columbia-engineering-executive-education .main-header .nav__link:checked, .white-label.columbia-engineering-executive-education .main-header .nav__link:focus:hover, .white-label.columbia-engineering-executive-education .main-header .nav__link:focus:active, .white-label.columbia-engineering-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.columbia-engineering-executive-education .main-header .nav__link:not(:disabled):active, .white-label.columbia-engineering-executive-education .main-header .nav__link:not(.disabled):active, .white-label.columbia-engineering-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.columbia-engineering-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:hover,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:focus,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:active,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:checked,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:focus:hover,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:focus:active,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.columbia-engineering-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #00094e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education.signed-out .btn:not(.btn--social), .white-label.columbia-engineering-executive-education.signed-in .btn--primary {
  background-color: #6caddf;
  border-color: #6caddf;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.columbia-engineering-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.columbia-engineering-executive-education.signed-out .btn:not(.btn--social):active, .white-label.columbia-engineering-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.columbia-engineering-executive-education.signed-in .btn--primary:hover, .white-label.columbia-engineering-executive-education.signed-in .btn--primary:focus, .white-label.columbia-engineering-executive-education.signed-in .btn--primary:active, .white-label.columbia-engineering-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #6caddf;
  box-shadow: none;
  color: #6caddf;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .nav__btn:hover span,
.white-label.columbia-engineering-executive-education .nav__btn:hover span::after,
.white-label.columbia-engineering-executive-education .nav__btn:hover span::before,
.white-label.columbia-engineering-executive-education .nav__btn:focus span,
.white-label.columbia-engineering-executive-education .nav__btn:focus span::after,
.white-label.columbia-engineering-executive-education .nav__btn:focus span::before {
  background-color: #000d74;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.columbia-engineering-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #000d74;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #000d74;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 13, 116, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__list li:hover .heading-3 {
  color: #000d74;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .profile__link:hover, .white-label.columbia-engineering-executive-education .profile__link:focus, .white-label.columbia-engineering-executive-education .profile__link:active, .white-label.columbia-engineering-executive-education .profile__link:checked, .white-label.columbia-engineering-executive-education .profile__link:focus:hover, .white-label.columbia-engineering-executive-education .profile__link:focus:active, .white-label.columbia-engineering-executive-education .profile__link:not(:disabled):hover, .white-label.columbia-engineering-executive-education .profile__link:not(:disabled):active, .white-label.columbia-engineering-executive-education .profile__link:not(.disabled):active, .white-label.columbia-engineering-executive-education .profile__link:not(:disabled):active:focus, .white-label.columbia-engineering-executive-education .profile__link:not(.disabled):active:focus {
  color: #000d74;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .profile__actions:hover .profile__icn g,
.white-label.columbia-engineering-executive-education .profile__actions:focus .profile__icn g {
  fill: #000d74;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .students__classmate:hover .students__thumbnail,
.white-label.columbia-engineering-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #000d74, 0 0 0 1px #000d74 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 13, 116, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modal__bg-icn {
  fill: #000d74;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .payments__paragraph--initial, .white-label.columbia-engineering-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .form__input:-webkit-autofill, .white-label.columbia-engineering-executive-education .StripeElement:-webkit-autofill, .white-label.columbia-engineering-executive-education .form__input:-webkit-autofill:focus, .white-label.columbia-engineering-executive-education .form__input:-internal-autofill-selected, .white-label.columbia-engineering-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(108, 173, 223, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(108, 173, 223, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(108, 173, 223, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(108, 173, 223, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(108, 173, 223, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .form__input:-moz-autofill, .white-label.columbia-engineering-executive-education .StripeElement:-moz-autofill, .white-label.columbia-engineering-executive-education .form__input:-moz-autofill-preview, .white-label.columbia-engineering-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(108, 173, 223, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .form-radio__input:hover + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:hover + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:focus + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:focus + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:active + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:active + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:checked + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:checked + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:focus:hover + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:focus:active + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.columbia-engineering-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.columbia-engineering-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #000d74;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.columbia-engineering-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #000d74 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .form-check-input:checked + label::before, .white-label.columbia-engineering-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #000d74;
  border-color: #000d74;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.columbia-engineering-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.columbia-engineering-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.columbia-engineering-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #000d74;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #000d74;
  border: 3px solid #000d74;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .enrollment__icon path {
  fill: #6caddf;
  stroke: #6caddf;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .enrollment__icon tspan {
  fill: #6caddf;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__tasks li:hover::after, .white-label.columbia-engineering-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 13, 116, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__tasks li::before {
  color: rgba(0, 13, 116, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 13, 116, 0.4);
  border-color: rgba(0, 13, 116, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.columbia-engineering-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 13, 116, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .tabs__li:hover {
  border-color: rgba(0, 13, 116, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .tabs__label {
  border-bottom-color: #000d74;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.columbia-engineering-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #000d74;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .survey__success .check {
  fill: #000d74;
  stroke: #000d74;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .electives__checkbox:checked + label::before,
.white-label.columbia-engineering-executive-education .program-card__checkbox:checked + label::before {
  background-color: #000d74;
  border-color: #000d74;
  color: #000d74;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.columbia-engineering-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #000d74;
  box-shadow: 0 0 0 1px #000d74 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .canvas-assignments__submission-type::before {
  border-color: #000d74;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .canvas-assignments__submission-type::after {
  border-color: #000d74;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 13, 116, 0.1);
  border-color: #000d74;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.columbia-engineering-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 13, 116, 0.1);
  border-color: #000d74;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(1),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(1), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0018da, #0017cb);
  -moz-background: linear-gradient(to right, #0018da, #0017cb);
  -ms-background: linear-gradient(to right, #0018da, #0017cb);
  -o-background: linear-gradient(to right, #0018da, #0017cb);
  background: linear-gradient(to right, #0018da, #0017cb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0017cb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(2),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(2), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0017cb, #0015bd);
  -moz-background: linear-gradient(to right, #0017cb, #0015bd);
  -ms-background: linear-gradient(to right, #0017cb, #0015bd);
  -o-background: linear-gradient(to right, #0017cb, #0015bd);
  background: linear-gradient(to right, #0017cb, #0015bd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0015bd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(3),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(3), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0015bd, #0014ae);
  -moz-background: linear-gradient(to right, #0015bd, #0014ae);
  -ms-background: linear-gradient(to right, #0015bd, #0014ae);
  -o-background: linear-gradient(to right, #0015bd, #0014ae);
  background: linear-gradient(to right, #0015bd, #0014ae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0014ae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(4),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(4), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0014ae, #0012a0);
  -moz-background: linear-gradient(to right, #0014ae, #0012a0);
  -ms-background: linear-gradient(to right, #0014ae, #0012a0);
  -o-background: linear-gradient(to right, #0014ae, #0012a0);
  background: linear-gradient(to right, #0014ae, #0012a0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0012a0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(5),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(5), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0012a0, #001091);
  -moz-background: linear-gradient(to right, #0012a0, #001091);
  -ms-background: linear-gradient(to right, #0012a0, #001091);
  -o-background: linear-gradient(to right, #0012a0, #001091);
  background: linear-gradient(to right, #0012a0, #001091);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #001091;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(6),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(6), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #001091, #000f83);
  -moz-background: linear-gradient(to right, #001091, #000f83);
  -ms-background: linear-gradient(to right, #001091, #000f83);
  -o-background: linear-gradient(to right, #001091, #000f83);
  background: linear-gradient(to right, #001091, #000f83);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #000f83;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(7),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(7), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #000f83, #000d74);
  -moz-background: linear-gradient(to right, #000f83, #000d74);
  -ms-background: linear-gradient(to right, #000f83, #000d74);
  -o-background: linear-gradient(to right, #000f83, #000d74);
  background: linear-gradient(to right, #000f83, #000d74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #000d74;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000d74;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.columbia-engineering-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000d74;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved {
  color: #000d74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0018da, #0017cb);
  -moz-background: linear-gradient(to bottom, #0018da, #0017cb);
  -ms-background: linear-gradient(to bottom, #0018da, #0017cb);
  -o-background: linear-gradient(to bottom, #0018da, #0017cb);
  background: linear-gradient(to bottom, #0018da, #0017cb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0017cb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0018da;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0017cb, #0015bd);
  -moz-background: linear-gradient(to bottom, #0017cb, #0015bd);
  -ms-background: linear-gradient(to bottom, #0017cb, #0015bd);
  -o-background: linear-gradient(to bottom, #0017cb, #0015bd);
  background: linear-gradient(to bottom, #0017cb, #0015bd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0015bd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0017cb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0015bd, #0014ae);
  -moz-background: linear-gradient(to bottom, #0015bd, #0014ae);
  -ms-background: linear-gradient(to bottom, #0015bd, #0014ae);
  -o-background: linear-gradient(to bottom, #0015bd, #0014ae);
  background: linear-gradient(to bottom, #0015bd, #0014ae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0014ae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0015bd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0014ae, #0012a0);
  -moz-background: linear-gradient(to bottom, #0014ae, #0012a0);
  -ms-background: linear-gradient(to bottom, #0014ae, #0012a0);
  -o-background: linear-gradient(to bottom, #0014ae, #0012a0);
  background: linear-gradient(to bottom, #0014ae, #0012a0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0012a0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0014ae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0012a0, #001091);
  -moz-background: linear-gradient(to bottom, #0012a0, #001091);
  -ms-background: linear-gradient(to bottom, #0012a0, #001091);
  -o-background: linear-gradient(to bottom, #0012a0, #001091);
  background: linear-gradient(to bottom, #0012a0, #001091);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #001091;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0012a0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #001091, #000f83);
  -moz-background: linear-gradient(to bottom, #001091, #000f83);
  -ms-background: linear-gradient(to bottom, #001091, #000f83);
  -o-background: linear-gradient(to bottom, #001091, #000f83);
  background: linear-gradient(to bottom, #001091, #000f83);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #000f83;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #001091;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #000f83, #000d74);
  -moz-background: linear-gradient(to bottom, #000f83, #000d74);
  -ms-background: linear-gradient(to bottom, #000f83, #000d74);
  -o-background: linear-gradient(to bottom, #000f83, #000d74);
  background: linear-gradient(to bottom, #000f83, #000d74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #000d74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #000f83;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000d74;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000d74;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.columbia-engineering-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.columbia-engineering-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000d74;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #000d74;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #000d74;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #6caddf, #5d96d0);
  -moz-background: linear-gradient(to right, #6caddf, #5d96d0);
  -ms-background: linear-gradient(to right, #6caddf, #5d96d0);
  -o-background: linear-gradient(to right, #6caddf, #5d96d0);
  background: linear-gradient(to right, #6caddf, #5d96d0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #5d96d0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #5d96d0, #4d7fc0);
  -moz-background: linear-gradient(to right, #5d96d0, #4d7fc0);
  -ms-background: linear-gradient(to right, #5d96d0, #4d7fc0);
  -o-background: linear-gradient(to right, #5d96d0, #4d7fc0);
  background: linear-gradient(to right, #5d96d0, #4d7fc0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4d7fc0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4d7fc0, #3e68b1);
  -moz-background: linear-gradient(to right, #4d7fc0, #3e68b1);
  -ms-background: linear-gradient(to right, #4d7fc0, #3e68b1);
  -o-background: linear-gradient(to right, #4d7fc0, #3e68b1);
  background: linear-gradient(to right, #4d7fc0, #3e68b1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3e68b1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3e68b1, #2e52a2);
  -moz-background: linear-gradient(to right, #3e68b1, #2e52a2);
  -ms-background: linear-gradient(to right, #3e68b1, #2e52a2);
  -o-background: linear-gradient(to right, #3e68b1, #2e52a2);
  background: linear-gradient(to right, #3e68b1, #2e52a2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2e52a2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2e52a2, #1f3b93);
  -moz-background: linear-gradient(to right, #2e52a2, #1f3b93);
  -ms-background: linear-gradient(to right, #2e52a2, #1f3b93);
  -o-background: linear-gradient(to right, #2e52a2, #1f3b93);
  background: linear-gradient(to right, #2e52a2, #1f3b93);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1f3b93;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1f3b93, #0f2483);
  -moz-background: linear-gradient(to right, #1f3b93, #0f2483);
  -ms-background: linear-gradient(to right, #1f3b93, #0f2483);
  -o-background: linear-gradient(to right, #1f3b93, #0f2483);
  background: linear-gradient(to right, #1f3b93, #0f2483);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0f2483;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0f2483, #000d74);
  -moz-background: linear-gradient(to right, #0f2483, #000d74);
  -ms-background: linear-gradient(to right, #0f2483, #000d74);
  -o-background: linear-gradient(to right, #0f2483, #000d74);
  background: linear-gradient(to right, #0f2483, #000d74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #000d74;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000d74;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000d74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #6caddf, #5d96d0);
  -moz-background: linear-gradient(to bottom, #6caddf, #5d96d0);
  -ms-background: linear-gradient(to bottom, #6caddf, #5d96d0);
  -o-background: linear-gradient(to bottom, #6caddf, #5d96d0);
  background: linear-gradient(to bottom, #6caddf, #5d96d0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #5d96d0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #6caddf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d96d0, #4d7fc0);
  -moz-background: linear-gradient(to bottom, #5d96d0, #4d7fc0);
  -ms-background: linear-gradient(to bottom, #5d96d0, #4d7fc0);
  -o-background: linear-gradient(to bottom, #5d96d0, #4d7fc0);
  background: linear-gradient(to bottom, #5d96d0, #4d7fc0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4d7fc0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #5d96d0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d7fc0, #3e68b1);
  -moz-background: linear-gradient(to bottom, #4d7fc0, #3e68b1);
  -ms-background: linear-gradient(to bottom, #4d7fc0, #3e68b1);
  -o-background: linear-gradient(to bottom, #4d7fc0, #3e68b1);
  background: linear-gradient(to bottom, #4d7fc0, #3e68b1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3e68b1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4d7fc0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e68b1, #2e52a2);
  -moz-background: linear-gradient(to bottom, #3e68b1, #2e52a2);
  -ms-background: linear-gradient(to bottom, #3e68b1, #2e52a2);
  -o-background: linear-gradient(to bottom, #3e68b1, #2e52a2);
  background: linear-gradient(to bottom, #3e68b1, #2e52a2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2e52a2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3e68b1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2e52a2, #1f3b93);
  -moz-background: linear-gradient(to bottom, #2e52a2, #1f3b93);
  -ms-background: linear-gradient(to bottom, #2e52a2, #1f3b93);
  -o-background: linear-gradient(to bottom, #2e52a2, #1f3b93);
  background: linear-gradient(to bottom, #2e52a2, #1f3b93);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1f3b93;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2e52a2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f3b93, #0f2483);
  -moz-background: linear-gradient(to bottom, #1f3b93, #0f2483);
  -ms-background: linear-gradient(to bottom, #1f3b93, #0f2483);
  -o-background: linear-gradient(to bottom, #1f3b93, #0f2483);
  background: linear-gradient(to bottom, #1f3b93, #0f2483);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0f2483;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1f3b93;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f2483, #000d74);
  -moz-background: linear-gradient(to bottom, #0f2483, #000d74);
  -ms-background: linear-gradient(to bottom, #0f2483, #000d74);
  -o-background: linear-gradient(to bottom, #0f2483, #000d74);
  background: linear-gradient(to bottom, #0f2483, #000d74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #000d74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0f2483;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000d74;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000d74;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.columbia-engineering-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.columbia-engineering-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.columbia-engineering-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.columbia-engineering-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000d74;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .referrals-advocate__overlay {
  background-color: #000d74;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .referrals-advocate__steps-circle {
  fill: #000d74;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .referrals-advocate__testimonial {
  background-color: #000d74;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #000d74;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.columbia-engineering-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #000d74;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .terms__title {
  border-color: #6caddf;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .terms__links {
  color: #000d74;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.columbia-engineering-executive-education .referral-tooltip__image path {
  fill: #000d74;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.columbia-engineering-executive-education .main-header,
.columbia-engineering-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004327;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:focus:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:focus:active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:not(:disabled):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:not(:disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:not(.disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:not(:disabled):active:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header__menu__btn:not(.disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:checked,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:focus:hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:focus:active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:not(:disabled):hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:not(:disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:not(.disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:focus:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:focus:active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:not(:disabled):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:not(:disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:not(.disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:not(:disabled):active:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .main-header .nav__link:not(.disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:checked,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:focus:hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:focus:active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:not(:disabled):hover,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:not(:disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:not(.disabled):active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:not(:disabled):active:focus,
.white-label.dartmouth-geisel-school-of-medicine-qbs .main-footer .nav__link:not(.disabled):active:focus {
  color: #004327;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.signed-out .btn:not(.btn--social), .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-in .btn--primary {
  background-color: #12312b;
  border-color: #12312b;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.signed-out .btn:not(.btn--social):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-out .btn:not(.btn--social):focus, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-out .btn:not(.btn--social):active, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-in .btn--primary:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-in .btn--primary:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-in .btn--primary:active, .white-label.dartmouth-geisel-school-of-medicine-qbs.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #12312b;
  box-shadow: none;
  color: #12312b;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__btn:hover span,
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__btn:hover span::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__btn:hover span::before,
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__btn:focus span,
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__btn:focus span::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__btn:focus span::before {
  background-color: #00693e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00693e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00693e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__list li:hover::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__list li:hover .heading-3 {
  color: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:active, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:focus:hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:focus:active, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:not(:disabled):hover, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:not(:disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:not(.disabled):active, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:not(:disabled):active:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .profile__link:not(.disabled):active:focus {
  color: #00693e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .profile__actions:hover .profile__icn g,
.white-label.dartmouth-geisel-school-of-medicine-qbs .profile__actions:focus .profile__icn g {
  fill: #00693e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .students__classmate:hover .students__thumbnail,
.white-label.dartmouth-geisel-school-of-medicine-qbs .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00693e, 0 0 0 1px #00693e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .pagination__page-link:hover::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modal__bg-icn {
  fill: #00693e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .payments__paragraph--initial, .white-label.dartmouth-geisel-school-of-medicine-qbs .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form__input:-webkit-autofill, .white-label.dartmouth-geisel-school-of-medicine-qbs .StripeElement:-webkit-autofill, .white-label.dartmouth-geisel-school-of-medicine-qbs .form__input:-webkit-autofill:focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .form__input:-internal-autofill-selected, .white-label.dartmouth-geisel-school-of-medicine-qbs .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form__input:-moz-autofill, .white-label.dartmouth-geisel-school-of-medicine-qbs .StripeElement:-moz-autofill, .white-label.dartmouth-geisel-school-of-medicine-qbs .form__input:-moz-autofill-preview, .white-label.dartmouth-geisel-school-of-medicine-qbs .StripeElement:-moz-autofill-preview {
  filter: rgba(18, 49, 43, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:hover + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:hover + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:active + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:active + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:checked + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:checked + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus:hover + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus:hover + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus:active + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus:active + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):hover + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):active + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):active + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(.disabled):active + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(.disabled):active + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):active:focus + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00693e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:hover + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:active + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:checked + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus:hover + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:focus:active + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00693e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input:checked + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00693e;
  border-color: #00693e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input:valid:focus:checked + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input.valid:focus:checked + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input--valid:focus:checked + label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00693e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .electives .form-radio__input:checked + label::before {
  background-color: #00693e;
  border: 3px solid #00693e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .enrollment__icon path {
  fill: #12312b;
  stroke: #12312b;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .enrollment__icon tspan {
  fill: #12312b;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li:hover::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li.selected::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li::before {
  color: rgba(0, 105, 62, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 105, 62, 0.4);
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li .modules__btn:hover::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .tabs__li:hover {
  border-color: rgba(0, 105, 62, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .tabs__label {
  border-bottom-color: #00693e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.dartmouth-geisel-school-of-medicine-qbs .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00693e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .survey__success .check {
  fill: #00693e;
  stroke: #00693e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .electives__checkbox:checked + label::before,
.white-label.dartmouth-geisel-school-of-medicine-qbs .program-card__checkbox:checked + label::before {
  background-color: #00693e;
  border-color: #00693e;
  color: #00693e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .electives__checkbox:checked ~ .program-card__content,
.white-label.dartmouth-geisel-school-of-medicine-qbs .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00693e;
  box-shadow: 0 0 0 1px #00693e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .canvas-assignments__submission-type::before {
  border-color: #00693e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .canvas-assignments__submission-type::after {
  border-color: #00693e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 105, 62, 0.1);
  border-color: #00693e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .canvas-assignments__submission-type.typed--selected, .white-label.dartmouth-geisel-school-of-medicine-qbs .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 105, 62, 0.1);
  border-color: #00693e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(1),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(1), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00cf7a, #00c072);
  -moz-background: linear-gradient(to right, #00cf7a, #00c072);
  -ms-background: linear-gradient(to right, #00cf7a, #00c072);
  -o-background: linear-gradient(to right, #00cf7a, #00c072);
  background: linear-gradient(to right, #00cf7a, #00c072);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(1)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(1)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #00c072;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(2),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(2), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #00c072, #00b269);
  -moz-background: linear-gradient(to right, #00c072, #00b269);
  -ms-background: linear-gradient(to right, #00c072, #00b269);
  -o-background: linear-gradient(to right, #00c072, #00b269);
  background: linear-gradient(to right, #00c072, #00b269);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(2)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(2)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00b269;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(3),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(3), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00b269, #00a360);
  -moz-background: linear-gradient(to right, #00b269, #00a360);
  -ms-background: linear-gradient(to right, #00b269, #00a360);
  -o-background: linear-gradient(to right, #00b269, #00a360);
  background: linear-gradient(to right, #00b269, #00a360);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(3)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(3)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00a360;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(4),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(4), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00a360, #009558);
  -moz-background: linear-gradient(to right, #00a360, #009558);
  -ms-background: linear-gradient(to right, #00a360, #009558);
  -o-background: linear-gradient(to right, #00a360, #009558);
  background: linear-gradient(to right, #00a360, #009558);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(4)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(4)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #009558;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(5),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(5), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #009558, #00864f);
  -moz-background: linear-gradient(to right, #009558, #00864f);
  -ms-background: linear-gradient(to right, #009558, #00864f);
  -o-background: linear-gradient(to right, #009558, #00864f);
  background: linear-gradient(to right, #009558, #00864f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(5)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(5)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00864f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(6),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(6), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00864f, #007847);
  -moz-background: linear-gradient(to right, #00864f, #007847);
  -ms-background: linear-gradient(to right, #00864f, #007847);
  -o-background: linear-gradient(to right, #00864f, #007847);
  background: linear-gradient(to right, #00864f, #007847);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(6)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(6)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #007847;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(7),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(7), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #007847, #00693e);
  -moz-background: linear-gradient(to right, #007847, #00693e);
  -ms-background: linear-gradient(to right, #007847, #00693e);
  -o-background: linear-gradient(to right, #007847, #00693e);
  background: linear-gradient(to right, #007847, #00693e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(7)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(7)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00693e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(n+8),
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(n+8), .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00693e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--active:nth-child(n+8)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .step--completed:nth-child(n+8)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00693e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved {
  color: #00693e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -moz-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -ms-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -o-background: linear-gradient(to bottom, #00cf7a, #00c072);
  background: linear-gradient(to bottom, #00cf7a, #00c072);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #00c072;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00cf7a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #00c072, #00b269);
  -moz-background: linear-gradient(to bottom, #00c072, #00b269);
  -ms-background: linear-gradient(to bottom, #00c072, #00b269);
  -o-background: linear-gradient(to bottom, #00c072, #00b269);
  background: linear-gradient(to bottom, #00c072, #00b269);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00b269;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #00c072;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00b269, #00a360);
  -moz-background: linear-gradient(to bottom, #00b269, #00a360);
  -ms-background: linear-gradient(to bottom, #00b269, #00a360);
  -o-background: linear-gradient(to bottom, #00b269, #00a360);
  background: linear-gradient(to bottom, #00b269, #00a360);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00a360;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00b269;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00a360, #009558);
  -moz-background: linear-gradient(to bottom, #00a360, #009558);
  -ms-background: linear-gradient(to bottom, #00a360, #009558);
  -o-background: linear-gradient(to bottom, #00a360, #009558);
  background: linear-gradient(to bottom, #00a360, #009558);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #009558;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00a360;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #009558, #00864f);
  -moz-background: linear-gradient(to bottom, #009558, #00864f);
  -ms-background: linear-gradient(to bottom, #009558, #00864f);
  -o-background: linear-gradient(to bottom, #009558, #00864f);
  background: linear-gradient(to bottom, #009558, #00864f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00864f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #009558;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00864f, #007847);
  -moz-background: linear-gradient(to bottom, #00864f, #007847);
  -ms-background: linear-gradient(to bottom, #00864f, #007847);
  -o-background: linear-gradient(to bottom, #00864f, #007847);
  background: linear-gradient(to bottom, #00864f, #007847);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #007847;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00864f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #007847, #00693e);
  -moz-background: linear-gradient(to bottom, #007847, #00693e);
  -ms-background: linear-gradient(to bottom, #007847, #00693e);
  -o-background: linear-gradient(to bottom, #007847, #00693e);
  background: linear-gradient(to bottom, #007847, #00693e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00693e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #007847;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00693e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00693e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00693e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .sidebar .steps .steps__label-toggle {
  background-color: #00693e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .sidebar .steps .step--active {
  border-left: 0.5rem solid #00693e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #12312b, #0f392e);
  -moz-background: linear-gradient(to right, #12312b, #0f392e);
  -ms-background: linear-gradient(to right, #12312b, #0f392e);
  -o-background: linear-gradient(to right, #12312b, #0f392e);
  background: linear-gradient(to right, #12312b, #0f392e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0f392e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0f392e, #0d4130);
  -moz-background: linear-gradient(to right, #0f392e, #0d4130);
  -ms-background: linear-gradient(to right, #0f392e, #0d4130);
  -o-background: linear-gradient(to right, #0f392e, #0d4130);
  background: linear-gradient(to right, #0f392e, #0d4130);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0d4130;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0d4130, #0a4933);
  -moz-background: linear-gradient(to right, #0d4130, #0a4933);
  -ms-background: linear-gradient(to right, #0d4130, #0a4933);
  -o-background: linear-gradient(to right, #0d4130, #0a4933);
  background: linear-gradient(to right, #0d4130, #0a4933);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0a4933;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0a4933, #085136);
  -moz-background: linear-gradient(to right, #0a4933, #085136);
  -ms-background: linear-gradient(to right, #0a4933, #085136);
  -o-background: linear-gradient(to right, #0a4933, #085136);
  background: linear-gradient(to right, #0a4933, #085136);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #085136;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #085136, #055939);
  -moz-background: linear-gradient(to right, #085136, #055939);
  -ms-background: linear-gradient(to right, #085136, #055939);
  -o-background: linear-gradient(to right, #085136, #055939);
  background: linear-gradient(to right, #085136, #055939);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #055939;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #055939, #03613b);
  -moz-background: linear-gradient(to right, #055939, #03613b);
  -ms-background: linear-gradient(to right, #055939, #03613b);
  -o-background: linear-gradient(to right, #055939, #03613b);
  background: linear-gradient(to right, #055939, #03613b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #03613b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #03613b, #00693e);
  -moz-background: linear-gradient(to right, #03613b, #00693e);
  -ms-background: linear-gradient(to right, #03613b, #00693e);
  -o-background: linear-gradient(to right, #03613b, #00693e);
  background: linear-gradient(to right, #03613b, #00693e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00693e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00693e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00693e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #12312b, #0f392e);
  -moz-background: linear-gradient(to bottom, #12312b, #0f392e);
  -ms-background: linear-gradient(to bottom, #12312b, #0f392e);
  -o-background: linear-gradient(to bottom, #12312b, #0f392e);
  background: linear-gradient(to bottom, #12312b, #0f392e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0f392e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #12312b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f392e, #0d4130);
  -moz-background: linear-gradient(to bottom, #0f392e, #0d4130);
  -ms-background: linear-gradient(to bottom, #0f392e, #0d4130);
  -o-background: linear-gradient(to bottom, #0f392e, #0d4130);
  background: linear-gradient(to bottom, #0f392e, #0d4130);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0d4130;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0f392e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d4130, #0a4933);
  -moz-background: linear-gradient(to bottom, #0d4130, #0a4933);
  -ms-background: linear-gradient(to bottom, #0d4130, #0a4933);
  -o-background: linear-gradient(to bottom, #0d4130, #0a4933);
  background: linear-gradient(to bottom, #0d4130, #0a4933);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0a4933;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0d4130;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a4933, #085136);
  -moz-background: linear-gradient(to bottom, #0a4933, #085136);
  -ms-background: linear-gradient(to bottom, #0a4933, #085136);
  -o-background: linear-gradient(to bottom, #0a4933, #085136);
  background: linear-gradient(to bottom, #0a4933, #085136);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #085136;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0a4933;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #085136, #055939);
  -moz-background: linear-gradient(to bottom, #085136, #055939);
  -ms-background: linear-gradient(to bottom, #085136, #055939);
  -o-background: linear-gradient(to bottom, #085136, #055939);
  background: linear-gradient(to bottom, #085136, #055939);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #055939;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #085136;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #055939, #03613b);
  -moz-background: linear-gradient(to bottom, #055939, #03613b);
  -ms-background: linear-gradient(to bottom, #055939, #03613b);
  -o-background: linear-gradient(to bottom, #055939, #03613b);
  background: linear-gradient(to bottom, #055939, #03613b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #03613b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #055939;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #03613b, #00693e);
  -moz-background: linear-gradient(to bottom, #03613b, #00693e);
  -ms-background: linear-gradient(to bottom, #03613b, #00693e);
  -o-background: linear-gradient(to bottom, #03613b, #00693e);
  background: linear-gradient(to bottom, #03613b, #00693e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00693e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #03613b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00693e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00693e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.dartmouth-geisel-school-of-medicine-qbs.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00693e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate__overlay {
  background-color: #00693e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate__steps-circle {
  fill: #00693e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate__testimonial {
  background-color: #00693e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00693e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.dartmouth-geisel-school-of-medicine-qbs .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00693e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .terms__title {
  border-color: #12312b;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .terms__links {
  color: #00693e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.dartmouth-geisel-school-of-medicine-qbs .referral-tooltip__image path {
  fill: #00693e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.dartmouth-geisel-school-of-medicine-qbs .main-header,
.dartmouth-geisel-school-of-medicine-qbs .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0039a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.egade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #002c80;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .main-header__menu__btn:hover, .white-label.egade-business-school .main-header__menu__btn:focus, .white-label.egade-business-school .main-header__menu__btn:active, .white-label.egade-business-school .main-header__menu__btn:checked, .white-label.egade-business-school .main-header__menu__btn:focus:hover, .white-label.egade-business-school .main-header__menu__btn:focus:active, .white-label.egade-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.egade-business-school .main-header__menu__btn:not(:disabled):active, .white-label.egade-business-school .main-header__menu__btn:not(.disabled):active, .white-label.egade-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.egade-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.egade-business-school .main-footer__menu__btn:hover,
.white-label.egade-business-school .main-footer__menu__btn:focus,
.white-label.egade-business-school .main-footer__menu__btn:active,
.white-label.egade-business-school .main-footer__menu__btn:checked,
.white-label.egade-business-school .main-footer__menu__btn:focus:hover,
.white-label.egade-business-school .main-footer__menu__btn:focus:active,
.white-label.egade-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.egade-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.egade-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.egade-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.egade-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0039a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .main-header .nav__link:hover, .white-label.egade-business-school .main-header .nav__link:focus, .white-label.egade-business-school .main-header .nav__link:active, .white-label.egade-business-school .main-header .nav__link:checked, .white-label.egade-business-school .main-header .nav__link:focus:hover, .white-label.egade-business-school .main-header .nav__link:focus:active, .white-label.egade-business-school .main-header .nav__link:not(:disabled):hover, .white-label.egade-business-school .main-header .nav__link:not(:disabled):active, .white-label.egade-business-school .main-header .nav__link:not(.disabled):active, .white-label.egade-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.egade-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.egade-business-school .main-footer .nav__link:hover,
.white-label.egade-business-school .main-footer .nav__link:focus,
.white-label.egade-business-school .main-footer .nav__link:active,
.white-label.egade-business-school .main-footer .nav__link:checked,
.white-label.egade-business-school .main-footer .nav__link:focus:hover,
.white-label.egade-business-school .main-footer .nav__link:focus:active,
.white-label.egade-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.egade-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.egade-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.egade-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.egade-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #002c80;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school.signed-out .btn:not(.btn--social), .white-label.egade-business-school.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.signed-out .btn:not(.btn--social):hover, .white-label.egade-business-school.signed-out .btn:not(.btn--social):focus, .white-label.egade-business-school.signed-out .btn:not(.btn--social):active, .white-label.egade-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.egade-business-school.signed-in .btn--primary:hover, .white-label.egade-business-school.signed-in .btn--primary:focus, .white-label.egade-business-school.signed-in .btn--primary:active, .white-label.egade-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .nav__btn:hover span,
.white-label.egade-business-school .nav__btn:hover span::after,
.white-label.egade-business-school .nav__btn:hover span::before,
.white-label.egade-business-school .nav__btn:focus span,
.white-label.egade-business-school .nav__btn:focus span::after,
.white-label.egade-business-school .nav__btn:focus span::before {
  background-color: #0039a6;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.egade-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0039a6;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0039a6;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__list li:hover::after {
  border-color: rgba(0, 57, 166, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__list li:hover .heading-3 {
  color: #0039a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .profile__link:hover, .white-label.egade-business-school .profile__link:focus, .white-label.egade-business-school .profile__link:active, .white-label.egade-business-school .profile__link:checked, .white-label.egade-business-school .profile__link:focus:hover, .white-label.egade-business-school .profile__link:focus:active, .white-label.egade-business-school .profile__link:not(:disabled):hover, .white-label.egade-business-school .profile__link:not(:disabled):active, .white-label.egade-business-school .profile__link:not(.disabled):active, .white-label.egade-business-school .profile__link:not(:disabled):active:focus, .white-label.egade-business-school .profile__link:not(.disabled):active:focus {
  color: #0039a6;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .profile__actions:hover .profile__icn g,
.white-label.egade-business-school .profile__actions:focus .profile__icn g {
  fill: #0039a6;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .students__classmate:hover .students__thumbnail,
.white-label.egade-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0039a6, 0 0 0 1px #0039a6 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .pagination__page-link:hover::after {
  border-color: rgba(0, 57, 166, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modal__bg-icn {
  fill: #0039a6;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .payments__paragraph--initial, .white-label.egade-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .form__input:-webkit-autofill, .white-label.egade-business-school .StripeElement:-webkit-autofill, .white-label.egade-business-school .form__input:-webkit-autofill:focus, .white-label.egade-business-school .form__input:-internal-autofill-selected, .white-label.egade-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .form__input:-moz-autofill, .white-label.egade-business-school .StripeElement:-moz-autofill, .white-label.egade-business-school .form__input:-moz-autofill-preview, .white-label.egade-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .form-radio__input:hover + label.bordered,
.white-label.egade-business-school .form-radio__input:hover + label::before, .white-label.egade-business-school .form-radio__input:focus + label.bordered,
.white-label.egade-business-school .form-radio__input:focus + label::before, .white-label.egade-business-school .form-radio__input:active + label.bordered,
.white-label.egade-business-school .form-radio__input:active + label::before, .white-label.egade-business-school .form-radio__input:checked + label.bordered,
.white-label.egade-business-school .form-radio__input:checked + label::before, .white-label.egade-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.egade-business-school .form-radio__input:focus:hover + label::before, .white-label.egade-business-school .form-radio__input:focus:active + label.bordered,
.white-label.egade-business-school .form-radio__input:focus:active + label::before, .white-label.egade-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.egade-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.egade-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.egade-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.egade-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.egade-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.egade-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.egade-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.egade-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.egade-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0039a6;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:active + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.egade-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0039a6 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .form-check-input:checked + label::before, .white-label.egade-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0039a6;
  border-color: #0039a6;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .form-check-input:valid:focus:checked + label::before, .white-label.egade-business-school .form-check-input.valid:focus:checked + label::before, .white-label.egade-business-school .form-check-input--valid:focus:checked + label::before, .white-label.egade-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0039a6;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .electives .form-radio__input:checked + label::before {
  background-color: #0039a6;
  border: 3px solid #0039a6;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__tasks li:hover::after, .white-label.egade-business-school .modules__tasks li.selected::after {
  border-color: rgba(0, 57, 166, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__tasks li::before {
  color: rgba(0, 57, 166, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 57, 166, 0.4);
  border-color: rgba(0, 57, 166, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .modules__tasks li .modules__btn:hover::after, .white-label.egade-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 57, 166, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .tabs__li:hover {
  border-color: rgba(0, 57, 166, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .tabs__label {
  border-bottom-color: #0039a6;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.egade-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0039a6;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .survey__success .check {
  fill: #0039a6;
  stroke: #0039a6;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .electives__checkbox:checked + label::before,
.white-label.egade-business-school .program-card__checkbox:checked + label::before {
  background-color: #0039a6;
  border-color: #0039a6;
  color: #0039a6;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.egade-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0039a6;
  box-shadow: 0 0 0 1px #0039a6 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .canvas-assignments__submission-type::before {
  border-color: #0039a6;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .canvas-assignments__submission-type::after {
  border-color: #0039a6;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 57, 166, 0.1);
  border-color: #0039a6;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .canvas-assignments__submission-type.typed--selected, .white-label.egade-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 57, 166, 0.1);
  border-color: #0039a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(1),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(1), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0d60ff, #0b5bf2);
  -moz-background: linear-gradient(to right, #0d60ff, #0b5bf2);
  -ms-background: linear-gradient(to right, #0d60ff, #0b5bf2);
  -o-background: linear-gradient(to right, #0d60ff, #0b5bf2);
  background: linear-gradient(to right, #0d60ff, #0b5bf2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0b5bf2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(2),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(2), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0b5bf2, #0955e6);
  -moz-background: linear-gradient(to right, #0b5bf2, #0955e6);
  -ms-background: linear-gradient(to right, #0b5bf2, #0955e6);
  -o-background: linear-gradient(to right, #0b5bf2, #0955e6);
  background: linear-gradient(to right, #0b5bf2, #0955e6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0955e6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(3),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(3), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0955e6, #074fd9);
  -moz-background: linear-gradient(to right, #0955e6, #074fd9);
  -ms-background: linear-gradient(to right, #0955e6, #074fd9);
  -o-background: linear-gradient(to right, #0955e6, #074fd9);
  background: linear-gradient(to right, #0955e6, #074fd9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #074fd9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(4),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(4), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #074fd9, #064acc);
  -moz-background: linear-gradient(to right, #074fd9, #064acc);
  -ms-background: linear-gradient(to right, #074fd9, #064acc);
  -o-background: linear-gradient(to right, #074fd9, #064acc);
  background: linear-gradient(to right, #074fd9, #064acc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #064acc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(5),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(5), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #064acc, #0444bf);
  -moz-background: linear-gradient(to right, #064acc, #0444bf);
  -ms-background: linear-gradient(to right, #064acc, #0444bf);
  -o-background: linear-gradient(to right, #064acc, #0444bf);
  background: linear-gradient(to right, #064acc, #0444bf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0444bf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(6),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(6), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0444bf, #023fb3);
  -moz-background: linear-gradient(to right, #0444bf, #023fb3);
  -ms-background: linear-gradient(to right, #0444bf, #023fb3);
  -o-background: linear-gradient(to right, #0444bf, #023fb3);
  background: linear-gradient(to right, #0444bf, #023fb3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #023fb3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(7),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(7), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #023fb3, #0039a6);
  -moz-background: linear-gradient(to right, #023fb3, #0039a6);
  -ms-background: linear-gradient(to right, #023fb3, #0039a6);
  -o-background: linear-gradient(to right, #023fb3, #0039a6);
  background: linear-gradient(to right, #023fb3, #0039a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0039a6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.egade-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0039a6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.egade-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.egade-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0039a6;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active,
.white-label.egade-business-school .steps--progress .vertical-step--completed, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved {
  color: #0039a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d60ff, #0b5bf2);
  -moz-background: linear-gradient(to bottom, #0d60ff, #0b5bf2);
  -ms-background: linear-gradient(to bottom, #0d60ff, #0b5bf2);
  -o-background: linear-gradient(to bottom, #0d60ff, #0b5bf2);
  background: linear-gradient(to bottom, #0d60ff, #0b5bf2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0b5bf2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0d60ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b5bf2, #0955e6);
  -moz-background: linear-gradient(to bottom, #0b5bf2, #0955e6);
  -ms-background: linear-gradient(to bottom, #0b5bf2, #0955e6);
  -o-background: linear-gradient(to bottom, #0b5bf2, #0955e6);
  background: linear-gradient(to bottom, #0b5bf2, #0955e6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0955e6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0b5bf2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0955e6, #074fd9);
  -moz-background: linear-gradient(to bottom, #0955e6, #074fd9);
  -ms-background: linear-gradient(to bottom, #0955e6, #074fd9);
  -o-background: linear-gradient(to bottom, #0955e6, #074fd9);
  background: linear-gradient(to bottom, #0955e6, #074fd9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #074fd9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0955e6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #074fd9, #064acc);
  -moz-background: linear-gradient(to bottom, #074fd9, #064acc);
  -ms-background: linear-gradient(to bottom, #074fd9, #064acc);
  -o-background: linear-gradient(to bottom, #074fd9, #064acc);
  background: linear-gradient(to bottom, #074fd9, #064acc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #064acc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #074fd9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #064acc, #0444bf);
  -moz-background: linear-gradient(to bottom, #064acc, #0444bf);
  -ms-background: linear-gradient(to bottom, #064acc, #0444bf);
  -o-background: linear-gradient(to bottom, #064acc, #0444bf);
  background: linear-gradient(to bottom, #064acc, #0444bf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0444bf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #064acc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0444bf, #023fb3);
  -moz-background: linear-gradient(to bottom, #0444bf, #023fb3);
  -ms-background: linear-gradient(to bottom, #0444bf, #023fb3);
  -o-background: linear-gradient(to bottom, #0444bf, #023fb3);
  background: linear-gradient(to bottom, #0444bf, #023fb3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #023fb3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0444bf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #023fb3, #0039a6);
  -moz-background: linear-gradient(to bottom, #023fb3, #0039a6);
  -ms-background: linear-gradient(to bottom, #023fb3, #0039a6);
  -o-background: linear-gradient(to bottom, #023fb3, #0039a6);
  background: linear-gradient(to bottom, #023fb3, #0039a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0039a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #023fb3;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0039a6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0039a6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.egade-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.egade-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0039a6;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .sidebar .steps .steps__label-toggle {
  background-color: #0039a6;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #0039a6;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #000818);
  -moz-background: linear-gradient(to right, black, #000818);
  -ms-background: linear-gradient(to right, black, #000818);
  -o-background: linear-gradient(to right, black, #000818);
  background: linear-gradient(to right, black, #000818);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #000818;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #000818, #00102f);
  -moz-background: linear-gradient(to right, #000818, #00102f);
  -ms-background: linear-gradient(to right, #000818, #00102f);
  -o-background: linear-gradient(to right, #000818, #00102f);
  background: linear-gradient(to right, #000818, #00102f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00102f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00102f, #001847);
  -moz-background: linear-gradient(to right, #00102f, #001847);
  -ms-background: linear-gradient(to right, #00102f, #001847);
  -o-background: linear-gradient(to right, #00102f, #001847);
  background: linear-gradient(to right, #00102f, #001847);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #001847;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #001847, #00215f);
  -moz-background: linear-gradient(to right, #001847, #00215f);
  -ms-background: linear-gradient(to right, #001847, #00215f);
  -o-background: linear-gradient(to right, #001847, #00215f);
  background: linear-gradient(to right, #001847, #00215f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00215f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00215f, #002977);
  -moz-background: linear-gradient(to right, #00215f, #002977);
  -ms-background: linear-gradient(to right, #00215f, #002977);
  -o-background: linear-gradient(to right, #00215f, #002977);
  background: linear-gradient(to right, #00215f, #002977);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #002977;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #002977, #00318e);
  -moz-background: linear-gradient(to right, #002977, #00318e);
  -ms-background: linear-gradient(to right, #002977, #00318e);
  -o-background: linear-gradient(to right, #002977, #00318e);
  background: linear-gradient(to right, #002977, #00318e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00318e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00318e, #0039a6);
  -moz-background: linear-gradient(to right, #00318e, #0039a6);
  -ms-background: linear-gradient(to right, #00318e, #0039a6);
  -o-background: linear-gradient(to right, #00318e, #0039a6);
  background: linear-gradient(to right, #00318e, #0039a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0039a6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0039a6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.egade-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.egade-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.egade-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0039a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #000818);
  -moz-background: linear-gradient(to bottom, black, #000818);
  -ms-background: linear-gradient(to bottom, black, #000818);
  -o-background: linear-gradient(to bottom, black, #000818);
  background: linear-gradient(to bottom, black, #000818);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #000818;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #000818, #00102f);
  -moz-background: linear-gradient(to bottom, #000818, #00102f);
  -ms-background: linear-gradient(to bottom, #000818, #00102f);
  -o-background: linear-gradient(to bottom, #000818, #00102f);
  background: linear-gradient(to bottom, #000818, #00102f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00102f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #000818;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00102f, #001847);
  -moz-background: linear-gradient(to bottom, #00102f, #001847);
  -ms-background: linear-gradient(to bottom, #00102f, #001847);
  -o-background: linear-gradient(to bottom, #00102f, #001847);
  background: linear-gradient(to bottom, #00102f, #001847);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #001847;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00102f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #001847, #00215f);
  -moz-background: linear-gradient(to bottom, #001847, #00215f);
  -ms-background: linear-gradient(to bottom, #001847, #00215f);
  -o-background: linear-gradient(to bottom, #001847, #00215f);
  background: linear-gradient(to bottom, #001847, #00215f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00215f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #001847;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00215f, #002977);
  -moz-background: linear-gradient(to bottom, #00215f, #002977);
  -ms-background: linear-gradient(to bottom, #00215f, #002977);
  -o-background: linear-gradient(to bottom, #00215f, #002977);
  background: linear-gradient(to bottom, #00215f, #002977);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #002977;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00215f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #002977, #00318e);
  -moz-background: linear-gradient(to bottom, #002977, #00318e);
  -ms-background: linear-gradient(to bottom, #002977, #00318e);
  -o-background: linear-gradient(to bottom, #002977, #00318e);
  background: linear-gradient(to bottom, #002977, #00318e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00318e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #002977;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00318e, #0039a6);
  -moz-background: linear-gradient(to bottom, #00318e, #0039a6);
  -ms-background: linear-gradient(to bottom, #00318e, #0039a6);
  -o-background: linear-gradient(to bottom, #00318e, #0039a6);
  background: linear-gradient(to bottom, #00318e, #0039a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0039a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00318e;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0039a6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0039a6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.egade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.egade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.egade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.egade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0039a6;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .referrals-advocate__overlay {
  background-color: #0039a6;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .referrals-advocate__steps-circle {
  fill: #0039a6;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .referrals-advocate__testimonial {
  background-color: #0039a6;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.egade-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0039a6;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.egade-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0039a6;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .terms__links {
  color: #0039a6;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.egade-business-school .referral-tooltip__image path {
  fill: #0039a6;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.egade-business-school .main-header,
.egade-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritus div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #009857;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .main-header__menu__btn:hover, .white-label.emeritus .main-header__menu__btn:focus, .white-label.emeritus .main-header__menu__btn:active, .white-label.emeritus .main-header__menu__btn:checked, .white-label.emeritus .main-header__menu__btn:focus:hover, .white-label.emeritus .main-header__menu__btn:focus:active, .white-label.emeritus .main-header__menu__btn:not(:disabled):hover, .white-label.emeritus .main-header__menu__btn:not(:disabled):active, .white-label.emeritus .main-header__menu__btn:not(.disabled):active, .white-label.emeritus .main-header__menu__btn:not(:disabled):active:focus, .white-label.emeritus .main-header__menu__btn:not(.disabled):active:focus,
.white-label.emeritus .main-footer__menu__btn:hover,
.white-label.emeritus .main-footer__menu__btn:focus,
.white-label.emeritus .main-footer__menu__btn:active,
.white-label.emeritus .main-footer__menu__btn:checked,
.white-label.emeritus .main-footer__menu__btn:focus:hover,
.white-label.emeritus .main-footer__menu__btn:focus:active,
.white-label.emeritus .main-footer__menu__btn:not(:disabled):hover,
.white-label.emeritus .main-footer__menu__btn:not(:disabled):active,
.white-label.emeritus .main-footer__menu__btn:not(.disabled):active,
.white-label.emeritus .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.emeritus .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .main-header .nav__link:hover, .white-label.emeritus .main-header .nav__link:focus, .white-label.emeritus .main-header .nav__link:active, .white-label.emeritus .main-header .nav__link:checked, .white-label.emeritus .main-header .nav__link:focus:hover, .white-label.emeritus .main-header .nav__link:focus:active, .white-label.emeritus .main-header .nav__link:not(:disabled):hover, .white-label.emeritus .main-header .nav__link:not(:disabled):active, .white-label.emeritus .main-header .nav__link:not(.disabled):active, .white-label.emeritus .main-header .nav__link:not(:disabled):active:focus, .white-label.emeritus .main-header .nav__link:not(.disabled):active:focus,
.white-label.emeritus .main-footer .nav__link:hover,
.white-label.emeritus .main-footer .nav__link:focus,
.white-label.emeritus .main-footer .nav__link:active,
.white-label.emeritus .main-footer .nav__link:checked,
.white-label.emeritus .main-footer .nav__link:focus:hover,
.white-label.emeritus .main-footer .nav__link:focus:active,
.white-label.emeritus .main-footer .nav__link:not(:disabled):hover,
.white-label.emeritus .main-footer .nav__link:not(:disabled):active,
.white-label.emeritus .main-footer .nav__link:not(.disabled):active,
.white-label.emeritus .main-footer .nav__link:not(:disabled):active:focus,
.white-label.emeritus .main-footer .nav__link:not(.disabled):active:focus {
  color: #009857;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus.signed-out .btn:not(.btn--social), .white-label.emeritus.signed-in .btn--primary {
  background-color: #0a2837;
  border-color: #0a2837;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.signed-out .btn:not(.btn--social):hover, .white-label.emeritus.signed-out .btn:not(.btn--social):focus, .white-label.emeritus.signed-out .btn:not(.btn--social):active, .white-label.emeritus.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.emeritus.signed-in .btn--primary:hover, .white-label.emeritus.signed-in .btn--primary:focus, .white-label.emeritus.signed-in .btn--primary:active, .white-label.emeritus.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #0a2837;
  box-shadow: none;
  color: #0a2837;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .nav__btn:hover span,
.white-label.emeritus .nav__btn:hover span::after,
.white-label.emeritus .nav__btn:hover span::before,
.white-label.emeritus .nav__btn:focus span,
.white-label.emeritus .nav__btn:focus span::after,
.white-label.emeritus .nav__btn:focus span::before {
  background-color: #00be6d;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.emeritus .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00be6d;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00be6d;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__list li:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__list li:hover .heading-3 {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .profile__link:hover, .white-label.emeritus .profile__link:focus, .white-label.emeritus .profile__link:active, .white-label.emeritus .profile__link:checked, .white-label.emeritus .profile__link:focus:hover, .white-label.emeritus .profile__link:focus:active, .white-label.emeritus .profile__link:not(:disabled):hover, .white-label.emeritus .profile__link:not(:disabled):active, .white-label.emeritus .profile__link:not(.disabled):active, .white-label.emeritus .profile__link:not(:disabled):active:focus, .white-label.emeritus .profile__link:not(.disabled):active:focus {
  color: #00be6d;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .profile__actions:hover .profile__icn g,
.white-label.emeritus .profile__actions:focus .profile__icn g {
  fill: #00be6d;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .students__classmate:hover .students__thumbnail,
.white-label.emeritus .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00be6d, 0 0 0 1px #00be6d inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .pagination__page-link:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modal__bg-icn {
  fill: #00be6d;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .payments__paragraph--initial, .white-label.emeritus .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .form__input:-webkit-autofill, .white-label.emeritus .StripeElement:-webkit-autofill, .white-label.emeritus .form__input:-webkit-autofill:focus, .white-label.emeritus .form__input:-internal-autofill-selected, .white-label.emeritus .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .form__input:-moz-autofill, .white-label.emeritus .StripeElement:-moz-autofill, .white-label.emeritus .form__input:-moz-autofill-preview, .white-label.emeritus .StripeElement:-moz-autofill-preview {
  filter: rgba(10, 40, 55, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .form-radio__input:hover + label.bordered,
.white-label.emeritus .form-radio__input:hover + label::before, .white-label.emeritus .form-radio__input:focus + label.bordered,
.white-label.emeritus .form-radio__input:focus + label::before, .white-label.emeritus .form-radio__input:active + label.bordered,
.white-label.emeritus .form-radio__input:active + label::before, .white-label.emeritus .form-radio__input:checked + label.bordered,
.white-label.emeritus .form-radio__input:checked + label::before, .white-label.emeritus .form-radio__input:focus:hover + label.bordered,
.white-label.emeritus .form-radio__input:focus:hover + label::before, .white-label.emeritus .form-radio__input:focus:active + label.bordered,
.white-label.emeritus .form-radio__input:focus:active + label::before, .white-label.emeritus .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.emeritus .form-radio__input:not(:disabled):hover + label::before, .white-label.emeritus .form-radio__input:not(:disabled):active + label.bordered,
.white-label.emeritus .form-radio__input:not(:disabled):active + label::before, .white-label.emeritus .form-radio__input:not(.disabled):active + label.bordered,
.white-label.emeritus .form-radio__input:not(.disabled):active + label::before, .white-label.emeritus .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.emeritus .form-radio__input:not(:disabled):active:focus + label::before, .white-label.emeritus .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.emeritus .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00be6d;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .form-radio__input:hover + .highlight-when-checked, .white-label.emeritus .form-radio__input:focus + .highlight-when-checked, .white-label.emeritus .form-radio__input:active + .highlight-when-checked, .white-label.emeritus .form-radio__input:checked + .highlight-when-checked, .white-label.emeritus .form-radio__input:focus:hover + .highlight-when-checked, .white-label.emeritus .form-radio__input:focus:active + .highlight-when-checked, .white-label.emeritus .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.emeritus .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.emeritus .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.emeritus .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.emeritus .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00be6d inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .form-check-input:checked + label::before, .white-label.emeritus .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00be6d;
  border-color: #00be6d;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .form-check-input:valid:focus:checked + label::before, .white-label.emeritus .form-check-input.valid:focus:checked + label::before, .white-label.emeritus .form-check-input--valid:focus:checked + label::before, .white-label.emeritus .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00be6d;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .electives .form-radio__input:checked + label::before {
  background-color: #00be6d;
  border: 3px solid #00be6d;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .enrollment__icon path {
  fill: #0a2837;
  stroke: #0a2837;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .enrollment__icon tspan {
  fill: #0a2837;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__tasks li:hover::after, .white-label.emeritus .modules__tasks li.selected::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__tasks li::before {
  color: rgba(0, 190, 109, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 190, 109, 0.4);
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .modules__tasks li .modules__btn:hover::after, .white-label.emeritus .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .tabs__li:hover {
  border-color: rgba(0, 190, 109, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .tabs__label {
  border-bottom-color: #00be6d;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.emeritus .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00be6d;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .survey__success .check {
  fill: #00be6d;
  stroke: #00be6d;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .electives__checkbox:checked + label::before,
.white-label.emeritus .program-card__checkbox:checked + label::before {
  background-color: #00be6d;
  border-color: #00be6d;
  color: #00be6d;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .electives__checkbox:checked ~ .program-card__content,
.white-label.emeritus .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00be6d;
  box-shadow: 0 0 0 1px #00be6d inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .canvas-assignments__submission-type::before {
  border-color: #00be6d;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .canvas-assignments__submission-type::after {
  border-color: #00be6d;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 190, 109, 0.1);
  border-color: #00be6d;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .canvas-assignments__submission-type.typed--selected, .white-label.emeritus .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 190, 109, 0.1);
  border-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(1),
.white-label.emeritus .steps--progress .step--completed:nth-child(1), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #25ffa2, #20f69a);
  -moz-background: linear-gradient(to right, #25ffa2, #20f69a);
  -ms-background: linear-gradient(to right, #25ffa2, #20f69a);
  -o-background: linear-gradient(to right, #25ffa2, #20f69a);
  background: linear-gradient(to right, #25ffa2, #20f69a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(1)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(1)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #20f69a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(2),
.white-label.emeritus .steps--progress .step--completed:nth-child(2), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #20f69a, #1aec93);
  -moz-background: linear-gradient(to right, #20f69a, #1aec93);
  -ms-background: linear-gradient(to right, #20f69a, #1aec93);
  -o-background: linear-gradient(to right, #20f69a, #1aec93);
  background: linear-gradient(to right, #20f69a, #1aec93);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(2)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(2)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1aec93;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(3),
.white-label.emeritus .steps--progress .step--completed:nth-child(3), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1aec93, #15e38b);
  -moz-background: linear-gradient(to right, #1aec93, #15e38b);
  -ms-background: linear-gradient(to right, #1aec93, #15e38b);
  -o-background: linear-gradient(to right, #1aec93, #15e38b);
  background: linear-gradient(to right, #1aec93, #15e38b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(3)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(3)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #15e38b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(4),
.white-label.emeritus .steps--progress .step--completed:nth-child(4), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #15e38b, #10da84);
  -moz-background: linear-gradient(to right, #15e38b, #10da84);
  -ms-background: linear-gradient(to right, #15e38b, #10da84);
  -o-background: linear-gradient(to right, #15e38b, #10da84);
  background: linear-gradient(to right, #15e38b, #10da84);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(4)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(4)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #10da84;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(5),
.white-label.emeritus .steps--progress .step--completed:nth-child(5), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #10da84, #0bd17c);
  -moz-background: linear-gradient(to right, #10da84, #0bd17c);
  -ms-background: linear-gradient(to right, #10da84, #0bd17c);
  -o-background: linear-gradient(to right, #10da84, #0bd17c);
  background: linear-gradient(to right, #10da84, #0bd17c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(5)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(5)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0bd17c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(6),
.white-label.emeritus .steps--progress .step--completed:nth-child(6), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0bd17c, #05c775);
  -moz-background: linear-gradient(to right, #0bd17c, #05c775);
  -ms-background: linear-gradient(to right, #0bd17c, #05c775);
  -o-background: linear-gradient(to right, #0bd17c, #05c775);
  background: linear-gradient(to right, #0bd17c, #05c775);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(6)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(6)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #05c775;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(7),
.white-label.emeritus .steps--progress .step--completed:nth-child(7), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #05c775, #00be6d);
  -moz-background: linear-gradient(to right, #05c775, #00be6d);
  -ms-background: linear-gradient(to right, #05c775, #00be6d);
  -o-background: linear-gradient(to right, #05c775, #00be6d);
  background: linear-gradient(to right, #05c775, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(7)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(7)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(n+8),
.white-label.emeritus .steps--progress .step--completed:nth-child(n+8), .white-label.emeritus .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .step--active:nth-child(n+8)::after,
.white-label.emeritus .steps--progress .step--completed:nth-child(n+8)::after, .white-label.emeritus .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00be6d;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .steps--progress .vertical-step--active,
.white-label.emeritus .steps--progress .vertical-step--completed, .white-label.emeritus .steps--progress:hover .vertical-step--saved {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -moz-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -ms-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -o-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  background: linear-gradient(to bottom, #25ffa2, #20f69a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #20f69a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #25ffa2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -moz-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -ms-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -o-background: linear-gradient(to bottom, #20f69a, #1aec93);
  background: linear-gradient(to bottom, #20f69a, #1aec93);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1aec93;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #20f69a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -moz-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -ms-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -o-background: linear-gradient(to bottom, #1aec93, #15e38b);
  background: linear-gradient(to bottom, #1aec93, #15e38b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #15e38b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1aec93;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #15e38b, #10da84);
  -moz-background: linear-gradient(to bottom, #15e38b, #10da84);
  -ms-background: linear-gradient(to bottom, #15e38b, #10da84);
  -o-background: linear-gradient(to bottom, #15e38b, #10da84);
  background: linear-gradient(to bottom, #15e38b, #10da84);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #10da84;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #15e38b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -moz-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -ms-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -o-background: linear-gradient(to bottom, #10da84, #0bd17c);
  background: linear-gradient(to bottom, #10da84, #0bd17c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0bd17c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #10da84;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -moz-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -ms-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -o-background: linear-gradient(to bottom, #0bd17c, #05c775);
  background: linear-gradient(to bottom, #0bd17c, #05c775);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #05c775;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0bd17c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #05c775, #00be6d);
  -moz-background: linear-gradient(to bottom, #05c775, #00be6d);
  -ms-background: linear-gradient(to bottom, #05c775, #00be6d);
  -o-background: linear-gradient(to bottom, #05c775, #00be6d);
  background: linear-gradient(to bottom, #05c775, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #05c775;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00be6d;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .sidebar .steps .steps__label-toggle {
  background-color: #00be6d;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .sidebar .steps .step--active {
  border-left: 0.5rem solid #00be6d;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0a2837, #093d3f);
  -moz-background: linear-gradient(to right, #0a2837, #093d3f);
  -ms-background: linear-gradient(to right, #0a2837, #093d3f);
  -o-background: linear-gradient(to right, #0a2837, #093d3f);
  background: linear-gradient(to right, #0a2837, #093d3f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #093d3f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #093d3f, #075346);
  -moz-background: linear-gradient(to right, #093d3f, #075346);
  -ms-background: linear-gradient(to right, #093d3f, #075346);
  -o-background: linear-gradient(to right, #093d3f, #075346);
  background: linear-gradient(to right, #093d3f, #075346);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #075346;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #075346, #06684e);
  -moz-background: linear-gradient(to right, #075346, #06684e);
  -ms-background: linear-gradient(to right, #075346, #06684e);
  -o-background: linear-gradient(to right, #075346, #06684e);
  background: linear-gradient(to right, #075346, #06684e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #06684e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #06684e, #047e56);
  -moz-background: linear-gradient(to right, #06684e, #047e56);
  -ms-background: linear-gradient(to right, #06684e, #047e56);
  -o-background: linear-gradient(to right, #06684e, #047e56);
  background: linear-gradient(to right, #06684e, #047e56);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #047e56;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #047e56, #03935e);
  -moz-background: linear-gradient(to right, #047e56, #03935e);
  -ms-background: linear-gradient(to right, #047e56, #03935e);
  -o-background: linear-gradient(to right, #047e56, #03935e);
  background: linear-gradient(to right, #047e56, #03935e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #03935e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #03935e, #01a965);
  -moz-background: linear-gradient(to right, #03935e, #01a965);
  -ms-background: linear-gradient(to right, #03935e, #01a965);
  -o-background: linear-gradient(to right, #03935e, #01a965);
  background: linear-gradient(to right, #03935e, #01a965);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #01a965;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #01a965, #00be6d);
  -moz-background: linear-gradient(to right, #01a965, #00be6d);
  -ms-background: linear-gradient(to right, #01a965, #00be6d);
  -o-background: linear-gradient(to right, #01a965, #00be6d);
  background: linear-gradient(to right, #01a965, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emeritus.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emeritus.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.emeritus.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emeritus.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emeritus.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a2837, #093d3f);
  -moz-background: linear-gradient(to bottom, #0a2837, #093d3f);
  -ms-background: linear-gradient(to bottom, #0a2837, #093d3f);
  -o-background: linear-gradient(to bottom, #0a2837, #093d3f);
  background: linear-gradient(to bottom, #0a2837, #093d3f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #093d3f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0a2837;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #093d3f, #075346);
  -moz-background: linear-gradient(to bottom, #093d3f, #075346);
  -ms-background: linear-gradient(to bottom, #093d3f, #075346);
  -o-background: linear-gradient(to bottom, #093d3f, #075346);
  background: linear-gradient(to bottom, #093d3f, #075346);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #075346;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #093d3f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #075346, #06684e);
  -moz-background: linear-gradient(to bottom, #075346, #06684e);
  -ms-background: linear-gradient(to bottom, #075346, #06684e);
  -o-background: linear-gradient(to bottom, #075346, #06684e);
  background: linear-gradient(to bottom, #075346, #06684e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #06684e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #075346;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #06684e, #047e56);
  -moz-background: linear-gradient(to bottom, #06684e, #047e56);
  -ms-background: linear-gradient(to bottom, #06684e, #047e56);
  -o-background: linear-gradient(to bottom, #06684e, #047e56);
  background: linear-gradient(to bottom, #06684e, #047e56);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #047e56;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #06684e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #047e56, #03935e);
  -moz-background: linear-gradient(to bottom, #047e56, #03935e);
  -ms-background: linear-gradient(to bottom, #047e56, #03935e);
  -o-background: linear-gradient(to bottom, #047e56, #03935e);
  background: linear-gradient(to bottom, #047e56, #03935e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #03935e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #047e56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #03935e, #01a965);
  -moz-background: linear-gradient(to bottom, #03935e, #01a965);
  -ms-background: linear-gradient(to bottom, #03935e, #01a965);
  -o-background: linear-gradient(to bottom, #03935e, #01a965);
  background: linear-gradient(to bottom, #03935e, #01a965);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #01a965;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #03935e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #01a965, #00be6d);
  -moz-background: linear-gradient(to bottom, #01a965, #00be6d);
  -ms-background: linear-gradient(to bottom, #01a965, #00be6d);
  -o-background: linear-gradient(to bottom, #01a965, #00be6d);
  background: linear-gradient(to bottom, #01a965, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #01a965;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.emeritus.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00be6d;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .referrals-advocate__overlay {
  background-color: #00be6d;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .referrals-advocate__steps-circle {
  fill: #00be6d;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .referrals-advocate__testimonial {
  background-color: #00be6d;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.emeritus .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.emeritus .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.emeritus .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00be6d;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.emeritus .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.emeritus .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.emeritus .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.emeritus .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00be6d;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .terms__title {
  border-color: #0a2837;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .terms__links {
  color: #00be6d;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus .referral-tooltip__image path {
  fill: #00be6d;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.emeritus .main-header,
.emeritus .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #27235e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritus-institute-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #1b1942;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .main-header__menu__btn:hover, .white-label.emeritus-institute-of-management .main-header__menu__btn:focus, .white-label.emeritus-institute-of-management .main-header__menu__btn:active, .white-label.emeritus-institute-of-management .main-header__menu__btn:checked, .white-label.emeritus-institute-of-management .main-header__menu__btn:focus:hover, .white-label.emeritus-institute-of-management .main-header__menu__btn:focus:active, .white-label.emeritus-institute-of-management .main-header__menu__btn:not(:disabled):hover, .white-label.emeritus-institute-of-management .main-header__menu__btn:not(:disabled):active, .white-label.emeritus-institute-of-management .main-header__menu__btn:not(.disabled):active, .white-label.emeritus-institute-of-management .main-header__menu__btn:not(:disabled):active:focus, .white-label.emeritus-institute-of-management .main-header__menu__btn:not(.disabled):active:focus,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:hover,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:focus,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:active,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:checked,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:focus:hover,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:focus:active,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:not(:disabled):hover,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:not(:disabled):active,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:not(.disabled):active,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.emeritus-institute-of-management .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #27235e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .main-header .nav__link:hover, .white-label.emeritus-institute-of-management .main-header .nav__link:focus, .white-label.emeritus-institute-of-management .main-header .nav__link:active, .white-label.emeritus-institute-of-management .main-header .nav__link:checked, .white-label.emeritus-institute-of-management .main-header .nav__link:focus:hover, .white-label.emeritus-institute-of-management .main-header .nav__link:focus:active, .white-label.emeritus-institute-of-management .main-header .nav__link:not(:disabled):hover, .white-label.emeritus-institute-of-management .main-header .nav__link:not(:disabled):active, .white-label.emeritus-institute-of-management .main-header .nav__link:not(.disabled):active, .white-label.emeritus-institute-of-management .main-header .nav__link:not(:disabled):active:focus, .white-label.emeritus-institute-of-management .main-header .nav__link:not(.disabled):active:focus,
.white-label.emeritus-institute-of-management .main-footer .nav__link:hover,
.white-label.emeritus-institute-of-management .main-footer .nav__link:focus,
.white-label.emeritus-institute-of-management .main-footer .nav__link:active,
.white-label.emeritus-institute-of-management .main-footer .nav__link:checked,
.white-label.emeritus-institute-of-management .main-footer .nav__link:focus:hover,
.white-label.emeritus-institute-of-management .main-footer .nav__link:focus:active,
.white-label.emeritus-institute-of-management .main-footer .nav__link:not(:disabled):hover,
.white-label.emeritus-institute-of-management .main-footer .nav__link:not(:disabled):active,
.white-label.emeritus-institute-of-management .main-footer .nav__link:not(.disabled):active,
.white-label.emeritus-institute-of-management .main-footer .nav__link:not(:disabled):active:focus,
.white-label.emeritus-institute-of-management .main-footer .nav__link:not(.disabled):active:focus {
  color: #1b1942;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management.signed-out .btn:not(.btn--social), .white-label.emeritus-institute-of-management.signed-in .btn--primary {
  background-color: #eb5e2e;
  border-color: #eb5e2e;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.signed-out .btn:not(.btn--social):hover, .white-label.emeritus-institute-of-management.signed-out .btn:not(.btn--social):focus, .white-label.emeritus-institute-of-management.signed-out .btn:not(.btn--social):active, .white-label.emeritus-institute-of-management.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.emeritus-institute-of-management.signed-in .btn--primary:hover, .white-label.emeritus-institute-of-management.signed-in .btn--primary:focus, .white-label.emeritus-institute-of-management.signed-in .btn--primary:active, .white-label.emeritus-institute-of-management.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #eb5e2e;
  box-shadow: none;
  color: #eb5e2e;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .nav__btn:hover span,
.white-label.emeritus-institute-of-management .nav__btn:hover span::after,
.white-label.emeritus-institute-of-management .nav__btn:hover span::before,
.white-label.emeritus-institute-of-management .nav__btn:focus span,
.white-label.emeritus-institute-of-management .nav__btn:focus span::after,
.white-label.emeritus-institute-of-management .nav__btn:focus span::before {
  background-color: #27235e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.emeritus-institute-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #27235e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .nav__sidebar ul .profile__no-menu-link:hover {
  color: #27235e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__list li:hover::after {
  border-color: rgba(39, 35, 94, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__list li:hover .heading-3 {
  color: #27235e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .profile__link:hover, .white-label.emeritus-institute-of-management .profile__link:focus, .white-label.emeritus-institute-of-management .profile__link:active, .white-label.emeritus-institute-of-management .profile__link:checked, .white-label.emeritus-institute-of-management .profile__link:focus:hover, .white-label.emeritus-institute-of-management .profile__link:focus:active, .white-label.emeritus-institute-of-management .profile__link:not(:disabled):hover, .white-label.emeritus-institute-of-management .profile__link:not(:disabled):active, .white-label.emeritus-institute-of-management .profile__link:not(.disabled):active, .white-label.emeritus-institute-of-management .profile__link:not(:disabled):active:focus, .white-label.emeritus-institute-of-management .profile__link:not(.disabled):active:focus {
  color: #27235e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .profile__actions:hover .profile__icn g,
.white-label.emeritus-institute-of-management .profile__actions:focus .profile__icn g {
  fill: #27235e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .students__classmate:hover .students__thumbnail,
.white-label.emeritus-institute-of-management .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #27235e, 0 0 0 1px #27235e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .pagination__page-link:hover::after {
  border-color: rgba(39, 35, 94, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modal__bg-icn {
  fill: #27235e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .payments__paragraph--initial, .white-label.emeritus-institute-of-management .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .form__input:-webkit-autofill, .white-label.emeritus-institute-of-management .StripeElement:-webkit-autofill, .white-label.emeritus-institute-of-management .form__input:-webkit-autofill:focus, .white-label.emeritus-institute-of-management .form__input:-internal-autofill-selected, .white-label.emeritus-institute-of-management .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(235, 94, 46, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(235, 94, 46, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(235, 94, 46, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(235, 94, 46, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(235, 94, 46, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .form__input:-moz-autofill, .white-label.emeritus-institute-of-management .StripeElement:-moz-autofill, .white-label.emeritus-institute-of-management .form__input:-moz-autofill-preview, .white-label.emeritus-institute-of-management .StripeElement:-moz-autofill-preview {
  filter: rgba(235, 94, 46, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .form-radio__input:hover + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:hover + label::before, .white-label.emeritus-institute-of-management .form-radio__input:focus + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:focus + label::before, .white-label.emeritus-institute-of-management .form-radio__input:active + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:active + label::before, .white-label.emeritus-institute-of-management .form-radio__input:checked + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:checked + label::before, .white-label.emeritus-institute-of-management .form-radio__input:focus:hover + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:focus:hover + label::before, .white-label.emeritus-institute-of-management .form-radio__input:focus:active + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:focus:active + label::before, .white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):hover + label::before, .white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):active + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):active + label::before, .white-label.emeritus-institute-of-management .form-radio__input:not(.disabled):active + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:not(.disabled):active + label::before, .white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):active:focus + label::before, .white-label.emeritus-institute-of-management .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.emeritus-institute-of-management .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #27235e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .form-radio__input:hover + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:focus + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:active + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:checked + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:focus:hover + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:focus:active + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.emeritus-institute-of-management .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #27235e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .form-check-input:checked + label::before, .white-label.emeritus-institute-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background: #27235e;
  border-color: #27235e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .form-check-input:valid:focus:checked + label::before, .white-label.emeritus-institute-of-management .form-check-input.valid:focus:checked + label::before, .white-label.emeritus-institute-of-management .form-check-input--valid:focus:checked + label::before, .white-label.emeritus-institute-of-management .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #27235e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .electives .form-radio__input:checked + label::before {
  background-color: #27235e;
  border: 3px solid #27235e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .enrollment__icon path {
  fill: #eb5e2e;
  stroke: #eb5e2e;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .enrollment__icon tspan {
  fill: #eb5e2e;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__tasks li:hover::after, .white-label.emeritus-institute-of-management .modules__tasks li.selected::after {
  border-color: rgba(39, 35, 94, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__tasks li::before {
  color: rgba(39, 35, 94, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(39, 35, 94, 0.4);
  border-color: rgba(39, 35, 94, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .modules__tasks li .modules__btn:hover::after, .white-label.emeritus-institute-of-management .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(39, 35, 94, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .tabs__li:hover {
  border-color: rgba(39, 35, 94, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .tabs__label {
  border-bottom-color: #27235e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.emeritus-institute-of-management .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #27235e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .survey__success .check {
  fill: #27235e;
  stroke: #27235e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .electives__checkbox:checked + label::before,
.white-label.emeritus-institute-of-management .program-card__checkbox:checked + label::before {
  background-color: #27235e;
  border-color: #27235e;
  color: #27235e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .electives__checkbox:checked ~ .program-card__content,
.white-label.emeritus-institute-of-management .program-card__checkbox:checked ~ .program-card__content {
  border-color: #27235e;
  box-shadow: 0 0 0 1px #27235e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .canvas-assignments__submission-type::before {
  border-color: #27235e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .canvas-assignments__submission-type::after {
  border-color: #27235e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .canvas-assignments__submission-type:hover {
  background-color: rgba(39, 35, 94, 0.1);
  border-color: #27235e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .canvas-assignments__submission-type.typed--selected, .white-label.emeritus-institute-of-management .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(39, 35, 94, 0.1);
  border-color: #27235e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(1),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(1), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #463fa8, #413b9e);
  -moz-background: linear-gradient(to right, #463fa8, #413b9e);
  -ms-background: linear-gradient(to right, #463fa8, #413b9e);
  -o-background: linear-gradient(to right, #463fa8, #413b9e);
  background: linear-gradient(to right, #463fa8, #413b9e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(1)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(1)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #413b9e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(2),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(2), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #413b9e, #3d3793);
  -moz-background: linear-gradient(to right, #413b9e, #3d3793);
  -ms-background: linear-gradient(to right, #413b9e, #3d3793);
  -o-background: linear-gradient(to right, #413b9e, #3d3793);
  background: linear-gradient(to right, #413b9e, #3d3793);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(2)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(2)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3d3793;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(3),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(3), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3d3793, #393388);
  -moz-background: linear-gradient(to right, #3d3793, #393388);
  -ms-background: linear-gradient(to right, #3d3793, #393388);
  -o-background: linear-gradient(to right, #3d3793, #393388);
  background: linear-gradient(to right, #3d3793, #393388);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(3)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(3)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #393388;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(4),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(4), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #393388, #342f7e);
  -moz-background: linear-gradient(to right, #393388, #342f7e);
  -ms-background: linear-gradient(to right, #393388, #342f7e);
  -o-background: linear-gradient(to right, #393388, #342f7e);
  background: linear-gradient(to right, #393388, #342f7e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(4)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(4)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #342f7e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(5),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(5), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #342f7e, #302b73);
  -moz-background: linear-gradient(to right, #342f7e, #302b73);
  -ms-background: linear-gradient(to right, #342f7e, #302b73);
  -o-background: linear-gradient(to right, #342f7e, #302b73);
  background: linear-gradient(to right, #342f7e, #302b73);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(5)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(5)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #302b73;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(6),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(6), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #302b73, #2b2769);
  -moz-background: linear-gradient(to right, #302b73, #2b2769);
  -ms-background: linear-gradient(to right, #302b73, #2b2769);
  -o-background: linear-gradient(to right, #302b73, #2b2769);
  background: linear-gradient(to right, #302b73, #2b2769);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(6)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(6)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2b2769;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(7),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(7), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2b2769, #27235e);
  -moz-background: linear-gradient(to right, #2b2769, #27235e);
  -ms-background: linear-gradient(to right, #2b2769, #27235e);
  -o-background: linear-gradient(to right, #2b2769, #27235e);
  background: linear-gradient(to right, #2b2769, #27235e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(7)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(7)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #27235e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(n+8),
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(n+8), .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #27235e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .step--active:nth-child(n+8)::after,
.white-label.emeritus-institute-of-management .steps--progress .step--completed:nth-child(n+8)::after, .white-label.emeritus-institute-of-management .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #27235e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved {
  color: #27235e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #463fa8, #413b9e);
  -moz-background: linear-gradient(to bottom, #463fa8, #413b9e);
  -ms-background: linear-gradient(to bottom, #463fa8, #413b9e);
  -o-background: linear-gradient(to bottom, #463fa8, #413b9e);
  background: linear-gradient(to bottom, #463fa8, #413b9e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #413b9e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #463fa8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #413b9e, #3d3793);
  -moz-background: linear-gradient(to bottom, #413b9e, #3d3793);
  -ms-background: linear-gradient(to bottom, #413b9e, #3d3793);
  -o-background: linear-gradient(to bottom, #413b9e, #3d3793);
  background: linear-gradient(to bottom, #413b9e, #3d3793);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3d3793;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #413b9e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3d3793, #393388);
  -moz-background: linear-gradient(to bottom, #3d3793, #393388);
  -ms-background: linear-gradient(to bottom, #3d3793, #393388);
  -o-background: linear-gradient(to bottom, #3d3793, #393388);
  background: linear-gradient(to bottom, #3d3793, #393388);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #393388;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3d3793;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #393388, #342f7e);
  -moz-background: linear-gradient(to bottom, #393388, #342f7e);
  -ms-background: linear-gradient(to bottom, #393388, #342f7e);
  -o-background: linear-gradient(to bottom, #393388, #342f7e);
  background: linear-gradient(to bottom, #393388, #342f7e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #342f7e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #393388;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #342f7e, #302b73);
  -moz-background: linear-gradient(to bottom, #342f7e, #302b73);
  -ms-background: linear-gradient(to bottom, #342f7e, #302b73);
  -o-background: linear-gradient(to bottom, #342f7e, #302b73);
  background: linear-gradient(to bottom, #342f7e, #302b73);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #302b73;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #342f7e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #302b73, #2b2769);
  -moz-background: linear-gradient(to bottom, #302b73, #2b2769);
  -ms-background: linear-gradient(to bottom, #302b73, #2b2769);
  -o-background: linear-gradient(to bottom, #302b73, #2b2769);
  background: linear-gradient(to bottom, #302b73, #2b2769);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2b2769;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #302b73;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b2769, #27235e);
  -moz-background: linear-gradient(to bottom, #2b2769, #27235e);
  -ms-background: linear-gradient(to bottom, #2b2769, #27235e);
  -o-background: linear-gradient(to bottom, #2b2769, #27235e);
  background: linear-gradient(to bottom, #2b2769, #27235e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #27235e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2b2769;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #27235e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #27235e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus-institute-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus-institute-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #27235e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .sidebar .steps .steps__label-toggle {
  background-color: #27235e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .sidebar .steps .step--active {
  border-left: 0.5rem solid #27235e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #eb5e2e, #cf5635);
  -moz-background: linear-gradient(to right, #eb5e2e, #cf5635);
  -ms-background: linear-gradient(to right, #eb5e2e, #cf5635);
  -o-background: linear-gradient(to right, #eb5e2e, #cf5635);
  background: linear-gradient(to right, #eb5e2e, #cf5635);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #cf5635;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #cf5635, #b34d3c);
  -moz-background: linear-gradient(to right, #cf5635, #b34d3c);
  -ms-background: linear-gradient(to right, #cf5635, #b34d3c);
  -o-background: linear-gradient(to right, #cf5635, #b34d3c);
  background: linear-gradient(to right, #cf5635, #b34d3c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #b34d3c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #b34d3c, #974543);
  -moz-background: linear-gradient(to right, #b34d3c, #974543);
  -ms-background: linear-gradient(to right, #b34d3c, #974543);
  -o-background: linear-gradient(to right, #b34d3c, #974543);
  background: linear-gradient(to right, #b34d3c, #974543);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #974543;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #974543, #7b3c49);
  -moz-background: linear-gradient(to right, #974543, #7b3c49);
  -ms-background: linear-gradient(to right, #974543, #7b3c49);
  -o-background: linear-gradient(to right, #974543, #7b3c49);
  background: linear-gradient(to right, #974543, #7b3c49);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #7b3c49;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #7b3c49, #5f3450);
  -moz-background: linear-gradient(to right, #7b3c49, #5f3450);
  -ms-background: linear-gradient(to right, #7b3c49, #5f3450);
  -o-background: linear-gradient(to right, #7b3c49, #5f3450);
  background: linear-gradient(to right, #7b3c49, #5f3450);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #5f3450;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #5f3450, #432b57);
  -moz-background: linear-gradient(to right, #5f3450, #432b57);
  -ms-background: linear-gradient(to right, #5f3450, #432b57);
  -o-background: linear-gradient(to right, #5f3450, #432b57);
  background: linear-gradient(to right, #5f3450, #432b57);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #432b57;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #432b57, #27235e);
  -moz-background: linear-gradient(to right, #432b57, #27235e);
  -ms-background: linear-gradient(to right, #432b57, #27235e);
  -o-background: linear-gradient(to right, #432b57, #27235e);
  background: linear-gradient(to right, #432b57, #27235e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #27235e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #27235e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #27235e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #eb5e2e, #cf5635);
  -moz-background: linear-gradient(to bottom, #eb5e2e, #cf5635);
  -ms-background: linear-gradient(to bottom, #eb5e2e, #cf5635);
  -o-background: linear-gradient(to bottom, #eb5e2e, #cf5635);
  background: linear-gradient(to bottom, #eb5e2e, #cf5635);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #cf5635;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #eb5e2e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #cf5635, #b34d3c);
  -moz-background: linear-gradient(to bottom, #cf5635, #b34d3c);
  -ms-background: linear-gradient(to bottom, #cf5635, #b34d3c);
  -o-background: linear-gradient(to bottom, #cf5635, #b34d3c);
  background: linear-gradient(to bottom, #cf5635, #b34d3c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #b34d3c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #cf5635;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #b34d3c, #974543);
  -moz-background: linear-gradient(to bottom, #b34d3c, #974543);
  -ms-background: linear-gradient(to bottom, #b34d3c, #974543);
  -o-background: linear-gradient(to bottom, #b34d3c, #974543);
  background: linear-gradient(to bottom, #b34d3c, #974543);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #974543;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #b34d3c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #974543, #7b3c49);
  -moz-background: linear-gradient(to bottom, #974543, #7b3c49);
  -ms-background: linear-gradient(to bottom, #974543, #7b3c49);
  -o-background: linear-gradient(to bottom, #974543, #7b3c49);
  background: linear-gradient(to bottom, #974543, #7b3c49);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #7b3c49;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #974543;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #7b3c49, #5f3450);
  -moz-background: linear-gradient(to bottom, #7b3c49, #5f3450);
  -ms-background: linear-gradient(to bottom, #7b3c49, #5f3450);
  -o-background: linear-gradient(to bottom, #7b3c49, #5f3450);
  background: linear-gradient(to bottom, #7b3c49, #5f3450);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #5f3450;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #7b3c49;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #5f3450, #432b57);
  -moz-background: linear-gradient(to bottom, #5f3450, #432b57);
  -ms-background: linear-gradient(to bottom, #5f3450, #432b57);
  -o-background: linear-gradient(to bottom, #5f3450, #432b57);
  background: linear-gradient(to bottom, #5f3450, #432b57);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #432b57;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #5f3450;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #432b57, #27235e);
  -moz-background: linear-gradient(to bottom, #432b57, #27235e);
  -ms-background: linear-gradient(to bottom, #432b57, #27235e);
  -o-background: linear-gradient(to bottom, #432b57, #27235e);
  background: linear-gradient(to bottom, #432b57, #27235e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #27235e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #432b57;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #27235e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #27235e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus-institute-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus-institute-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus-institute-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus-institute-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #27235e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .referrals-advocate__overlay {
  background-color: #27235e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .referrals-advocate__steps-circle {
  fill: #27235e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .referrals-advocate__testimonial {
  background-color: #27235e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #27235e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.emeritus-institute-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #27235e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .terms__title {
  border-color: #eb5e2e;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .terms__links {
  color: #27235e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-institute-of-management .referral-tooltip__image path {
  fill: #27235e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.emeritus-institute-of-management .main-header,
.emeritus-institute-of-management .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritus-mini-cert div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #009857;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .main-header__menu__btn:hover, .white-label.emeritus-mini-cert .main-header__menu__btn:focus, .white-label.emeritus-mini-cert .main-header__menu__btn:active, .white-label.emeritus-mini-cert .main-header__menu__btn:checked, .white-label.emeritus-mini-cert .main-header__menu__btn:focus:hover, .white-label.emeritus-mini-cert .main-header__menu__btn:focus:active, .white-label.emeritus-mini-cert .main-header__menu__btn:not(:disabled):hover, .white-label.emeritus-mini-cert .main-header__menu__btn:not(:disabled):active, .white-label.emeritus-mini-cert .main-header__menu__btn:not(.disabled):active, .white-label.emeritus-mini-cert .main-header__menu__btn:not(:disabled):active:focus, .white-label.emeritus-mini-cert .main-header__menu__btn:not(.disabled):active:focus,
.white-label.emeritus-mini-cert .main-footer__menu__btn:hover,
.white-label.emeritus-mini-cert .main-footer__menu__btn:focus,
.white-label.emeritus-mini-cert .main-footer__menu__btn:active,
.white-label.emeritus-mini-cert .main-footer__menu__btn:checked,
.white-label.emeritus-mini-cert .main-footer__menu__btn:focus:hover,
.white-label.emeritus-mini-cert .main-footer__menu__btn:focus:active,
.white-label.emeritus-mini-cert .main-footer__menu__btn:not(:disabled):hover,
.white-label.emeritus-mini-cert .main-footer__menu__btn:not(:disabled):active,
.white-label.emeritus-mini-cert .main-footer__menu__btn:not(.disabled):active,
.white-label.emeritus-mini-cert .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.emeritus-mini-cert .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .main-header .nav__link:hover, .white-label.emeritus-mini-cert .main-header .nav__link:focus, .white-label.emeritus-mini-cert .main-header .nav__link:active, .white-label.emeritus-mini-cert .main-header .nav__link:checked, .white-label.emeritus-mini-cert .main-header .nav__link:focus:hover, .white-label.emeritus-mini-cert .main-header .nav__link:focus:active, .white-label.emeritus-mini-cert .main-header .nav__link:not(:disabled):hover, .white-label.emeritus-mini-cert .main-header .nav__link:not(:disabled):active, .white-label.emeritus-mini-cert .main-header .nav__link:not(.disabled):active, .white-label.emeritus-mini-cert .main-header .nav__link:not(:disabled):active:focus, .white-label.emeritus-mini-cert .main-header .nav__link:not(.disabled):active:focus,
.white-label.emeritus-mini-cert .main-footer .nav__link:hover,
.white-label.emeritus-mini-cert .main-footer .nav__link:focus,
.white-label.emeritus-mini-cert .main-footer .nav__link:active,
.white-label.emeritus-mini-cert .main-footer .nav__link:checked,
.white-label.emeritus-mini-cert .main-footer .nav__link:focus:hover,
.white-label.emeritus-mini-cert .main-footer .nav__link:focus:active,
.white-label.emeritus-mini-cert .main-footer .nav__link:not(:disabled):hover,
.white-label.emeritus-mini-cert .main-footer .nav__link:not(:disabled):active,
.white-label.emeritus-mini-cert .main-footer .nav__link:not(.disabled):active,
.white-label.emeritus-mini-cert .main-footer .nav__link:not(:disabled):active:focus,
.white-label.emeritus-mini-cert .main-footer .nav__link:not(.disabled):active:focus {
  color: #009857;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert.signed-out .btn:not(.btn--social), .white-label.emeritus-mini-cert.signed-in .btn--primary {
  background-color: #0a2837;
  border-color: #0a2837;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.signed-out .btn:not(.btn--social):hover, .white-label.emeritus-mini-cert.signed-out .btn:not(.btn--social):focus, .white-label.emeritus-mini-cert.signed-out .btn:not(.btn--social):active, .white-label.emeritus-mini-cert.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.emeritus-mini-cert.signed-in .btn--primary:hover, .white-label.emeritus-mini-cert.signed-in .btn--primary:focus, .white-label.emeritus-mini-cert.signed-in .btn--primary:active, .white-label.emeritus-mini-cert.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #0a2837;
  box-shadow: none;
  color: #0a2837;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .nav__btn:hover span,
.white-label.emeritus-mini-cert .nav__btn:hover span::after,
.white-label.emeritus-mini-cert .nav__btn:hover span::before,
.white-label.emeritus-mini-cert .nav__btn:focus span,
.white-label.emeritus-mini-cert .nav__btn:focus span::after,
.white-label.emeritus-mini-cert .nav__btn:focus span::before {
  background-color: #00be6d;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.emeritus-mini-cert .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00be6d;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00be6d;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__list li:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__list li:hover .heading-3 {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .profile__link:hover, .white-label.emeritus-mini-cert .profile__link:focus, .white-label.emeritus-mini-cert .profile__link:active, .white-label.emeritus-mini-cert .profile__link:checked, .white-label.emeritus-mini-cert .profile__link:focus:hover, .white-label.emeritus-mini-cert .profile__link:focus:active, .white-label.emeritus-mini-cert .profile__link:not(:disabled):hover, .white-label.emeritus-mini-cert .profile__link:not(:disabled):active, .white-label.emeritus-mini-cert .profile__link:not(.disabled):active, .white-label.emeritus-mini-cert .profile__link:not(:disabled):active:focus, .white-label.emeritus-mini-cert .profile__link:not(.disabled):active:focus {
  color: #00be6d;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .profile__actions:hover .profile__icn g,
.white-label.emeritus-mini-cert .profile__actions:focus .profile__icn g {
  fill: #00be6d;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .students__classmate:hover .students__thumbnail,
.white-label.emeritus-mini-cert .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00be6d, 0 0 0 1px #00be6d inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .pagination__page-link:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modal__bg-icn {
  fill: #00be6d;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .payments__paragraph--initial, .white-label.emeritus-mini-cert .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .form__input:-webkit-autofill, .white-label.emeritus-mini-cert .StripeElement:-webkit-autofill, .white-label.emeritus-mini-cert .form__input:-webkit-autofill:focus, .white-label.emeritus-mini-cert .form__input:-internal-autofill-selected, .white-label.emeritus-mini-cert .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(10, 40, 55, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .form__input:-moz-autofill, .white-label.emeritus-mini-cert .StripeElement:-moz-autofill, .white-label.emeritus-mini-cert .form__input:-moz-autofill-preview, .white-label.emeritus-mini-cert .StripeElement:-moz-autofill-preview {
  filter: rgba(10, 40, 55, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .form-radio__input:hover + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:hover + label::before, .white-label.emeritus-mini-cert .form-radio__input:focus + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:focus + label::before, .white-label.emeritus-mini-cert .form-radio__input:active + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:active + label::before, .white-label.emeritus-mini-cert .form-radio__input:checked + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:checked + label::before, .white-label.emeritus-mini-cert .form-radio__input:focus:hover + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:focus:hover + label::before, .white-label.emeritus-mini-cert .form-radio__input:focus:active + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:focus:active + label::before, .white-label.emeritus-mini-cert .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:not(:disabled):hover + label::before, .white-label.emeritus-mini-cert .form-radio__input:not(:disabled):active + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:not(:disabled):active + label::before, .white-label.emeritus-mini-cert .form-radio__input:not(.disabled):active + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:not(.disabled):active + label::before, .white-label.emeritus-mini-cert .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:not(:disabled):active:focus + label::before, .white-label.emeritus-mini-cert .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.emeritus-mini-cert .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00be6d;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .form-radio__input:hover + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:focus + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:active + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:checked + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:focus:hover + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:focus:active + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.emeritus-mini-cert .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00be6d inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .form-check-input:checked + label::before, .white-label.emeritus-mini-cert .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00be6d;
  border-color: #00be6d;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .form-check-input:valid:focus:checked + label::before, .white-label.emeritus-mini-cert .form-check-input.valid:focus:checked + label::before, .white-label.emeritus-mini-cert .form-check-input--valid:focus:checked + label::before, .white-label.emeritus-mini-cert .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00be6d;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .electives .form-radio__input:checked + label::before {
  background-color: #00be6d;
  border: 3px solid #00be6d;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .enrollment__icon path {
  fill: #0a2837;
  stroke: #0a2837;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .enrollment__icon tspan {
  fill: #0a2837;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__tasks li:hover::after, .white-label.emeritus-mini-cert .modules__tasks li.selected::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__tasks li::before {
  color: rgba(0, 190, 109, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 190, 109, 0.4);
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .modules__tasks li .modules__btn:hover::after, .white-label.emeritus-mini-cert .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .tabs__li:hover {
  border-color: rgba(0, 190, 109, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .tabs__label {
  border-bottom-color: #00be6d;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.emeritus-mini-cert .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00be6d;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .survey__success .check {
  fill: #00be6d;
  stroke: #00be6d;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .electives__checkbox:checked + label::before,
.white-label.emeritus-mini-cert .program-card__checkbox:checked + label::before {
  background-color: #00be6d;
  border-color: #00be6d;
  color: #00be6d;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .electives__checkbox:checked ~ .program-card__content,
.white-label.emeritus-mini-cert .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00be6d;
  box-shadow: 0 0 0 1px #00be6d inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .canvas-assignments__submission-type::before {
  border-color: #00be6d;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .canvas-assignments__submission-type::after {
  border-color: #00be6d;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 190, 109, 0.1);
  border-color: #00be6d;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .canvas-assignments__submission-type.typed--selected, .white-label.emeritus-mini-cert .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 190, 109, 0.1);
  border-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(1),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(1), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #25ffa2, #20f69a);
  -moz-background: linear-gradient(to right, #25ffa2, #20f69a);
  -ms-background: linear-gradient(to right, #25ffa2, #20f69a);
  -o-background: linear-gradient(to right, #25ffa2, #20f69a);
  background: linear-gradient(to right, #25ffa2, #20f69a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(1)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(1)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #20f69a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(2),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(2), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #20f69a, #1aec93);
  -moz-background: linear-gradient(to right, #20f69a, #1aec93);
  -ms-background: linear-gradient(to right, #20f69a, #1aec93);
  -o-background: linear-gradient(to right, #20f69a, #1aec93);
  background: linear-gradient(to right, #20f69a, #1aec93);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(2)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(2)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1aec93;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(3),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(3), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1aec93, #15e38b);
  -moz-background: linear-gradient(to right, #1aec93, #15e38b);
  -ms-background: linear-gradient(to right, #1aec93, #15e38b);
  -o-background: linear-gradient(to right, #1aec93, #15e38b);
  background: linear-gradient(to right, #1aec93, #15e38b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(3)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(3)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #15e38b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(4),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(4), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #15e38b, #10da84);
  -moz-background: linear-gradient(to right, #15e38b, #10da84);
  -ms-background: linear-gradient(to right, #15e38b, #10da84);
  -o-background: linear-gradient(to right, #15e38b, #10da84);
  background: linear-gradient(to right, #15e38b, #10da84);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(4)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(4)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #10da84;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(5),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(5), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #10da84, #0bd17c);
  -moz-background: linear-gradient(to right, #10da84, #0bd17c);
  -ms-background: linear-gradient(to right, #10da84, #0bd17c);
  -o-background: linear-gradient(to right, #10da84, #0bd17c);
  background: linear-gradient(to right, #10da84, #0bd17c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(5)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(5)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0bd17c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(6),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(6), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0bd17c, #05c775);
  -moz-background: linear-gradient(to right, #0bd17c, #05c775);
  -ms-background: linear-gradient(to right, #0bd17c, #05c775);
  -o-background: linear-gradient(to right, #0bd17c, #05c775);
  background: linear-gradient(to right, #0bd17c, #05c775);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(6)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(6)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #05c775;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(7),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(7), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #05c775, #00be6d);
  -moz-background: linear-gradient(to right, #05c775, #00be6d);
  -ms-background: linear-gradient(to right, #05c775, #00be6d);
  -o-background: linear-gradient(to right, #05c775, #00be6d);
  background: linear-gradient(to right, #05c775, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(7)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(7)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(n+8),
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(n+8), .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .step--active:nth-child(n+8)::after,
.white-label.emeritus-mini-cert .steps--progress .step--completed:nth-child(n+8)::after, .white-label.emeritus-mini-cert .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00be6d;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -moz-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -ms-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -o-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  background: linear-gradient(to bottom, #25ffa2, #20f69a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #20f69a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #25ffa2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -moz-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -ms-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -o-background: linear-gradient(to bottom, #20f69a, #1aec93);
  background: linear-gradient(to bottom, #20f69a, #1aec93);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1aec93;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #20f69a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -moz-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -ms-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -o-background: linear-gradient(to bottom, #1aec93, #15e38b);
  background: linear-gradient(to bottom, #1aec93, #15e38b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #15e38b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1aec93;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #15e38b, #10da84);
  -moz-background: linear-gradient(to bottom, #15e38b, #10da84);
  -ms-background: linear-gradient(to bottom, #15e38b, #10da84);
  -o-background: linear-gradient(to bottom, #15e38b, #10da84);
  background: linear-gradient(to bottom, #15e38b, #10da84);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #10da84;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #15e38b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -moz-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -ms-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -o-background: linear-gradient(to bottom, #10da84, #0bd17c);
  background: linear-gradient(to bottom, #10da84, #0bd17c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0bd17c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #10da84;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -moz-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -ms-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -o-background: linear-gradient(to bottom, #0bd17c, #05c775);
  background: linear-gradient(to bottom, #0bd17c, #05c775);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #05c775;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0bd17c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #05c775, #00be6d);
  -moz-background: linear-gradient(to bottom, #05c775, #00be6d);
  -ms-background: linear-gradient(to bottom, #05c775, #00be6d);
  -o-background: linear-gradient(to bottom, #05c775, #00be6d);
  background: linear-gradient(to bottom, #05c775, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #05c775;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus-mini-cert .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus-mini-cert .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00be6d;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .sidebar .steps .steps__label-toggle {
  background-color: #00be6d;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .sidebar .steps .step--active {
  border-left: 0.5rem solid #00be6d;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0a2837, #093d3f);
  -moz-background: linear-gradient(to right, #0a2837, #093d3f);
  -ms-background: linear-gradient(to right, #0a2837, #093d3f);
  -o-background: linear-gradient(to right, #0a2837, #093d3f);
  background: linear-gradient(to right, #0a2837, #093d3f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #093d3f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #093d3f, #075346);
  -moz-background: linear-gradient(to right, #093d3f, #075346);
  -ms-background: linear-gradient(to right, #093d3f, #075346);
  -o-background: linear-gradient(to right, #093d3f, #075346);
  background: linear-gradient(to right, #093d3f, #075346);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #075346;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #075346, #06684e);
  -moz-background: linear-gradient(to right, #075346, #06684e);
  -ms-background: linear-gradient(to right, #075346, #06684e);
  -o-background: linear-gradient(to right, #075346, #06684e);
  background: linear-gradient(to right, #075346, #06684e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #06684e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #06684e, #047e56);
  -moz-background: linear-gradient(to right, #06684e, #047e56);
  -ms-background: linear-gradient(to right, #06684e, #047e56);
  -o-background: linear-gradient(to right, #06684e, #047e56);
  background: linear-gradient(to right, #06684e, #047e56);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #047e56;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #047e56, #03935e);
  -moz-background: linear-gradient(to right, #047e56, #03935e);
  -ms-background: linear-gradient(to right, #047e56, #03935e);
  -o-background: linear-gradient(to right, #047e56, #03935e);
  background: linear-gradient(to right, #047e56, #03935e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #03935e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #03935e, #01a965);
  -moz-background: linear-gradient(to right, #03935e, #01a965);
  -ms-background: linear-gradient(to right, #03935e, #01a965);
  -o-background: linear-gradient(to right, #03935e, #01a965);
  background: linear-gradient(to right, #03935e, #01a965);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #01a965;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #01a965, #00be6d);
  -moz-background: linear-gradient(to right, #01a965, #00be6d);
  -ms-background: linear-gradient(to right, #01a965, #00be6d);
  -o-background: linear-gradient(to right, #01a965, #00be6d);
  background: linear-gradient(to right, #01a965, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a2837, #093d3f);
  -moz-background: linear-gradient(to bottom, #0a2837, #093d3f);
  -ms-background: linear-gradient(to bottom, #0a2837, #093d3f);
  -o-background: linear-gradient(to bottom, #0a2837, #093d3f);
  background: linear-gradient(to bottom, #0a2837, #093d3f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #093d3f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0a2837;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #093d3f, #075346);
  -moz-background: linear-gradient(to bottom, #093d3f, #075346);
  -ms-background: linear-gradient(to bottom, #093d3f, #075346);
  -o-background: linear-gradient(to bottom, #093d3f, #075346);
  background: linear-gradient(to bottom, #093d3f, #075346);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #075346;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #093d3f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #075346, #06684e);
  -moz-background: linear-gradient(to bottom, #075346, #06684e);
  -ms-background: linear-gradient(to bottom, #075346, #06684e);
  -o-background: linear-gradient(to bottom, #075346, #06684e);
  background: linear-gradient(to bottom, #075346, #06684e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #06684e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #075346;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #06684e, #047e56);
  -moz-background: linear-gradient(to bottom, #06684e, #047e56);
  -ms-background: linear-gradient(to bottom, #06684e, #047e56);
  -o-background: linear-gradient(to bottom, #06684e, #047e56);
  background: linear-gradient(to bottom, #06684e, #047e56);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #047e56;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #06684e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #047e56, #03935e);
  -moz-background: linear-gradient(to bottom, #047e56, #03935e);
  -ms-background: linear-gradient(to bottom, #047e56, #03935e);
  -o-background: linear-gradient(to bottom, #047e56, #03935e);
  background: linear-gradient(to bottom, #047e56, #03935e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #03935e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #047e56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #03935e, #01a965);
  -moz-background: linear-gradient(to bottom, #03935e, #01a965);
  -ms-background: linear-gradient(to bottom, #03935e, #01a965);
  -o-background: linear-gradient(to bottom, #03935e, #01a965);
  background: linear-gradient(to bottom, #03935e, #01a965);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #01a965;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #03935e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #01a965, #00be6d);
  -moz-background: linear-gradient(to bottom, #01a965, #00be6d);
  -ms-background: linear-gradient(to bottom, #01a965, #00be6d);
  -o-background: linear-gradient(to bottom, #01a965, #00be6d);
  background: linear-gradient(to bottom, #01a965, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #01a965;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus-mini-cert.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus-mini-cert.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emeritus-mini-cert.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emeritus-mini-cert.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00be6d;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .referrals-advocate__overlay {
  background-color: #00be6d;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .referrals-advocate__steps-circle {
  fill: #00be6d;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .referrals-advocate__testimonial {
  background-color: #00be6d;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00be6d;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.emeritus-mini-cert .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00be6d;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .terms__title {
  border-color: #0a2837;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .terms__links {
  color: #00be6d;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritus-mini-cert .referral-tooltip__image path {
  fill: #00be6d;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.emeritus-mini-cert .main-header,
.emeritus-mini-cert .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #012269;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emory-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #011643;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .main-header__menu__btn:hover, .white-label.emory-executive-education .main-header__menu__btn:focus, .white-label.emory-executive-education .main-header__menu__btn:active, .white-label.emory-executive-education .main-header__menu__btn:checked, .white-label.emory-executive-education .main-header__menu__btn:focus:hover, .white-label.emory-executive-education .main-header__menu__btn:focus:active, .white-label.emory-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.emory-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.emory-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.emory-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.emory-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.emory-executive-education .main-footer__menu__btn:hover,
.white-label.emory-executive-education .main-footer__menu__btn:focus,
.white-label.emory-executive-education .main-footer__menu__btn:active,
.white-label.emory-executive-education .main-footer__menu__btn:checked,
.white-label.emory-executive-education .main-footer__menu__btn:focus:hover,
.white-label.emory-executive-education .main-footer__menu__btn:focus:active,
.white-label.emory-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.emory-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.emory-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.emory-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.emory-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #012269;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .main-header .nav__link:hover, .white-label.emory-executive-education .main-header .nav__link:focus, .white-label.emory-executive-education .main-header .nav__link:active, .white-label.emory-executive-education .main-header .nav__link:checked, .white-label.emory-executive-education .main-header .nav__link:focus:hover, .white-label.emory-executive-education .main-header .nav__link:focus:active, .white-label.emory-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.emory-executive-education .main-header .nav__link:not(:disabled):active, .white-label.emory-executive-education .main-header .nav__link:not(.disabled):active, .white-label.emory-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.emory-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.emory-executive-education .main-footer .nav__link:hover,
.white-label.emory-executive-education .main-footer .nav__link:focus,
.white-label.emory-executive-education .main-footer .nav__link:active,
.white-label.emory-executive-education .main-footer .nav__link:checked,
.white-label.emory-executive-education .main-footer .nav__link:focus:hover,
.white-label.emory-executive-education .main-footer .nav__link:focus:active,
.white-label.emory-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.emory-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.emory-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.emory-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.emory-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #011643;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education.signed-out .btn:not(.btn--social), .white-label.emory-executive-education.signed-in .btn--primary {
  background-color: #f2a900;
  border-color: #f2a900;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.emory-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.emory-executive-education.signed-out .btn:not(.btn--social):active, .white-label.emory-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.emory-executive-education.signed-in .btn--primary:hover, .white-label.emory-executive-education.signed-in .btn--primary:focus, .white-label.emory-executive-education.signed-in .btn--primary:active, .white-label.emory-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #f2a900;
  box-shadow: none;
  color: #f2a900;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .nav__btn:hover span,
.white-label.emory-executive-education .nav__btn:hover span::after,
.white-label.emory-executive-education .nav__btn:hover span::before,
.white-label.emory-executive-education .nav__btn:focus span,
.white-label.emory-executive-education .nav__btn:focus span::after,
.white-label.emory-executive-education .nav__btn:focus span::before {
  background-color: #012269;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.emory-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #012269;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #012269;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__list li:hover::after {
  border-color: rgba(1, 34, 105, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__list li:hover .heading-3 {
  color: #012269;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .profile__link:hover, .white-label.emory-executive-education .profile__link:focus, .white-label.emory-executive-education .profile__link:active, .white-label.emory-executive-education .profile__link:checked, .white-label.emory-executive-education .profile__link:focus:hover, .white-label.emory-executive-education .profile__link:focus:active, .white-label.emory-executive-education .profile__link:not(:disabled):hover, .white-label.emory-executive-education .profile__link:not(:disabled):active, .white-label.emory-executive-education .profile__link:not(.disabled):active, .white-label.emory-executive-education .profile__link:not(:disabled):active:focus, .white-label.emory-executive-education .profile__link:not(.disabled):active:focus {
  color: #012269;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .profile__actions:hover .profile__icn g,
.white-label.emory-executive-education .profile__actions:focus .profile__icn g {
  fill: #012269;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .students__classmate:hover .students__thumbnail,
.white-label.emory-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #012269, 0 0 0 1px #012269 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .pagination__page-link:hover::after {
  border-color: rgba(1, 34, 105, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modal__bg-icn {
  fill: #012269;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .payments__paragraph--initial, .white-label.emory-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .form__input:-webkit-autofill, .white-label.emory-executive-education .StripeElement:-webkit-autofill, .white-label.emory-executive-education .form__input:-webkit-autofill:focus, .white-label.emory-executive-education .form__input:-internal-autofill-selected, .white-label.emory-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(242, 169, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(242, 169, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(242, 169, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(242, 169, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(242, 169, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .form__input:-moz-autofill, .white-label.emory-executive-education .StripeElement:-moz-autofill, .white-label.emory-executive-education .form__input:-moz-autofill-preview, .white-label.emory-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(242, 169, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .form-radio__input:hover + label.bordered,
.white-label.emory-executive-education .form-radio__input:hover + label::before, .white-label.emory-executive-education .form-radio__input:focus + label.bordered,
.white-label.emory-executive-education .form-radio__input:focus + label::before, .white-label.emory-executive-education .form-radio__input:active + label.bordered,
.white-label.emory-executive-education .form-radio__input:active + label::before, .white-label.emory-executive-education .form-radio__input:checked + label.bordered,
.white-label.emory-executive-education .form-radio__input:checked + label::before, .white-label.emory-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.emory-executive-education .form-radio__input:focus:hover + label::before, .white-label.emory-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.emory-executive-education .form-radio__input:focus:active + label::before, .white-label.emory-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.emory-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.emory-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.emory-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.emory-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.emory-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.emory-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.emory-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.emory-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.emory-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #012269;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.emory-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #012269 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .form-check-input:checked + label::before, .white-label.emory-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #012269;
  border-color: #012269;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.emory-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.emory-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.emory-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #012269;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #012269;
  border: 3px solid #012269;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .enrollment__icon path {
  fill: #f2a900;
  stroke: #f2a900;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .enrollment__icon tspan {
  fill: #f2a900;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__tasks li:hover::after, .white-label.emory-executive-education .modules__tasks li.selected::after {
  border-color: rgba(1, 34, 105, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__tasks li::before {
  color: rgba(1, 34, 105, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(1, 34, 105, 0.4);
  border-color: rgba(1, 34, 105, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.emory-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(1, 34, 105, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .tabs__li:hover {
  border-color: rgba(1, 34, 105, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .tabs__label {
  border-bottom-color: #012269;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.emory-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #012269;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .survey__success .check {
  fill: #012269;
  stroke: #012269;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .electives__checkbox:checked + label::before,
.white-label.emory-executive-education .program-card__checkbox:checked + label::before {
  background-color: #012269;
  border-color: #012269;
  color: #012269;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.emory-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #012269;
  box-shadow: 0 0 0 1px #012269 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .canvas-assignments__submission-type::before {
  border-color: #012269;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .canvas-assignments__submission-type::after {
  border-color: #012269;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(1, 34, 105, 0.1);
  border-color: #012269;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.emory-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(1, 34, 105, 0.1);
  border-color: #012269;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(1),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(1), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0243ce, #023ec0);
  -moz-background: linear-gradient(to right, #0243ce, #023ec0);
  -ms-background: linear-gradient(to right, #0243ce, #023ec0);
  -o-background: linear-gradient(to right, #0243ce, #023ec0);
  background: linear-gradient(to right, #0243ce, #023ec0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #023ec0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(2),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(2), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #023ec0, #0239b1);
  -moz-background: linear-gradient(to right, #023ec0, #0239b1);
  -ms-background: linear-gradient(to right, #023ec0, #0239b1);
  -o-background: linear-gradient(to right, #023ec0, #0239b1);
  background: linear-gradient(to right, #023ec0, #0239b1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0239b1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(3),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(3), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0239b1, #0235a3);
  -moz-background: linear-gradient(to right, #0239b1, #0235a3);
  -ms-background: linear-gradient(to right, #0239b1, #0235a3);
  -o-background: linear-gradient(to right, #0239b1, #0235a3);
  background: linear-gradient(to right, #0239b1, #0235a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0235a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(4),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(4), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0235a3, #013094);
  -moz-background: linear-gradient(to right, #0235a3, #013094);
  -ms-background: linear-gradient(to right, #0235a3, #013094);
  -o-background: linear-gradient(to right, #0235a3, #013094);
  background: linear-gradient(to right, #0235a3, #013094);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #013094;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(5),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(5), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #013094, #012b86);
  -moz-background: linear-gradient(to right, #013094, #012b86);
  -ms-background: linear-gradient(to right, #013094, #012b86);
  -o-background: linear-gradient(to right, #013094, #012b86);
  background: linear-gradient(to right, #013094, #012b86);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #012b86;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(6),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(6), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #012b86, #012777);
  -moz-background: linear-gradient(to right, #012b86, #012777);
  -ms-background: linear-gradient(to right, #012b86, #012777);
  -o-background: linear-gradient(to right, #012b86, #012777);
  background: linear-gradient(to right, #012b86, #012777);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #012777;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(7),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(7), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #012777, #012269);
  -moz-background: linear-gradient(to right, #012777, #012269);
  -ms-background: linear-gradient(to right, #012777, #012269);
  -o-background: linear-gradient(to right, #012777, #012269);
  background: linear-gradient(to right, #012777, #012269);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #012269;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #012269;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.emory-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.emory-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #012269;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active,
.white-label.emory-executive-education .steps--progress .vertical-step--completed, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved {
  color: #012269;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0243ce, #023ec0);
  -moz-background: linear-gradient(to bottom, #0243ce, #023ec0);
  -ms-background: linear-gradient(to bottom, #0243ce, #023ec0);
  -o-background: linear-gradient(to bottom, #0243ce, #023ec0);
  background: linear-gradient(to bottom, #0243ce, #023ec0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #023ec0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0243ce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #023ec0, #0239b1);
  -moz-background: linear-gradient(to bottom, #023ec0, #0239b1);
  -ms-background: linear-gradient(to bottom, #023ec0, #0239b1);
  -o-background: linear-gradient(to bottom, #023ec0, #0239b1);
  background: linear-gradient(to bottom, #023ec0, #0239b1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0239b1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #023ec0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0239b1, #0235a3);
  -moz-background: linear-gradient(to bottom, #0239b1, #0235a3);
  -ms-background: linear-gradient(to bottom, #0239b1, #0235a3);
  -o-background: linear-gradient(to bottom, #0239b1, #0235a3);
  background: linear-gradient(to bottom, #0239b1, #0235a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0235a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0239b1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0235a3, #013094);
  -moz-background: linear-gradient(to bottom, #0235a3, #013094);
  -ms-background: linear-gradient(to bottom, #0235a3, #013094);
  -o-background: linear-gradient(to bottom, #0235a3, #013094);
  background: linear-gradient(to bottom, #0235a3, #013094);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #013094;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0235a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #013094, #012b86);
  -moz-background: linear-gradient(to bottom, #013094, #012b86);
  -ms-background: linear-gradient(to bottom, #013094, #012b86);
  -o-background: linear-gradient(to bottom, #013094, #012b86);
  background: linear-gradient(to bottom, #013094, #012b86);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #012b86;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #013094;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #012b86, #012777);
  -moz-background: linear-gradient(to bottom, #012b86, #012777);
  -ms-background: linear-gradient(to bottom, #012b86, #012777);
  -o-background: linear-gradient(to bottom, #012b86, #012777);
  background: linear-gradient(to bottom, #012b86, #012777);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #012777;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #012b86;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #012777, #012269);
  -moz-background: linear-gradient(to bottom, #012777, #012269);
  -ms-background: linear-gradient(to bottom, #012777, #012269);
  -o-background: linear-gradient(to bottom, #012777, #012269);
  background: linear-gradient(to bottom, #012777, #012269);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #012269;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #012777;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #012269;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #012269;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emory-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emory-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #012269;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #012269;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #012269;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f2a900, #d0960f);
  -moz-background: linear-gradient(to right, #f2a900, #d0960f);
  -ms-background: linear-gradient(to right, #f2a900, #d0960f);
  -o-background: linear-gradient(to right, #f2a900, #d0960f);
  background: linear-gradient(to right, #f2a900, #d0960f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d0960f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d0960f, #ad821e);
  -moz-background: linear-gradient(to right, #d0960f, #ad821e);
  -ms-background: linear-gradient(to right, #d0960f, #ad821e);
  -o-background: linear-gradient(to right, #d0960f, #ad821e);
  background: linear-gradient(to right, #d0960f, #ad821e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ad821e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ad821e, #8b6f2d);
  -moz-background: linear-gradient(to right, #ad821e, #8b6f2d);
  -ms-background: linear-gradient(to right, #ad821e, #8b6f2d);
  -o-background: linear-gradient(to right, #ad821e, #8b6f2d);
  background: linear-gradient(to right, #ad821e, #8b6f2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #8b6f2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #8b6f2d, #685c3c);
  -moz-background: linear-gradient(to right, #8b6f2d, #685c3c);
  -ms-background: linear-gradient(to right, #8b6f2d, #685c3c);
  -o-background: linear-gradient(to right, #8b6f2d, #685c3c);
  background: linear-gradient(to right, #8b6f2d, #685c3c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #685c3c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #685c3c, #46494b);
  -moz-background: linear-gradient(to right, #685c3c, #46494b);
  -ms-background: linear-gradient(to right, #685c3c, #46494b);
  -o-background: linear-gradient(to right, #685c3c, #46494b);
  background: linear-gradient(to right, #685c3c, #46494b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #46494b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #46494b, #23355a);
  -moz-background: linear-gradient(to right, #46494b, #23355a);
  -ms-background: linear-gradient(to right, #46494b, #23355a);
  -o-background: linear-gradient(to right, #46494b, #23355a);
  background: linear-gradient(to right, #46494b, #23355a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #23355a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #23355a, #012269);
  -moz-background: linear-gradient(to right, #23355a, #012269);
  -ms-background: linear-gradient(to right, #23355a, #012269);
  -o-background: linear-gradient(to right, #23355a, #012269);
  background: linear-gradient(to right, #23355a, #012269);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #012269;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #012269;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.emory-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #012269;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f2a900, #d0960f);
  -moz-background: linear-gradient(to bottom, #f2a900, #d0960f);
  -ms-background: linear-gradient(to bottom, #f2a900, #d0960f);
  -o-background: linear-gradient(to bottom, #f2a900, #d0960f);
  background: linear-gradient(to bottom, #f2a900, #d0960f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d0960f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f2a900;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d0960f, #ad821e);
  -moz-background: linear-gradient(to bottom, #d0960f, #ad821e);
  -ms-background: linear-gradient(to bottom, #d0960f, #ad821e);
  -o-background: linear-gradient(to bottom, #d0960f, #ad821e);
  background: linear-gradient(to bottom, #d0960f, #ad821e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ad821e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d0960f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ad821e, #8b6f2d);
  -moz-background: linear-gradient(to bottom, #ad821e, #8b6f2d);
  -ms-background: linear-gradient(to bottom, #ad821e, #8b6f2d);
  -o-background: linear-gradient(to bottom, #ad821e, #8b6f2d);
  background: linear-gradient(to bottom, #ad821e, #8b6f2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #8b6f2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ad821e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #8b6f2d, #685c3c);
  -moz-background: linear-gradient(to bottom, #8b6f2d, #685c3c);
  -ms-background: linear-gradient(to bottom, #8b6f2d, #685c3c);
  -o-background: linear-gradient(to bottom, #8b6f2d, #685c3c);
  background: linear-gradient(to bottom, #8b6f2d, #685c3c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #685c3c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #8b6f2d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #685c3c, #46494b);
  -moz-background: linear-gradient(to bottom, #685c3c, #46494b);
  -ms-background: linear-gradient(to bottom, #685c3c, #46494b);
  -o-background: linear-gradient(to bottom, #685c3c, #46494b);
  background: linear-gradient(to bottom, #685c3c, #46494b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #46494b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #685c3c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #46494b, #23355a);
  -moz-background: linear-gradient(to bottom, #46494b, #23355a);
  -ms-background: linear-gradient(to bottom, #46494b, #23355a);
  -o-background: linear-gradient(to bottom, #46494b, #23355a);
  background: linear-gradient(to bottom, #46494b, #23355a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #23355a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #46494b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #23355a, #012269);
  -moz-background: linear-gradient(to bottom, #23355a, #012269);
  -ms-background: linear-gradient(to bottom, #23355a, #012269);
  -o-background: linear-gradient(to bottom, #23355a, #012269);
  background: linear-gradient(to bottom, #23355a, #012269);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #012269;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #23355a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #012269;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #012269;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emory-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emory-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.emory-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.emory-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #012269;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .referrals-advocate__overlay {
  background-color: #012269;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .referrals-advocate__steps-circle {
  fill: #012269;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .referrals-advocate__testimonial {
  background-color: #012269;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emory-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #012269;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.emory-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #012269;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .terms__title {
  border-color: #f2a900;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .terms__links {
  color: #012269;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emory-executive-education .referral-tooltip__image path {
  fill: #012269;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.emory-executive-education .main-header,
.emory-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #000b3d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.esade-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #000417;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .main-header__menu__btn:hover, .white-label.esade-executive-education .main-header__menu__btn:focus, .white-label.esade-executive-education .main-header__menu__btn:active, .white-label.esade-executive-education .main-header__menu__btn:checked, .white-label.esade-executive-education .main-header__menu__btn:focus:hover, .white-label.esade-executive-education .main-header__menu__btn:focus:active, .white-label.esade-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.esade-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.esade-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.esade-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.esade-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.esade-executive-education .main-footer__menu__btn:hover,
.white-label.esade-executive-education .main-footer__menu__btn:focus,
.white-label.esade-executive-education .main-footer__menu__btn:active,
.white-label.esade-executive-education .main-footer__menu__btn:checked,
.white-label.esade-executive-education .main-footer__menu__btn:focus:hover,
.white-label.esade-executive-education .main-footer__menu__btn:focus:active,
.white-label.esade-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.esade-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.esade-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.esade-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.esade-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #000b3d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .main-header .nav__link:hover, .white-label.esade-executive-education .main-header .nav__link:focus, .white-label.esade-executive-education .main-header .nav__link:active, .white-label.esade-executive-education .main-header .nav__link:checked, .white-label.esade-executive-education .main-header .nav__link:focus:hover, .white-label.esade-executive-education .main-header .nav__link:focus:active, .white-label.esade-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.esade-executive-education .main-header .nav__link:not(:disabled):active, .white-label.esade-executive-education .main-header .nav__link:not(.disabled):active, .white-label.esade-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.esade-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.esade-executive-education .main-footer .nav__link:hover,
.white-label.esade-executive-education .main-footer .nav__link:focus,
.white-label.esade-executive-education .main-footer .nav__link:active,
.white-label.esade-executive-education .main-footer .nav__link:checked,
.white-label.esade-executive-education .main-footer .nav__link:focus:hover,
.white-label.esade-executive-education .main-footer .nav__link:focus:active,
.white-label.esade-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.esade-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.esade-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.esade-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.esade-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #000417;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education.signed-out .btn:not(.btn--social), .white-label.esade-executive-education.signed-in .btn--primary {
  background-color: #224ba0;
  border-color: #224ba0;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.esade-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.esade-executive-education.signed-out .btn:not(.btn--social):active, .white-label.esade-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.esade-executive-education.signed-in .btn--primary:hover, .white-label.esade-executive-education.signed-in .btn--primary:focus, .white-label.esade-executive-education.signed-in .btn--primary:active, .white-label.esade-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #224ba0;
  box-shadow: none;
  color: #224ba0;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .nav__btn:hover span,
.white-label.esade-executive-education .nav__btn:hover span::after,
.white-label.esade-executive-education .nav__btn:hover span::before,
.white-label.esade-executive-education .nav__btn:focus span,
.white-label.esade-executive-education .nav__btn:focus span::after,
.white-label.esade-executive-education .nav__btn:focus span::before {
  background-color: #000b3d;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.esade-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #000b3d;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #000b3d;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 11, 61, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__list li:hover .heading-3 {
  color: #000b3d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .profile__link:hover, .white-label.esade-executive-education .profile__link:focus, .white-label.esade-executive-education .profile__link:active, .white-label.esade-executive-education .profile__link:checked, .white-label.esade-executive-education .profile__link:focus:hover, .white-label.esade-executive-education .profile__link:focus:active, .white-label.esade-executive-education .profile__link:not(:disabled):hover, .white-label.esade-executive-education .profile__link:not(:disabled):active, .white-label.esade-executive-education .profile__link:not(.disabled):active, .white-label.esade-executive-education .profile__link:not(:disabled):active:focus, .white-label.esade-executive-education .profile__link:not(.disabled):active:focus {
  color: #000b3d;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .profile__actions:hover .profile__icn g,
.white-label.esade-executive-education .profile__actions:focus .profile__icn g {
  fill: #000b3d;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .students__classmate:hover .students__thumbnail,
.white-label.esade-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #000b3d, 0 0 0 1px #000b3d inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 11, 61, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modal__bg-icn {
  fill: #000b3d;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .payments__paragraph--initial, .white-label.esade-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .form__input:-webkit-autofill, .white-label.esade-executive-education .StripeElement:-webkit-autofill, .white-label.esade-executive-education .form__input:-webkit-autofill:focus, .white-label.esade-executive-education .form__input:-internal-autofill-selected, .white-label.esade-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(34, 75, 160, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(34, 75, 160, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(34, 75, 160, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(34, 75, 160, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(34, 75, 160, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .form__input:-moz-autofill, .white-label.esade-executive-education .StripeElement:-moz-autofill, .white-label.esade-executive-education .form__input:-moz-autofill-preview, .white-label.esade-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(34, 75, 160, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .form-radio__input:hover + label.bordered,
.white-label.esade-executive-education .form-radio__input:hover + label::before, .white-label.esade-executive-education .form-radio__input:focus + label.bordered,
.white-label.esade-executive-education .form-radio__input:focus + label::before, .white-label.esade-executive-education .form-radio__input:active + label.bordered,
.white-label.esade-executive-education .form-radio__input:active + label::before, .white-label.esade-executive-education .form-radio__input:checked + label.bordered,
.white-label.esade-executive-education .form-radio__input:checked + label::before, .white-label.esade-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.esade-executive-education .form-radio__input:focus:hover + label::before, .white-label.esade-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.esade-executive-education .form-radio__input:focus:active + label::before, .white-label.esade-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.esade-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.esade-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.esade-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.esade-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.esade-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.esade-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.esade-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.esade-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.esade-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #000b3d;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.esade-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #000b3d inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .form-check-input:checked + label::before, .white-label.esade-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #000b3d;
  border-color: #000b3d;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.esade-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.esade-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.esade-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #000b3d;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #000b3d;
  border: 3px solid #000b3d;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .enrollment__icon path {
  fill: #224ba0;
  stroke: #224ba0;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .enrollment__icon tspan {
  fill: #224ba0;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__tasks li:hover::after, .white-label.esade-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 11, 61, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__tasks li::before {
  color: rgba(0, 11, 61, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 11, 61, 0.4);
  border-color: rgba(0, 11, 61, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.esade-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 11, 61, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .tabs__li:hover {
  border-color: rgba(0, 11, 61, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .tabs__label {
  border-bottom-color: #000b3d;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.esade-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #000b3d;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .survey__success .check {
  fill: #000b3d;
  stroke: #000b3d;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .electives__checkbox:checked + label::before,
.white-label.esade-executive-education .program-card__checkbox:checked + label::before {
  background-color: #000b3d;
  border-color: #000b3d;
  color: #000b3d;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.esade-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #000b3d;
  box-shadow: 0 0 0 1px #000b3d inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .canvas-assignments__submission-type::before {
  border-color: #000b3d;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .canvas-assignments__submission-type::after {
  border-color: #000b3d;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 11, 61, 0.1);
  border-color: #000b3d;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.esade-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 11, 61, 0.1);
  border-color: #000b3d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(1),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(1), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #001da3, #001b94);
  -moz-background: linear-gradient(to right, #001da3, #001b94);
  -ms-background: linear-gradient(to right, #001da3, #001b94);
  -o-background: linear-gradient(to right, #001da3, #001b94);
  background: linear-gradient(to right, #001da3, #001b94);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #001b94;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(2),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(2), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #001b94, #001886);
  -moz-background: linear-gradient(to right, #001b94, #001886);
  -ms-background: linear-gradient(to right, #001b94, #001886);
  -o-background: linear-gradient(to right, #001b94, #001886);
  background: linear-gradient(to right, #001b94, #001886);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #001886;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(3),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(3), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #001886, #001677);
  -moz-background: linear-gradient(to right, #001886, #001677);
  -ms-background: linear-gradient(to right, #001886, #001677);
  -o-background: linear-gradient(to right, #001886, #001677);
  background: linear-gradient(to right, #001886, #001677);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #001677;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(4),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(4), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #001677, #001369);
  -moz-background: linear-gradient(to right, #001677, #001369);
  -ms-background: linear-gradient(to right, #001677, #001369);
  -o-background: linear-gradient(to right, #001677, #001369);
  background: linear-gradient(to right, #001677, #001369);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #001369;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(5),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(5), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #001369, #00105a);
  -moz-background: linear-gradient(to right, #001369, #00105a);
  -ms-background: linear-gradient(to right, #001369, #00105a);
  -o-background: linear-gradient(to right, #001369, #00105a);
  background: linear-gradient(to right, #001369, #00105a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00105a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(6),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(6), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00105a, #000e4c);
  -moz-background: linear-gradient(to right, #00105a, #000e4c);
  -ms-background: linear-gradient(to right, #00105a, #000e4c);
  -o-background: linear-gradient(to right, #00105a, #000e4c);
  background: linear-gradient(to right, #00105a, #000e4c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #000e4c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(7),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(7), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #000e4c, #000b3d);
  -moz-background: linear-gradient(to right, #000e4c, #000b3d);
  -ms-background: linear-gradient(to right, #000e4c, #000b3d);
  -o-background: linear-gradient(to right, #000e4c, #000b3d);
  background: linear-gradient(to right, #000e4c, #000b3d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #000b3d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000b3d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.esade-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.esade-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000b3d;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active,
.white-label.esade-executive-education .steps--progress .vertical-step--completed, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved {
  color: #000b3d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #001da3, #001b94);
  -moz-background: linear-gradient(to bottom, #001da3, #001b94);
  -ms-background: linear-gradient(to bottom, #001da3, #001b94);
  -o-background: linear-gradient(to bottom, #001da3, #001b94);
  background: linear-gradient(to bottom, #001da3, #001b94);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #001b94;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #001da3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #001b94, #001886);
  -moz-background: linear-gradient(to bottom, #001b94, #001886);
  -ms-background: linear-gradient(to bottom, #001b94, #001886);
  -o-background: linear-gradient(to bottom, #001b94, #001886);
  background: linear-gradient(to bottom, #001b94, #001886);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #001886;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #001b94;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #001886, #001677);
  -moz-background: linear-gradient(to bottom, #001886, #001677);
  -ms-background: linear-gradient(to bottom, #001886, #001677);
  -o-background: linear-gradient(to bottom, #001886, #001677);
  background: linear-gradient(to bottom, #001886, #001677);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #001677;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #001886;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #001677, #001369);
  -moz-background: linear-gradient(to bottom, #001677, #001369);
  -ms-background: linear-gradient(to bottom, #001677, #001369);
  -o-background: linear-gradient(to bottom, #001677, #001369);
  background: linear-gradient(to bottom, #001677, #001369);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #001369;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #001677;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #001369, #00105a);
  -moz-background: linear-gradient(to bottom, #001369, #00105a);
  -ms-background: linear-gradient(to bottom, #001369, #00105a);
  -o-background: linear-gradient(to bottom, #001369, #00105a);
  background: linear-gradient(to bottom, #001369, #00105a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00105a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #001369;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00105a, #000e4c);
  -moz-background: linear-gradient(to bottom, #00105a, #000e4c);
  -ms-background: linear-gradient(to bottom, #00105a, #000e4c);
  -o-background: linear-gradient(to bottom, #00105a, #000e4c);
  background: linear-gradient(to bottom, #00105a, #000e4c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #000e4c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00105a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #000e4c, #000b3d);
  -moz-background: linear-gradient(to bottom, #000e4c, #000b3d);
  -ms-background: linear-gradient(to bottom, #000e4c, #000b3d);
  -o-background: linear-gradient(to bottom, #000e4c, #000b3d);
  background: linear-gradient(to bottom, #000e4c, #000b3d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #000b3d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #000e4c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000b3d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000b3d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.esade-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.esade-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000b3d;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #000b3d;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #000b3d;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #224ba0, #1d4292);
  -moz-background: linear-gradient(to right, #224ba0, #1d4292);
  -ms-background: linear-gradient(to right, #224ba0, #1d4292);
  -o-background: linear-gradient(to right, #224ba0, #1d4292);
  background: linear-gradient(to right, #224ba0, #1d4292);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #1d4292;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #1d4292, #183984);
  -moz-background: linear-gradient(to right, #1d4292, #183984);
  -ms-background: linear-gradient(to right, #1d4292, #183984);
  -o-background: linear-gradient(to right, #1d4292, #183984);
  background: linear-gradient(to right, #1d4292, #183984);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #183984;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #183984, #133076);
  -moz-background: linear-gradient(to right, #183984, #133076);
  -ms-background: linear-gradient(to right, #183984, #133076);
  -o-background: linear-gradient(to right, #183984, #133076);
  background: linear-gradient(to right, #183984, #133076);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #133076;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #133076, #0f2667);
  -moz-background: linear-gradient(to right, #133076, #0f2667);
  -ms-background: linear-gradient(to right, #133076, #0f2667);
  -o-background: linear-gradient(to right, #133076, #0f2667);
  background: linear-gradient(to right, #133076, #0f2667);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0f2667;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0f2667, #0a1d59);
  -moz-background: linear-gradient(to right, #0f2667, #0a1d59);
  -ms-background: linear-gradient(to right, #0f2667, #0a1d59);
  -o-background: linear-gradient(to right, #0f2667, #0a1d59);
  background: linear-gradient(to right, #0f2667, #0a1d59);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0a1d59;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0a1d59, #05144b);
  -moz-background: linear-gradient(to right, #0a1d59, #05144b);
  -ms-background: linear-gradient(to right, #0a1d59, #05144b);
  -o-background: linear-gradient(to right, #0a1d59, #05144b);
  background: linear-gradient(to right, #0a1d59, #05144b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #05144b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #05144b, #000b3d);
  -moz-background: linear-gradient(to right, #05144b, #000b3d);
  -ms-background: linear-gradient(to right, #05144b, #000b3d);
  -o-background: linear-gradient(to right, #05144b, #000b3d);
  background: linear-gradient(to right, #05144b, #000b3d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #000b3d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000b3d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.esade-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000b3d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #224ba0, #1d4292);
  -moz-background: linear-gradient(to bottom, #224ba0, #1d4292);
  -ms-background: linear-gradient(to bottom, #224ba0, #1d4292);
  -o-background: linear-gradient(to bottom, #224ba0, #1d4292);
  background: linear-gradient(to bottom, #224ba0, #1d4292);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #1d4292;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #224ba0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d4292, #183984);
  -moz-background: linear-gradient(to bottom, #1d4292, #183984);
  -ms-background: linear-gradient(to bottom, #1d4292, #183984);
  -o-background: linear-gradient(to bottom, #1d4292, #183984);
  background: linear-gradient(to bottom, #1d4292, #183984);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #183984;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #1d4292;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #183984, #133076);
  -moz-background: linear-gradient(to bottom, #183984, #133076);
  -ms-background: linear-gradient(to bottom, #183984, #133076);
  -o-background: linear-gradient(to bottom, #183984, #133076);
  background: linear-gradient(to bottom, #183984, #133076);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #133076;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #183984;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #133076, #0f2667);
  -moz-background: linear-gradient(to bottom, #133076, #0f2667);
  -ms-background: linear-gradient(to bottom, #133076, #0f2667);
  -o-background: linear-gradient(to bottom, #133076, #0f2667);
  background: linear-gradient(to bottom, #133076, #0f2667);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0f2667;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #133076;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f2667, #0a1d59);
  -moz-background: linear-gradient(to bottom, #0f2667, #0a1d59);
  -ms-background: linear-gradient(to bottom, #0f2667, #0a1d59);
  -o-background: linear-gradient(to bottom, #0f2667, #0a1d59);
  background: linear-gradient(to bottom, #0f2667, #0a1d59);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0a1d59;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0f2667;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a1d59, #05144b);
  -moz-background: linear-gradient(to bottom, #0a1d59, #05144b);
  -ms-background: linear-gradient(to bottom, #0a1d59, #05144b);
  -o-background: linear-gradient(to bottom, #0a1d59, #05144b);
  background: linear-gradient(to bottom, #0a1d59, #05144b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #05144b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0a1d59;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #05144b, #000b3d);
  -moz-background: linear-gradient(to bottom, #05144b, #000b3d);
  -ms-background: linear-gradient(to bottom, #05144b, #000b3d);
  -o-background: linear-gradient(to bottom, #05144b, #000b3d);
  background: linear-gradient(to bottom, #05144b, #000b3d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #000b3d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #05144b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000b3d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000b3d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.esade-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.esade-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.esade-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.esade-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000b3d;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .referrals-advocate__overlay {
  background-color: #000b3d;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .referrals-advocate__steps-circle {
  fill: #000b3d;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .referrals-advocate__testimonial {
  background-color: #000b3d;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esade-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #000b3d;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.esade-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #000b3d;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .terms__title {
  border-color: #224ba0;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .terms__links {
  color: #000b3d;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esade-executive-education .referral-tooltip__image path {
  fill: #000b3d;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.esade-executive-education .main-header,
.esade-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0047e9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.esic-business-marketing-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #003bc3;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .main-header__menu__btn:hover, .white-label.esic-business-marketing-school .main-header__menu__btn:focus, .white-label.esic-business-marketing-school .main-header__menu__btn:active, .white-label.esic-business-marketing-school .main-header__menu__btn:checked, .white-label.esic-business-marketing-school .main-header__menu__btn:focus:hover, .white-label.esic-business-marketing-school .main-header__menu__btn:focus:active, .white-label.esic-business-marketing-school .main-header__menu__btn:not(:disabled):hover, .white-label.esic-business-marketing-school .main-header__menu__btn:not(:disabled):active, .white-label.esic-business-marketing-school .main-header__menu__btn:not(.disabled):active, .white-label.esic-business-marketing-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.esic-business-marketing-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.esic-business-marketing-school .main-footer__menu__btn:hover,
.white-label.esic-business-marketing-school .main-footer__menu__btn:focus,
.white-label.esic-business-marketing-school .main-footer__menu__btn:active,
.white-label.esic-business-marketing-school .main-footer__menu__btn:checked,
.white-label.esic-business-marketing-school .main-footer__menu__btn:focus:hover,
.white-label.esic-business-marketing-school .main-footer__menu__btn:focus:active,
.white-label.esic-business-marketing-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.esic-business-marketing-school .main-footer__menu__btn:not(:disabled):active,
.white-label.esic-business-marketing-school .main-footer__menu__btn:not(.disabled):active,
.white-label.esic-business-marketing-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.esic-business-marketing-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0047e9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .main-header .nav__link:hover, .white-label.esic-business-marketing-school .main-header .nav__link:focus, .white-label.esic-business-marketing-school .main-header .nav__link:active, .white-label.esic-business-marketing-school .main-header .nav__link:checked, .white-label.esic-business-marketing-school .main-header .nav__link:focus:hover, .white-label.esic-business-marketing-school .main-header .nav__link:focus:active, .white-label.esic-business-marketing-school .main-header .nav__link:not(:disabled):hover, .white-label.esic-business-marketing-school .main-header .nav__link:not(:disabled):active, .white-label.esic-business-marketing-school .main-header .nav__link:not(.disabled):active, .white-label.esic-business-marketing-school .main-header .nav__link:not(:disabled):active:focus, .white-label.esic-business-marketing-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.esic-business-marketing-school .main-footer .nav__link:hover,
.white-label.esic-business-marketing-school .main-footer .nav__link:focus,
.white-label.esic-business-marketing-school .main-footer .nav__link:active,
.white-label.esic-business-marketing-school .main-footer .nav__link:checked,
.white-label.esic-business-marketing-school .main-footer .nav__link:focus:hover,
.white-label.esic-business-marketing-school .main-footer .nav__link:focus:active,
.white-label.esic-business-marketing-school .main-footer .nav__link:not(:disabled):hover,
.white-label.esic-business-marketing-school .main-footer .nav__link:not(:disabled):active,
.white-label.esic-business-marketing-school .main-footer .nav__link:not(.disabled):active,
.white-label.esic-business-marketing-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.esic-business-marketing-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #003bc3;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school.signed-out .btn:not(.btn--social), .white-label.esic-business-marketing-school.signed-in .btn--primary {
  background-color: #00133f;
  border-color: #00133f;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.signed-out .btn:not(.btn--social):hover, .white-label.esic-business-marketing-school.signed-out .btn:not(.btn--social):focus, .white-label.esic-business-marketing-school.signed-out .btn:not(.btn--social):active, .white-label.esic-business-marketing-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.esic-business-marketing-school.signed-in .btn--primary:hover, .white-label.esic-business-marketing-school.signed-in .btn--primary:focus, .white-label.esic-business-marketing-school.signed-in .btn--primary:active, .white-label.esic-business-marketing-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #00133f;
  box-shadow: none;
  color: #00133f;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .nav__btn:hover span,
.white-label.esic-business-marketing-school .nav__btn:hover span::after,
.white-label.esic-business-marketing-school .nav__btn:hover span::before,
.white-label.esic-business-marketing-school .nav__btn:focus span,
.white-label.esic-business-marketing-school .nav__btn:focus span::after,
.white-label.esic-business-marketing-school .nav__btn:focus span::before {
  background-color: #0047e9;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.esic-business-marketing-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0047e9;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0047e9;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__list li:hover::after {
  border-color: rgba(0, 71, 233, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__list li:hover .heading-3 {
  color: #0047e9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .profile__link:hover, .white-label.esic-business-marketing-school .profile__link:focus, .white-label.esic-business-marketing-school .profile__link:active, .white-label.esic-business-marketing-school .profile__link:checked, .white-label.esic-business-marketing-school .profile__link:focus:hover, .white-label.esic-business-marketing-school .profile__link:focus:active, .white-label.esic-business-marketing-school .profile__link:not(:disabled):hover, .white-label.esic-business-marketing-school .profile__link:not(:disabled):active, .white-label.esic-business-marketing-school .profile__link:not(.disabled):active, .white-label.esic-business-marketing-school .profile__link:not(:disabled):active:focus, .white-label.esic-business-marketing-school .profile__link:not(.disabled):active:focus {
  color: #0047e9;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .profile__actions:hover .profile__icn g,
.white-label.esic-business-marketing-school .profile__actions:focus .profile__icn g {
  fill: #0047e9;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .students__classmate:hover .students__thumbnail,
.white-label.esic-business-marketing-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0047e9, 0 0 0 1px #0047e9 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .pagination__page-link:hover::after {
  border-color: rgba(0, 71, 233, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modal__bg-icn {
  fill: #0047e9;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .payments__paragraph--initial, .white-label.esic-business-marketing-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .form__input:-webkit-autofill, .white-label.esic-business-marketing-school .StripeElement:-webkit-autofill, .white-label.esic-business-marketing-school .form__input:-webkit-autofill:focus, .white-label.esic-business-marketing-school .form__input:-internal-autofill-selected, .white-label.esic-business-marketing-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 19, 63, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 19, 63, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 19, 63, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 19, 63, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 19, 63, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .form__input:-moz-autofill, .white-label.esic-business-marketing-school .StripeElement:-moz-autofill, .white-label.esic-business-marketing-school .form__input:-moz-autofill-preview, .white-label.esic-business-marketing-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 19, 63, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .form-radio__input:hover + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:hover + label::before, .white-label.esic-business-marketing-school .form-radio__input:focus + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:focus + label::before, .white-label.esic-business-marketing-school .form-radio__input:active + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:active + label::before, .white-label.esic-business-marketing-school .form-radio__input:checked + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:checked + label::before, .white-label.esic-business-marketing-school .form-radio__input:focus:hover + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:focus:hover + label::before, .white-label.esic-business-marketing-school .form-radio__input:focus:active + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:focus:active + label::before, .white-label.esic-business-marketing-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:not(:disabled):hover + label::before, .white-label.esic-business-marketing-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:not(:disabled):active + label::before, .white-label.esic-business-marketing-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:not(.disabled):active + label::before, .white-label.esic-business-marketing-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.esic-business-marketing-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.esic-business-marketing-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0047e9;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .form-radio__input:hover + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:focus + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:active + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:checked + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.esic-business-marketing-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0047e9 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .form-check-input:checked + label::before, .white-label.esic-business-marketing-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0047e9;
  border-color: #0047e9;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .form-check-input:valid:focus:checked + label::before, .white-label.esic-business-marketing-school .form-check-input.valid:focus:checked + label::before, .white-label.esic-business-marketing-school .form-check-input--valid:focus:checked + label::before, .white-label.esic-business-marketing-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0047e9;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .electives .form-radio__input:checked + label::before {
  background-color: #0047e9;
  border: 3px solid #0047e9;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .enrollment__icon path {
  fill: #00133f;
  stroke: #00133f;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .enrollment__icon tspan {
  fill: #00133f;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__tasks li:hover::after, .white-label.esic-business-marketing-school .modules__tasks li.selected::after {
  border-color: rgba(0, 71, 233, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__tasks li::before {
  color: rgba(0, 71, 233, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 71, 233, 0.4);
  border-color: rgba(0, 71, 233, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .modules__tasks li .modules__btn:hover::after, .white-label.esic-business-marketing-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 71, 233, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .tabs__li:hover {
  border-color: rgba(0, 71, 233, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .tabs__label {
  border-bottom-color: #0047e9;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.esic-business-marketing-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0047e9;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .survey__success .check {
  fill: #0047e9;
  stroke: #0047e9;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .electives__checkbox:checked + label::before,
.white-label.esic-business-marketing-school .program-card__checkbox:checked + label::before {
  background-color: #0047e9;
  border-color: #0047e9;
  color: #0047e9;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .electives__checkbox:checked ~ .program-card__content,
.white-label.esic-business-marketing-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0047e9;
  box-shadow: 0 0 0 1px #0047e9 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .canvas-assignments__submission-type::before {
  border-color: #0047e9;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .canvas-assignments__submission-type::after {
  border-color: #0047e9;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 71, 233, 0.1);
  border-color: #0047e9;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .canvas-assignments__submission-type.typed--selected, .white-label.esic-business-marketing-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 71, 233, 0.1);
  border-color: #0047e9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(1),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(1), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #5085ff, #457cfc);
  -moz-background: linear-gradient(to right, #5085ff, #457cfc);
  -ms-background: linear-gradient(to right, #5085ff, #457cfc);
  -o-background: linear-gradient(to right, #5085ff, #457cfc);
  background: linear-gradient(to right, #5085ff, #457cfc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(1)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(1)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #457cfc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(2),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(2), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #457cfc, #3974f9);
  -moz-background: linear-gradient(to right, #457cfc, #3974f9);
  -ms-background: linear-gradient(to right, #457cfc, #3974f9);
  -o-background: linear-gradient(to right, #457cfc, #3974f9);
  background: linear-gradient(to right, #457cfc, #3974f9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(2)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(2)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3974f9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(3),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(3), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3974f9, #2e6bf6);
  -moz-background: linear-gradient(to right, #3974f9, #2e6bf6);
  -ms-background: linear-gradient(to right, #3974f9, #2e6bf6);
  -o-background: linear-gradient(to right, #3974f9, #2e6bf6);
  background: linear-gradient(to right, #3974f9, #2e6bf6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(3)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(3)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2e6bf6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(4),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(4), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2e6bf6, #2262f2);
  -moz-background: linear-gradient(to right, #2e6bf6, #2262f2);
  -ms-background: linear-gradient(to right, #2e6bf6, #2262f2);
  -o-background: linear-gradient(to right, #2e6bf6, #2262f2);
  background: linear-gradient(to right, #2e6bf6, #2262f2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(4)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(4)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2262f2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(5),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(5), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2262f2, #1759ef);
  -moz-background: linear-gradient(to right, #2262f2, #1759ef);
  -ms-background: linear-gradient(to right, #2262f2, #1759ef);
  -o-background: linear-gradient(to right, #2262f2, #1759ef);
  background: linear-gradient(to right, #2262f2, #1759ef);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(5)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(5)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1759ef;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(6),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(6), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1759ef, #0b50ec);
  -moz-background: linear-gradient(to right, #1759ef, #0b50ec);
  -ms-background: linear-gradient(to right, #1759ef, #0b50ec);
  -o-background: linear-gradient(to right, #1759ef, #0b50ec);
  background: linear-gradient(to right, #1759ef, #0b50ec);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(6)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(6)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0b50ec;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(7),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(7), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0b50ec, #0047e9);
  -moz-background: linear-gradient(to right, #0b50ec, #0047e9);
  -ms-background: linear-gradient(to right, #0b50ec, #0047e9);
  -o-background: linear-gradient(to right, #0b50ec, #0047e9);
  background: linear-gradient(to right, #0b50ec, #0047e9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(7)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(7)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0047e9;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(n+8),
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(n+8), .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0047e9;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.esic-business-marketing-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.esic-business-marketing-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0047e9;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved {
  color: #0047e9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #5085ff, #457cfc);
  -moz-background: linear-gradient(to bottom, #5085ff, #457cfc);
  -ms-background: linear-gradient(to bottom, #5085ff, #457cfc);
  -o-background: linear-gradient(to bottom, #5085ff, #457cfc);
  background: linear-gradient(to bottom, #5085ff, #457cfc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #457cfc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #5085ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #457cfc, #3974f9);
  -moz-background: linear-gradient(to bottom, #457cfc, #3974f9);
  -ms-background: linear-gradient(to bottom, #457cfc, #3974f9);
  -o-background: linear-gradient(to bottom, #457cfc, #3974f9);
  background: linear-gradient(to bottom, #457cfc, #3974f9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3974f9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #457cfc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3974f9, #2e6bf6);
  -moz-background: linear-gradient(to bottom, #3974f9, #2e6bf6);
  -ms-background: linear-gradient(to bottom, #3974f9, #2e6bf6);
  -o-background: linear-gradient(to bottom, #3974f9, #2e6bf6);
  background: linear-gradient(to bottom, #3974f9, #2e6bf6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2e6bf6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3974f9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2e6bf6, #2262f2);
  -moz-background: linear-gradient(to bottom, #2e6bf6, #2262f2);
  -ms-background: linear-gradient(to bottom, #2e6bf6, #2262f2);
  -o-background: linear-gradient(to bottom, #2e6bf6, #2262f2);
  background: linear-gradient(to bottom, #2e6bf6, #2262f2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2262f2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2e6bf6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2262f2, #1759ef);
  -moz-background: linear-gradient(to bottom, #2262f2, #1759ef);
  -ms-background: linear-gradient(to bottom, #2262f2, #1759ef);
  -o-background: linear-gradient(to bottom, #2262f2, #1759ef);
  background: linear-gradient(to bottom, #2262f2, #1759ef);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1759ef;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2262f2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1759ef, #0b50ec);
  -moz-background: linear-gradient(to bottom, #1759ef, #0b50ec);
  -ms-background: linear-gradient(to bottom, #1759ef, #0b50ec);
  -o-background: linear-gradient(to bottom, #1759ef, #0b50ec);
  background: linear-gradient(to bottom, #1759ef, #0b50ec);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0b50ec;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1759ef;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b50ec, #0047e9);
  -moz-background: linear-gradient(to bottom, #0b50ec, #0047e9);
  -ms-background: linear-gradient(to bottom, #0b50ec, #0047e9);
  -o-background: linear-gradient(to bottom, #0b50ec, #0047e9);
  background: linear-gradient(to bottom, #0b50ec, #0047e9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0047e9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0b50ec;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0047e9;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0047e9;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.esic-business-marketing-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.esic-business-marketing-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0047e9;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .sidebar .steps .steps__label-toggle {
  background-color: #0047e9;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #0047e9;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00133f, #001a57);
  -moz-background: linear-gradient(to right, #00133f, #001a57);
  -ms-background: linear-gradient(to right, #00133f, #001a57);
  -o-background: linear-gradient(to right, #00133f, #001a57);
  background: linear-gradient(to right, #00133f, #001a57);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #001a57;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #001a57, #002270);
  -moz-background: linear-gradient(to right, #001a57, #002270);
  -ms-background: linear-gradient(to right, #001a57, #002270);
  -o-background: linear-gradient(to right, #001a57, #002270);
  background: linear-gradient(to right, #001a57, #002270);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #002270;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #002270, #002988);
  -moz-background: linear-gradient(to right, #002270, #002988);
  -ms-background: linear-gradient(to right, #002270, #002988);
  -o-background: linear-gradient(to right, #002270, #002988);
  background: linear-gradient(to right, #002270, #002988);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #002988;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #002988, #0031a0);
  -moz-background: linear-gradient(to right, #002988, #0031a0);
  -ms-background: linear-gradient(to right, #002988, #0031a0);
  -o-background: linear-gradient(to right, #002988, #0031a0);
  background: linear-gradient(to right, #002988, #0031a0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0031a0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0031a0, #0038b8);
  -moz-background: linear-gradient(to right, #0031a0, #0038b8);
  -ms-background: linear-gradient(to right, #0031a0, #0038b8);
  -o-background: linear-gradient(to right, #0031a0, #0038b8);
  background: linear-gradient(to right, #0031a0, #0038b8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0038b8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0038b8, #0040d1);
  -moz-background: linear-gradient(to right, #0038b8, #0040d1);
  -ms-background: linear-gradient(to right, #0038b8, #0040d1);
  -o-background: linear-gradient(to right, #0038b8, #0040d1);
  background: linear-gradient(to right, #0038b8, #0040d1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0040d1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0040d1, #0047e9);
  -moz-background: linear-gradient(to right, #0040d1, #0047e9);
  -ms-background: linear-gradient(to right, #0040d1, #0047e9);
  -o-background: linear-gradient(to right, #0040d1, #0047e9);
  background: linear-gradient(to right, #0040d1, #0047e9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0047e9;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0047e9;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0047e9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00133f, #001a57);
  -moz-background: linear-gradient(to bottom, #00133f, #001a57);
  -ms-background: linear-gradient(to bottom, #00133f, #001a57);
  -o-background: linear-gradient(to bottom, #00133f, #001a57);
  background: linear-gradient(to bottom, #00133f, #001a57);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #001a57;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00133f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #001a57, #002270);
  -moz-background: linear-gradient(to bottom, #001a57, #002270);
  -ms-background: linear-gradient(to bottom, #001a57, #002270);
  -o-background: linear-gradient(to bottom, #001a57, #002270);
  background: linear-gradient(to bottom, #001a57, #002270);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #002270;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #001a57;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #002270, #002988);
  -moz-background: linear-gradient(to bottom, #002270, #002988);
  -ms-background: linear-gradient(to bottom, #002270, #002988);
  -o-background: linear-gradient(to bottom, #002270, #002988);
  background: linear-gradient(to bottom, #002270, #002988);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #002988;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #002270;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #002988, #0031a0);
  -moz-background: linear-gradient(to bottom, #002988, #0031a0);
  -ms-background: linear-gradient(to bottom, #002988, #0031a0);
  -o-background: linear-gradient(to bottom, #002988, #0031a0);
  background: linear-gradient(to bottom, #002988, #0031a0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0031a0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #002988;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0031a0, #0038b8);
  -moz-background: linear-gradient(to bottom, #0031a0, #0038b8);
  -ms-background: linear-gradient(to bottom, #0031a0, #0038b8);
  -o-background: linear-gradient(to bottom, #0031a0, #0038b8);
  background: linear-gradient(to bottom, #0031a0, #0038b8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0038b8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0031a0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0038b8, #0040d1);
  -moz-background: linear-gradient(to bottom, #0038b8, #0040d1);
  -ms-background: linear-gradient(to bottom, #0038b8, #0040d1);
  -o-background: linear-gradient(to bottom, #0038b8, #0040d1);
  background: linear-gradient(to bottom, #0038b8, #0040d1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0040d1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0038b8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0040d1, #0047e9);
  -moz-background: linear-gradient(to bottom, #0040d1, #0047e9);
  -ms-background: linear-gradient(to bottom, #0040d1, #0047e9);
  -o-background: linear-gradient(to bottom, #0040d1, #0047e9);
  background: linear-gradient(to bottom, #0040d1, #0047e9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0047e9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0040d1;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0047e9;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0047e9;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.esic-business-marketing-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.esic-business-marketing-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.esic-business-marketing-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.esic-business-marketing-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0047e9;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .referrals-advocate__overlay {
  background-color: #0047e9;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .referrals-advocate__steps-circle {
  fill: #0047e9;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .referrals-advocate__testimonial {
  background-color: #0047e9;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0047e9;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.esic-business-marketing-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0047e9;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .terms__title {
  border-color: #00133f;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .terms__links {
  color: #0047e9;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.esic-business-marketing-school .referral-tooltip__image path {
  fill: #0047e9;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.esic-business-marketing-school .main-header,
.esic-business-marketing-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #83192a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:hover, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:focus, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:active, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:checked, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:focus:hover, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:focus:active, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:not(:disabled):hover, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:not(:disabled):active, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:not(.disabled):active, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:not(:disabled):active:focus, .white-label.formacao-executive-do-mit-sloan .main-header__menu__btn:not(.disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:hover,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:focus,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:active,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:checked,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:focus:hover,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:focus:active,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:not(:disabled):hover,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:not(:disabled):active,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:not(.disabled):active,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .main-header .nav__link:hover, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:focus, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:active, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:checked, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:focus:hover, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:focus:active, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:not(:disabled):hover, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:not(:disabled):active, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:not(.disabled):active, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:not(:disabled):active:focus, .white-label.formacao-executive-do-mit-sloan .main-header .nav__link:not(.disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:hover,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:focus,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:active,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:checked,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:focus:hover,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:focus:active,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:not(:disabled):hover,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:not(:disabled):active,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:not(.disabled):active,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:not(:disabled):active:focus,
.white-label.formacao-executive-do-mit-sloan .main-footer .nav__link:not(.disabled):active:focus {
  color: #83192a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan.signed-out .btn:not(.btn--social), .white-label.formacao-executive-do-mit-sloan.signed-in .btn--primary {
  background-color: #f6b221;
  border-color: #f6b221;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.signed-out .btn:not(.btn--social):hover, .white-label.formacao-executive-do-mit-sloan.signed-out .btn:not(.btn--social):focus, .white-label.formacao-executive-do-mit-sloan.signed-out .btn:not(.btn--social):active, .white-label.formacao-executive-do-mit-sloan.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.formacao-executive-do-mit-sloan.signed-in .btn--primary:hover, .white-label.formacao-executive-do-mit-sloan.signed-in .btn--primary:focus, .white-label.formacao-executive-do-mit-sloan.signed-in .btn--primary:active, .white-label.formacao-executive-do-mit-sloan.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #f6b221;
  box-shadow: none;
  color: #f6b221;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .nav__btn:hover span,
.white-label.formacao-executive-do-mit-sloan .nav__btn:hover span::after,
.white-label.formacao-executive-do-mit-sloan .nav__btn:hover span::before,
.white-label.formacao-executive-do-mit-sloan .nav__btn:focus span,
.white-label.formacao-executive-do-mit-sloan .nav__btn:focus span::after,
.white-label.formacao-executive-do-mit-sloan .nav__btn:focus span::before {
  background-color: #a31f34;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.formacao-executive-do-mit-sloan .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a31f34;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a31f34;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__list li:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__list li:hover .heading-3 {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .profile__link:hover, .white-label.formacao-executive-do-mit-sloan .profile__link:focus, .white-label.formacao-executive-do-mit-sloan .profile__link:active, .white-label.formacao-executive-do-mit-sloan .profile__link:checked, .white-label.formacao-executive-do-mit-sloan .profile__link:focus:hover, .white-label.formacao-executive-do-mit-sloan .profile__link:focus:active, .white-label.formacao-executive-do-mit-sloan .profile__link:not(:disabled):hover, .white-label.formacao-executive-do-mit-sloan .profile__link:not(:disabled):active, .white-label.formacao-executive-do-mit-sloan .profile__link:not(.disabled):active, .white-label.formacao-executive-do-mit-sloan .profile__link:not(:disabled):active:focus, .white-label.formacao-executive-do-mit-sloan .profile__link:not(.disabled):active:focus {
  color: #a31f34;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .profile__actions:hover .profile__icn g,
.white-label.formacao-executive-do-mit-sloan .profile__actions:focus .profile__icn g {
  fill: #a31f34;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .students__classmate:hover .students__thumbnail,
.white-label.formacao-executive-do-mit-sloan .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a31f34, 0 0 0 1px #a31f34 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .pagination__page-link:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modal__bg-icn {
  fill: #a31f34;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .payments__paragraph--initial, .white-label.formacao-executive-do-mit-sloan .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .form__input:-webkit-autofill, .white-label.formacao-executive-do-mit-sloan .StripeElement:-webkit-autofill, .white-label.formacao-executive-do-mit-sloan .form__input:-webkit-autofill:focus, .white-label.formacao-executive-do-mit-sloan .form__input:-internal-autofill-selected, .white-label.formacao-executive-do-mit-sloan .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .form__input:-moz-autofill, .white-label.formacao-executive-do-mit-sloan .StripeElement:-moz-autofill, .white-label.formacao-executive-do-mit-sloan .form__input:-moz-autofill-preview, .white-label.formacao-executive-do-mit-sloan .StripeElement:-moz-autofill-preview {
  filter: rgba(246, 178, 33, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .form-radio__input:hover + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:hover + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:focus + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:focus + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:active + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:active + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:checked + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:checked + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:focus:hover + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:focus:hover + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:focus:active + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:focus:active + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):hover + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):active + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):active + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(.disabled):active + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:not(.disabled):active + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):active:focus + label::before, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.formacao-executive-do-mit-sloan .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a31f34;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .form-radio__input:hover + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:focus + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:active + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:checked + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:focus:hover + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:focus:active + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.formacao-executive-do-mit-sloan .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a31f34 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .form-check-input:checked + label::before, .white-label.formacao-executive-do-mit-sloan .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a31f34;
  border-color: #a31f34;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .form-check-input:valid:focus:checked + label::before, .white-label.formacao-executive-do-mit-sloan .form-check-input.valid:focus:checked + label::before, .white-label.formacao-executive-do-mit-sloan .form-check-input--valid:focus:checked + label::before, .white-label.formacao-executive-do-mit-sloan .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a31f34;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .electives .form-radio__input:checked + label::before {
  background-color: #a31f34;
  border: 3px solid #a31f34;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .enrollment__icon path {
  fill: #f6b221;
  stroke: #f6b221;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .enrollment__icon tspan {
  fill: #f6b221;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__tasks li:hover::after, .white-label.formacao-executive-do-mit-sloan .modules__tasks li.selected::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__tasks li::before {
  color: rgba(163, 31, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(163, 31, 52, 0.4);
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .modules__tasks li .modules__btn:hover::after, .white-label.formacao-executive-do-mit-sloan .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .tabs__li:hover {
  border-color: rgba(163, 31, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .tabs__label {
  border-bottom-color: #a31f34;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.formacao-executive-do-mit-sloan .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a31f34;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .survey__success .check {
  fill: #a31f34;
  stroke: #a31f34;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .electives__checkbox:checked + label::before,
.white-label.formacao-executive-do-mit-sloan .program-card__checkbox:checked + label::before {
  background-color: #a31f34;
  border-color: #a31f34;
  color: #a31f34;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .electives__checkbox:checked ~ .program-card__content,
.white-label.formacao-executive-do-mit-sloan .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a31f34;
  box-shadow: 0 0 0 1px #a31f34 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .canvas-assignments__submission-type::before {
  border-color: #a31f34;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .canvas-assignments__submission-type::after {
  border-color: #a31f34;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .canvas-assignments__submission-type:hover {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .canvas-assignments__submission-type.typed--selected, .white-label.formacao-executive-do-mit-sloan .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(1),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(1), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to right, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to right, #dd4b62, #d5455c);
  -o-background: linear-gradient(to right, #dd4b62, #d5455c);
  background: linear-gradient(to right, #dd4b62, #d5455c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(1)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(1)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d5455c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(2),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(2), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to right, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to right, #d5455c, #cc3f55);
  -o-background: linear-gradient(to right, #d5455c, #cc3f55);
  background: linear-gradient(to right, #d5455c, #cc3f55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(2)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(2)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cc3f55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(3),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(3), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to right, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to right, #cc3f55, #c4384e);
  -o-background: linear-gradient(to right, #cc3f55, #c4384e);
  background: linear-gradient(to right, #cc3f55, #c4384e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(3)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(3)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c4384e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(4),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(4), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c4384e, #bc3248);
  -moz-background: linear-gradient(to right, #c4384e, #bc3248);
  -ms-background: linear-gradient(to right, #c4384e, #bc3248);
  -o-background: linear-gradient(to right, #c4384e, #bc3248);
  background: linear-gradient(to right, #c4384e, #bc3248);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(4)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(4)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #bc3248;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(5),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(5), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #bc3248, #b42c41);
  -moz-background: linear-gradient(to right, #bc3248, #b42c41);
  -ms-background: linear-gradient(to right, #bc3248, #b42c41);
  -o-background: linear-gradient(to right, #bc3248, #b42c41);
  background: linear-gradient(to right, #bc3248, #b42c41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(5)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(5)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b42c41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(6),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(6), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b42c41, #ab253b);
  -moz-background: linear-gradient(to right, #b42c41, #ab253b);
  -ms-background: linear-gradient(to right, #b42c41, #ab253b);
  -o-background: linear-gradient(to right, #b42c41, #ab253b);
  background: linear-gradient(to right, #b42c41, #ab253b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(6)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(6)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ab253b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(7),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(7), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ab253b, #a31f34);
  -moz-background: linear-gradient(to right, #ab253b, #a31f34);
  -ms-background: linear-gradient(to right, #ab253b, #a31f34);
  -o-background: linear-gradient(to right, #ab253b, #a31f34);
  background: linear-gradient(to right, #ab253b, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(7)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(7)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(n+8),
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(n+8), .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--active:nth-child(n+8)::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .step--completed:nth-child(n+8)::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved {
  color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -o-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  background: linear-gradient(to bottom, #dd4b62, #d5455c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d5455c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #dd4b62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -o-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  background: linear-gradient(to bottom, #d5455c, #cc3f55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cc3f55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d5455c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -o-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  background: linear-gradient(to bottom, #cc3f55, #c4384e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c4384e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cc3f55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -moz-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -ms-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -o-background: linear-gradient(to bottom, #c4384e, #bc3248);
  background: linear-gradient(to bottom, #c4384e, #bc3248);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #bc3248;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c4384e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -moz-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -ms-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -o-background: linear-gradient(to bottom, #bc3248, #b42c41);
  background: linear-gradient(to bottom, #bc3248, #b42c41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b42c41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #bc3248;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -moz-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -ms-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -o-background: linear-gradient(to bottom, #b42c41, #ab253b);
  background: linear-gradient(to bottom, #b42c41, #ab253b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ab253b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b42c41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -moz-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -ms-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -o-background: linear-gradient(to bottom, #ab253b, #a31f34);
  background: linear-gradient(to bottom, #ab253b, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ab253b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.formacao-executive-do-mit-sloan .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.formacao-executive-do-mit-sloan .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .sidebar .steps .steps__label-toggle {
  background-color: #a31f34;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .sidebar .steps .step--active {
  border-left: 0.5rem solid #a31f34;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f6b221, #ea9d24);
  -moz-background: linear-gradient(to right, #f6b221, #ea9d24);
  -ms-background: linear-gradient(to right, #f6b221, #ea9d24);
  -o-background: linear-gradient(to right, #f6b221, #ea9d24);
  background: linear-gradient(to right, #f6b221, #ea9d24);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ea9d24;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ea9d24, #de8826);
  -moz-background: linear-gradient(to right, #ea9d24, #de8826);
  -ms-background: linear-gradient(to right, #ea9d24, #de8826);
  -o-background: linear-gradient(to right, #ea9d24, #de8826);
  background: linear-gradient(to right, #ea9d24, #de8826);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #de8826;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #de8826, #d27329);
  -moz-background: linear-gradient(to right, #de8826, #d27329);
  -ms-background: linear-gradient(to right, #de8826, #d27329);
  -o-background: linear-gradient(to right, #de8826, #d27329);
  background: linear-gradient(to right, #de8826, #d27329);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d27329;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d27329, #c75e2c);
  -moz-background: linear-gradient(to right, #d27329, #c75e2c);
  -ms-background: linear-gradient(to right, #d27329, #c75e2c);
  -o-background: linear-gradient(to right, #d27329, #c75e2c);
  background: linear-gradient(to right, #d27329, #c75e2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c75e2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c75e2c, #bb492f);
  -moz-background: linear-gradient(to right, #c75e2c, #bb492f);
  -ms-background: linear-gradient(to right, #c75e2c, #bb492f);
  -o-background: linear-gradient(to right, #c75e2c, #bb492f);
  background: linear-gradient(to right, #c75e2c, #bb492f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #bb492f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #bb492f, #af3431);
  -moz-background: linear-gradient(to right, #bb492f, #af3431);
  -ms-background: linear-gradient(to right, #bb492f, #af3431);
  -o-background: linear-gradient(to right, #bb492f, #af3431);
  background: linear-gradient(to right, #bb492f, #af3431);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #af3431;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #af3431, #a31f34);
  -moz-background: linear-gradient(to right, #af3431, #a31f34);
  -ms-background: linear-gradient(to right, #af3431, #a31f34);
  -o-background: linear-gradient(to right, #af3431, #a31f34);
  background: linear-gradient(to right, #af3431, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  -moz-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  -ms-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  -o-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  background: linear-gradient(to bottom, #f6b221, #ea9d24);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ea9d24;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f6b221;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ea9d24, #de8826);
  -moz-background: linear-gradient(to bottom, #ea9d24, #de8826);
  -ms-background: linear-gradient(to bottom, #ea9d24, #de8826);
  -o-background: linear-gradient(to bottom, #ea9d24, #de8826);
  background: linear-gradient(to bottom, #ea9d24, #de8826);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #de8826;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ea9d24;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #de8826, #d27329);
  -moz-background: linear-gradient(to bottom, #de8826, #d27329);
  -ms-background: linear-gradient(to bottom, #de8826, #d27329);
  -o-background: linear-gradient(to bottom, #de8826, #d27329);
  background: linear-gradient(to bottom, #de8826, #d27329);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d27329;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #de8826;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d27329, #c75e2c);
  -moz-background: linear-gradient(to bottom, #d27329, #c75e2c);
  -ms-background: linear-gradient(to bottom, #d27329, #c75e2c);
  -o-background: linear-gradient(to bottom, #d27329, #c75e2c);
  background: linear-gradient(to bottom, #d27329, #c75e2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c75e2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d27329;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  -moz-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  -ms-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  -o-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  background: linear-gradient(to bottom, #c75e2c, #bb492f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #bb492f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c75e2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #bb492f, #af3431);
  -moz-background: linear-gradient(to bottom, #bb492f, #af3431);
  -ms-background: linear-gradient(to bottom, #bb492f, #af3431);
  -o-background: linear-gradient(to bottom, #bb492f, #af3431);
  background: linear-gradient(to bottom, #bb492f, #af3431);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #af3431;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #bb492f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #af3431, #a31f34);
  -moz-background: linear-gradient(to bottom, #af3431, #a31f34);
  -ms-background: linear-gradient(to bottom, #af3431, #a31f34);
  -o-background: linear-gradient(to bottom, #af3431, #a31f34);
  background: linear-gradient(to bottom, #af3431, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #af3431;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.formacao-executive-do-mit-sloan.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.formacao-executive-do-mit-sloan.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .referrals-advocate__overlay {
  background-color: #a31f34;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .referrals-advocate__steps-circle {
  fill: #a31f34;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .referrals-advocate__testimonial {
  background-color: #a31f34;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a31f34;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.formacao-executive-do-mit-sloan .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a31f34;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .terms__title {
  border-color: #f6b221;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .terms__links {
  color: #a31f34;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.formacao-executive-do-mit-sloan .referral-tooltip__image path {
  fill: #a31f34;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.formacao-executive-do-mit-sloan .main-header,
.formacao-executive-do-mit-sloan .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #8443b2;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.fundacao-dom-cabral div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #6f3996;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .main-header__menu__btn:hover, .white-label.fundacao-dom-cabral .main-header__menu__btn:focus, .white-label.fundacao-dom-cabral .main-header__menu__btn:active, .white-label.fundacao-dom-cabral .main-header__menu__btn:checked, .white-label.fundacao-dom-cabral .main-header__menu__btn:focus:hover, .white-label.fundacao-dom-cabral .main-header__menu__btn:focus:active, .white-label.fundacao-dom-cabral .main-header__menu__btn:not(:disabled):hover, .white-label.fundacao-dom-cabral .main-header__menu__btn:not(:disabled):active, .white-label.fundacao-dom-cabral .main-header__menu__btn:not(.disabled):active, .white-label.fundacao-dom-cabral .main-header__menu__btn:not(:disabled):active:focus, .white-label.fundacao-dom-cabral .main-header__menu__btn:not(.disabled):active:focus,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:hover,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:focus,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:active,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:checked,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:focus:hover,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:focus:active,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:not(:disabled):hover,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:not(:disabled):active,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:not(.disabled):active,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.fundacao-dom-cabral .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #8443b2;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .main-header .nav__link:hover, .white-label.fundacao-dom-cabral .main-header .nav__link:focus, .white-label.fundacao-dom-cabral .main-header .nav__link:active, .white-label.fundacao-dom-cabral .main-header .nav__link:checked, .white-label.fundacao-dom-cabral .main-header .nav__link:focus:hover, .white-label.fundacao-dom-cabral .main-header .nav__link:focus:active, .white-label.fundacao-dom-cabral .main-header .nav__link:not(:disabled):hover, .white-label.fundacao-dom-cabral .main-header .nav__link:not(:disabled):active, .white-label.fundacao-dom-cabral .main-header .nav__link:not(.disabled):active, .white-label.fundacao-dom-cabral .main-header .nav__link:not(:disabled):active:focus, .white-label.fundacao-dom-cabral .main-header .nav__link:not(.disabled):active:focus,
.white-label.fundacao-dom-cabral .main-footer .nav__link:hover,
.white-label.fundacao-dom-cabral .main-footer .nav__link:focus,
.white-label.fundacao-dom-cabral .main-footer .nav__link:active,
.white-label.fundacao-dom-cabral .main-footer .nav__link:checked,
.white-label.fundacao-dom-cabral .main-footer .nav__link:focus:hover,
.white-label.fundacao-dom-cabral .main-footer .nav__link:focus:active,
.white-label.fundacao-dom-cabral .main-footer .nav__link:not(:disabled):hover,
.white-label.fundacao-dom-cabral .main-footer .nav__link:not(:disabled):active,
.white-label.fundacao-dom-cabral .main-footer .nav__link:not(.disabled):active,
.white-label.fundacao-dom-cabral .main-footer .nav__link:not(:disabled):active:focus,
.white-label.fundacao-dom-cabral .main-footer .nav__link:not(.disabled):active:focus {
  color: #6f3996;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral.signed-out .btn:not(.btn--social), .white-label.fundacao-dom-cabral.signed-in .btn--primary {
  background-color: #65266d;
  border-color: #65266d;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.signed-out .btn:not(.btn--social):hover, .white-label.fundacao-dom-cabral.signed-out .btn:not(.btn--social):focus, .white-label.fundacao-dom-cabral.signed-out .btn:not(.btn--social):active, .white-label.fundacao-dom-cabral.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.fundacao-dom-cabral.signed-in .btn--primary:hover, .white-label.fundacao-dom-cabral.signed-in .btn--primary:focus, .white-label.fundacao-dom-cabral.signed-in .btn--primary:active, .white-label.fundacao-dom-cabral.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #65266d;
  box-shadow: none;
  color: #65266d;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .nav__btn:hover span,
.white-label.fundacao-dom-cabral .nav__btn:hover span::after,
.white-label.fundacao-dom-cabral .nav__btn:hover span::before,
.white-label.fundacao-dom-cabral .nav__btn:focus span,
.white-label.fundacao-dom-cabral .nav__btn:focus span::after,
.white-label.fundacao-dom-cabral .nav__btn:focus span::before {
  background-color: #8443b2;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.fundacao-dom-cabral .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #8443b2;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .nav__sidebar ul .profile__no-menu-link:hover {
  color: #8443b2;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__list li:hover::after {
  border-color: rgba(132, 67, 178, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__list li:hover .heading-3 {
  color: #8443b2;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .profile__link:hover, .white-label.fundacao-dom-cabral .profile__link:focus, .white-label.fundacao-dom-cabral .profile__link:active, .white-label.fundacao-dom-cabral .profile__link:checked, .white-label.fundacao-dom-cabral .profile__link:focus:hover, .white-label.fundacao-dom-cabral .profile__link:focus:active, .white-label.fundacao-dom-cabral .profile__link:not(:disabled):hover, .white-label.fundacao-dom-cabral .profile__link:not(:disabled):active, .white-label.fundacao-dom-cabral .profile__link:not(.disabled):active, .white-label.fundacao-dom-cabral .profile__link:not(:disabled):active:focus, .white-label.fundacao-dom-cabral .profile__link:not(.disabled):active:focus {
  color: #8443b2;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .profile__actions:hover .profile__icn g,
.white-label.fundacao-dom-cabral .profile__actions:focus .profile__icn g {
  fill: #8443b2;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .students__classmate:hover .students__thumbnail,
.white-label.fundacao-dom-cabral .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #8443b2, 0 0 0 1px #8443b2 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .pagination__page-link:hover::after {
  border-color: rgba(132, 67, 178, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modal__bg-icn {
  fill: #8443b2;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .payments__paragraph--initial, .white-label.fundacao-dom-cabral .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .form__input:-webkit-autofill, .white-label.fundacao-dom-cabral .StripeElement:-webkit-autofill, .white-label.fundacao-dom-cabral .form__input:-webkit-autofill:focus, .white-label.fundacao-dom-cabral .form__input:-internal-autofill-selected, .white-label.fundacao-dom-cabral .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(101, 38, 109, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(101, 38, 109, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(101, 38, 109, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(101, 38, 109, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(101, 38, 109, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .form__input:-moz-autofill, .white-label.fundacao-dom-cabral .StripeElement:-moz-autofill, .white-label.fundacao-dom-cabral .form__input:-moz-autofill-preview, .white-label.fundacao-dom-cabral .StripeElement:-moz-autofill-preview {
  filter: rgba(101, 38, 109, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .form-radio__input:hover + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:hover + label::before, .white-label.fundacao-dom-cabral .form-radio__input:focus + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:focus + label::before, .white-label.fundacao-dom-cabral .form-radio__input:active + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:active + label::before, .white-label.fundacao-dom-cabral .form-radio__input:checked + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:checked + label::before, .white-label.fundacao-dom-cabral .form-radio__input:focus:hover + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:focus:hover + label::before, .white-label.fundacao-dom-cabral .form-radio__input:focus:active + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:focus:active + label::before, .white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):hover + label::before, .white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):active + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):active + label::before, .white-label.fundacao-dom-cabral .form-radio__input:not(.disabled):active + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:not(.disabled):active + label::before, .white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):active:focus + label::before, .white-label.fundacao-dom-cabral .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.fundacao-dom-cabral .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #8443b2;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .form-radio__input:hover + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:focus + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:active + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:checked + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:focus:hover + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:focus:active + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.fundacao-dom-cabral .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #8443b2 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .form-check-input:checked + label::before, .white-label.fundacao-dom-cabral .form-check-input:checked + label.collection_radio_buttons::before {
  background: #8443b2;
  border-color: #8443b2;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .form-check-input:valid:focus:checked + label::before, .white-label.fundacao-dom-cabral .form-check-input.valid:focus:checked + label::before, .white-label.fundacao-dom-cabral .form-check-input--valid:focus:checked + label::before, .white-label.fundacao-dom-cabral .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #8443b2;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .electives .form-radio__input:checked + label::before {
  background-color: #8443b2;
  border: 3px solid #8443b2;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .enrollment__icon path {
  fill: #65266d;
  stroke: #65266d;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .enrollment__icon tspan {
  fill: #65266d;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__tasks li:hover::after, .white-label.fundacao-dom-cabral .modules__tasks li.selected::after {
  border-color: rgba(132, 67, 178, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__tasks li::before {
  color: rgba(132, 67, 178, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(132, 67, 178, 0.4);
  border-color: rgba(132, 67, 178, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .modules__tasks li .modules__btn:hover::after, .white-label.fundacao-dom-cabral .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(132, 67, 178, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .tabs__li:hover {
  border-color: rgba(132, 67, 178, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .tabs__label {
  border-bottom-color: #8443b2;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.fundacao-dom-cabral .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #8443b2;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .survey__success .check {
  fill: #8443b2;
  stroke: #8443b2;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .electives__checkbox:checked + label::before,
.white-label.fundacao-dom-cabral .program-card__checkbox:checked + label::before {
  background-color: #8443b2;
  border-color: #8443b2;
  color: #8443b2;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .electives__checkbox:checked ~ .program-card__content,
.white-label.fundacao-dom-cabral .program-card__checkbox:checked ~ .program-card__content {
  border-color: #8443b2;
  box-shadow: 0 0 0 1px #8443b2 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .canvas-assignments__submission-type::before {
  border-color: #8443b2;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .canvas-assignments__submission-type::after {
  border-color: #8443b2;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .canvas-assignments__submission-type:hover {
  background-color: rgba(132, 67, 178, 0.1);
  border-color: #8443b2;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .canvas-assignments__submission-type.typed--selected, .white-label.fundacao-dom-cabral .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(132, 67, 178, 0.1);
  border-color: #8443b2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(1),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(1), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #b489d2, #ad7fce);
  -moz-background: linear-gradient(to right, #b489d2, #ad7fce);
  -ms-background: linear-gradient(to right, #b489d2, #ad7fce);
  -o-background: linear-gradient(to right, #b489d2, #ad7fce);
  background: linear-gradient(to right, #b489d2, #ad7fce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(1)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(1)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ad7fce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(2),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(2), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ad7fce, #a675c9);
  -moz-background: linear-gradient(to right, #ad7fce, #a675c9);
  -ms-background: linear-gradient(to right, #ad7fce, #a675c9);
  -o-background: linear-gradient(to right, #ad7fce, #a675c9);
  background: linear-gradient(to right, #ad7fce, #a675c9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(2)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(2)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #a675c9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(3),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(3), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #a675c9, #9f6bc5);
  -moz-background: linear-gradient(to right, #a675c9, #9f6bc5);
  -ms-background: linear-gradient(to right, #a675c9, #9f6bc5);
  -o-background: linear-gradient(to right, #a675c9, #9f6bc5);
  background: linear-gradient(to right, #a675c9, #9f6bc5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(3)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(3)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #9f6bc5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(4),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(4), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #9f6bc5, #9861c0);
  -moz-background: linear-gradient(to right, #9f6bc5, #9861c0);
  -ms-background: linear-gradient(to right, #9f6bc5, #9861c0);
  -o-background: linear-gradient(to right, #9f6bc5, #9861c0);
  background: linear-gradient(to right, #9f6bc5, #9861c0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(4)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(4)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #9861c0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(5),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(5), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #9861c0, #9257bb);
  -moz-background: linear-gradient(to right, #9861c0, #9257bb);
  -ms-background: linear-gradient(to right, #9861c0, #9257bb);
  -o-background: linear-gradient(to right, #9861c0, #9257bb);
  background: linear-gradient(to right, #9861c0, #9257bb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(5)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(5)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #9257bb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(6),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(6), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #9257bb, #8b4db7);
  -moz-background: linear-gradient(to right, #9257bb, #8b4db7);
  -ms-background: linear-gradient(to right, #9257bb, #8b4db7);
  -o-background: linear-gradient(to right, #9257bb, #8b4db7);
  background: linear-gradient(to right, #9257bb, #8b4db7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(6)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(6)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8b4db7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(7),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(7), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8b4db7, #8443b2);
  -moz-background: linear-gradient(to right, #8b4db7, #8443b2);
  -ms-background: linear-gradient(to right, #8b4db7, #8443b2);
  -o-background: linear-gradient(to right, #8b4db7, #8443b2);
  background: linear-gradient(to right, #8b4db7, #8443b2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(7)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(7)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #8443b2;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(n+8),
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(n+8), .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #8443b2;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .step--active:nth-child(n+8)::after,
.white-label.fundacao-dom-cabral .steps--progress .step--completed:nth-child(n+8)::after, .white-label.fundacao-dom-cabral .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #8443b2;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved {
  color: #8443b2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #b489d2, #ad7fce);
  -moz-background: linear-gradient(to bottom, #b489d2, #ad7fce);
  -ms-background: linear-gradient(to bottom, #b489d2, #ad7fce);
  -o-background: linear-gradient(to bottom, #b489d2, #ad7fce);
  background: linear-gradient(to bottom, #b489d2, #ad7fce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ad7fce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #b489d2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ad7fce, #a675c9);
  -moz-background: linear-gradient(to bottom, #ad7fce, #a675c9);
  -ms-background: linear-gradient(to bottom, #ad7fce, #a675c9);
  -o-background: linear-gradient(to bottom, #ad7fce, #a675c9);
  background: linear-gradient(to bottom, #ad7fce, #a675c9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #a675c9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ad7fce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #a675c9, #9f6bc5);
  -moz-background: linear-gradient(to bottom, #a675c9, #9f6bc5);
  -ms-background: linear-gradient(to bottom, #a675c9, #9f6bc5);
  -o-background: linear-gradient(to bottom, #a675c9, #9f6bc5);
  background: linear-gradient(to bottom, #a675c9, #9f6bc5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #9f6bc5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #a675c9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #9f6bc5, #9861c0);
  -moz-background: linear-gradient(to bottom, #9f6bc5, #9861c0);
  -ms-background: linear-gradient(to bottom, #9f6bc5, #9861c0);
  -o-background: linear-gradient(to bottom, #9f6bc5, #9861c0);
  background: linear-gradient(to bottom, #9f6bc5, #9861c0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #9861c0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #9f6bc5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #9861c0, #9257bb);
  -moz-background: linear-gradient(to bottom, #9861c0, #9257bb);
  -ms-background: linear-gradient(to bottom, #9861c0, #9257bb);
  -o-background: linear-gradient(to bottom, #9861c0, #9257bb);
  background: linear-gradient(to bottom, #9861c0, #9257bb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #9257bb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #9861c0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #9257bb, #8b4db7);
  -moz-background: linear-gradient(to bottom, #9257bb, #8b4db7);
  -ms-background: linear-gradient(to bottom, #9257bb, #8b4db7);
  -o-background: linear-gradient(to bottom, #9257bb, #8b4db7);
  background: linear-gradient(to bottom, #9257bb, #8b4db7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8b4db7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #9257bb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8b4db7, #8443b2);
  -moz-background: linear-gradient(to bottom, #8b4db7, #8443b2);
  -ms-background: linear-gradient(to bottom, #8b4db7, #8443b2);
  -o-background: linear-gradient(to bottom, #8b4db7, #8443b2);
  background: linear-gradient(to bottom, #8b4db7, #8443b2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #8443b2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8b4db7;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #8443b2;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #8443b2;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.fundacao-dom-cabral .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.fundacao-dom-cabral .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #8443b2;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .sidebar .steps .steps__label-toggle {
  background-color: #8443b2;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .sidebar .steps .step--active {
  border-left: 0.5rem solid #8443b2;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #65266d, #692a77);
  -moz-background: linear-gradient(to right, #65266d, #692a77);
  -ms-background: linear-gradient(to right, #65266d, #692a77);
  -o-background: linear-gradient(to right, #65266d, #692a77);
  background: linear-gradient(to right, #65266d, #692a77);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #692a77;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #692a77, #6e2e81);
  -moz-background: linear-gradient(to right, #692a77, #6e2e81);
  -ms-background: linear-gradient(to right, #692a77, #6e2e81);
  -o-background: linear-gradient(to right, #692a77, #6e2e81);
  background: linear-gradient(to right, #692a77, #6e2e81);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #6e2e81;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #6e2e81, #72328b);
  -moz-background: linear-gradient(to right, #6e2e81, #72328b);
  -ms-background: linear-gradient(to right, #6e2e81, #72328b);
  -o-background: linear-gradient(to right, #6e2e81, #72328b);
  background: linear-gradient(to right, #6e2e81, #72328b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #72328b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #72328b, #773794);
  -moz-background: linear-gradient(to right, #72328b, #773794);
  -ms-background: linear-gradient(to right, #72328b, #773794);
  -o-background: linear-gradient(to right, #72328b, #773794);
  background: linear-gradient(to right, #72328b, #773794);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #773794;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #773794, #7b3b9e);
  -moz-background: linear-gradient(to right, #773794, #7b3b9e);
  -ms-background: linear-gradient(to right, #773794, #7b3b9e);
  -o-background: linear-gradient(to right, #773794, #7b3b9e);
  background: linear-gradient(to right, #773794, #7b3b9e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #7b3b9e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #7b3b9e, #803fa8);
  -moz-background: linear-gradient(to right, #7b3b9e, #803fa8);
  -ms-background: linear-gradient(to right, #7b3b9e, #803fa8);
  -o-background: linear-gradient(to right, #7b3b9e, #803fa8);
  background: linear-gradient(to right, #7b3b9e, #803fa8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #803fa8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #803fa8, #8443b2);
  -moz-background: linear-gradient(to right, #803fa8, #8443b2);
  -ms-background: linear-gradient(to right, #803fa8, #8443b2);
  -o-background: linear-gradient(to right, #803fa8, #8443b2);
  background: linear-gradient(to right, #803fa8, #8443b2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #8443b2;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #8443b2;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #8443b2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #65266d, #692a77);
  -moz-background: linear-gradient(to bottom, #65266d, #692a77);
  -ms-background: linear-gradient(to bottom, #65266d, #692a77);
  -o-background: linear-gradient(to bottom, #65266d, #692a77);
  background: linear-gradient(to bottom, #65266d, #692a77);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #692a77;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #65266d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #692a77, #6e2e81);
  -moz-background: linear-gradient(to bottom, #692a77, #6e2e81);
  -ms-background: linear-gradient(to bottom, #692a77, #6e2e81);
  -o-background: linear-gradient(to bottom, #692a77, #6e2e81);
  background: linear-gradient(to bottom, #692a77, #6e2e81);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #6e2e81;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #692a77;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #6e2e81, #72328b);
  -moz-background: linear-gradient(to bottom, #6e2e81, #72328b);
  -ms-background: linear-gradient(to bottom, #6e2e81, #72328b);
  -o-background: linear-gradient(to bottom, #6e2e81, #72328b);
  background: linear-gradient(to bottom, #6e2e81, #72328b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #72328b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #6e2e81;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #72328b, #773794);
  -moz-background: linear-gradient(to bottom, #72328b, #773794);
  -ms-background: linear-gradient(to bottom, #72328b, #773794);
  -o-background: linear-gradient(to bottom, #72328b, #773794);
  background: linear-gradient(to bottom, #72328b, #773794);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #773794;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #72328b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #773794, #7b3b9e);
  -moz-background: linear-gradient(to bottom, #773794, #7b3b9e);
  -ms-background: linear-gradient(to bottom, #773794, #7b3b9e);
  -o-background: linear-gradient(to bottom, #773794, #7b3b9e);
  background: linear-gradient(to bottom, #773794, #7b3b9e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #7b3b9e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #773794;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #7b3b9e, #803fa8);
  -moz-background: linear-gradient(to bottom, #7b3b9e, #803fa8);
  -ms-background: linear-gradient(to bottom, #7b3b9e, #803fa8);
  -o-background: linear-gradient(to bottom, #7b3b9e, #803fa8);
  background: linear-gradient(to bottom, #7b3b9e, #803fa8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #803fa8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #7b3b9e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #803fa8, #8443b2);
  -moz-background: linear-gradient(to bottom, #803fa8, #8443b2);
  -ms-background: linear-gradient(to bottom, #803fa8, #8443b2);
  -o-background: linear-gradient(to bottom, #803fa8, #8443b2);
  background: linear-gradient(to bottom, #803fa8, #8443b2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #8443b2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #803fa8;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #8443b2;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #8443b2;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.fundacao-dom-cabral.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.fundacao-dom-cabral.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.fundacao-dom-cabral.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.fundacao-dom-cabral.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #8443b2;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .referrals-advocate__overlay {
  background-color: #8443b2;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .referrals-advocate__steps-circle {
  fill: #8443b2;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .referrals-advocate__testimonial {
  background-color: #8443b2;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #8443b2;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.fundacao-dom-cabral .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #8443b2;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .terms__title {
  border-color: #65266d;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .terms__links {
  color: #8443b2;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacao-dom-cabral .referral-tooltip__image path {
  fill: #8443b2;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.fundacao-dom-cabral .main-header,
.fundacao-dom-cabral .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #006561;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.fundacion-rafael-del-pino div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #003f3c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .main-header__menu__btn:hover, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:focus, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:active, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:checked, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:focus:hover, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:focus:active, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:not(:disabled):hover, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:not(:disabled):active, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:not(.disabled):active, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:not(:disabled):active:focus, .white-label.fundacion-rafael-del-pino .main-header__menu__btn:not(.disabled):active:focus,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:hover,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:focus,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:active,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:checked,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:focus:hover,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:focus:active,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:not(:disabled):hover,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:not(:disabled):active,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:not(.disabled):active,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.fundacion-rafael-del-pino .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #006561;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .main-header .nav__link:hover, .white-label.fundacion-rafael-del-pino .main-header .nav__link:focus, .white-label.fundacion-rafael-del-pino .main-header .nav__link:active, .white-label.fundacion-rafael-del-pino .main-header .nav__link:checked, .white-label.fundacion-rafael-del-pino .main-header .nav__link:focus:hover, .white-label.fundacion-rafael-del-pino .main-header .nav__link:focus:active, .white-label.fundacion-rafael-del-pino .main-header .nav__link:not(:disabled):hover, .white-label.fundacion-rafael-del-pino .main-header .nav__link:not(:disabled):active, .white-label.fundacion-rafael-del-pino .main-header .nav__link:not(.disabled):active, .white-label.fundacion-rafael-del-pino .main-header .nav__link:not(:disabled):active:focus, .white-label.fundacion-rafael-del-pino .main-header .nav__link:not(.disabled):active:focus,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:hover,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:focus,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:active,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:checked,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:focus:hover,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:focus:active,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:not(:disabled):hover,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:not(:disabled):active,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:not(.disabled):active,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:not(:disabled):active:focus,
.white-label.fundacion-rafael-del-pino .main-footer .nav__link:not(.disabled):active:focus {
  color: #003f3c;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino.signed-out .btn:not(.btn--social), .white-label.fundacion-rafael-del-pino.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.signed-out .btn:not(.btn--social):hover, .white-label.fundacion-rafael-del-pino.signed-out .btn:not(.btn--social):focus, .white-label.fundacion-rafael-del-pino.signed-out .btn:not(.btn--social):active, .white-label.fundacion-rafael-del-pino.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.fundacion-rafael-del-pino.signed-in .btn--primary:hover, .white-label.fundacion-rafael-del-pino.signed-in .btn--primary:focus, .white-label.fundacion-rafael-del-pino.signed-in .btn--primary:active, .white-label.fundacion-rafael-del-pino.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .nav__btn:hover span,
.white-label.fundacion-rafael-del-pino .nav__btn:hover span::after,
.white-label.fundacion-rafael-del-pino .nav__btn:hover span::before,
.white-label.fundacion-rafael-del-pino .nav__btn:focus span,
.white-label.fundacion-rafael-del-pino .nav__btn:focus span::after,
.white-label.fundacion-rafael-del-pino .nav__btn:focus span::before {
  background-color: #006561;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.fundacion-rafael-del-pino .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #006561;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .nav__sidebar ul .profile__no-menu-link:hover {
  color: #006561;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__list li:hover::after {
  border-color: rgba(0, 101, 97, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__list li:hover .heading-3 {
  color: #006561;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .profile__link:hover, .white-label.fundacion-rafael-del-pino .profile__link:focus, .white-label.fundacion-rafael-del-pino .profile__link:active, .white-label.fundacion-rafael-del-pino .profile__link:checked, .white-label.fundacion-rafael-del-pino .profile__link:focus:hover, .white-label.fundacion-rafael-del-pino .profile__link:focus:active, .white-label.fundacion-rafael-del-pino .profile__link:not(:disabled):hover, .white-label.fundacion-rafael-del-pino .profile__link:not(:disabled):active, .white-label.fundacion-rafael-del-pino .profile__link:not(.disabled):active, .white-label.fundacion-rafael-del-pino .profile__link:not(:disabled):active:focus, .white-label.fundacion-rafael-del-pino .profile__link:not(.disabled):active:focus {
  color: #006561;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .profile__actions:hover .profile__icn g,
.white-label.fundacion-rafael-del-pino .profile__actions:focus .profile__icn g {
  fill: #006561;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .students__classmate:hover .students__thumbnail,
.white-label.fundacion-rafael-del-pino .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #006561, 0 0 0 1px #006561 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .pagination__page-link:hover::after {
  border-color: rgba(0, 101, 97, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modal__bg-icn {
  fill: #006561;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .payments__paragraph--initial, .white-label.fundacion-rafael-del-pino .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .form__input:-webkit-autofill, .white-label.fundacion-rafael-del-pino .StripeElement:-webkit-autofill, .white-label.fundacion-rafael-del-pino .form__input:-webkit-autofill:focus, .white-label.fundacion-rafael-del-pino .form__input:-internal-autofill-selected, .white-label.fundacion-rafael-del-pino .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .form__input:-moz-autofill, .white-label.fundacion-rafael-del-pino .StripeElement:-moz-autofill, .white-label.fundacion-rafael-del-pino .form__input:-moz-autofill-preview, .white-label.fundacion-rafael-del-pino .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .form-radio__input:hover + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:hover + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:focus + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:focus + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:active + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:active + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:checked + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:checked + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:focus:hover + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:focus:hover + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:focus:active + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:focus:active + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):hover + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):active + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):active + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:not(.disabled):active + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:not(.disabled):active + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):active:focus + label::before, .white-label.fundacion-rafael-del-pino .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.fundacion-rafael-del-pino .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #006561;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .form-radio__input:hover + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:focus + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:active + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:checked + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:focus:hover + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:focus:active + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.fundacion-rafael-del-pino .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #006561 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .form-check-input:checked + label::before, .white-label.fundacion-rafael-del-pino .form-check-input:checked + label.collection_radio_buttons::before {
  background: #006561;
  border-color: #006561;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .form-check-input:valid:focus:checked + label::before, .white-label.fundacion-rafael-del-pino .form-check-input.valid:focus:checked + label::before, .white-label.fundacion-rafael-del-pino .form-check-input--valid:focus:checked + label::before, .white-label.fundacion-rafael-del-pino .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #006561;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .electives .form-radio__input:checked + label::before {
  background-color: #006561;
  border: 3px solid #006561;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__tasks li:hover::after, .white-label.fundacion-rafael-del-pino .modules__tasks li.selected::after {
  border-color: rgba(0, 101, 97, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__tasks li::before {
  color: rgba(0, 101, 97, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 101, 97, 0.4);
  border-color: rgba(0, 101, 97, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .modules__tasks li .modules__btn:hover::after, .white-label.fundacion-rafael-del-pino .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 101, 97, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .tabs__li:hover {
  border-color: rgba(0, 101, 97, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .tabs__label {
  border-bottom-color: #006561;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.fundacion-rafael-del-pino .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #006561;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .survey__success .check {
  fill: #006561;
  stroke: #006561;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .electives__checkbox:checked + label::before,
.white-label.fundacion-rafael-del-pino .program-card__checkbox:checked + label::before {
  background-color: #006561;
  border-color: #006561;
  color: #006561;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .electives__checkbox:checked ~ .program-card__content,
.white-label.fundacion-rafael-del-pino .program-card__checkbox:checked ~ .program-card__content {
  border-color: #006561;
  box-shadow: 0 0 0 1px #006561 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .canvas-assignments__submission-type::before {
  border-color: #006561;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .canvas-assignments__submission-type::after {
  border-color: #006561;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 101, 97, 0.1);
  border-color: #006561;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .canvas-assignments__submission-type.typed--selected, .white-label.fundacion-rafael-del-pino .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 101, 97, 0.1);
  border-color: #006561;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(1),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(1), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00cbc3, #00bcb5);
  -moz-background: linear-gradient(to right, #00cbc3, #00bcb5);
  -ms-background: linear-gradient(to right, #00cbc3, #00bcb5);
  -o-background: linear-gradient(to right, #00cbc3, #00bcb5);
  background: linear-gradient(to right, #00cbc3, #00bcb5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(1)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(1)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #00bcb5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(2),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(2), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #00bcb5, #00aea7);
  -moz-background: linear-gradient(to right, #00bcb5, #00aea7);
  -ms-background: linear-gradient(to right, #00bcb5, #00aea7);
  -o-background: linear-gradient(to right, #00bcb5, #00aea7);
  background: linear-gradient(to right, #00bcb5, #00aea7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(2)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(2)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00aea7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(3),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(3), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00aea7, #009f99);
  -moz-background: linear-gradient(to right, #00aea7, #009f99);
  -ms-background: linear-gradient(to right, #00aea7, #009f99);
  -o-background: linear-gradient(to right, #00aea7, #009f99);
  background: linear-gradient(to right, #00aea7, #009f99);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(3)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(3)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #009f99;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(4),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(4), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #009f99, #00918b);
  -moz-background: linear-gradient(to right, #009f99, #00918b);
  -ms-background: linear-gradient(to right, #009f99, #00918b);
  -o-background: linear-gradient(to right, #009f99, #00918b);
  background: linear-gradient(to right, #009f99, #00918b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(4)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(4)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00918b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(5),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(5), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00918b, #00827d);
  -moz-background: linear-gradient(to right, #00918b, #00827d);
  -ms-background: linear-gradient(to right, #00918b, #00827d);
  -o-background: linear-gradient(to right, #00918b, #00827d);
  background: linear-gradient(to right, #00918b, #00827d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(5)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(5)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00827d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(6),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(6), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00827d, #00746f);
  -moz-background: linear-gradient(to right, #00827d, #00746f);
  -ms-background: linear-gradient(to right, #00827d, #00746f);
  -o-background: linear-gradient(to right, #00827d, #00746f);
  background: linear-gradient(to right, #00827d, #00746f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(6)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(6)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00746f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(7),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(7), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00746f, #006561);
  -moz-background: linear-gradient(to right, #00746f, #006561);
  -ms-background: linear-gradient(to right, #00746f, #006561);
  -o-background: linear-gradient(to right, #00746f, #006561);
  background: linear-gradient(to right, #00746f, #006561);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(7)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(7)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #006561;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(n+8),
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(n+8), .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #006561;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .step--active:nth-child(n+8)::after,
.white-label.fundacion-rafael-del-pino .steps--progress .step--completed:nth-child(n+8)::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #006561;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved {
  color: #006561;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00cbc3, #00bcb5);
  -moz-background: linear-gradient(to bottom, #00cbc3, #00bcb5);
  -ms-background: linear-gradient(to bottom, #00cbc3, #00bcb5);
  -o-background: linear-gradient(to bottom, #00cbc3, #00bcb5);
  background: linear-gradient(to bottom, #00cbc3, #00bcb5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #00bcb5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00cbc3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #00bcb5, #00aea7);
  -moz-background: linear-gradient(to bottom, #00bcb5, #00aea7);
  -ms-background: linear-gradient(to bottom, #00bcb5, #00aea7);
  -o-background: linear-gradient(to bottom, #00bcb5, #00aea7);
  background: linear-gradient(to bottom, #00bcb5, #00aea7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00aea7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #00bcb5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00aea7, #009f99);
  -moz-background: linear-gradient(to bottom, #00aea7, #009f99);
  -ms-background: linear-gradient(to bottom, #00aea7, #009f99);
  -o-background: linear-gradient(to bottom, #00aea7, #009f99);
  background: linear-gradient(to bottom, #00aea7, #009f99);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #009f99;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00aea7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #009f99, #00918b);
  -moz-background: linear-gradient(to bottom, #009f99, #00918b);
  -ms-background: linear-gradient(to bottom, #009f99, #00918b);
  -o-background: linear-gradient(to bottom, #009f99, #00918b);
  background: linear-gradient(to bottom, #009f99, #00918b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00918b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #009f99;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00918b, #00827d);
  -moz-background: linear-gradient(to bottom, #00918b, #00827d);
  -ms-background: linear-gradient(to bottom, #00918b, #00827d);
  -o-background: linear-gradient(to bottom, #00918b, #00827d);
  background: linear-gradient(to bottom, #00918b, #00827d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00827d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00918b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00827d, #00746f);
  -moz-background: linear-gradient(to bottom, #00827d, #00746f);
  -ms-background: linear-gradient(to bottom, #00827d, #00746f);
  -o-background: linear-gradient(to bottom, #00827d, #00746f);
  background: linear-gradient(to bottom, #00827d, #00746f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00746f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00827d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00746f, #006561);
  -moz-background: linear-gradient(to bottom, #00746f, #006561);
  -ms-background: linear-gradient(to bottom, #00746f, #006561);
  -o-background: linear-gradient(to bottom, #00746f, #006561);
  background: linear-gradient(to bottom, #00746f, #006561);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #006561;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00746f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #006561;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #006561;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.fundacion-rafael-del-pino .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.fundacion-rafael-del-pino .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #006561;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .sidebar .steps .steps__label-toggle {
  background-color: #006561;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .sidebar .steps .step--active {
  border-left: 0.5rem solid #006561;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #000e0e);
  -moz-background: linear-gradient(to right, black, #000e0e);
  -ms-background: linear-gradient(to right, black, #000e0e);
  -o-background: linear-gradient(to right, black, #000e0e);
  background: linear-gradient(to right, black, #000e0e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #000e0e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #000e0e, #001d1c);
  -moz-background: linear-gradient(to right, #000e0e, #001d1c);
  -ms-background: linear-gradient(to right, #000e0e, #001d1c);
  -o-background: linear-gradient(to right, #000e0e, #001d1c);
  background: linear-gradient(to right, #000e0e, #001d1c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #001d1c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #001d1c, #002b2a);
  -moz-background: linear-gradient(to right, #001d1c, #002b2a);
  -ms-background: linear-gradient(to right, #001d1c, #002b2a);
  -o-background: linear-gradient(to right, #001d1c, #002b2a);
  background: linear-gradient(to right, #001d1c, #002b2a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #002b2a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #002b2a, #003a37);
  -moz-background: linear-gradient(to right, #002b2a, #003a37);
  -ms-background: linear-gradient(to right, #002b2a, #003a37);
  -o-background: linear-gradient(to right, #002b2a, #003a37);
  background: linear-gradient(to right, #002b2a, #003a37);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003a37;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003a37, #004845);
  -moz-background: linear-gradient(to right, #003a37, #004845);
  -ms-background: linear-gradient(to right, #003a37, #004845);
  -o-background: linear-gradient(to right, #003a37, #004845);
  background: linear-gradient(to right, #003a37, #004845);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #004845;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #004845, #005753);
  -moz-background: linear-gradient(to right, #004845, #005753);
  -ms-background: linear-gradient(to right, #004845, #005753);
  -o-background: linear-gradient(to right, #004845, #005753);
  background: linear-gradient(to right, #004845, #005753);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #005753;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #005753, #006561);
  -moz-background: linear-gradient(to right, #005753, #006561);
  -ms-background: linear-gradient(to right, #005753, #006561);
  -o-background: linear-gradient(to right, #005753, #006561);
  background: linear-gradient(to right, #005753, #006561);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #006561;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #006561;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #006561;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #000e0e);
  -moz-background: linear-gradient(to bottom, black, #000e0e);
  -ms-background: linear-gradient(to bottom, black, #000e0e);
  -o-background: linear-gradient(to bottom, black, #000e0e);
  background: linear-gradient(to bottom, black, #000e0e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #000e0e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #000e0e, #001d1c);
  -moz-background: linear-gradient(to bottom, #000e0e, #001d1c);
  -ms-background: linear-gradient(to bottom, #000e0e, #001d1c);
  -o-background: linear-gradient(to bottom, #000e0e, #001d1c);
  background: linear-gradient(to bottom, #000e0e, #001d1c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #001d1c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #000e0e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #001d1c, #002b2a);
  -moz-background: linear-gradient(to bottom, #001d1c, #002b2a);
  -ms-background: linear-gradient(to bottom, #001d1c, #002b2a);
  -o-background: linear-gradient(to bottom, #001d1c, #002b2a);
  background: linear-gradient(to bottom, #001d1c, #002b2a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #002b2a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #001d1c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #002b2a, #003a37);
  -moz-background: linear-gradient(to bottom, #002b2a, #003a37);
  -ms-background: linear-gradient(to bottom, #002b2a, #003a37);
  -o-background: linear-gradient(to bottom, #002b2a, #003a37);
  background: linear-gradient(to bottom, #002b2a, #003a37);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003a37;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #002b2a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003a37, #004845);
  -moz-background: linear-gradient(to bottom, #003a37, #004845);
  -ms-background: linear-gradient(to bottom, #003a37, #004845);
  -o-background: linear-gradient(to bottom, #003a37, #004845);
  background: linear-gradient(to bottom, #003a37, #004845);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #004845;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003a37;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #004845, #005753);
  -moz-background: linear-gradient(to bottom, #004845, #005753);
  -ms-background: linear-gradient(to bottom, #004845, #005753);
  -o-background: linear-gradient(to bottom, #004845, #005753);
  background: linear-gradient(to bottom, #004845, #005753);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #005753;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #004845;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #005753, #006561);
  -moz-background: linear-gradient(to bottom, #005753, #006561);
  -ms-background: linear-gradient(to bottom, #005753, #006561);
  -o-background: linear-gradient(to bottom, #005753, #006561);
  background: linear-gradient(to bottom, #005753, #006561);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #006561;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #005753;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #006561;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #006561;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.fundacion-rafael-del-pino.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.fundacion-rafael-del-pino.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #006561;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .referrals-advocate__overlay {
  background-color: #006561;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .referrals-advocate__steps-circle {
  fill: #006561;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .referrals-advocate__testimonial {
  background-color: #006561;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #006561;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.fundacion-rafael-del-pino .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #006561;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .terms__links {
  color: #006561;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.fundacion-rafael-del-pino .referral-tooltip__image path {
  fill: #006561;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.fundacion-rafael-del-pino .main-header,
.fundacion-rafael-del-pino .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ga-mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #7e1b2a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .main-header__menu__btn:hover, .white-label.ga-mit-professional-education .main-header__menu__btn:focus, .white-label.ga-mit-professional-education .main-header__menu__btn:active, .white-label.ga-mit-professional-education .main-header__menu__btn:checked, .white-label.ga-mit-professional-education .main-header__menu__btn:focus:hover, .white-label.ga-mit-professional-education .main-header__menu__btn:focus:active, .white-label.ga-mit-professional-education .main-header__menu__btn:not(:disabled):hover, .white-label.ga-mit-professional-education .main-header__menu__btn:not(:disabled):active, .white-label.ga-mit-professional-education .main-header__menu__btn:not(.disabled):active, .white-label.ga-mit-professional-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.ga-mit-professional-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ga-mit-professional-education .main-footer__menu__btn:hover,
.white-label.ga-mit-professional-education .main-footer__menu__btn:focus,
.white-label.ga-mit-professional-education .main-footer__menu__btn:active,
.white-label.ga-mit-professional-education .main-footer__menu__btn:checked,
.white-label.ga-mit-professional-education .main-footer__menu__btn:focus:hover,
.white-label.ga-mit-professional-education .main-footer__menu__btn:focus:active,
.white-label.ga-mit-professional-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.ga-mit-professional-education .main-footer__menu__btn:not(:disabled):active,
.white-label.ga-mit-professional-education .main-footer__menu__btn:not(.disabled):active,
.white-label.ga-mit-professional-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ga-mit-professional-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .main-header .nav__link:hover, .white-label.ga-mit-professional-education .main-header .nav__link:focus, .white-label.ga-mit-professional-education .main-header .nav__link:active, .white-label.ga-mit-professional-education .main-header .nav__link:checked, .white-label.ga-mit-professional-education .main-header .nav__link:focus:hover, .white-label.ga-mit-professional-education .main-header .nav__link:focus:active, .white-label.ga-mit-professional-education .main-header .nav__link:not(:disabled):hover, .white-label.ga-mit-professional-education .main-header .nav__link:not(:disabled):active, .white-label.ga-mit-professional-education .main-header .nav__link:not(.disabled):active, .white-label.ga-mit-professional-education .main-header .nav__link:not(:disabled):active:focus, .white-label.ga-mit-professional-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.ga-mit-professional-education .main-footer .nav__link:hover,
.white-label.ga-mit-professional-education .main-footer .nav__link:focus,
.white-label.ga-mit-professional-education .main-footer .nav__link:active,
.white-label.ga-mit-professional-education .main-footer .nav__link:checked,
.white-label.ga-mit-professional-education .main-footer .nav__link:focus:hover,
.white-label.ga-mit-professional-education .main-footer .nav__link:focus:active,
.white-label.ga-mit-professional-education .main-footer .nav__link:not(:disabled):hover,
.white-label.ga-mit-professional-education .main-footer .nav__link:not(:disabled):active,
.white-label.ga-mit-professional-education .main-footer .nav__link:not(.disabled):active,
.white-label.ga-mit-professional-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ga-mit-professional-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #7e1b2a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education.signed-out .btn:not(.btn--social), .white-label.ga-mit-professional-education.signed-in .btn--primary {
  background-color: #020203;
  border-color: #020203;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.signed-out .btn:not(.btn--social):hover, .white-label.ga-mit-professional-education.signed-out .btn:not(.btn--social):focus, .white-label.ga-mit-professional-education.signed-out .btn:not(.btn--social):active, .white-label.ga-mit-professional-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ga-mit-professional-education.signed-in .btn--primary:hover, .white-label.ga-mit-professional-education.signed-in .btn--primary:focus, .white-label.ga-mit-professional-education.signed-in .btn--primary:active, .white-label.ga-mit-professional-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #020203;
  box-shadow: none;
  color: #020203;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .nav__btn:hover span,
.white-label.ga-mit-professional-education .nav__btn:hover span::after,
.white-label.ga-mit-professional-education .nav__btn:hover span::before,
.white-label.ga-mit-professional-education .nav__btn:focus span,
.white-label.ga-mit-professional-education .nav__btn:focus span::after,
.white-label.ga-mit-professional-education .nav__btn:focus span::before {
  background-color: #9d2235;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ga-mit-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #9d2235;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #9d2235;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__list li:hover::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__list li:hover .heading-3 {
  color: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .profile__link:hover, .white-label.ga-mit-professional-education .profile__link:focus, .white-label.ga-mit-professional-education .profile__link:active, .white-label.ga-mit-professional-education .profile__link:checked, .white-label.ga-mit-professional-education .profile__link:focus:hover, .white-label.ga-mit-professional-education .profile__link:focus:active, .white-label.ga-mit-professional-education .profile__link:not(:disabled):hover, .white-label.ga-mit-professional-education .profile__link:not(:disabled):active, .white-label.ga-mit-professional-education .profile__link:not(.disabled):active, .white-label.ga-mit-professional-education .profile__link:not(:disabled):active:focus, .white-label.ga-mit-professional-education .profile__link:not(.disabled):active:focus {
  color: #9d2235;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .profile__actions:hover .profile__icn g,
.white-label.ga-mit-professional-education .profile__actions:focus .profile__icn g {
  fill: #9d2235;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .students__classmate:hover .students__thumbnail,
.white-label.ga-mit-professional-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #9d2235, 0 0 0 1px #9d2235 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .pagination__page-link:hover::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modal__bg-icn {
  fill: #9d2235;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .payments__paragraph--initial, .white-label.ga-mit-professional-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .form__input:-webkit-autofill, .white-label.ga-mit-professional-education .StripeElement:-webkit-autofill, .white-label.ga-mit-professional-education .form__input:-webkit-autofill:focus, .white-label.ga-mit-professional-education .form__input:-internal-autofill-selected, .white-label.ga-mit-professional-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(2, 2, 3, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(2, 2, 3, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(2, 2, 3, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(2, 2, 3, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(2, 2, 3, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .form__input:-moz-autofill, .white-label.ga-mit-professional-education .StripeElement:-moz-autofill, .white-label.ga-mit-professional-education .form__input:-moz-autofill-preview, .white-label.ga-mit-professional-education .StripeElement:-moz-autofill-preview {
  filter: rgba(2, 2, 3, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .form-radio__input:hover + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:hover + label::before, .white-label.ga-mit-professional-education .form-radio__input:focus + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:focus + label::before, .white-label.ga-mit-professional-education .form-radio__input:active + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:active + label::before, .white-label.ga-mit-professional-education .form-radio__input:checked + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:checked + label::before, .white-label.ga-mit-professional-education .form-radio__input:focus:hover + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:focus:hover + label::before, .white-label.ga-mit-professional-education .form-radio__input:focus:active + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:focus:active + label::before, .white-label.ga-mit-professional-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:not(:disabled):hover + label::before, .white-label.ga-mit-professional-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:not(:disabled):active + label::before, .white-label.ga-mit-professional-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:not(.disabled):active + label::before, .white-label.ga-mit-professional-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ga-mit-professional-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ga-mit-professional-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #9d2235;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .form-radio__input:hover + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:focus + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:active + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:checked + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ga-mit-professional-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #9d2235 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .form-check-input:checked + label::before, .white-label.ga-mit-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #9d2235;
  border-color: #9d2235;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .form-check-input:valid:focus:checked + label::before, .white-label.ga-mit-professional-education .form-check-input.valid:focus:checked + label::before, .white-label.ga-mit-professional-education .form-check-input--valid:focus:checked + label::before, .white-label.ga-mit-professional-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #9d2235;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .electives .form-radio__input:checked + label::before {
  background-color: #9d2235;
  border: 3px solid #9d2235;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .enrollment__icon path {
  fill: #020203;
  stroke: #020203;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .enrollment__icon tspan {
  fill: #020203;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__tasks li:hover::after, .white-label.ga-mit-professional-education .modules__tasks li.selected::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__tasks li::before {
  color: rgba(157, 34, 53, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(157, 34, 53, 0.4);
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .modules__tasks li .modules__btn:hover::after, .white-label.ga-mit-professional-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .tabs__li:hover {
  border-color: rgba(157, 34, 53, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .tabs__label {
  border-bottom-color: #9d2235;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ga-mit-professional-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #9d2235;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .survey__success .check {
  fill: #9d2235;
  stroke: #9d2235;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .electives__checkbox:checked + label::before,
.white-label.ga-mit-professional-education .program-card__checkbox:checked + label::before {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #9d2235;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .electives__checkbox:checked ~ .program-card__content,
.white-label.ga-mit-professional-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #9d2235;
  box-shadow: 0 0 0 1px #9d2235 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .canvas-assignments__submission-type::before {
  border-color: #9d2235;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .canvas-assignments__submission-type::after {
  border-color: #9d2235;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .canvas-assignments__submission-type:hover {
  background-color: rgba(157, 34, 53, 0.1);
  border-color: #9d2235;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .canvas-assignments__submission-type.typed--selected, .white-label.ga-mit-professional-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(157, 34, 53, 0.1);
  border-color: #9d2235;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(1),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(1), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #d84d62, #d0475c);
  -moz-background: linear-gradient(to right, #d84d62, #d0475c);
  -ms-background: linear-gradient(to right, #d84d62, #d0475c);
  -o-background: linear-gradient(to right, #d84d62, #d0475c);
  background: linear-gradient(to right, #d84d62, #d0475c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(1)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(1)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d0475c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(2),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(2), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d0475c, #c74055);
  -moz-background: linear-gradient(to right, #d0475c, #c74055);
  -ms-background: linear-gradient(to right, #d0475c, #c74055);
  -o-background: linear-gradient(to right, #d0475c, #c74055);
  background: linear-gradient(to right, #d0475c, #c74055);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(2)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(2)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c74055;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(3),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(3), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c74055, #bf3a4f);
  -moz-background: linear-gradient(to right, #c74055, #bf3a4f);
  -ms-background: linear-gradient(to right, #c74055, #bf3a4f);
  -o-background: linear-gradient(to right, #c74055, #bf3a4f);
  background: linear-gradient(to right, #c74055, #bf3a4f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(3)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(3)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #bf3a4f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(4),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(4), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #bf3a4f, #b63448);
  -moz-background: linear-gradient(to right, #bf3a4f, #b63448);
  -ms-background: linear-gradient(to right, #bf3a4f, #b63448);
  -o-background: linear-gradient(to right, #bf3a4f, #b63448);
  background: linear-gradient(to right, #bf3a4f, #b63448);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(4)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(4)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #b63448;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(5),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(5), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #b63448, #ae2e42);
  -moz-background: linear-gradient(to right, #b63448, #ae2e42);
  -ms-background: linear-gradient(to right, #b63448, #ae2e42);
  -o-background: linear-gradient(to right, #b63448, #ae2e42);
  background: linear-gradient(to right, #b63448, #ae2e42);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(5)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(5)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ae2e42;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(6),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(6), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ae2e42, #a5283b);
  -moz-background: linear-gradient(to right, #ae2e42, #a5283b);
  -ms-background: linear-gradient(to right, #ae2e42, #a5283b);
  -o-background: linear-gradient(to right, #ae2e42, #a5283b);
  background: linear-gradient(to right, #ae2e42, #a5283b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(6)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(6)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a5283b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(7),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(7), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a5283b, #9d2235);
  -moz-background: linear-gradient(to right, #a5283b, #9d2235);
  -ms-background: linear-gradient(to right, #a5283b, #9d2235);
  -o-background: linear-gradient(to right, #a5283b, #9d2235);
  background: linear-gradient(to right, #a5283b, #9d2235);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(7)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(7)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #9d2235;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(n+8),
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(n+8), .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #9d2235;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ga-mit-professional-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ga-mit-professional-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #9d2235;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved {
  color: #9d2235;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -moz-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -ms-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -o-background: linear-gradient(to bottom, #d84d62, #d0475c);
  background: linear-gradient(to bottom, #d84d62, #d0475c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d0475c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #d84d62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d0475c, #c74055);
  -moz-background: linear-gradient(to bottom, #d0475c, #c74055);
  -ms-background: linear-gradient(to bottom, #d0475c, #c74055);
  -o-background: linear-gradient(to bottom, #d0475c, #c74055);
  background: linear-gradient(to bottom, #d0475c, #c74055);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c74055;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d0475c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -moz-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -ms-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -o-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  background: linear-gradient(to bottom, #c74055, #bf3a4f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #bf3a4f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c74055;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -moz-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -ms-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -o-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  background: linear-gradient(to bottom, #bf3a4f, #b63448);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #b63448;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #bf3a4f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -moz-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -ms-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -o-background: linear-gradient(to bottom, #b63448, #ae2e42);
  background: linear-gradient(to bottom, #b63448, #ae2e42);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ae2e42;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #b63448;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -moz-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -ms-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -o-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  background: linear-gradient(to bottom, #ae2e42, #a5283b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a5283b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ae2e42;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -moz-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -ms-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -o-background: linear-gradient(to bottom, #a5283b, #9d2235);
  background: linear-gradient(to bottom, #a5283b, #9d2235);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #9d2235;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a5283b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #9d2235;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #9d2235;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ga-mit-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ga-mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #9d2235;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .sidebar .steps .steps__label-toggle {
  background-color: #9d2235;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #9d2235;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #020203, #18070a);
  -moz-background: linear-gradient(to right, #020203, #18070a);
  -ms-background: linear-gradient(to right, #020203, #18070a);
  -o-background: linear-gradient(to right, #020203, #18070a);
  background: linear-gradient(to right, #020203, #18070a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #18070a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #18070a, #2e0b11);
  -moz-background: linear-gradient(to right, #18070a, #2e0b11);
  -ms-background: linear-gradient(to right, #18070a, #2e0b11);
  -o-background: linear-gradient(to right, #18070a, #2e0b11);
  background: linear-gradient(to right, #18070a, #2e0b11);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2e0b11;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2e0b11, #441018);
  -moz-background: linear-gradient(to right, #2e0b11, #441018);
  -ms-background: linear-gradient(to right, #2e0b11, #441018);
  -o-background: linear-gradient(to right, #2e0b11, #441018);
  background: linear-gradient(to right, #2e0b11, #441018);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #441018;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #441018, #5b1420);
  -moz-background: linear-gradient(to right, #441018, #5b1420);
  -ms-background: linear-gradient(to right, #441018, #5b1420);
  -o-background: linear-gradient(to right, #441018, #5b1420);
  background: linear-gradient(to right, #441018, #5b1420);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5b1420;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5b1420, #711927);
  -moz-background: linear-gradient(to right, #5b1420, #711927);
  -ms-background: linear-gradient(to right, #5b1420, #711927);
  -o-background: linear-gradient(to right, #5b1420, #711927);
  background: linear-gradient(to right, #5b1420, #711927);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #711927;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #711927, #871d2e);
  -moz-background: linear-gradient(to right, #711927, #871d2e);
  -ms-background: linear-gradient(to right, #711927, #871d2e);
  -o-background: linear-gradient(to right, #711927, #871d2e);
  background: linear-gradient(to right, #711927, #871d2e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #871d2e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #871d2e, #9d2235);
  -moz-background: linear-gradient(to right, #871d2e, #9d2235);
  -ms-background: linear-gradient(to right, #871d2e, #9d2235);
  -o-background: linear-gradient(to right, #871d2e, #9d2235);
  background: linear-gradient(to right, #871d2e, #9d2235);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #9d2235;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #9d2235;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #9d2235;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #020203, #18070a);
  -moz-background: linear-gradient(to bottom, #020203, #18070a);
  -ms-background: linear-gradient(to bottom, #020203, #18070a);
  -o-background: linear-gradient(to bottom, #020203, #18070a);
  background: linear-gradient(to bottom, #020203, #18070a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #18070a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #020203;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #18070a, #2e0b11);
  -moz-background: linear-gradient(to bottom, #18070a, #2e0b11);
  -ms-background: linear-gradient(to bottom, #18070a, #2e0b11);
  -o-background: linear-gradient(to bottom, #18070a, #2e0b11);
  background: linear-gradient(to bottom, #18070a, #2e0b11);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2e0b11;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #18070a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2e0b11, #441018);
  -moz-background: linear-gradient(to bottom, #2e0b11, #441018);
  -ms-background: linear-gradient(to bottom, #2e0b11, #441018);
  -o-background: linear-gradient(to bottom, #2e0b11, #441018);
  background: linear-gradient(to bottom, #2e0b11, #441018);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #441018;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2e0b11;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #441018, #5b1420);
  -moz-background: linear-gradient(to bottom, #441018, #5b1420);
  -ms-background: linear-gradient(to bottom, #441018, #5b1420);
  -o-background: linear-gradient(to bottom, #441018, #5b1420);
  background: linear-gradient(to bottom, #441018, #5b1420);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5b1420;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #441018;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5b1420, #711927);
  -moz-background: linear-gradient(to bottom, #5b1420, #711927);
  -ms-background: linear-gradient(to bottom, #5b1420, #711927);
  -o-background: linear-gradient(to bottom, #5b1420, #711927);
  background: linear-gradient(to bottom, #5b1420, #711927);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #711927;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5b1420;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #711927, #871d2e);
  -moz-background: linear-gradient(to bottom, #711927, #871d2e);
  -ms-background: linear-gradient(to bottom, #711927, #871d2e);
  -o-background: linear-gradient(to bottom, #711927, #871d2e);
  background: linear-gradient(to bottom, #711927, #871d2e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #871d2e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #711927;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #871d2e, #9d2235);
  -moz-background: linear-gradient(to bottom, #871d2e, #9d2235);
  -ms-background: linear-gradient(to bottom, #871d2e, #9d2235);
  -o-background: linear-gradient(to bottom, #871d2e, #9d2235);
  background: linear-gradient(to bottom, #871d2e, #9d2235);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #9d2235;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #871d2e;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #9d2235;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #9d2235;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ga-mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ga-mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ga-mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ga-mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #9d2235;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .referrals-advocate__overlay {
  background-color: #9d2235;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .referrals-advocate__steps-circle {
  fill: #9d2235;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .referrals-advocate__testimonial {
  background-color: #9d2235;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #9d2235;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ga-mit-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #9d2235;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .terms__title {
  border-color: #020203;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .terms__links {
  color: #9d2235;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-professional-education .referral-tooltip__image path {
  fill: #9d2235;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ga-mit-professional-education .main-header,
.ga-mit-professional-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ga-mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #83192a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .main-header__menu__btn:hover, .white-label.ga-mit-xpro .main-header__menu__btn:focus, .white-label.ga-mit-xpro .main-header__menu__btn:active, .white-label.ga-mit-xpro .main-header__menu__btn:checked, .white-label.ga-mit-xpro .main-header__menu__btn:focus:hover, .white-label.ga-mit-xpro .main-header__menu__btn:focus:active, .white-label.ga-mit-xpro .main-header__menu__btn:not(:disabled):hover, .white-label.ga-mit-xpro .main-header__menu__btn:not(:disabled):active, .white-label.ga-mit-xpro .main-header__menu__btn:not(.disabled):active, .white-label.ga-mit-xpro .main-header__menu__btn:not(:disabled):active:focus, .white-label.ga-mit-xpro .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ga-mit-xpro .main-footer__menu__btn:hover,
.white-label.ga-mit-xpro .main-footer__menu__btn:focus,
.white-label.ga-mit-xpro .main-footer__menu__btn:active,
.white-label.ga-mit-xpro .main-footer__menu__btn:checked,
.white-label.ga-mit-xpro .main-footer__menu__btn:focus:hover,
.white-label.ga-mit-xpro .main-footer__menu__btn:focus:active,
.white-label.ga-mit-xpro .main-footer__menu__btn:not(:disabled):hover,
.white-label.ga-mit-xpro .main-footer__menu__btn:not(:disabled):active,
.white-label.ga-mit-xpro .main-footer__menu__btn:not(.disabled):active,
.white-label.ga-mit-xpro .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ga-mit-xpro .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .main-header .nav__link:hover, .white-label.ga-mit-xpro .main-header .nav__link:focus, .white-label.ga-mit-xpro .main-header .nav__link:active, .white-label.ga-mit-xpro .main-header .nav__link:checked, .white-label.ga-mit-xpro .main-header .nav__link:focus:hover, .white-label.ga-mit-xpro .main-header .nav__link:focus:active, .white-label.ga-mit-xpro .main-header .nav__link:not(:disabled):hover, .white-label.ga-mit-xpro .main-header .nav__link:not(:disabled):active, .white-label.ga-mit-xpro .main-header .nav__link:not(.disabled):active, .white-label.ga-mit-xpro .main-header .nav__link:not(:disabled):active:focus, .white-label.ga-mit-xpro .main-header .nav__link:not(.disabled):active:focus,
.white-label.ga-mit-xpro .main-footer .nav__link:hover,
.white-label.ga-mit-xpro .main-footer .nav__link:focus,
.white-label.ga-mit-xpro .main-footer .nav__link:active,
.white-label.ga-mit-xpro .main-footer .nav__link:checked,
.white-label.ga-mit-xpro .main-footer .nav__link:focus:hover,
.white-label.ga-mit-xpro .main-footer .nav__link:focus:active,
.white-label.ga-mit-xpro .main-footer .nav__link:not(:disabled):hover,
.white-label.ga-mit-xpro .main-footer .nav__link:not(:disabled):active,
.white-label.ga-mit-xpro .main-footer .nav__link:not(.disabled):active,
.white-label.ga-mit-xpro .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ga-mit-xpro .main-footer .nav__link:not(.disabled):active:focus {
  color: #83192a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro.signed-out .btn:not(.btn--social), .white-label.ga-mit-xpro.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.signed-out .btn:not(.btn--social):hover, .white-label.ga-mit-xpro.signed-out .btn:not(.btn--social):focus, .white-label.ga-mit-xpro.signed-out .btn:not(.btn--social):active, .white-label.ga-mit-xpro.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ga-mit-xpro.signed-in .btn--primary:hover, .white-label.ga-mit-xpro.signed-in .btn--primary:focus, .white-label.ga-mit-xpro.signed-in .btn--primary:active, .white-label.ga-mit-xpro.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .nav__btn:hover span,
.white-label.ga-mit-xpro .nav__btn:hover span::after,
.white-label.ga-mit-xpro .nav__btn:hover span::before,
.white-label.ga-mit-xpro .nav__btn:focus span,
.white-label.ga-mit-xpro .nav__btn:focus span::after,
.white-label.ga-mit-xpro .nav__btn:focus span::before {
  background-color: #a31f34;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ga-mit-xpro .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a31f34;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a31f34;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__list li:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__list li:hover .heading-3 {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .profile__link:hover, .white-label.ga-mit-xpro .profile__link:focus, .white-label.ga-mit-xpro .profile__link:active, .white-label.ga-mit-xpro .profile__link:checked, .white-label.ga-mit-xpro .profile__link:focus:hover, .white-label.ga-mit-xpro .profile__link:focus:active, .white-label.ga-mit-xpro .profile__link:not(:disabled):hover, .white-label.ga-mit-xpro .profile__link:not(:disabled):active, .white-label.ga-mit-xpro .profile__link:not(.disabled):active, .white-label.ga-mit-xpro .profile__link:not(:disabled):active:focus, .white-label.ga-mit-xpro .profile__link:not(.disabled):active:focus {
  color: #a31f34;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .profile__actions:hover .profile__icn g,
.white-label.ga-mit-xpro .profile__actions:focus .profile__icn g {
  fill: #a31f34;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .students__classmate:hover .students__thumbnail,
.white-label.ga-mit-xpro .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a31f34, 0 0 0 1px #a31f34 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .pagination__page-link:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modal__bg-icn {
  fill: #a31f34;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .payments__paragraph--initial, .white-label.ga-mit-xpro .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .form__input:-webkit-autofill, .white-label.ga-mit-xpro .StripeElement:-webkit-autofill, .white-label.ga-mit-xpro .form__input:-webkit-autofill:focus, .white-label.ga-mit-xpro .form__input:-internal-autofill-selected, .white-label.ga-mit-xpro .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .form__input:-moz-autofill, .white-label.ga-mit-xpro .StripeElement:-moz-autofill, .white-label.ga-mit-xpro .form__input:-moz-autofill-preview, .white-label.ga-mit-xpro .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .form-radio__input:hover + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:hover + label::before, .white-label.ga-mit-xpro .form-radio__input:focus + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:focus + label::before, .white-label.ga-mit-xpro .form-radio__input:active + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:active + label::before, .white-label.ga-mit-xpro .form-radio__input:checked + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:checked + label::before, .white-label.ga-mit-xpro .form-radio__input:focus:hover + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:focus:hover + label::before, .white-label.ga-mit-xpro .form-radio__input:focus:active + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:focus:active + label::before, .white-label.ga-mit-xpro .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:not(:disabled):hover + label::before, .white-label.ga-mit-xpro .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:not(:disabled):active + label::before, .white-label.ga-mit-xpro .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:not(.disabled):active + label::before, .white-label.ga-mit-xpro .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ga-mit-xpro .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ga-mit-xpro .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a31f34;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .form-radio__input:hover + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:focus + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:active + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:checked + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:focus:active + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ga-mit-xpro .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a31f34 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .form-check-input:checked + label::before, .white-label.ga-mit-xpro .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a31f34;
  border-color: #a31f34;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .form-check-input:valid:focus:checked + label::before, .white-label.ga-mit-xpro .form-check-input.valid:focus:checked + label::before, .white-label.ga-mit-xpro .form-check-input--valid:focus:checked + label::before, .white-label.ga-mit-xpro .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a31f34;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .electives .form-radio__input:checked + label::before {
  background-color: #a31f34;
  border: 3px solid #a31f34;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__tasks li:hover::after, .white-label.ga-mit-xpro .modules__tasks li.selected::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__tasks li::before {
  color: rgba(163, 31, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(163, 31, 52, 0.4);
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .modules__tasks li .modules__btn:hover::after, .white-label.ga-mit-xpro .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .tabs__li:hover {
  border-color: rgba(163, 31, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .tabs__label {
  border-bottom-color: #a31f34;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ga-mit-xpro .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a31f34;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .survey__success .check {
  fill: #a31f34;
  stroke: #a31f34;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .electives__checkbox:checked + label::before,
.white-label.ga-mit-xpro .program-card__checkbox:checked + label::before {
  background-color: #a31f34;
  border-color: #a31f34;
  color: #a31f34;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .electives__checkbox:checked ~ .program-card__content,
.white-label.ga-mit-xpro .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a31f34;
  box-shadow: 0 0 0 1px #a31f34 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .canvas-assignments__submission-type::before {
  border-color: #a31f34;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .canvas-assignments__submission-type::after {
  border-color: #a31f34;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .canvas-assignments__submission-type:hover {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .canvas-assignments__submission-type.typed--selected, .white-label.ga-mit-xpro .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(1),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(1), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to right, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to right, #dd4b62, #d5455c);
  -o-background: linear-gradient(to right, #dd4b62, #d5455c);
  background: linear-gradient(to right, #dd4b62, #d5455c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(1)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(1)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d5455c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(2),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(2), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to right, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to right, #d5455c, #cc3f55);
  -o-background: linear-gradient(to right, #d5455c, #cc3f55);
  background: linear-gradient(to right, #d5455c, #cc3f55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(2)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(2)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cc3f55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(3),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(3), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to right, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to right, #cc3f55, #c4384e);
  -o-background: linear-gradient(to right, #cc3f55, #c4384e);
  background: linear-gradient(to right, #cc3f55, #c4384e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(3)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(3)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c4384e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(4),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(4), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c4384e, #bc3248);
  -moz-background: linear-gradient(to right, #c4384e, #bc3248);
  -ms-background: linear-gradient(to right, #c4384e, #bc3248);
  -o-background: linear-gradient(to right, #c4384e, #bc3248);
  background: linear-gradient(to right, #c4384e, #bc3248);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(4)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(4)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #bc3248;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(5),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(5), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #bc3248, #b42c41);
  -moz-background: linear-gradient(to right, #bc3248, #b42c41);
  -ms-background: linear-gradient(to right, #bc3248, #b42c41);
  -o-background: linear-gradient(to right, #bc3248, #b42c41);
  background: linear-gradient(to right, #bc3248, #b42c41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(5)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(5)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b42c41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(6),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(6), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b42c41, #ab253b);
  -moz-background: linear-gradient(to right, #b42c41, #ab253b);
  -ms-background: linear-gradient(to right, #b42c41, #ab253b);
  -o-background: linear-gradient(to right, #b42c41, #ab253b);
  background: linear-gradient(to right, #b42c41, #ab253b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(6)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(6)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ab253b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(7),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(7), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ab253b, #a31f34);
  -moz-background: linear-gradient(to right, #ab253b, #a31f34);
  -ms-background: linear-gradient(to right, #ab253b, #a31f34);
  -o-background: linear-gradient(to right, #ab253b, #a31f34);
  background: linear-gradient(to right, #ab253b, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(7)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(7)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(n+8),
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(n+8), .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ga-mit-xpro .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ga-mit-xpro .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved {
  color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -o-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  background: linear-gradient(to bottom, #dd4b62, #d5455c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d5455c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #dd4b62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -o-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  background: linear-gradient(to bottom, #d5455c, #cc3f55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cc3f55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d5455c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -o-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  background: linear-gradient(to bottom, #cc3f55, #c4384e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c4384e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cc3f55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -moz-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -ms-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -o-background: linear-gradient(to bottom, #c4384e, #bc3248);
  background: linear-gradient(to bottom, #c4384e, #bc3248);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #bc3248;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c4384e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -moz-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -ms-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -o-background: linear-gradient(to bottom, #bc3248, #b42c41);
  background: linear-gradient(to bottom, #bc3248, #b42c41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b42c41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #bc3248;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -moz-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -ms-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -o-background: linear-gradient(to bottom, #b42c41, #ab253b);
  background: linear-gradient(to bottom, #b42c41, #ab253b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ab253b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b42c41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -moz-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -ms-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -o-background: linear-gradient(to bottom, #ab253b, #a31f34);
  background: linear-gradient(to bottom, #ab253b, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ab253b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ga-mit-xpro .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ga-mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .sidebar .steps .steps__label-toggle {
  background-color: #a31f34;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .sidebar .steps .step--active {
  border-left: 0.5rem solid #a31f34;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #170407);
  -moz-background: linear-gradient(to right, black, #170407);
  -ms-background: linear-gradient(to right, black, #170407);
  -o-background: linear-gradient(to right, black, #170407);
  background: linear-gradient(to right, black, #170407);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #170407;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #170407, #2f090f);
  -moz-background: linear-gradient(to right, #170407, #2f090f);
  -ms-background: linear-gradient(to right, #170407, #2f090f);
  -o-background: linear-gradient(to right, #170407, #2f090f);
  background: linear-gradient(to right, #170407, #2f090f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2f090f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2f090f, #460d16);
  -moz-background: linear-gradient(to right, #2f090f, #460d16);
  -ms-background: linear-gradient(to right, #2f090f, #460d16);
  -o-background: linear-gradient(to right, #2f090f, #460d16);
  background: linear-gradient(to right, #2f090f, #460d16);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #460d16;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #460d16, #5d121e);
  -moz-background: linear-gradient(to right, #460d16, #5d121e);
  -ms-background: linear-gradient(to right, #460d16, #5d121e);
  -o-background: linear-gradient(to right, #460d16, #5d121e);
  background: linear-gradient(to right, #460d16, #5d121e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5d121e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5d121e, #741625);
  -moz-background: linear-gradient(to right, #5d121e, #741625);
  -ms-background: linear-gradient(to right, #5d121e, #741625);
  -o-background: linear-gradient(to right, #5d121e, #741625);
  background: linear-gradient(to right, #5d121e, #741625);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #741625;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #741625, #8c1b2d);
  -moz-background: linear-gradient(to right, #741625, #8c1b2d);
  -ms-background: linear-gradient(to right, #741625, #8c1b2d);
  -o-background: linear-gradient(to right, #741625, #8c1b2d);
  background: linear-gradient(to right, #741625, #8c1b2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8c1b2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -moz-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -ms-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -o-background: linear-gradient(to right, #8c1b2d, #a31f34);
  background: linear-gradient(to right, #8c1b2d, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #170407);
  -moz-background: linear-gradient(to bottom, black, #170407);
  -ms-background: linear-gradient(to bottom, black, #170407);
  -o-background: linear-gradient(to bottom, black, #170407);
  background: linear-gradient(to bottom, black, #170407);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #170407;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #170407, #2f090f);
  -moz-background: linear-gradient(to bottom, #170407, #2f090f);
  -ms-background: linear-gradient(to bottom, #170407, #2f090f);
  -o-background: linear-gradient(to bottom, #170407, #2f090f);
  background: linear-gradient(to bottom, #170407, #2f090f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2f090f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #170407;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f090f, #460d16);
  -moz-background: linear-gradient(to bottom, #2f090f, #460d16);
  -ms-background: linear-gradient(to bottom, #2f090f, #460d16);
  -o-background: linear-gradient(to bottom, #2f090f, #460d16);
  background: linear-gradient(to bottom, #2f090f, #460d16);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #460d16;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2f090f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #460d16, #5d121e);
  -moz-background: linear-gradient(to bottom, #460d16, #5d121e);
  -ms-background: linear-gradient(to bottom, #460d16, #5d121e);
  -o-background: linear-gradient(to bottom, #460d16, #5d121e);
  background: linear-gradient(to bottom, #460d16, #5d121e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5d121e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #460d16;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d121e, #741625);
  -moz-background: linear-gradient(to bottom, #5d121e, #741625);
  -ms-background: linear-gradient(to bottom, #5d121e, #741625);
  -o-background: linear-gradient(to bottom, #5d121e, #741625);
  background: linear-gradient(to bottom, #5d121e, #741625);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #741625;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5d121e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -moz-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -ms-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -o-background: linear-gradient(to bottom, #741625, #8c1b2d);
  background: linear-gradient(to bottom, #741625, #8c1b2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8c1b2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #741625;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -moz-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -ms-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -o-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  background: linear-gradient(to bottom, #8c1b2d, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8c1b2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ga-mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ga-mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ga-mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ga-mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .referrals-advocate__overlay {
  background-color: #a31f34;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .referrals-advocate__steps-circle {
  fill: #a31f34;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .referrals-advocate__testimonial {
  background-color: #a31f34;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a31f34;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ga-mit-xpro .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a31f34;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .terms__links {
  color: #a31f34;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ga-mit-xpro .referral-tooltip__image path {
  fill: #a31f34;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ga-mit-xpro .main-header,
.ga-mit-xpro .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.hackerone-security-school-test div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #009857;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .main-header__menu__btn:hover, .white-label.hackerone-security-school-test .main-header__menu__btn:focus, .white-label.hackerone-security-school-test .main-header__menu__btn:active, .white-label.hackerone-security-school-test .main-header__menu__btn:checked, .white-label.hackerone-security-school-test .main-header__menu__btn:focus:hover, .white-label.hackerone-security-school-test .main-header__menu__btn:focus:active, .white-label.hackerone-security-school-test .main-header__menu__btn:not(:disabled):hover, .white-label.hackerone-security-school-test .main-header__menu__btn:not(:disabled):active, .white-label.hackerone-security-school-test .main-header__menu__btn:not(.disabled):active, .white-label.hackerone-security-school-test .main-header__menu__btn:not(:disabled):active:focus, .white-label.hackerone-security-school-test .main-header__menu__btn:not(.disabled):active:focus,
.white-label.hackerone-security-school-test .main-footer__menu__btn:hover,
.white-label.hackerone-security-school-test .main-footer__menu__btn:focus,
.white-label.hackerone-security-school-test .main-footer__menu__btn:active,
.white-label.hackerone-security-school-test .main-footer__menu__btn:checked,
.white-label.hackerone-security-school-test .main-footer__menu__btn:focus:hover,
.white-label.hackerone-security-school-test .main-footer__menu__btn:focus:active,
.white-label.hackerone-security-school-test .main-footer__menu__btn:not(:disabled):hover,
.white-label.hackerone-security-school-test .main-footer__menu__btn:not(:disabled):active,
.white-label.hackerone-security-school-test .main-footer__menu__btn:not(.disabled):active,
.white-label.hackerone-security-school-test .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.hackerone-security-school-test .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .main-header .nav__link:hover, .white-label.hackerone-security-school-test .main-header .nav__link:focus, .white-label.hackerone-security-school-test .main-header .nav__link:active, .white-label.hackerone-security-school-test .main-header .nav__link:checked, .white-label.hackerone-security-school-test .main-header .nav__link:focus:hover, .white-label.hackerone-security-school-test .main-header .nav__link:focus:active, .white-label.hackerone-security-school-test .main-header .nav__link:not(:disabled):hover, .white-label.hackerone-security-school-test .main-header .nav__link:not(:disabled):active, .white-label.hackerone-security-school-test .main-header .nav__link:not(.disabled):active, .white-label.hackerone-security-school-test .main-header .nav__link:not(:disabled):active:focus, .white-label.hackerone-security-school-test .main-header .nav__link:not(.disabled):active:focus,
.white-label.hackerone-security-school-test .main-footer .nav__link:hover,
.white-label.hackerone-security-school-test .main-footer .nav__link:focus,
.white-label.hackerone-security-school-test .main-footer .nav__link:active,
.white-label.hackerone-security-school-test .main-footer .nav__link:checked,
.white-label.hackerone-security-school-test .main-footer .nav__link:focus:hover,
.white-label.hackerone-security-school-test .main-footer .nav__link:focus:active,
.white-label.hackerone-security-school-test .main-footer .nav__link:not(:disabled):hover,
.white-label.hackerone-security-school-test .main-footer .nav__link:not(:disabled):active,
.white-label.hackerone-security-school-test .main-footer .nav__link:not(.disabled):active,
.white-label.hackerone-security-school-test .main-footer .nav__link:not(:disabled):active:focus,
.white-label.hackerone-security-school-test .main-footer .nav__link:not(.disabled):active:focus {
  color: #009857;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test.signed-out .btn:not(.btn--social), .white-label.hackerone-security-school-test.signed-in .btn--primary {
  background-color: #00be6d;
  border-color: #00be6d;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.signed-out .btn:not(.btn--social):hover, .white-label.hackerone-security-school-test.signed-out .btn:not(.btn--social):focus, .white-label.hackerone-security-school-test.signed-out .btn:not(.btn--social):active, .white-label.hackerone-security-school-test.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.hackerone-security-school-test.signed-in .btn--primary:hover, .white-label.hackerone-security-school-test.signed-in .btn--primary:focus, .white-label.hackerone-security-school-test.signed-in .btn--primary:active, .white-label.hackerone-security-school-test.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #00be6d;
  box-shadow: none;
  color: #00be6d;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .nav__btn:hover span,
.white-label.hackerone-security-school-test .nav__btn:hover span::after,
.white-label.hackerone-security-school-test .nav__btn:hover span::before,
.white-label.hackerone-security-school-test .nav__btn:focus span,
.white-label.hackerone-security-school-test .nav__btn:focus span::after,
.white-label.hackerone-security-school-test .nav__btn:focus span::before {
  background-color: #00be6d;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.hackerone-security-school-test .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00be6d;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00be6d;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__list li:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__list li:hover .heading-3 {
  color: #00be6d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .profile__link:hover, .white-label.hackerone-security-school-test .profile__link:focus, .white-label.hackerone-security-school-test .profile__link:active, .white-label.hackerone-security-school-test .profile__link:checked, .white-label.hackerone-security-school-test .profile__link:focus:hover, .white-label.hackerone-security-school-test .profile__link:focus:active, .white-label.hackerone-security-school-test .profile__link:not(:disabled):hover, .white-label.hackerone-security-school-test .profile__link:not(:disabled):active, .white-label.hackerone-security-school-test .profile__link:not(.disabled):active, .white-label.hackerone-security-school-test .profile__link:not(:disabled):active:focus, .white-label.hackerone-security-school-test .profile__link:not(.disabled):active:focus {
  color: #00be6d;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .profile__actions:hover .profile__icn g,
.white-label.hackerone-security-school-test .profile__actions:focus .profile__icn g {
  fill: #00be6d;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .students__classmate:hover .students__thumbnail,
.white-label.hackerone-security-school-test .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00be6d, 0 0 0 1px #00be6d inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .pagination__page-link:hover::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modal__bg-icn {
  fill: #00be6d;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .payments__paragraph--initial, .white-label.hackerone-security-school-test .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .form__input:-webkit-autofill, .white-label.hackerone-security-school-test .StripeElement:-webkit-autofill, .white-label.hackerone-security-school-test .form__input:-webkit-autofill:focus, .white-label.hackerone-security-school-test .form__input:-internal-autofill-selected, .white-label.hackerone-security-school-test .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .form__input:-moz-autofill, .white-label.hackerone-security-school-test .StripeElement:-moz-autofill, .white-label.hackerone-security-school-test .form__input:-moz-autofill-preview, .white-label.hackerone-security-school-test .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 190, 109, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .form-radio__input:hover + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:hover + label::before, .white-label.hackerone-security-school-test .form-radio__input:focus + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:focus + label::before, .white-label.hackerone-security-school-test .form-radio__input:active + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:active + label::before, .white-label.hackerone-security-school-test .form-radio__input:checked + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:checked + label::before, .white-label.hackerone-security-school-test .form-radio__input:focus:hover + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:focus:hover + label::before, .white-label.hackerone-security-school-test .form-radio__input:focus:active + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:focus:active + label::before, .white-label.hackerone-security-school-test .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:not(:disabled):hover + label::before, .white-label.hackerone-security-school-test .form-radio__input:not(:disabled):active + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:not(:disabled):active + label::before, .white-label.hackerone-security-school-test .form-radio__input:not(.disabled):active + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:not(.disabled):active + label::before, .white-label.hackerone-security-school-test .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:not(:disabled):active:focus + label::before, .white-label.hackerone-security-school-test .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.hackerone-security-school-test .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00be6d;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .form-radio__input:hover + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:focus + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:active + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:checked + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:focus:hover + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:focus:active + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.hackerone-security-school-test .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00be6d inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .form-check-input:checked + label::before, .white-label.hackerone-security-school-test .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00be6d;
  border-color: #00be6d;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .form-check-input:valid:focus:checked + label::before, .white-label.hackerone-security-school-test .form-check-input.valid:focus:checked + label::before, .white-label.hackerone-security-school-test .form-check-input--valid:focus:checked + label::before, .white-label.hackerone-security-school-test .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00be6d;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .electives .form-radio__input:checked + label::before {
  background-color: #00be6d;
  border: 3px solid #00be6d;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .enrollment__icon path {
  fill: #00be6d;
  stroke: #00be6d;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .enrollment__icon tspan {
  fill: #00be6d;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__tasks li:hover::after, .white-label.hackerone-security-school-test .modules__tasks li.selected::after {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__tasks li::before {
  color: rgba(0, 190, 109, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 190, 109, 0.4);
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .modules__tasks li .modules__btn:hover::after, .white-label.hackerone-security-school-test .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 190, 109, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .tabs__li:hover {
  border-color: rgba(0, 190, 109, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .tabs__label {
  border-bottom-color: #00be6d;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.hackerone-security-school-test .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00be6d;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .survey__success .check {
  fill: #00be6d;
  stroke: #00be6d;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .electives__checkbox:checked + label::before,
.white-label.hackerone-security-school-test .program-card__checkbox:checked + label::before {
  background-color: #00be6d;
  border-color: #00be6d;
  color: #00be6d;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .electives__checkbox:checked ~ .program-card__content,
.white-label.hackerone-security-school-test .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00be6d;
  box-shadow: 0 0 0 1px #00be6d inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .canvas-assignments__submission-type::before {
  border-color: #00be6d;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .canvas-assignments__submission-type::after {
  border-color: #00be6d;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 190, 109, 0.1);
  border-color: #00be6d;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .canvas-assignments__submission-type.typed--selected, .white-label.hackerone-security-school-test .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 190, 109, 0.1);
  border-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(1),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(1), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #25ffa2, #20f69a);
  -moz-background: linear-gradient(to right, #25ffa2, #20f69a);
  -ms-background: linear-gradient(to right, #25ffa2, #20f69a);
  -o-background: linear-gradient(to right, #25ffa2, #20f69a);
  background: linear-gradient(to right, #25ffa2, #20f69a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(1)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(1)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #20f69a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(2),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(2), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #20f69a, #1aec93);
  -moz-background: linear-gradient(to right, #20f69a, #1aec93);
  -ms-background: linear-gradient(to right, #20f69a, #1aec93);
  -o-background: linear-gradient(to right, #20f69a, #1aec93);
  background: linear-gradient(to right, #20f69a, #1aec93);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(2)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(2)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1aec93;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(3),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(3), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1aec93, #15e38b);
  -moz-background: linear-gradient(to right, #1aec93, #15e38b);
  -ms-background: linear-gradient(to right, #1aec93, #15e38b);
  -o-background: linear-gradient(to right, #1aec93, #15e38b);
  background: linear-gradient(to right, #1aec93, #15e38b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(3)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(3)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #15e38b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(4),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(4), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #15e38b, #10da84);
  -moz-background: linear-gradient(to right, #15e38b, #10da84);
  -ms-background: linear-gradient(to right, #15e38b, #10da84);
  -o-background: linear-gradient(to right, #15e38b, #10da84);
  background: linear-gradient(to right, #15e38b, #10da84);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(4)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(4)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #10da84;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(5),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(5), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #10da84, #0bd17c);
  -moz-background: linear-gradient(to right, #10da84, #0bd17c);
  -ms-background: linear-gradient(to right, #10da84, #0bd17c);
  -o-background: linear-gradient(to right, #10da84, #0bd17c);
  background: linear-gradient(to right, #10da84, #0bd17c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(5)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(5)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0bd17c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(6),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(6), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0bd17c, #05c775);
  -moz-background: linear-gradient(to right, #0bd17c, #05c775);
  -ms-background: linear-gradient(to right, #0bd17c, #05c775);
  -o-background: linear-gradient(to right, #0bd17c, #05c775);
  background: linear-gradient(to right, #0bd17c, #05c775);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(6)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(6)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #05c775;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(7),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(7), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #05c775, #00be6d);
  -moz-background: linear-gradient(to right, #05c775, #00be6d);
  -ms-background: linear-gradient(to right, #05c775, #00be6d);
  -o-background: linear-gradient(to right, #05c775, #00be6d);
  background: linear-gradient(to right, #05c775, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(7)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(7)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(n+8),
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(n+8), .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .step--active:nth-child(n+8)::after,
.white-label.hackerone-security-school-test .steps--progress .step--completed:nth-child(n+8)::after, .white-label.hackerone-security-school-test .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00be6d;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -moz-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -ms-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  -o-background: linear-gradient(to bottom, #25ffa2, #20f69a);
  background: linear-gradient(to bottom, #25ffa2, #20f69a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #20f69a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #25ffa2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -moz-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -ms-background: linear-gradient(to bottom, #20f69a, #1aec93);
  -o-background: linear-gradient(to bottom, #20f69a, #1aec93);
  background: linear-gradient(to bottom, #20f69a, #1aec93);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1aec93;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #20f69a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -moz-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -ms-background: linear-gradient(to bottom, #1aec93, #15e38b);
  -o-background: linear-gradient(to bottom, #1aec93, #15e38b);
  background: linear-gradient(to bottom, #1aec93, #15e38b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #15e38b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1aec93;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #15e38b, #10da84);
  -moz-background: linear-gradient(to bottom, #15e38b, #10da84);
  -ms-background: linear-gradient(to bottom, #15e38b, #10da84);
  -o-background: linear-gradient(to bottom, #15e38b, #10da84);
  background: linear-gradient(to bottom, #15e38b, #10da84);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #10da84;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #15e38b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -moz-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -ms-background: linear-gradient(to bottom, #10da84, #0bd17c);
  -o-background: linear-gradient(to bottom, #10da84, #0bd17c);
  background: linear-gradient(to bottom, #10da84, #0bd17c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0bd17c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #10da84;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -moz-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -ms-background: linear-gradient(to bottom, #0bd17c, #05c775);
  -o-background: linear-gradient(to bottom, #0bd17c, #05c775);
  background: linear-gradient(to bottom, #0bd17c, #05c775);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #05c775;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0bd17c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #05c775, #00be6d);
  -moz-background: linear-gradient(to bottom, #05c775, #00be6d);
  -ms-background: linear-gradient(to bottom, #05c775, #00be6d);
  -o-background: linear-gradient(to bottom, #05c775, #00be6d);
  background: linear-gradient(to bottom, #05c775, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #05c775;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.hackerone-security-school-test .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.hackerone-security-school-test .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00be6d;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .sidebar .steps .steps__label-toggle {
  background-color: #00be6d;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .sidebar .steps .step--active {
  border-left: 0.5rem solid #00be6d;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00be6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00be6d, #00be6d);
  -moz-background: linear-gradient(to right, #00be6d, #00be6d);
  -ms-background: linear-gradient(to right, #00be6d, #00be6d);
  -o-background: linear-gradient(to right, #00be6d, #00be6d);
  background: linear-gradient(to right, #00be6d, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -moz-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -ms-background: linear-gradient(to bottom, #00be6d, #00be6d);
  -o-background: linear-gradient(to bottom, #00be6d, #00be6d);
  background: linear-gradient(to bottom, #00be6d, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00be6d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.hackerone-security-school-test.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.hackerone-security-school-test.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.hackerone-security-school-test.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.hackerone-security-school-test.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00be6d;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .referrals-advocate__overlay {
  background-color: #00be6d;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .referrals-advocate__steps-circle {
  fill: #00be6d;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .referrals-advocate__testimonial {
  background-color: #00be6d;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00be6d;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.hackerone-security-school-test .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00be6d;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .terms__title {
  border-color: #00be6d;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .terms__links {
  color: #00be6d;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.hackerone-security-school-test .referral-tooltip__image path {
  fill: #00be6d;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.hackerone-security-school-test .main-header,
.hackerone-security-school-test .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a41034;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.harvard-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #810d29;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .main-header__menu__btn:hover, .white-label.harvard-business-school .main-header__menu__btn:focus, .white-label.harvard-business-school .main-header__menu__btn:active, .white-label.harvard-business-school .main-header__menu__btn:checked, .white-label.harvard-business-school .main-header__menu__btn:focus:hover, .white-label.harvard-business-school .main-header__menu__btn:focus:active, .white-label.harvard-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.harvard-business-school .main-header__menu__btn:not(:disabled):active, .white-label.harvard-business-school .main-header__menu__btn:not(.disabled):active, .white-label.harvard-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.harvard-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.harvard-business-school .main-footer__menu__btn:hover,
.white-label.harvard-business-school .main-footer__menu__btn:focus,
.white-label.harvard-business-school .main-footer__menu__btn:active,
.white-label.harvard-business-school .main-footer__menu__btn:checked,
.white-label.harvard-business-school .main-footer__menu__btn:focus:hover,
.white-label.harvard-business-school .main-footer__menu__btn:focus:active,
.white-label.harvard-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.harvard-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.harvard-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.harvard-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.harvard-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a41034;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .main-header .nav__link:hover, .white-label.harvard-business-school .main-header .nav__link:focus, .white-label.harvard-business-school .main-header .nav__link:active, .white-label.harvard-business-school .main-header .nav__link:checked, .white-label.harvard-business-school .main-header .nav__link:focus:hover, .white-label.harvard-business-school .main-header .nav__link:focus:active, .white-label.harvard-business-school .main-header .nav__link:not(:disabled):hover, .white-label.harvard-business-school .main-header .nav__link:not(:disabled):active, .white-label.harvard-business-school .main-header .nav__link:not(.disabled):active, .white-label.harvard-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.harvard-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.harvard-business-school .main-footer .nav__link:hover,
.white-label.harvard-business-school .main-footer .nav__link:focus,
.white-label.harvard-business-school .main-footer .nav__link:active,
.white-label.harvard-business-school .main-footer .nav__link:checked,
.white-label.harvard-business-school .main-footer .nav__link:focus:hover,
.white-label.harvard-business-school .main-footer .nav__link:focus:active,
.white-label.harvard-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.harvard-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.harvard-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.harvard-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.harvard-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #810d29;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school.signed-out .btn:not(.btn--social), .white-label.harvard-business-school.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.signed-out .btn:not(.btn--social):hover, .white-label.harvard-business-school.signed-out .btn:not(.btn--social):focus, .white-label.harvard-business-school.signed-out .btn:not(.btn--social):active, .white-label.harvard-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.harvard-business-school.signed-in .btn--primary:hover, .white-label.harvard-business-school.signed-in .btn--primary:focus, .white-label.harvard-business-school.signed-in .btn--primary:active, .white-label.harvard-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .nav__btn:hover span,
.white-label.harvard-business-school .nav__btn:hover span::after,
.white-label.harvard-business-school .nav__btn:hover span::before,
.white-label.harvard-business-school .nav__btn:focus span,
.white-label.harvard-business-school .nav__btn:focus span::after,
.white-label.harvard-business-school .nav__btn:focus span::before {
  background-color: #a41034;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.harvard-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a41034;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a41034;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__list li:hover::after {
  border-color: rgba(164, 16, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__list li:hover .heading-3 {
  color: #a41034;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .profile__link:hover, .white-label.harvard-business-school .profile__link:focus, .white-label.harvard-business-school .profile__link:active, .white-label.harvard-business-school .profile__link:checked, .white-label.harvard-business-school .profile__link:focus:hover, .white-label.harvard-business-school .profile__link:focus:active, .white-label.harvard-business-school .profile__link:not(:disabled):hover, .white-label.harvard-business-school .profile__link:not(:disabled):active, .white-label.harvard-business-school .profile__link:not(.disabled):active, .white-label.harvard-business-school .profile__link:not(:disabled):active:focus, .white-label.harvard-business-school .profile__link:not(.disabled):active:focus {
  color: #a41034;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .profile__actions:hover .profile__icn g,
.white-label.harvard-business-school .profile__actions:focus .profile__icn g {
  fill: #a41034;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .students__classmate:hover .students__thumbnail,
.white-label.harvard-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a41034, 0 0 0 1px #a41034 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .pagination__page-link:hover::after {
  border-color: rgba(164, 16, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modal__bg-icn {
  fill: #a41034;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .payments__paragraph--initial, .white-label.harvard-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .form__input:-webkit-autofill, .white-label.harvard-business-school .StripeElement:-webkit-autofill, .white-label.harvard-business-school .form__input:-webkit-autofill:focus, .white-label.harvard-business-school .form__input:-internal-autofill-selected, .white-label.harvard-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .form__input:-moz-autofill, .white-label.harvard-business-school .StripeElement:-moz-autofill, .white-label.harvard-business-school .form__input:-moz-autofill-preview, .white-label.harvard-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .form-radio__input:hover + label.bordered,
.white-label.harvard-business-school .form-radio__input:hover + label::before, .white-label.harvard-business-school .form-radio__input:focus + label.bordered,
.white-label.harvard-business-school .form-radio__input:focus + label::before, .white-label.harvard-business-school .form-radio__input:active + label.bordered,
.white-label.harvard-business-school .form-radio__input:active + label::before, .white-label.harvard-business-school .form-radio__input:checked + label.bordered,
.white-label.harvard-business-school .form-radio__input:checked + label::before, .white-label.harvard-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.harvard-business-school .form-radio__input:focus:hover + label::before, .white-label.harvard-business-school .form-radio__input:focus:active + label.bordered,
.white-label.harvard-business-school .form-radio__input:focus:active + label::before, .white-label.harvard-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.harvard-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.harvard-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.harvard-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.harvard-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.harvard-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.harvard-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.harvard-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.harvard-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.harvard-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a41034;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:active + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.harvard-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a41034 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .form-check-input:checked + label::before, .white-label.harvard-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a41034;
  border-color: #a41034;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .form-check-input:valid:focus:checked + label::before, .white-label.harvard-business-school .form-check-input.valid:focus:checked + label::before, .white-label.harvard-business-school .form-check-input--valid:focus:checked + label::before, .white-label.harvard-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a41034;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .electives .form-radio__input:checked + label::before {
  background-color: #a41034;
  border: 3px solid #a41034;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__tasks li:hover::after, .white-label.harvard-business-school .modules__tasks li.selected::after {
  border-color: rgba(164, 16, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__tasks li::before {
  color: rgba(164, 16, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(164, 16, 52, 0.4);
  border-color: rgba(164, 16, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .modules__tasks li .modules__btn:hover::after, .white-label.harvard-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(164, 16, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .tabs__li:hover {
  border-color: rgba(164, 16, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .tabs__label {
  border-bottom-color: #a41034;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.harvard-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a41034;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .survey__success .check {
  fill: #a41034;
  stroke: #a41034;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .electives__checkbox:checked + label::before,
.white-label.harvard-business-school .program-card__checkbox:checked + label::before {
  background-color: #a41034;
  border-color: #a41034;
  color: #a41034;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.harvard-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a41034;
  box-shadow: 0 0 0 1px #a41034 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .canvas-assignments__submission-type::before {
  border-color: #a41034;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .canvas-assignments__submission-type::after {
  border-color: #a41034;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(164, 16, 52, 0.1);
  border-color: #a41034;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .canvas-assignments__submission-type.typed--selected, .white-label.harvard-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(164, 16, 52, 0.1);
  border-color: #a41034;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(1),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(1), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #eb2f5d, #e12b57);
  -moz-background: linear-gradient(to right, #eb2f5d, #e12b57);
  -ms-background: linear-gradient(to right, #eb2f5d, #e12b57);
  -o-background: linear-gradient(to right, #eb2f5d, #e12b57);
  background: linear-gradient(to right, #eb2f5d, #e12b57);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #e12b57;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(2),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(2), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #e12b57, #d72651);
  -moz-background: linear-gradient(to right, #e12b57, #d72651);
  -ms-background: linear-gradient(to right, #e12b57, #d72651);
  -o-background: linear-gradient(to right, #e12b57, #d72651);
  background: linear-gradient(to right, #e12b57, #d72651);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #d72651;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(3),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(3), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #d72651, #cc224b);
  -moz-background: linear-gradient(to right, #d72651, #cc224b);
  -ms-background: linear-gradient(to right, #d72651, #cc224b);
  -o-background: linear-gradient(to right, #d72651, #cc224b);
  background: linear-gradient(to right, #d72651, #cc224b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #cc224b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(4),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(4), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #cc224b, #c21d46);
  -moz-background: linear-gradient(to right, #cc224b, #c21d46);
  -ms-background: linear-gradient(to right, #cc224b, #c21d46);
  -o-background: linear-gradient(to right, #cc224b, #c21d46);
  background: linear-gradient(to right, #cc224b, #c21d46);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c21d46;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(5),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(5), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c21d46, #b81940);
  -moz-background: linear-gradient(to right, #c21d46, #b81940);
  -ms-background: linear-gradient(to right, #c21d46, #b81940);
  -o-background: linear-gradient(to right, #c21d46, #b81940);
  background: linear-gradient(to right, #c21d46, #b81940);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b81940;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(6),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(6), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b81940, #ae143a);
  -moz-background: linear-gradient(to right, #b81940, #ae143a);
  -ms-background: linear-gradient(to right, #b81940, #ae143a);
  -o-background: linear-gradient(to right, #b81940, #ae143a);
  background: linear-gradient(to right, #b81940, #ae143a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ae143a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(7),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(7), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ae143a, #a41034);
  -moz-background: linear-gradient(to right, #ae143a, #a41034);
  -ms-background: linear-gradient(to right, #ae143a, #a41034);
  -o-background: linear-gradient(to right, #ae143a, #a41034);
  background: linear-gradient(to right, #ae143a, #a41034);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a41034;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a41034;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.harvard-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.harvard-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a41034;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active,
.white-label.harvard-business-school .steps--progress .vertical-step--completed, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved {
  color: #a41034;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #eb2f5d, #e12b57);
  -moz-background: linear-gradient(to bottom, #eb2f5d, #e12b57);
  -ms-background: linear-gradient(to bottom, #eb2f5d, #e12b57);
  -o-background: linear-gradient(to bottom, #eb2f5d, #e12b57);
  background: linear-gradient(to bottom, #eb2f5d, #e12b57);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #e12b57;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #eb2f5d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #e12b57, #d72651);
  -moz-background: linear-gradient(to bottom, #e12b57, #d72651);
  -ms-background: linear-gradient(to bottom, #e12b57, #d72651);
  -o-background: linear-gradient(to bottom, #e12b57, #d72651);
  background: linear-gradient(to bottom, #e12b57, #d72651);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #d72651;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #e12b57;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #d72651, #cc224b);
  -moz-background: linear-gradient(to bottom, #d72651, #cc224b);
  -ms-background: linear-gradient(to bottom, #d72651, #cc224b);
  -o-background: linear-gradient(to bottom, #d72651, #cc224b);
  background: linear-gradient(to bottom, #d72651, #cc224b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #cc224b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #d72651;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #cc224b, #c21d46);
  -moz-background: linear-gradient(to bottom, #cc224b, #c21d46);
  -ms-background: linear-gradient(to bottom, #cc224b, #c21d46);
  -o-background: linear-gradient(to bottom, #cc224b, #c21d46);
  background: linear-gradient(to bottom, #cc224b, #c21d46);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c21d46;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #cc224b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c21d46, #b81940);
  -moz-background: linear-gradient(to bottom, #c21d46, #b81940);
  -ms-background: linear-gradient(to bottom, #c21d46, #b81940);
  -o-background: linear-gradient(to bottom, #c21d46, #b81940);
  background: linear-gradient(to bottom, #c21d46, #b81940);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b81940;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c21d46;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b81940, #ae143a);
  -moz-background: linear-gradient(to bottom, #b81940, #ae143a);
  -ms-background: linear-gradient(to bottom, #b81940, #ae143a);
  -o-background: linear-gradient(to bottom, #b81940, #ae143a);
  background: linear-gradient(to bottom, #b81940, #ae143a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ae143a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b81940;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ae143a, #a41034);
  -moz-background: linear-gradient(to bottom, #ae143a, #a41034);
  -ms-background: linear-gradient(to bottom, #ae143a, #a41034);
  -o-background: linear-gradient(to bottom, #ae143a, #a41034);
  background: linear-gradient(to bottom, #ae143a, #a41034);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a41034;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ae143a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a41034;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a41034;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a41034;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .sidebar .steps .steps__label-toggle {
  background-color: #a41034;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #a41034;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #170207);
  -moz-background: linear-gradient(to right, black, #170207);
  -ms-background: linear-gradient(to right, black, #170207);
  -o-background: linear-gradient(to right, black, #170207);
  background: linear-gradient(to right, black, #170207);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #170207;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #170207, #2f050f);
  -moz-background: linear-gradient(to right, #170207, #2f050f);
  -ms-background: linear-gradient(to right, #170207, #2f050f);
  -o-background: linear-gradient(to right, #170207, #2f050f);
  background: linear-gradient(to right, #170207, #2f050f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2f050f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2f050f, #460716);
  -moz-background: linear-gradient(to right, #2f050f, #460716);
  -ms-background: linear-gradient(to right, #2f050f, #460716);
  -o-background: linear-gradient(to right, #2f050f, #460716);
  background: linear-gradient(to right, #2f050f, #460716);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #460716;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #460716, #5e091e);
  -moz-background: linear-gradient(to right, #460716, #5e091e);
  -ms-background: linear-gradient(to right, #460716, #5e091e);
  -o-background: linear-gradient(to right, #460716, #5e091e);
  background: linear-gradient(to right, #460716, #5e091e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5e091e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5e091e, #750b25);
  -moz-background: linear-gradient(to right, #5e091e, #750b25);
  -ms-background: linear-gradient(to right, #5e091e, #750b25);
  -o-background: linear-gradient(to right, #5e091e, #750b25);
  background: linear-gradient(to right, #5e091e, #750b25);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #750b25;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #750b25, #8d0e2d);
  -moz-background: linear-gradient(to right, #750b25, #8d0e2d);
  -ms-background: linear-gradient(to right, #750b25, #8d0e2d);
  -o-background: linear-gradient(to right, #750b25, #8d0e2d);
  background: linear-gradient(to right, #750b25, #8d0e2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8d0e2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8d0e2d, #a41034);
  -moz-background: linear-gradient(to right, #8d0e2d, #a41034);
  -ms-background: linear-gradient(to right, #8d0e2d, #a41034);
  -o-background: linear-gradient(to right, #8d0e2d, #a41034);
  background: linear-gradient(to right, #8d0e2d, #a41034);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a41034;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a41034;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.harvard-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a41034;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #170207);
  -moz-background: linear-gradient(to bottom, black, #170207);
  -ms-background: linear-gradient(to bottom, black, #170207);
  -o-background: linear-gradient(to bottom, black, #170207);
  background: linear-gradient(to bottom, black, #170207);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #170207;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #170207, #2f050f);
  -moz-background: linear-gradient(to bottom, #170207, #2f050f);
  -ms-background: linear-gradient(to bottom, #170207, #2f050f);
  -o-background: linear-gradient(to bottom, #170207, #2f050f);
  background: linear-gradient(to bottom, #170207, #2f050f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2f050f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #170207;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f050f, #460716);
  -moz-background: linear-gradient(to bottom, #2f050f, #460716);
  -ms-background: linear-gradient(to bottom, #2f050f, #460716);
  -o-background: linear-gradient(to bottom, #2f050f, #460716);
  background: linear-gradient(to bottom, #2f050f, #460716);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #460716;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2f050f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #460716, #5e091e);
  -moz-background: linear-gradient(to bottom, #460716, #5e091e);
  -ms-background: linear-gradient(to bottom, #460716, #5e091e);
  -o-background: linear-gradient(to bottom, #460716, #5e091e);
  background: linear-gradient(to bottom, #460716, #5e091e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5e091e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #460716;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5e091e, #750b25);
  -moz-background: linear-gradient(to bottom, #5e091e, #750b25);
  -ms-background: linear-gradient(to bottom, #5e091e, #750b25);
  -o-background: linear-gradient(to bottom, #5e091e, #750b25);
  background: linear-gradient(to bottom, #5e091e, #750b25);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #750b25;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5e091e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #750b25, #8d0e2d);
  -moz-background: linear-gradient(to bottom, #750b25, #8d0e2d);
  -ms-background: linear-gradient(to bottom, #750b25, #8d0e2d);
  -o-background: linear-gradient(to bottom, #750b25, #8d0e2d);
  background: linear-gradient(to bottom, #750b25, #8d0e2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8d0e2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #750b25;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8d0e2d, #a41034);
  -moz-background: linear-gradient(to bottom, #8d0e2d, #a41034);
  -ms-background: linear-gradient(to bottom, #8d0e2d, #a41034);
  -o-background: linear-gradient(to bottom, #8d0e2d, #a41034);
  background: linear-gradient(to bottom, #8d0e2d, #a41034);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a41034;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8d0e2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a41034;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a41034;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a41034;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .referrals-advocate__overlay {
  background-color: #a41034;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .referrals-advocate__steps-circle {
  fill: #a41034;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .referrals-advocate__testimonial {
  background-color: #a41034;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a41034;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.harvard-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a41034;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .terms__links {
  color: #a41034;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-business-school .referral-tooltip__image path {
  fill: #a41034;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.harvard-business-school .main-header,
.harvard-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a51c30;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.harvard-medical-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #841626;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .main-header__menu__btn:hover, .white-label.harvard-medical-school .main-header__menu__btn:focus, .white-label.harvard-medical-school .main-header__menu__btn:active, .white-label.harvard-medical-school .main-header__menu__btn:checked, .white-label.harvard-medical-school .main-header__menu__btn:focus:hover, .white-label.harvard-medical-school .main-header__menu__btn:focus:active, .white-label.harvard-medical-school .main-header__menu__btn:not(:disabled):hover, .white-label.harvard-medical-school .main-header__menu__btn:not(:disabled):active, .white-label.harvard-medical-school .main-header__menu__btn:not(.disabled):active, .white-label.harvard-medical-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.harvard-medical-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.harvard-medical-school .main-footer__menu__btn:hover,
.white-label.harvard-medical-school .main-footer__menu__btn:focus,
.white-label.harvard-medical-school .main-footer__menu__btn:active,
.white-label.harvard-medical-school .main-footer__menu__btn:checked,
.white-label.harvard-medical-school .main-footer__menu__btn:focus:hover,
.white-label.harvard-medical-school .main-footer__menu__btn:focus:active,
.white-label.harvard-medical-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.harvard-medical-school .main-footer__menu__btn:not(:disabled):active,
.white-label.harvard-medical-school .main-footer__menu__btn:not(.disabled):active,
.white-label.harvard-medical-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.harvard-medical-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a51c30;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .main-header .nav__link:hover, .white-label.harvard-medical-school .main-header .nav__link:focus, .white-label.harvard-medical-school .main-header .nav__link:active, .white-label.harvard-medical-school .main-header .nav__link:checked, .white-label.harvard-medical-school .main-header .nav__link:focus:hover, .white-label.harvard-medical-school .main-header .nav__link:focus:active, .white-label.harvard-medical-school .main-header .nav__link:not(:disabled):hover, .white-label.harvard-medical-school .main-header .nav__link:not(:disabled):active, .white-label.harvard-medical-school .main-header .nav__link:not(.disabled):active, .white-label.harvard-medical-school .main-header .nav__link:not(:disabled):active:focus, .white-label.harvard-medical-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.harvard-medical-school .main-footer .nav__link:hover,
.white-label.harvard-medical-school .main-footer .nav__link:focus,
.white-label.harvard-medical-school .main-footer .nav__link:active,
.white-label.harvard-medical-school .main-footer .nav__link:checked,
.white-label.harvard-medical-school .main-footer .nav__link:focus:hover,
.white-label.harvard-medical-school .main-footer .nav__link:focus:active,
.white-label.harvard-medical-school .main-footer .nav__link:not(:disabled):hover,
.white-label.harvard-medical-school .main-footer .nav__link:not(:disabled):active,
.white-label.harvard-medical-school .main-footer .nav__link:not(.disabled):active,
.white-label.harvard-medical-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.harvard-medical-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #841626;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school.signed-out .btn:not(.btn--social), .white-label.harvard-medical-school.signed-in .btn--primary {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.signed-out .btn:not(.btn--social):hover, .white-label.harvard-medical-school.signed-out .btn:not(.btn--social):focus, .white-label.harvard-medical-school.signed-out .btn:not(.btn--social):active, .white-label.harvard-medical-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.harvard-medical-school.signed-in .btn--primary:hover, .white-label.harvard-medical-school.signed-in .btn--primary:focus, .white-label.harvard-medical-school.signed-in .btn--primary:active, .white-label.harvard-medical-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #1e1e1e;
  box-shadow: none;
  color: #1e1e1e;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .nav__btn:hover span,
.white-label.harvard-medical-school .nav__btn:hover span::after,
.white-label.harvard-medical-school .nav__btn:hover span::before,
.white-label.harvard-medical-school .nav__btn:focus span,
.white-label.harvard-medical-school .nav__btn:focus span::after,
.white-label.harvard-medical-school .nav__btn:focus span::before {
  background-color: #a51c30;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.harvard-medical-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a51c30;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a51c30;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__list li:hover::after {
  border-color: rgba(165, 28, 48, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__list li:hover .heading-3 {
  color: #a51c30;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .profile__link:hover, .white-label.harvard-medical-school .profile__link:focus, .white-label.harvard-medical-school .profile__link:active, .white-label.harvard-medical-school .profile__link:checked, .white-label.harvard-medical-school .profile__link:focus:hover, .white-label.harvard-medical-school .profile__link:focus:active, .white-label.harvard-medical-school .profile__link:not(:disabled):hover, .white-label.harvard-medical-school .profile__link:not(:disabled):active, .white-label.harvard-medical-school .profile__link:not(.disabled):active, .white-label.harvard-medical-school .profile__link:not(:disabled):active:focus, .white-label.harvard-medical-school .profile__link:not(.disabled):active:focus {
  color: #a51c30;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .profile__actions:hover .profile__icn g,
.white-label.harvard-medical-school .profile__actions:focus .profile__icn g {
  fill: #a51c30;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .students__classmate:hover .students__thumbnail,
.white-label.harvard-medical-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a51c30, 0 0 0 1px #a51c30 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .pagination__page-link:hover::after {
  border-color: rgba(165, 28, 48, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modal__bg-icn {
  fill: #a51c30;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .payments__paragraph--initial, .white-label.harvard-medical-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .form__input:-webkit-autofill, .white-label.harvard-medical-school .StripeElement:-webkit-autofill, .white-label.harvard-medical-school .form__input:-webkit-autofill:focus, .white-label.harvard-medical-school .form__input:-internal-autofill-selected, .white-label.harvard-medical-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(30, 30, 30, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .form__input:-moz-autofill, .white-label.harvard-medical-school .StripeElement:-moz-autofill, .white-label.harvard-medical-school .form__input:-moz-autofill-preview, .white-label.harvard-medical-school .StripeElement:-moz-autofill-preview {
  filter: rgba(30, 30, 30, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .form-radio__input:hover + label.bordered,
.white-label.harvard-medical-school .form-radio__input:hover + label::before, .white-label.harvard-medical-school .form-radio__input:focus + label.bordered,
.white-label.harvard-medical-school .form-radio__input:focus + label::before, .white-label.harvard-medical-school .form-radio__input:active + label.bordered,
.white-label.harvard-medical-school .form-radio__input:active + label::before, .white-label.harvard-medical-school .form-radio__input:checked + label.bordered,
.white-label.harvard-medical-school .form-radio__input:checked + label::before, .white-label.harvard-medical-school .form-radio__input:focus:hover + label.bordered,
.white-label.harvard-medical-school .form-radio__input:focus:hover + label::before, .white-label.harvard-medical-school .form-radio__input:focus:active + label.bordered,
.white-label.harvard-medical-school .form-radio__input:focus:active + label::before, .white-label.harvard-medical-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.harvard-medical-school .form-radio__input:not(:disabled):hover + label::before, .white-label.harvard-medical-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.harvard-medical-school .form-radio__input:not(:disabled):active + label::before, .white-label.harvard-medical-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.harvard-medical-school .form-radio__input:not(.disabled):active + label::before, .white-label.harvard-medical-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.harvard-medical-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.harvard-medical-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.harvard-medical-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a51c30;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .form-radio__input:hover + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:focus + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:active + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:checked + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.harvard-medical-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a51c30 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .form-check-input:checked + label::before, .white-label.harvard-medical-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a51c30;
  border-color: #a51c30;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .form-check-input:valid:focus:checked + label::before, .white-label.harvard-medical-school .form-check-input.valid:focus:checked + label::before, .white-label.harvard-medical-school .form-check-input--valid:focus:checked + label::before, .white-label.harvard-medical-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a51c30;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .electives .form-radio__input:checked + label::before {
  background-color: #a51c30;
  border: 3px solid #a51c30;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .enrollment__icon path {
  fill: #1e1e1e;
  stroke: #1e1e1e;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .enrollment__icon tspan {
  fill: #1e1e1e;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__tasks li:hover::after, .white-label.harvard-medical-school .modules__tasks li.selected::after {
  border-color: rgba(165, 28, 48, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__tasks li::before {
  color: rgba(165, 28, 48, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(165, 28, 48, 0.4);
  border-color: rgba(165, 28, 48, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .modules__tasks li .modules__btn:hover::after, .white-label.harvard-medical-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(165, 28, 48, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .tabs__li:hover {
  border-color: rgba(165, 28, 48, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .tabs__label {
  border-bottom-color: #a51c30;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.harvard-medical-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a51c30;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .survey__success .check {
  fill: #a51c30;
  stroke: #a51c30;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .electives__checkbox:checked + label::before,
.white-label.harvard-medical-school .program-card__checkbox:checked + label::before {
  background-color: #a51c30;
  border-color: #a51c30;
  color: #a51c30;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .electives__checkbox:checked ~ .program-card__content,
.white-label.harvard-medical-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a51c30;
  box-shadow: 0 0 0 1px #a51c30 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .canvas-assignments__submission-type::before {
  border-color: #a51c30;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .canvas-assignments__submission-type::after {
  border-color: #a51c30;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .canvas-assignments__submission-type:hover {
  background-color: rgba(165, 28, 48, 0.1);
  border-color: #a51c30;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .canvas-assignments__submission-type.typed--selected, .white-label.harvard-medical-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(165, 28, 48, 0.1);
  border-color: #a51c30;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(1),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(1), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e0475d, #d74157);
  -moz-background: linear-gradient(to right, #e0475d, #d74157);
  -ms-background: linear-gradient(to right, #e0475d, #d74157);
  -o-background: linear-gradient(to right, #e0475d, #d74157);
  background: linear-gradient(to right, #e0475d, #d74157);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(1)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(1)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d74157;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(2),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(2), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d74157, #cf3b50);
  -moz-background: linear-gradient(to right, #d74157, #cf3b50);
  -ms-background: linear-gradient(to right, #d74157, #cf3b50);
  -o-background: linear-gradient(to right, #d74157, #cf3b50);
  background: linear-gradient(to right, #d74157, #cf3b50);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(2)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(2)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cf3b50;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(3),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(3), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cf3b50, #c7354a);
  -moz-background: linear-gradient(to right, #cf3b50, #c7354a);
  -ms-background: linear-gradient(to right, #cf3b50, #c7354a);
  -o-background: linear-gradient(to right, #cf3b50, #c7354a);
  background: linear-gradient(to right, #cf3b50, #c7354a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(3)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(3)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c7354a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(4),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(4), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c7354a, #be2f43);
  -moz-background: linear-gradient(to right, #c7354a, #be2f43);
  -ms-background: linear-gradient(to right, #c7354a, #be2f43);
  -o-background: linear-gradient(to right, #c7354a, #be2f43);
  background: linear-gradient(to right, #c7354a, #be2f43);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(4)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(4)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #be2f43;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(5),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(5), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #be2f43, #b6283d);
  -moz-background: linear-gradient(to right, #be2f43, #b6283d);
  -ms-background: linear-gradient(to right, #be2f43, #b6283d);
  -o-background: linear-gradient(to right, #be2f43, #b6283d);
  background: linear-gradient(to right, #be2f43, #b6283d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(5)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(5)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b6283d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(6),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(6), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b6283d, #ad2236);
  -moz-background: linear-gradient(to right, #b6283d, #ad2236);
  -ms-background: linear-gradient(to right, #b6283d, #ad2236);
  -o-background: linear-gradient(to right, #b6283d, #ad2236);
  background: linear-gradient(to right, #b6283d, #ad2236);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(6)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(6)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ad2236;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(7),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(7), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ad2236, #a51c30);
  -moz-background: linear-gradient(to right, #ad2236, #a51c30);
  -ms-background: linear-gradient(to right, #ad2236, #a51c30);
  -o-background: linear-gradient(to right, #ad2236, #a51c30);
  background: linear-gradient(to right, #ad2236, #a51c30);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(7)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(7)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a51c30;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(n+8),
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(n+8), .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a51c30;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.harvard-medical-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.harvard-medical-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a51c30;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved {
  color: #a51c30;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e0475d, #d74157);
  -moz-background: linear-gradient(to bottom, #e0475d, #d74157);
  -ms-background: linear-gradient(to bottom, #e0475d, #d74157);
  -o-background: linear-gradient(to bottom, #e0475d, #d74157);
  background: linear-gradient(to bottom, #e0475d, #d74157);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d74157;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e0475d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d74157, #cf3b50);
  -moz-background: linear-gradient(to bottom, #d74157, #cf3b50);
  -ms-background: linear-gradient(to bottom, #d74157, #cf3b50);
  -o-background: linear-gradient(to bottom, #d74157, #cf3b50);
  background: linear-gradient(to bottom, #d74157, #cf3b50);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cf3b50;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d74157;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cf3b50, #c7354a);
  -moz-background: linear-gradient(to bottom, #cf3b50, #c7354a);
  -ms-background: linear-gradient(to bottom, #cf3b50, #c7354a);
  -o-background: linear-gradient(to bottom, #cf3b50, #c7354a);
  background: linear-gradient(to bottom, #cf3b50, #c7354a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c7354a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cf3b50;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c7354a, #be2f43);
  -moz-background: linear-gradient(to bottom, #c7354a, #be2f43);
  -ms-background: linear-gradient(to bottom, #c7354a, #be2f43);
  -o-background: linear-gradient(to bottom, #c7354a, #be2f43);
  background: linear-gradient(to bottom, #c7354a, #be2f43);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #be2f43;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c7354a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #be2f43, #b6283d);
  -moz-background: linear-gradient(to bottom, #be2f43, #b6283d);
  -ms-background: linear-gradient(to bottom, #be2f43, #b6283d);
  -o-background: linear-gradient(to bottom, #be2f43, #b6283d);
  background: linear-gradient(to bottom, #be2f43, #b6283d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b6283d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #be2f43;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b6283d, #ad2236);
  -moz-background: linear-gradient(to bottom, #b6283d, #ad2236);
  -ms-background: linear-gradient(to bottom, #b6283d, #ad2236);
  -o-background: linear-gradient(to bottom, #b6283d, #ad2236);
  background: linear-gradient(to bottom, #b6283d, #ad2236);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ad2236;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b6283d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ad2236, #a51c30);
  -moz-background: linear-gradient(to bottom, #ad2236, #a51c30);
  -ms-background: linear-gradient(to bottom, #ad2236, #a51c30);
  -o-background: linear-gradient(to bottom, #ad2236, #a51c30);
  background: linear-gradient(to bottom, #ad2236, #a51c30);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a51c30;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ad2236;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a51c30;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a51c30;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-medical-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-medical-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a51c30;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .sidebar .steps .steps__label-toggle {
  background-color: #a51c30;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #a51c30;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1e1e1e, #311e21);
  -moz-background: linear-gradient(to right, #1e1e1e, #311e21);
  -ms-background: linear-gradient(to right, #1e1e1e, #311e21);
  -o-background: linear-gradient(to right, #1e1e1e, #311e21);
  background: linear-gradient(to right, #1e1e1e, #311e21);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #311e21;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #311e21, #451d23);
  -moz-background: linear-gradient(to right, #311e21, #451d23);
  -ms-background: linear-gradient(to right, #311e21, #451d23);
  -o-background: linear-gradient(to right, #311e21, #451d23);
  background: linear-gradient(to right, #311e21, #451d23);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #451d23;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #451d23, #581d26);
  -moz-background: linear-gradient(to right, #451d23, #581d26);
  -ms-background: linear-gradient(to right, #451d23, #581d26);
  -o-background: linear-gradient(to right, #451d23, #581d26);
  background: linear-gradient(to right, #451d23, #581d26);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #581d26;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #581d26, #6b1d28);
  -moz-background: linear-gradient(to right, #581d26, #6b1d28);
  -ms-background: linear-gradient(to right, #581d26, #6b1d28);
  -o-background: linear-gradient(to right, #581d26, #6b1d28);
  background: linear-gradient(to right, #581d26, #6b1d28);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6b1d28;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6b1d28, #7e1d2b);
  -moz-background: linear-gradient(to right, #6b1d28, #7e1d2b);
  -ms-background: linear-gradient(to right, #6b1d28, #7e1d2b);
  -o-background: linear-gradient(to right, #6b1d28, #7e1d2b);
  background: linear-gradient(to right, #6b1d28, #7e1d2b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #7e1d2b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #7e1d2b, #921c2d);
  -moz-background: linear-gradient(to right, #7e1d2b, #921c2d);
  -ms-background: linear-gradient(to right, #7e1d2b, #921c2d);
  -o-background: linear-gradient(to right, #7e1d2b, #921c2d);
  background: linear-gradient(to right, #7e1d2b, #921c2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #921c2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #921c2d, #a51c30);
  -moz-background: linear-gradient(to right, #921c2d, #a51c30);
  -ms-background: linear-gradient(to right, #921c2d, #a51c30);
  -o-background: linear-gradient(to right, #921c2d, #a51c30);
  background: linear-gradient(to right, #921c2d, #a51c30);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a51c30;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a51c30;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a51c30;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e1e1e, #311e21);
  -moz-background: linear-gradient(to bottom, #1e1e1e, #311e21);
  -ms-background: linear-gradient(to bottom, #1e1e1e, #311e21);
  -o-background: linear-gradient(to bottom, #1e1e1e, #311e21);
  background: linear-gradient(to bottom, #1e1e1e, #311e21);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #311e21;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1e1e1e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #311e21, #451d23);
  -moz-background: linear-gradient(to bottom, #311e21, #451d23);
  -ms-background: linear-gradient(to bottom, #311e21, #451d23);
  -o-background: linear-gradient(to bottom, #311e21, #451d23);
  background: linear-gradient(to bottom, #311e21, #451d23);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #451d23;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #311e21;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #451d23, #581d26);
  -moz-background: linear-gradient(to bottom, #451d23, #581d26);
  -ms-background: linear-gradient(to bottom, #451d23, #581d26);
  -o-background: linear-gradient(to bottom, #451d23, #581d26);
  background: linear-gradient(to bottom, #451d23, #581d26);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #581d26;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #451d23;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #581d26, #6b1d28);
  -moz-background: linear-gradient(to bottom, #581d26, #6b1d28);
  -ms-background: linear-gradient(to bottom, #581d26, #6b1d28);
  -o-background: linear-gradient(to bottom, #581d26, #6b1d28);
  background: linear-gradient(to bottom, #581d26, #6b1d28);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6b1d28;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #581d26;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6b1d28, #7e1d2b);
  -moz-background: linear-gradient(to bottom, #6b1d28, #7e1d2b);
  -ms-background: linear-gradient(to bottom, #6b1d28, #7e1d2b);
  -o-background: linear-gradient(to bottom, #6b1d28, #7e1d2b);
  background: linear-gradient(to bottom, #6b1d28, #7e1d2b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #7e1d2b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6b1d28;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #7e1d2b, #921c2d);
  -moz-background: linear-gradient(to bottom, #7e1d2b, #921c2d);
  -ms-background: linear-gradient(to bottom, #7e1d2b, #921c2d);
  -o-background: linear-gradient(to bottom, #7e1d2b, #921c2d);
  background: linear-gradient(to bottom, #7e1d2b, #921c2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #921c2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #7e1d2b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #921c2d, #a51c30);
  -moz-background: linear-gradient(to bottom, #921c2d, #a51c30);
  -ms-background: linear-gradient(to bottom, #921c2d, #a51c30);
  -o-background: linear-gradient(to bottom, #921c2d, #a51c30);
  background: linear-gradient(to bottom, #921c2d, #a51c30);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a51c30;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #921c2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a51c30;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a51c30;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-medical-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-medical-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-medical-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-medical-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a51c30;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .referrals-advocate__overlay {
  background-color: #a51c30;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .referrals-advocate__steps-circle {
  fill: #a51c30;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .referrals-advocate__testimonial {
  background-color: #a51c30;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a51c30;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.harvard-medical-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a51c30;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .terms__title {
  border-color: #1e1e1e;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .terms__links {
  color: #a51c30;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-medical-school .referral-tooltip__image path {
  fill: #a51c30;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.harvard-medical-school .main-header,
.harvard-medical-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #1f1336;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #0f091a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:hover, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:focus, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:active, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:checked, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:focus:hover, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:focus:active, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:not(:disabled):hover, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:not(:disabled):active, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:not(.disabled):active, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:not(:disabled):active:focus, .white-label.harvard-t-h-chan-school-of-public-health .main-header__menu__btn:not(.disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:hover,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:focus,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:checked,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:focus:hover,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:focus:active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:not(:disabled):hover,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:not(:disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:not(.disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #1f1336;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:hover, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:focus, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:active, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:checked, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:focus:hover, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:focus:active, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:not(:disabled):hover, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:not(:disabled):active, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:not(.disabled):active, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:not(:disabled):active:focus, .white-label.harvard-t-h-chan-school-of-public-health .main-header .nav__link:not(.disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:hover,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:focus,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:checked,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:focus:hover,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:focus:active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:not(:disabled):hover,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:not(:disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:not(.disabled):active,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:not(:disabled):active:focus,
.white-label.harvard-t-h-chan-school-of-public-health .main-footer .nav__link:not(.disabled):active:focus {
  color: #0f091a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health.signed-out .btn:not(.btn--social), .white-label.harvard-t-h-chan-school-of-public-health.signed-in .btn--primary {
  background-color: #40305d;
  border-color: #40305d;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.signed-out .btn:not(.btn--social):hover, .white-label.harvard-t-h-chan-school-of-public-health.signed-out .btn:not(.btn--social):focus, .white-label.harvard-t-h-chan-school-of-public-health.signed-out .btn:not(.btn--social):active, .white-label.harvard-t-h-chan-school-of-public-health.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.harvard-t-h-chan-school-of-public-health.signed-in .btn--primary:hover, .white-label.harvard-t-h-chan-school-of-public-health.signed-in .btn--primary:focus, .white-label.harvard-t-h-chan-school-of-public-health.signed-in .btn--primary:active, .white-label.harvard-t-h-chan-school-of-public-health.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #40305d;
  box-shadow: none;
  color: #40305d;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .nav__btn:hover span,
.white-label.harvard-t-h-chan-school-of-public-health .nav__btn:hover span::after,
.white-label.harvard-t-h-chan-school-of-public-health .nav__btn:hover span::before,
.white-label.harvard-t-h-chan-school-of-public-health .nav__btn:focus span,
.white-label.harvard-t-h-chan-school-of-public-health .nav__btn:focus span::after,
.white-label.harvard-t-h-chan-school-of-public-health .nav__btn:focus span::before {
  background-color: #1f1336;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.harvard-t-h-chan-school-of-public-health .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #1f1336;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .nav__sidebar ul .profile__no-menu-link:hover {
  color: #1f1336;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__list li:hover::after {
  border-color: rgba(31, 19, 54, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__list li:hover .heading-3 {
  color: #1f1336;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .profile__link:hover, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:focus, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:active, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:checked, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:focus:hover, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:focus:active, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:not(:disabled):hover, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:not(:disabled):active, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:not(.disabled):active, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:not(:disabled):active:focus, .white-label.harvard-t-h-chan-school-of-public-health .profile__link:not(.disabled):active:focus {
  color: #1f1336;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .profile__actions:hover .profile__icn g,
.white-label.harvard-t-h-chan-school-of-public-health .profile__actions:focus .profile__icn g {
  fill: #1f1336;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .students__classmate:hover .students__thumbnail,
.white-label.harvard-t-h-chan-school-of-public-health .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #1f1336, 0 0 0 1px #1f1336 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .pagination__page-link:hover::after {
  border-color: rgba(31, 19, 54, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modal__bg-icn {
  fill: #1f1336;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .payments__paragraph--initial, .white-label.harvard-t-h-chan-school-of-public-health .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form__input:-webkit-autofill, .white-label.harvard-t-h-chan-school-of-public-health .StripeElement:-webkit-autofill, .white-label.harvard-t-h-chan-school-of-public-health .form__input:-webkit-autofill:focus, .white-label.harvard-t-h-chan-school-of-public-health .form__input:-internal-autofill-selected, .white-label.harvard-t-h-chan-school-of-public-health .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(64, 48, 93, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(64, 48, 93, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(64, 48, 93, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(64, 48, 93, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(64, 48, 93, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form__input:-moz-autofill, .white-label.harvard-t-h-chan-school-of-public-health .StripeElement:-moz-autofill, .white-label.harvard-t-h-chan-school-of-public-health .form__input:-moz-autofill-preview, .white-label.harvard-t-h-chan-school-of-public-health .StripeElement:-moz-autofill-preview {
  filter: rgba(64, 48, 93, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:hover + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:hover + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:active + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:active + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:checked + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:checked + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus:hover + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus:hover + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus:active + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus:active + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):hover + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):active + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):active + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(.disabled):active + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(.disabled):active + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):active:focus + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #1f1336;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:hover + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:active + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:checked + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus:hover + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:focus:active + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.harvard-t-h-chan-school-of-public-health .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #1f1336 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form-check-input:checked + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-check-input:checked + label.collection_radio_buttons::before {
  background: #1f1336;
  border-color: #1f1336;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .form-check-input:valid:focus:checked + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-check-input.valid:focus:checked + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-check-input--valid:focus:checked + label::before, .white-label.harvard-t-h-chan-school-of-public-health .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #1f1336;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .electives .form-radio__input:checked + label::before {
  background-color: #1f1336;
  border: 3px solid #1f1336;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .enrollment__icon path {
  fill: #40305d;
  stroke: #40305d;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .enrollment__icon tspan {
  fill: #40305d;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li:hover::after, .white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li.selected::after {
  border-color: rgba(31, 19, 54, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li::before {
  color: rgba(31, 19, 54, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(31, 19, 54, 0.4);
  border-color: rgba(31, 19, 54, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li .modules__btn:hover::after, .white-label.harvard-t-h-chan-school-of-public-health .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(31, 19, 54, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .tabs__li:hover {
  border-color: rgba(31, 19, 54, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .tabs__label {
  border-bottom-color: #1f1336;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.harvard-t-h-chan-school-of-public-health .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #1f1336;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .survey__success .check {
  fill: #1f1336;
  stroke: #1f1336;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .electives__checkbox:checked + label::before,
.white-label.harvard-t-h-chan-school-of-public-health .program-card__checkbox:checked + label::before {
  background-color: #1f1336;
  border-color: #1f1336;
  color: #1f1336;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .electives__checkbox:checked ~ .program-card__content,
.white-label.harvard-t-h-chan-school-of-public-health .program-card__checkbox:checked ~ .program-card__content {
  border-color: #1f1336;
  box-shadow: 0 0 0 1px #1f1336 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .canvas-assignments__submission-type::before {
  border-color: #1f1336;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .canvas-assignments__submission-type::after {
  border-color: #1f1336;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .canvas-assignments__submission-type:hover {
  background-color: rgba(31, 19, 54, 0.1);
  border-color: #1f1336;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .canvas-assignments__submission-type.typed--selected, .white-label.harvard-t-h-chan-school-of-public-health .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(31, 19, 54, 0.1);
  border-color: #1f1336;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(1),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(1), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4a2e81, #442a77);
  -moz-background: linear-gradient(to right, #4a2e81, #442a77);
  -ms-background: linear-gradient(to right, #4a2e81, #442a77);
  -o-background: linear-gradient(to right, #4a2e81, #442a77);
  background: linear-gradient(to right, #4a2e81, #442a77);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(1)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(1)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #442a77;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(2),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(2), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #442a77, #3e266c);
  -moz-background: linear-gradient(to right, #442a77, #3e266c);
  -ms-background: linear-gradient(to right, #442a77, #3e266c);
  -o-background: linear-gradient(to right, #442a77, #3e266c);
  background: linear-gradient(to right, #442a77, #3e266c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(2)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(2)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3e266c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(3),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(3), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3e266c, #382261);
  -moz-background: linear-gradient(to right, #3e266c, #382261);
  -ms-background: linear-gradient(to right, #3e266c, #382261);
  -o-background: linear-gradient(to right, #3e266c, #382261);
  background: linear-gradient(to right, #3e266c, #382261);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(3)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(3)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #382261;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(4),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(4), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #382261, #321e56);
  -moz-background: linear-gradient(to right, #382261, #321e56);
  -ms-background: linear-gradient(to right, #382261, #321e56);
  -o-background: linear-gradient(to right, #382261, #321e56);
  background: linear-gradient(to right, #382261, #321e56);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(4)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(4)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #321e56;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(5),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(5), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #321e56, #2b1b4c);
  -moz-background: linear-gradient(to right, #321e56, #2b1b4c);
  -ms-background: linear-gradient(to right, #321e56, #2b1b4c);
  -o-background: linear-gradient(to right, #321e56, #2b1b4c);
  background: linear-gradient(to right, #321e56, #2b1b4c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(5)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(5)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2b1b4c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(6),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(6), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2b1b4c, #251741);
  -moz-background: linear-gradient(to right, #2b1b4c, #251741);
  -ms-background: linear-gradient(to right, #2b1b4c, #251741);
  -o-background: linear-gradient(to right, #2b1b4c, #251741);
  background: linear-gradient(to right, #2b1b4c, #251741);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(6)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(6)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #251741;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(7),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(7), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #251741, #1f1336);
  -moz-background: linear-gradient(to right, #251741, #1f1336);
  -ms-background: linear-gradient(to right, #251741, #1f1336);
  -o-background: linear-gradient(to right, #251741, #1f1336);
  background: linear-gradient(to right, #251741, #1f1336);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(7)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(7)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1f1336;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(n+8),
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(n+8), .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1f1336;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--active:nth-child(n+8)::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .step--completed:nth-child(n+8)::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1f1336;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved {
  color: #1f1336;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4a2e81, #442a77);
  -moz-background: linear-gradient(to bottom, #4a2e81, #442a77);
  -ms-background: linear-gradient(to bottom, #4a2e81, #442a77);
  -o-background: linear-gradient(to bottom, #4a2e81, #442a77);
  background: linear-gradient(to bottom, #4a2e81, #442a77);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #442a77;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4a2e81;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #442a77, #3e266c);
  -moz-background: linear-gradient(to bottom, #442a77, #3e266c);
  -ms-background: linear-gradient(to bottom, #442a77, #3e266c);
  -o-background: linear-gradient(to bottom, #442a77, #3e266c);
  background: linear-gradient(to bottom, #442a77, #3e266c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3e266c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #442a77;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e266c, #382261);
  -moz-background: linear-gradient(to bottom, #3e266c, #382261);
  -ms-background: linear-gradient(to bottom, #3e266c, #382261);
  -o-background: linear-gradient(to bottom, #3e266c, #382261);
  background: linear-gradient(to bottom, #3e266c, #382261);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #382261;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3e266c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #382261, #321e56);
  -moz-background: linear-gradient(to bottom, #382261, #321e56);
  -ms-background: linear-gradient(to bottom, #382261, #321e56);
  -o-background: linear-gradient(to bottom, #382261, #321e56);
  background: linear-gradient(to bottom, #382261, #321e56);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #321e56;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #382261;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #321e56, #2b1b4c);
  -moz-background: linear-gradient(to bottom, #321e56, #2b1b4c);
  -ms-background: linear-gradient(to bottom, #321e56, #2b1b4c);
  -o-background: linear-gradient(to bottom, #321e56, #2b1b4c);
  background: linear-gradient(to bottom, #321e56, #2b1b4c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2b1b4c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #321e56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b1b4c, #251741);
  -moz-background: linear-gradient(to bottom, #2b1b4c, #251741);
  -ms-background: linear-gradient(to bottom, #2b1b4c, #251741);
  -o-background: linear-gradient(to bottom, #2b1b4c, #251741);
  background: linear-gradient(to bottom, #2b1b4c, #251741);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #251741;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2b1b4c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #251741, #1f1336);
  -moz-background: linear-gradient(to bottom, #251741, #1f1336);
  -ms-background: linear-gradient(to bottom, #251741, #1f1336);
  -o-background: linear-gradient(to bottom, #251741, #1f1336);
  background: linear-gradient(to bottom, #251741, #1f1336);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1f1336;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #251741;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1f1336;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1f1336;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-t-h-chan-school-of-public-health .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1f1336;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .sidebar .steps .steps__label-toggle {
  background-color: #1f1336;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .sidebar .steps .step--active {
  border-left: 0.5rem solid #1f1336;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #40305d, #3b2c57);
  -moz-background: linear-gradient(to right, #40305d, #3b2c57);
  -ms-background: linear-gradient(to right, #40305d, #3b2c57);
  -o-background: linear-gradient(to right, #40305d, #3b2c57);
  background: linear-gradient(to right, #40305d, #3b2c57);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3b2c57;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3b2c57, #372852);
  -moz-background: linear-gradient(to right, #3b2c57, #372852);
  -ms-background: linear-gradient(to right, #3b2c57, #372852);
  -o-background: linear-gradient(to right, #3b2c57, #372852);
  background: linear-gradient(to right, #3b2c57, #372852);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #372852;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #372852, #32244c);
  -moz-background: linear-gradient(to right, #372852, #32244c);
  -ms-background: linear-gradient(to right, #372852, #32244c);
  -o-background: linear-gradient(to right, #372852, #32244c);
  background: linear-gradient(to right, #372852, #32244c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #32244c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #32244c, #2d1f47);
  -moz-background: linear-gradient(to right, #32244c, #2d1f47);
  -ms-background: linear-gradient(to right, #32244c, #2d1f47);
  -o-background: linear-gradient(to right, #32244c, #2d1f47);
  background: linear-gradient(to right, #32244c, #2d1f47);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2d1f47;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2d1f47, #281b41);
  -moz-background: linear-gradient(to right, #2d1f47, #281b41);
  -ms-background: linear-gradient(to right, #2d1f47, #281b41);
  -o-background: linear-gradient(to right, #2d1f47, #281b41);
  background: linear-gradient(to right, #2d1f47, #281b41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #281b41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #281b41, #24173c);
  -moz-background: linear-gradient(to right, #281b41, #24173c);
  -ms-background: linear-gradient(to right, #281b41, #24173c);
  -o-background: linear-gradient(to right, #281b41, #24173c);
  background: linear-gradient(to right, #281b41, #24173c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #24173c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #24173c, #1f1336);
  -moz-background: linear-gradient(to right, #24173c, #1f1336);
  -ms-background: linear-gradient(to right, #24173c, #1f1336);
  -o-background: linear-gradient(to right, #24173c, #1f1336);
  background: linear-gradient(to right, #24173c, #1f1336);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1f1336;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1f1336;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1f1336;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #40305d, #3b2c57);
  -moz-background: linear-gradient(to bottom, #40305d, #3b2c57);
  -ms-background: linear-gradient(to bottom, #40305d, #3b2c57);
  -o-background: linear-gradient(to bottom, #40305d, #3b2c57);
  background: linear-gradient(to bottom, #40305d, #3b2c57);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3b2c57;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #40305d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3b2c57, #372852);
  -moz-background: linear-gradient(to bottom, #3b2c57, #372852);
  -ms-background: linear-gradient(to bottom, #3b2c57, #372852);
  -o-background: linear-gradient(to bottom, #3b2c57, #372852);
  background: linear-gradient(to bottom, #3b2c57, #372852);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #372852;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3b2c57;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #372852, #32244c);
  -moz-background: linear-gradient(to bottom, #372852, #32244c);
  -ms-background: linear-gradient(to bottom, #372852, #32244c);
  -o-background: linear-gradient(to bottom, #372852, #32244c);
  background: linear-gradient(to bottom, #372852, #32244c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #32244c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #372852;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #32244c, #2d1f47);
  -moz-background: linear-gradient(to bottom, #32244c, #2d1f47);
  -ms-background: linear-gradient(to bottom, #32244c, #2d1f47);
  -o-background: linear-gradient(to bottom, #32244c, #2d1f47);
  background: linear-gradient(to bottom, #32244c, #2d1f47);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2d1f47;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #32244c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2d1f47, #281b41);
  -moz-background: linear-gradient(to bottom, #2d1f47, #281b41);
  -ms-background: linear-gradient(to bottom, #2d1f47, #281b41);
  -o-background: linear-gradient(to bottom, #2d1f47, #281b41);
  background: linear-gradient(to bottom, #2d1f47, #281b41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #281b41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2d1f47;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #281b41, #24173c);
  -moz-background: linear-gradient(to bottom, #281b41, #24173c);
  -ms-background: linear-gradient(to bottom, #281b41, #24173c);
  -o-background: linear-gradient(to bottom, #281b41, #24173c);
  background: linear-gradient(to bottom, #281b41, #24173c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #24173c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #281b41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #24173c, #1f1336);
  -moz-background: linear-gradient(to bottom, #24173c, #1f1336);
  -ms-background: linear-gradient(to bottom, #24173c, #1f1336);
  -o-background: linear-gradient(to bottom, #24173c, #1f1336);
  background: linear-gradient(to bottom, #24173c, #1f1336);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1f1336;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #24173c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1f1336;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1f1336;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.harvard-t-h-chan-school-of-public-health.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1f1336;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate__overlay {
  background-color: #1f1336;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate__steps-circle {
  fill: #1f1336;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate__testimonial {
  background-color: #1f1336;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #1f1336;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.harvard-t-h-chan-school-of-public-health .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #1f1336;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .terms__title {
  border-color: #40305d;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .terms__links {
  color: #1f1336;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.harvard-t-h-chan-school-of-public-health .referral-tooltip__image path {
  fill: #1f1336;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.harvard-t-h-chan-school-of-public-health .main-header,
.harvard-t-h-chan-school-of-public-health .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #1e22aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #181b89;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .main-header__menu__btn:hover, .white-label.iae-business-school .main-header__menu__btn:focus, .white-label.iae-business-school .main-header__menu__btn:active, .white-label.iae-business-school .main-header__menu__btn:checked, .white-label.iae-business-school .main-header__menu__btn:focus:hover, .white-label.iae-business-school .main-header__menu__btn:focus:active, .white-label.iae-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.iae-business-school .main-header__menu__btn:not(:disabled):active, .white-label.iae-business-school .main-header__menu__btn:not(.disabled):active, .white-label.iae-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.iae-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iae-business-school .main-footer__menu__btn:hover,
.white-label.iae-business-school .main-footer__menu__btn:focus,
.white-label.iae-business-school .main-footer__menu__btn:active,
.white-label.iae-business-school .main-footer__menu__btn:checked,
.white-label.iae-business-school .main-footer__menu__btn:focus:hover,
.white-label.iae-business-school .main-footer__menu__btn:focus:active,
.white-label.iae-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.iae-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.iae-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.iae-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iae-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #1e22aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .main-header .nav__link:hover, .white-label.iae-business-school .main-header .nav__link:focus, .white-label.iae-business-school .main-header .nav__link:active, .white-label.iae-business-school .main-header .nav__link:checked, .white-label.iae-business-school .main-header .nav__link:focus:hover, .white-label.iae-business-school .main-header .nav__link:focus:active, .white-label.iae-business-school .main-header .nav__link:not(:disabled):hover, .white-label.iae-business-school .main-header .nav__link:not(:disabled):active, .white-label.iae-business-school .main-header .nav__link:not(.disabled):active, .white-label.iae-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.iae-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.iae-business-school .main-footer .nav__link:hover,
.white-label.iae-business-school .main-footer .nav__link:focus,
.white-label.iae-business-school .main-footer .nav__link:active,
.white-label.iae-business-school .main-footer .nav__link:checked,
.white-label.iae-business-school .main-footer .nav__link:focus:hover,
.white-label.iae-business-school .main-footer .nav__link:focus:active,
.white-label.iae-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.iae-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.iae-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.iae-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iae-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #181b89;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school.signed-out .btn:not(.btn--social), .white-label.iae-business-school.signed-in .btn--primary {
  background-color: #009add;
  border-color: #009add;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.signed-out .btn:not(.btn--social):hover, .white-label.iae-business-school.signed-out .btn:not(.btn--social):focus, .white-label.iae-business-school.signed-out .btn:not(.btn--social):active, .white-label.iae-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iae-business-school.signed-in .btn--primary:hover, .white-label.iae-business-school.signed-in .btn--primary:focus, .white-label.iae-business-school.signed-in .btn--primary:active, .white-label.iae-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #009add;
  box-shadow: none;
  color: #009add;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .nav__btn:hover span,
.white-label.iae-business-school .nav__btn:hover span::after,
.white-label.iae-business-school .nav__btn:hover span::before,
.white-label.iae-business-school .nav__btn:focus span,
.white-label.iae-business-school .nav__btn:focus span::after,
.white-label.iae-business-school .nav__btn:focus span::before {
  background-color: #1e22aa;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iae-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #1e22aa;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #1e22aa;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__list li:hover::after {
  border-color: rgba(30, 34, 170, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__list li:hover .heading-3 {
  color: #1e22aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .profile__link:hover, .white-label.iae-business-school .profile__link:focus, .white-label.iae-business-school .profile__link:active, .white-label.iae-business-school .profile__link:checked, .white-label.iae-business-school .profile__link:focus:hover, .white-label.iae-business-school .profile__link:focus:active, .white-label.iae-business-school .profile__link:not(:disabled):hover, .white-label.iae-business-school .profile__link:not(:disabled):active, .white-label.iae-business-school .profile__link:not(.disabled):active, .white-label.iae-business-school .profile__link:not(:disabled):active:focus, .white-label.iae-business-school .profile__link:not(.disabled):active:focus {
  color: #1e22aa;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .profile__actions:hover .profile__icn g,
.white-label.iae-business-school .profile__actions:focus .profile__icn g {
  fill: #1e22aa;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .students__classmate:hover .students__thumbnail,
.white-label.iae-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #1e22aa, 0 0 0 1px #1e22aa inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .pagination__page-link:hover::after {
  border-color: rgba(30, 34, 170, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modal__bg-icn {
  fill: #1e22aa;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .payments__paragraph--initial, .white-label.iae-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .form__input:-webkit-autofill, .white-label.iae-business-school .StripeElement:-webkit-autofill, .white-label.iae-business-school .form__input:-webkit-autofill:focus, .white-label.iae-business-school .form__input:-internal-autofill-selected, .white-label.iae-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 154, 221, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 154, 221, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 154, 221, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 154, 221, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 154, 221, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .form__input:-moz-autofill, .white-label.iae-business-school .StripeElement:-moz-autofill, .white-label.iae-business-school .form__input:-moz-autofill-preview, .white-label.iae-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 154, 221, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .form-radio__input:hover + label.bordered,
.white-label.iae-business-school .form-radio__input:hover + label::before, .white-label.iae-business-school .form-radio__input:focus + label.bordered,
.white-label.iae-business-school .form-radio__input:focus + label::before, .white-label.iae-business-school .form-radio__input:active + label.bordered,
.white-label.iae-business-school .form-radio__input:active + label::before, .white-label.iae-business-school .form-radio__input:checked + label.bordered,
.white-label.iae-business-school .form-radio__input:checked + label::before, .white-label.iae-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.iae-business-school .form-radio__input:focus:hover + label::before, .white-label.iae-business-school .form-radio__input:focus:active + label.bordered,
.white-label.iae-business-school .form-radio__input:focus:active + label::before, .white-label.iae-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iae-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.iae-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iae-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.iae-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iae-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.iae-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iae-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iae-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iae-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #1e22aa;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:active + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iae-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #1e22aa inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .form-check-input:checked + label::before, .white-label.iae-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #1e22aa;
  border-color: #1e22aa;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .form-check-input:valid:focus:checked + label::before, .white-label.iae-business-school .form-check-input.valid:focus:checked + label::before, .white-label.iae-business-school .form-check-input--valid:focus:checked + label::before, .white-label.iae-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #1e22aa;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .electives .form-radio__input:checked + label::before {
  background-color: #1e22aa;
  border: 3px solid #1e22aa;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .enrollment__icon path {
  fill: #009add;
  stroke: #009add;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .enrollment__icon tspan {
  fill: #009add;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__tasks li:hover::after, .white-label.iae-business-school .modules__tasks li.selected::after {
  border-color: rgba(30, 34, 170, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__tasks li::before {
  color: rgba(30, 34, 170, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(30, 34, 170, 0.4);
  border-color: rgba(30, 34, 170, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .modules__tasks li .modules__btn:hover::after, .white-label.iae-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(30, 34, 170, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .tabs__li:hover {
  border-color: rgba(30, 34, 170, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .tabs__label {
  border-bottom-color: #1e22aa;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iae-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #1e22aa;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .survey__success .check {
  fill: #1e22aa;
  stroke: #1e22aa;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .electives__checkbox:checked + label::before,
.white-label.iae-business-school .program-card__checkbox:checked + label::before {
  background-color: #1e22aa;
  border-color: #1e22aa;
  color: #1e22aa;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.iae-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #1e22aa;
  box-shadow: 0 0 0 1px #1e22aa inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .canvas-assignments__submission-type::before {
  border-color: #1e22aa;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .canvas-assignments__submission-type::after {
  border-color: #1e22aa;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(30, 34, 170, 0.1);
  border-color: #1e22aa;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .canvas-assignments__submission-type.typed--selected, .white-label.iae-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(30, 34, 170, 0.1);
  border-color: #1e22aa;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(1),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(1), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4e52e0, #474bd8);
  -moz-background: linear-gradient(to right, #4e52e0, #474bd8);
  -ms-background: linear-gradient(to right, #4e52e0, #474bd8);
  -o-background: linear-gradient(to right, #4e52e0, #474bd8);
  background: linear-gradient(to right, #4e52e0, #474bd8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #474bd8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(2),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(2), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #474bd8, #4045d0);
  -moz-background: linear-gradient(to right, #474bd8, #4045d0);
  -ms-background: linear-gradient(to right, #474bd8, #4045d0);
  -o-background: linear-gradient(to right, #474bd8, #4045d0);
  background: linear-gradient(to right, #474bd8, #4045d0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4045d0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(3),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(3), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4045d0, #3a3ec9);
  -moz-background: linear-gradient(to right, #4045d0, #3a3ec9);
  -ms-background: linear-gradient(to right, #4045d0, #3a3ec9);
  -o-background: linear-gradient(to right, #4045d0, #3a3ec9);
  background: linear-gradient(to right, #4045d0, #3a3ec9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3a3ec9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(4),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(4), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3a3ec9, #3337c1);
  -moz-background: linear-gradient(to right, #3a3ec9, #3337c1);
  -ms-background: linear-gradient(to right, #3a3ec9, #3337c1);
  -o-background: linear-gradient(to right, #3a3ec9, #3337c1);
  background: linear-gradient(to right, #3a3ec9, #3337c1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #3337c1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(5),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(5), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #3337c1, #2c30b9);
  -moz-background: linear-gradient(to right, #3337c1, #2c30b9);
  -ms-background: linear-gradient(to right, #3337c1, #2c30b9);
  -o-background: linear-gradient(to right, #3337c1, #2c30b9);
  background: linear-gradient(to right, #3337c1, #2c30b9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2c30b9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(6),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(6), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2c30b9, #2529b2);
  -moz-background: linear-gradient(to right, #2c30b9, #2529b2);
  -ms-background: linear-gradient(to right, #2c30b9, #2529b2);
  -o-background: linear-gradient(to right, #2c30b9, #2529b2);
  background: linear-gradient(to right, #2c30b9, #2529b2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2529b2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(7),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(7), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2529b2, #1e22aa);
  -moz-background: linear-gradient(to right, #2529b2, #1e22aa);
  -ms-background: linear-gradient(to right, #2529b2, #1e22aa);
  -o-background: linear-gradient(to right, #2529b2, #1e22aa);
  background: linear-gradient(to right, #2529b2, #1e22aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1e22aa;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.iae-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1e22aa;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1e22aa;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active,
.white-label.iae-business-school .steps--progress .vertical-step--completed, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved {
  color: #1e22aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4e52e0, #474bd8);
  -moz-background: linear-gradient(to bottom, #4e52e0, #474bd8);
  -ms-background: linear-gradient(to bottom, #4e52e0, #474bd8);
  -o-background: linear-gradient(to bottom, #4e52e0, #474bd8);
  background: linear-gradient(to bottom, #4e52e0, #474bd8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #474bd8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4e52e0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #474bd8, #4045d0);
  -moz-background: linear-gradient(to bottom, #474bd8, #4045d0);
  -ms-background: linear-gradient(to bottom, #474bd8, #4045d0);
  -o-background: linear-gradient(to bottom, #474bd8, #4045d0);
  background: linear-gradient(to bottom, #474bd8, #4045d0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4045d0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #474bd8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4045d0, #3a3ec9);
  -moz-background: linear-gradient(to bottom, #4045d0, #3a3ec9);
  -ms-background: linear-gradient(to bottom, #4045d0, #3a3ec9);
  -o-background: linear-gradient(to bottom, #4045d0, #3a3ec9);
  background: linear-gradient(to bottom, #4045d0, #3a3ec9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3a3ec9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4045d0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a3ec9, #3337c1);
  -moz-background: linear-gradient(to bottom, #3a3ec9, #3337c1);
  -ms-background: linear-gradient(to bottom, #3a3ec9, #3337c1);
  -o-background: linear-gradient(to bottom, #3a3ec9, #3337c1);
  background: linear-gradient(to bottom, #3a3ec9, #3337c1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #3337c1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3a3ec9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #3337c1, #2c30b9);
  -moz-background: linear-gradient(to bottom, #3337c1, #2c30b9);
  -ms-background: linear-gradient(to bottom, #3337c1, #2c30b9);
  -o-background: linear-gradient(to bottom, #3337c1, #2c30b9);
  background: linear-gradient(to bottom, #3337c1, #2c30b9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2c30b9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #3337c1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c30b9, #2529b2);
  -moz-background: linear-gradient(to bottom, #2c30b9, #2529b2);
  -ms-background: linear-gradient(to bottom, #2c30b9, #2529b2);
  -o-background: linear-gradient(to bottom, #2c30b9, #2529b2);
  background: linear-gradient(to bottom, #2c30b9, #2529b2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2529b2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2c30b9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2529b2, #1e22aa);
  -moz-background: linear-gradient(to bottom, #2529b2, #1e22aa);
  -ms-background: linear-gradient(to bottom, #2529b2, #1e22aa);
  -o-background: linear-gradient(to bottom, #2529b2, #1e22aa);
  background: linear-gradient(to bottom, #2529b2, #1e22aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1e22aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2529b2;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1e22aa;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1e22aa;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1e22aa;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .sidebar .steps .steps__label-toggle {
  background-color: #1e22aa;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #1e22aa;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #009add, #0489d6);
  -moz-background: linear-gradient(to right, #009add, #0489d6);
  -ms-background: linear-gradient(to right, #009add, #0489d6);
  -o-background: linear-gradient(to right, #009add, #0489d6);
  background: linear-gradient(to right, #009add, #0489d6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0489d6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0489d6, #0978ce);
  -moz-background: linear-gradient(to right, #0489d6, #0978ce);
  -ms-background: linear-gradient(to right, #0489d6, #0978ce);
  -o-background: linear-gradient(to right, #0489d6, #0978ce);
  background: linear-gradient(to right, #0489d6, #0978ce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0978ce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0978ce, #0d67c7);
  -moz-background: linear-gradient(to right, #0978ce, #0d67c7);
  -ms-background: linear-gradient(to right, #0978ce, #0d67c7);
  -o-background: linear-gradient(to right, #0978ce, #0d67c7);
  background: linear-gradient(to right, #0978ce, #0d67c7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0d67c7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0d67c7, #1155c0);
  -moz-background: linear-gradient(to right, #0d67c7, #1155c0);
  -ms-background: linear-gradient(to right, #0d67c7, #1155c0);
  -o-background: linear-gradient(to right, #0d67c7, #1155c0);
  background: linear-gradient(to right, #0d67c7, #1155c0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1155c0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1155c0, #1544b9);
  -moz-background: linear-gradient(to right, #1155c0, #1544b9);
  -ms-background: linear-gradient(to right, #1155c0, #1544b9);
  -o-background: linear-gradient(to right, #1155c0, #1544b9);
  background: linear-gradient(to right, #1155c0, #1544b9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1544b9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1544b9, #1a33b1);
  -moz-background: linear-gradient(to right, #1544b9, #1a33b1);
  -ms-background: linear-gradient(to right, #1544b9, #1a33b1);
  -o-background: linear-gradient(to right, #1544b9, #1a33b1);
  background: linear-gradient(to right, #1544b9, #1a33b1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1a33b1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1a33b1, #1e22aa);
  -moz-background: linear-gradient(to right, #1a33b1, #1e22aa);
  -ms-background: linear-gradient(to right, #1a33b1, #1e22aa);
  -o-background: linear-gradient(to right, #1a33b1, #1e22aa);
  background: linear-gradient(to right, #1a33b1, #1e22aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1e22aa;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1e22aa;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iae-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iae-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iae-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1e22aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #009add, #0489d6);
  -moz-background: linear-gradient(to bottom, #009add, #0489d6);
  -ms-background: linear-gradient(to bottom, #009add, #0489d6);
  -o-background: linear-gradient(to bottom, #009add, #0489d6);
  background: linear-gradient(to bottom, #009add, #0489d6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0489d6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #009add;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0489d6, #0978ce);
  -moz-background: linear-gradient(to bottom, #0489d6, #0978ce);
  -ms-background: linear-gradient(to bottom, #0489d6, #0978ce);
  -o-background: linear-gradient(to bottom, #0489d6, #0978ce);
  background: linear-gradient(to bottom, #0489d6, #0978ce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0978ce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0489d6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0978ce, #0d67c7);
  -moz-background: linear-gradient(to bottom, #0978ce, #0d67c7);
  -ms-background: linear-gradient(to bottom, #0978ce, #0d67c7);
  -o-background: linear-gradient(to bottom, #0978ce, #0d67c7);
  background: linear-gradient(to bottom, #0978ce, #0d67c7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0d67c7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0978ce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d67c7, #1155c0);
  -moz-background: linear-gradient(to bottom, #0d67c7, #1155c0);
  -ms-background: linear-gradient(to bottom, #0d67c7, #1155c0);
  -o-background: linear-gradient(to bottom, #0d67c7, #1155c0);
  background: linear-gradient(to bottom, #0d67c7, #1155c0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1155c0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0d67c7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1155c0, #1544b9);
  -moz-background: linear-gradient(to bottom, #1155c0, #1544b9);
  -ms-background: linear-gradient(to bottom, #1155c0, #1544b9);
  -o-background: linear-gradient(to bottom, #1155c0, #1544b9);
  background: linear-gradient(to bottom, #1155c0, #1544b9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1544b9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1155c0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1544b9, #1a33b1);
  -moz-background: linear-gradient(to bottom, #1544b9, #1a33b1);
  -ms-background: linear-gradient(to bottom, #1544b9, #1a33b1);
  -o-background: linear-gradient(to bottom, #1544b9, #1a33b1);
  background: linear-gradient(to bottom, #1544b9, #1a33b1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1a33b1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1544b9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1a33b1, #1e22aa);
  -moz-background: linear-gradient(to bottom, #1a33b1, #1e22aa);
  -ms-background: linear-gradient(to bottom, #1a33b1, #1e22aa);
  -o-background: linear-gradient(to bottom, #1a33b1, #1e22aa);
  background: linear-gradient(to bottom, #1a33b1, #1e22aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1e22aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1a33b1;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1e22aa;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1e22aa;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1e22aa;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .referrals-advocate__overlay {
  background-color: #1e22aa;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .referrals-advocate__steps-circle {
  fill: #1e22aa;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .referrals-advocate__testimonial {
  background-color: #1e22aa;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iae-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #1e22aa;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iae-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #1e22aa;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .terms__title {
  border-color: #009add;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .terms__links {
  color: #1e22aa;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iae-business-school .referral-tooltip__image path {
  fill: #1e22aa;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iae-business-school .main-header,
.iae-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #002147;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-calcutta div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #000f21;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .main-header__menu__btn:hover, .white-label.iim-calcutta .main-header__menu__btn:focus, .white-label.iim-calcutta .main-header__menu__btn:active, .white-label.iim-calcutta .main-header__menu__btn:checked, .white-label.iim-calcutta .main-header__menu__btn:focus:hover, .white-label.iim-calcutta .main-header__menu__btn:focus:active, .white-label.iim-calcutta .main-header__menu__btn:not(:disabled):hover, .white-label.iim-calcutta .main-header__menu__btn:not(:disabled):active, .white-label.iim-calcutta .main-header__menu__btn:not(.disabled):active, .white-label.iim-calcutta .main-header__menu__btn:not(:disabled):active:focus, .white-label.iim-calcutta .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iim-calcutta .main-footer__menu__btn:hover,
.white-label.iim-calcutta .main-footer__menu__btn:focus,
.white-label.iim-calcutta .main-footer__menu__btn:active,
.white-label.iim-calcutta .main-footer__menu__btn:checked,
.white-label.iim-calcutta .main-footer__menu__btn:focus:hover,
.white-label.iim-calcutta .main-footer__menu__btn:focus:active,
.white-label.iim-calcutta .main-footer__menu__btn:not(:disabled):hover,
.white-label.iim-calcutta .main-footer__menu__btn:not(:disabled):active,
.white-label.iim-calcutta .main-footer__menu__btn:not(.disabled):active,
.white-label.iim-calcutta .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iim-calcutta .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #002147;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .main-header .nav__link:hover, .white-label.iim-calcutta .main-header .nav__link:focus, .white-label.iim-calcutta .main-header .nav__link:active, .white-label.iim-calcutta .main-header .nav__link:checked, .white-label.iim-calcutta .main-header .nav__link:focus:hover, .white-label.iim-calcutta .main-header .nav__link:focus:active, .white-label.iim-calcutta .main-header .nav__link:not(:disabled):hover, .white-label.iim-calcutta .main-header .nav__link:not(:disabled):active, .white-label.iim-calcutta .main-header .nav__link:not(.disabled):active, .white-label.iim-calcutta .main-header .nav__link:not(:disabled):active:focus, .white-label.iim-calcutta .main-header .nav__link:not(.disabled):active:focus,
.white-label.iim-calcutta .main-footer .nav__link:hover,
.white-label.iim-calcutta .main-footer .nav__link:focus,
.white-label.iim-calcutta .main-footer .nav__link:active,
.white-label.iim-calcutta .main-footer .nav__link:checked,
.white-label.iim-calcutta .main-footer .nav__link:focus:hover,
.white-label.iim-calcutta .main-footer .nav__link:focus:active,
.white-label.iim-calcutta .main-footer .nav__link:not(:disabled):hover,
.white-label.iim-calcutta .main-footer .nav__link:not(:disabled):active,
.white-label.iim-calcutta .main-footer .nav__link:not(.disabled):active,
.white-label.iim-calcutta .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iim-calcutta .main-footer .nav__link:not(.disabled):active:focus {
  color: #000f21;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta.signed-out .btn:not(.btn--social), .white-label.iim-calcutta.signed-in .btn--primary {
  background-color: #d6e040;
  border-color: #d6e040;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.signed-out .btn:not(.btn--social):hover, .white-label.iim-calcutta.signed-out .btn:not(.btn--social):focus, .white-label.iim-calcutta.signed-out .btn:not(.btn--social):active, .white-label.iim-calcutta.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iim-calcutta.signed-in .btn--primary:hover, .white-label.iim-calcutta.signed-in .btn--primary:focus, .white-label.iim-calcutta.signed-in .btn--primary:active, .white-label.iim-calcutta.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #d6e040;
  box-shadow: none;
  color: #d6e040;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .nav__btn:hover span,
.white-label.iim-calcutta .nav__btn:hover span::after,
.white-label.iim-calcutta .nav__btn:hover span::before,
.white-label.iim-calcutta .nav__btn:focus span,
.white-label.iim-calcutta .nav__btn:focus span::after,
.white-label.iim-calcutta .nav__btn:focus span::before {
  background-color: #002147;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iim-calcutta .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #002147;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .nav__sidebar ul .profile__no-menu-link:hover {
  color: #002147;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__list li:hover::after {
  border-color: rgba(0, 33, 71, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__list li:hover .heading-3 {
  color: #002147;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .profile__link:hover, .white-label.iim-calcutta .profile__link:focus, .white-label.iim-calcutta .profile__link:active, .white-label.iim-calcutta .profile__link:checked, .white-label.iim-calcutta .profile__link:focus:hover, .white-label.iim-calcutta .profile__link:focus:active, .white-label.iim-calcutta .profile__link:not(:disabled):hover, .white-label.iim-calcutta .profile__link:not(:disabled):active, .white-label.iim-calcutta .profile__link:not(.disabled):active, .white-label.iim-calcutta .profile__link:not(:disabled):active:focus, .white-label.iim-calcutta .profile__link:not(.disabled):active:focus {
  color: #002147;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .profile__actions:hover .profile__icn g,
.white-label.iim-calcutta .profile__actions:focus .profile__icn g {
  fill: #002147;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .students__classmate:hover .students__thumbnail,
.white-label.iim-calcutta .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #002147, 0 0 0 1px #002147 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .pagination__page-link:hover::after {
  border-color: rgba(0, 33, 71, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modal__bg-icn {
  fill: #002147;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .payments__paragraph--initial, .white-label.iim-calcutta .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .form__input:-webkit-autofill, .white-label.iim-calcutta .StripeElement:-webkit-autofill, .white-label.iim-calcutta .form__input:-webkit-autofill:focus, .white-label.iim-calcutta .form__input:-internal-autofill-selected, .white-label.iim-calcutta .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(214, 224, 64, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(214, 224, 64, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(214, 224, 64, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(214, 224, 64, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(214, 224, 64, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .form__input:-moz-autofill, .white-label.iim-calcutta .StripeElement:-moz-autofill, .white-label.iim-calcutta .form__input:-moz-autofill-preview, .white-label.iim-calcutta .StripeElement:-moz-autofill-preview {
  filter: rgba(214, 224, 64, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .form-radio__input:hover + label.bordered,
.white-label.iim-calcutta .form-radio__input:hover + label::before, .white-label.iim-calcutta .form-radio__input:focus + label.bordered,
.white-label.iim-calcutta .form-radio__input:focus + label::before, .white-label.iim-calcutta .form-radio__input:active + label.bordered,
.white-label.iim-calcutta .form-radio__input:active + label::before, .white-label.iim-calcutta .form-radio__input:checked + label.bordered,
.white-label.iim-calcutta .form-radio__input:checked + label::before, .white-label.iim-calcutta .form-radio__input:focus:hover + label.bordered,
.white-label.iim-calcutta .form-radio__input:focus:hover + label::before, .white-label.iim-calcutta .form-radio__input:focus:active + label.bordered,
.white-label.iim-calcutta .form-radio__input:focus:active + label::before, .white-label.iim-calcutta .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iim-calcutta .form-radio__input:not(:disabled):hover + label::before, .white-label.iim-calcutta .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iim-calcutta .form-radio__input:not(:disabled):active + label::before, .white-label.iim-calcutta .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iim-calcutta .form-radio__input:not(.disabled):active + label::before, .white-label.iim-calcutta .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iim-calcutta .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iim-calcutta .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iim-calcutta .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #002147;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .form-radio__input:hover + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:focus + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:active + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:checked + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:focus:active + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iim-calcutta .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #002147 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .form-check-input:checked + label::before, .white-label.iim-calcutta .form-check-input:checked + label.collection_radio_buttons::before {
  background: #002147;
  border-color: #002147;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .form-check-input:valid:focus:checked + label::before, .white-label.iim-calcutta .form-check-input.valid:focus:checked + label::before, .white-label.iim-calcutta .form-check-input--valid:focus:checked + label::before, .white-label.iim-calcutta .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #002147;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .electives .form-radio__input:checked + label::before {
  background-color: #002147;
  border: 3px solid #002147;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .enrollment__icon path {
  fill: #d6e040;
  stroke: #d6e040;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .enrollment__icon tspan {
  fill: #d6e040;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__tasks li:hover::after, .white-label.iim-calcutta .modules__tasks li.selected::after {
  border-color: rgba(0, 33, 71, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__tasks li::before {
  color: rgba(0, 33, 71, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 33, 71, 0.4);
  border-color: rgba(0, 33, 71, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .modules__tasks li .modules__btn:hover::after, .white-label.iim-calcutta .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 33, 71, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .tabs__li:hover {
  border-color: rgba(0, 33, 71, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .tabs__label {
  border-bottom-color: #002147;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iim-calcutta .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #002147;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .survey__success .check {
  fill: #002147;
  stroke: #002147;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .electives__checkbox:checked + label::before,
.white-label.iim-calcutta .program-card__checkbox:checked + label::before {
  background-color: #002147;
  border-color: #002147;
  color: #002147;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .electives__checkbox:checked ~ .program-card__content,
.white-label.iim-calcutta .program-card__checkbox:checked ~ .program-card__content {
  border-color: #002147;
  box-shadow: 0 0 0 1px #002147 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .canvas-assignments__submission-type::before {
  border-color: #002147;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .canvas-assignments__submission-type::after {
  border-color: #002147;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 33, 71, 0.1);
  border-color: #002147;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .canvas-assignments__submission-type.typed--selected, .white-label.iim-calcutta .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 33, 71, 0.1);
  border-color: #002147;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(1),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(1), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0050ad, #004a9e);
  -moz-background: linear-gradient(to right, #0050ad, #004a9e);
  -ms-background: linear-gradient(to right, #0050ad, #004a9e);
  -o-background: linear-gradient(to right, #0050ad, #004a9e);
  background: linear-gradient(to right, #0050ad, #004a9e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(1)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(1)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #004a9e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(2),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(2), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #004a9e, #004390);
  -moz-background: linear-gradient(to right, #004a9e, #004390);
  -ms-background: linear-gradient(to right, #004a9e, #004390);
  -o-background: linear-gradient(to right, #004a9e, #004390);
  background: linear-gradient(to right, #004a9e, #004390);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(2)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(2)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #004390;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(3),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(3), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #004390, #003c81);
  -moz-background: linear-gradient(to right, #004390, #003c81);
  -ms-background: linear-gradient(to right, #004390, #003c81);
  -o-background: linear-gradient(to right, #004390, #003c81);
  background: linear-gradient(to right, #004390, #003c81);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(3)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(3)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #003c81;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(4),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(4), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #003c81, #003573);
  -moz-background: linear-gradient(to right, #003c81, #003573);
  -ms-background: linear-gradient(to right, #003c81, #003573);
  -o-background: linear-gradient(to right, #003c81, #003573);
  background: linear-gradient(to right, #003c81, #003573);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(4)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(4)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003573;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(5),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(5), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003573, #002f64);
  -moz-background: linear-gradient(to right, #003573, #002f64);
  -ms-background: linear-gradient(to right, #003573, #002f64);
  -o-background: linear-gradient(to right, #003573, #002f64);
  background: linear-gradient(to right, #003573, #002f64);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(5)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(5)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #002f64;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(6),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(6), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #002f64, #002856);
  -moz-background: linear-gradient(to right, #002f64, #002856);
  -ms-background: linear-gradient(to right, #002f64, #002856);
  -o-background: linear-gradient(to right, #002f64, #002856);
  background: linear-gradient(to right, #002f64, #002856);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(6)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(6)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #002856;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(7),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(7), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #002856, #002147);
  -moz-background: linear-gradient(to right, #002856, #002147);
  -ms-background: linear-gradient(to right, #002856, #002147);
  -o-background: linear-gradient(to right, #002856, #002147);
  background: linear-gradient(to right, #002856, #002147);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(7)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(7)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002147;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(n+8),
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(n+8), .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002147;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iim-calcutta .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iim-calcutta .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002147;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active,
.white-label.iim-calcutta .steps--progress .vertical-step--completed, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved {
  color: #002147;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0050ad, #004a9e);
  -moz-background: linear-gradient(to bottom, #0050ad, #004a9e);
  -ms-background: linear-gradient(to bottom, #0050ad, #004a9e);
  -o-background: linear-gradient(to bottom, #0050ad, #004a9e);
  background: linear-gradient(to bottom, #0050ad, #004a9e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #004a9e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0050ad;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #004a9e, #004390);
  -moz-background: linear-gradient(to bottom, #004a9e, #004390);
  -ms-background: linear-gradient(to bottom, #004a9e, #004390);
  -o-background: linear-gradient(to bottom, #004a9e, #004390);
  background: linear-gradient(to bottom, #004a9e, #004390);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #004390;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #004a9e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #004390, #003c81);
  -moz-background: linear-gradient(to bottom, #004390, #003c81);
  -ms-background: linear-gradient(to bottom, #004390, #003c81);
  -o-background: linear-gradient(to bottom, #004390, #003c81);
  background: linear-gradient(to bottom, #004390, #003c81);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #003c81;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #004390;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #003c81, #003573);
  -moz-background: linear-gradient(to bottom, #003c81, #003573);
  -ms-background: linear-gradient(to bottom, #003c81, #003573);
  -o-background: linear-gradient(to bottom, #003c81, #003573);
  background: linear-gradient(to bottom, #003c81, #003573);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003573;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #003c81;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003573, #002f64);
  -moz-background: linear-gradient(to bottom, #003573, #002f64);
  -ms-background: linear-gradient(to bottom, #003573, #002f64);
  -o-background: linear-gradient(to bottom, #003573, #002f64);
  background: linear-gradient(to bottom, #003573, #002f64);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #002f64;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003573;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #002f64, #002856);
  -moz-background: linear-gradient(to bottom, #002f64, #002856);
  -ms-background: linear-gradient(to bottom, #002f64, #002856);
  -o-background: linear-gradient(to bottom, #002f64, #002856);
  background: linear-gradient(to bottom, #002f64, #002856);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #002856;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #002f64;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #002856, #002147);
  -moz-background: linear-gradient(to bottom, #002856, #002147);
  -ms-background: linear-gradient(to bottom, #002856, #002147);
  -o-background: linear-gradient(to bottom, #002856, #002147);
  background: linear-gradient(to bottom, #002856, #002147);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002147;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #002856;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002147;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002147;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-calcutta .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-calcutta .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002147;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .sidebar .steps .steps__label-toggle {
  background-color: #002147;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .sidebar .steps .step--active {
  border-left: 0.5rem solid #002147;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #d6e040, #b7c541);
  -moz-background: linear-gradient(to right, #d6e040, #b7c541);
  -ms-background: linear-gradient(to right, #d6e040, #b7c541);
  -o-background: linear-gradient(to right, #d6e040, #b7c541);
  background: linear-gradient(to right, #d6e040, #b7c541);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #b7c541;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #b7c541, #99a942);
  -moz-background: linear-gradient(to right, #b7c541, #99a942);
  -ms-background: linear-gradient(to right, #b7c541, #99a942);
  -o-background: linear-gradient(to right, #b7c541, #99a942);
  background: linear-gradient(to right, #b7c541, #99a942);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #99a942;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #99a942, #7a8e43);
  -moz-background: linear-gradient(to right, #99a942, #7a8e43);
  -ms-background: linear-gradient(to right, #99a942, #7a8e43);
  -o-background: linear-gradient(to right, #99a942, #7a8e43);
  background: linear-gradient(to right, #99a942, #7a8e43);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #7a8e43;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #7a8e43, #5c7344);
  -moz-background: linear-gradient(to right, #7a8e43, #5c7344);
  -ms-background: linear-gradient(to right, #7a8e43, #5c7344);
  -o-background: linear-gradient(to right, #7a8e43, #5c7344);
  background: linear-gradient(to right, #7a8e43, #5c7344);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5c7344;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5c7344, #3d5845);
  -moz-background: linear-gradient(to right, #5c7344, #3d5845);
  -ms-background: linear-gradient(to right, #5c7344, #3d5845);
  -o-background: linear-gradient(to right, #5c7344, #3d5845);
  background: linear-gradient(to right, #5c7344, #3d5845);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #3d5845;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #3d5845, #1f3c46);
  -moz-background: linear-gradient(to right, #3d5845, #1f3c46);
  -ms-background: linear-gradient(to right, #3d5845, #1f3c46);
  -o-background: linear-gradient(to right, #3d5845, #1f3c46);
  background: linear-gradient(to right, #3d5845, #1f3c46);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1f3c46;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1f3c46, #002147);
  -moz-background: linear-gradient(to right, #1f3c46, #002147);
  -ms-background: linear-gradient(to right, #1f3c46, #002147);
  -o-background: linear-gradient(to right, #1f3c46, #002147);
  background: linear-gradient(to right, #1f3c46, #002147);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002147;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002147;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iim-calcutta.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002147;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #d6e040, #b7c541);
  -moz-background: linear-gradient(to bottom, #d6e040, #b7c541);
  -ms-background: linear-gradient(to bottom, #d6e040, #b7c541);
  -o-background: linear-gradient(to bottom, #d6e040, #b7c541);
  background: linear-gradient(to bottom, #d6e040, #b7c541);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #b7c541;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #d6e040;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #b7c541, #99a942);
  -moz-background: linear-gradient(to bottom, #b7c541, #99a942);
  -ms-background: linear-gradient(to bottom, #b7c541, #99a942);
  -o-background: linear-gradient(to bottom, #b7c541, #99a942);
  background: linear-gradient(to bottom, #b7c541, #99a942);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #99a942;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #b7c541;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #99a942, #7a8e43);
  -moz-background: linear-gradient(to bottom, #99a942, #7a8e43);
  -ms-background: linear-gradient(to bottom, #99a942, #7a8e43);
  -o-background: linear-gradient(to bottom, #99a942, #7a8e43);
  background: linear-gradient(to bottom, #99a942, #7a8e43);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #7a8e43;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #99a942;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #7a8e43, #5c7344);
  -moz-background: linear-gradient(to bottom, #7a8e43, #5c7344);
  -ms-background: linear-gradient(to bottom, #7a8e43, #5c7344);
  -o-background: linear-gradient(to bottom, #7a8e43, #5c7344);
  background: linear-gradient(to bottom, #7a8e43, #5c7344);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5c7344;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #7a8e43;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5c7344, #3d5845);
  -moz-background: linear-gradient(to bottom, #5c7344, #3d5845);
  -ms-background: linear-gradient(to bottom, #5c7344, #3d5845);
  -o-background: linear-gradient(to bottom, #5c7344, #3d5845);
  background: linear-gradient(to bottom, #5c7344, #3d5845);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #3d5845;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5c7344;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #3d5845, #1f3c46);
  -moz-background: linear-gradient(to bottom, #3d5845, #1f3c46);
  -ms-background: linear-gradient(to bottom, #3d5845, #1f3c46);
  -o-background: linear-gradient(to bottom, #3d5845, #1f3c46);
  background: linear-gradient(to bottom, #3d5845, #1f3c46);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1f3c46;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #3d5845;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f3c46, #002147);
  -moz-background: linear-gradient(to bottom, #1f3c46, #002147);
  -ms-background: linear-gradient(to bottom, #1f3c46, #002147);
  -o-background: linear-gradient(to bottom, #1f3c46, #002147);
  background: linear-gradient(to bottom, #1f3c46, #002147);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002147;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1f3c46;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002147;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002147;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-calcutta.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-calcutta.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-calcutta.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-calcutta.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002147;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .referrals-advocate__overlay {
  background-color: #002147;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .referrals-advocate__steps-circle {
  fill: #002147;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .referrals-advocate__testimonial {
  background-color: #002147;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-calcutta .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #002147;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iim-calcutta .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #002147;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .terms__title {
  border-color: #d6e040;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .terms__links {
  color: #002147;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-calcutta .referral-tooltip__image path {
  fill: #002147;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iim-calcutta .main-header,
.iim-calcutta .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #2b3b94;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-jammu div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #222f76;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .main-header__menu__btn:hover, .white-label.iim-jammu .main-header__menu__btn:focus, .white-label.iim-jammu .main-header__menu__btn:active, .white-label.iim-jammu .main-header__menu__btn:checked, .white-label.iim-jammu .main-header__menu__btn:focus:hover, .white-label.iim-jammu .main-header__menu__btn:focus:active, .white-label.iim-jammu .main-header__menu__btn:not(:disabled):hover, .white-label.iim-jammu .main-header__menu__btn:not(:disabled):active, .white-label.iim-jammu .main-header__menu__btn:not(.disabled):active, .white-label.iim-jammu .main-header__menu__btn:not(:disabled):active:focus, .white-label.iim-jammu .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iim-jammu .main-footer__menu__btn:hover,
.white-label.iim-jammu .main-footer__menu__btn:focus,
.white-label.iim-jammu .main-footer__menu__btn:active,
.white-label.iim-jammu .main-footer__menu__btn:checked,
.white-label.iim-jammu .main-footer__menu__btn:focus:hover,
.white-label.iim-jammu .main-footer__menu__btn:focus:active,
.white-label.iim-jammu .main-footer__menu__btn:not(:disabled):hover,
.white-label.iim-jammu .main-footer__menu__btn:not(:disabled):active,
.white-label.iim-jammu .main-footer__menu__btn:not(.disabled):active,
.white-label.iim-jammu .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iim-jammu .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #2b3b94;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .main-header .nav__link:hover, .white-label.iim-jammu .main-header .nav__link:focus, .white-label.iim-jammu .main-header .nav__link:active, .white-label.iim-jammu .main-header .nav__link:checked, .white-label.iim-jammu .main-header .nav__link:focus:hover, .white-label.iim-jammu .main-header .nav__link:focus:active, .white-label.iim-jammu .main-header .nav__link:not(:disabled):hover, .white-label.iim-jammu .main-header .nav__link:not(:disabled):active, .white-label.iim-jammu .main-header .nav__link:not(.disabled):active, .white-label.iim-jammu .main-header .nav__link:not(:disabled):active:focus, .white-label.iim-jammu .main-header .nav__link:not(.disabled):active:focus,
.white-label.iim-jammu .main-footer .nav__link:hover,
.white-label.iim-jammu .main-footer .nav__link:focus,
.white-label.iim-jammu .main-footer .nav__link:active,
.white-label.iim-jammu .main-footer .nav__link:checked,
.white-label.iim-jammu .main-footer .nav__link:focus:hover,
.white-label.iim-jammu .main-footer .nav__link:focus:active,
.white-label.iim-jammu .main-footer .nav__link:not(:disabled):hover,
.white-label.iim-jammu .main-footer .nav__link:not(:disabled):active,
.white-label.iim-jammu .main-footer .nav__link:not(.disabled):active,
.white-label.iim-jammu .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iim-jammu .main-footer .nav__link:not(.disabled):active:focus {
  color: #222f76;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu.signed-out .btn:not(.btn--social), .white-label.iim-jammu.signed-in .btn--primary {
  background-color: #0077b6;
  border-color: #0077b6;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.signed-out .btn:not(.btn--social):hover, .white-label.iim-jammu.signed-out .btn:not(.btn--social):focus, .white-label.iim-jammu.signed-out .btn:not(.btn--social):active, .white-label.iim-jammu.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iim-jammu.signed-in .btn--primary:hover, .white-label.iim-jammu.signed-in .btn--primary:focus, .white-label.iim-jammu.signed-in .btn--primary:active, .white-label.iim-jammu.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #0077b6;
  box-shadow: none;
  color: #0077b6;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .nav__btn:hover span,
.white-label.iim-jammu .nav__btn:hover span::after,
.white-label.iim-jammu .nav__btn:hover span::before,
.white-label.iim-jammu .nav__btn:focus span,
.white-label.iim-jammu .nav__btn:focus span::after,
.white-label.iim-jammu .nav__btn:focus span::before {
  background-color: #2b3b94;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iim-jammu .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #2b3b94;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .nav__sidebar ul .profile__no-menu-link:hover {
  color: #2b3b94;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__list li:hover::after {
  border-color: rgba(43, 59, 148, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__list li:hover .heading-3 {
  color: #2b3b94;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .profile__link:hover, .white-label.iim-jammu .profile__link:focus, .white-label.iim-jammu .profile__link:active, .white-label.iim-jammu .profile__link:checked, .white-label.iim-jammu .profile__link:focus:hover, .white-label.iim-jammu .profile__link:focus:active, .white-label.iim-jammu .profile__link:not(:disabled):hover, .white-label.iim-jammu .profile__link:not(:disabled):active, .white-label.iim-jammu .profile__link:not(.disabled):active, .white-label.iim-jammu .profile__link:not(:disabled):active:focus, .white-label.iim-jammu .profile__link:not(.disabled):active:focus {
  color: #2b3b94;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .profile__actions:hover .profile__icn g,
.white-label.iim-jammu .profile__actions:focus .profile__icn g {
  fill: #2b3b94;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .students__classmate:hover .students__thumbnail,
.white-label.iim-jammu .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #2b3b94, 0 0 0 1px #2b3b94 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .pagination__page-link:hover::after {
  border-color: rgba(43, 59, 148, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modal__bg-icn {
  fill: #2b3b94;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .payments__paragraph--initial, .white-label.iim-jammu .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .form__input:-webkit-autofill, .white-label.iim-jammu .StripeElement:-webkit-autofill, .white-label.iim-jammu .form__input:-webkit-autofill:focus, .white-label.iim-jammu .form__input:-internal-autofill-selected, .white-label.iim-jammu .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 119, 182, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 119, 182, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 119, 182, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 119, 182, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 119, 182, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .form__input:-moz-autofill, .white-label.iim-jammu .StripeElement:-moz-autofill, .white-label.iim-jammu .form__input:-moz-autofill-preview, .white-label.iim-jammu .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 119, 182, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .form-radio__input:hover + label.bordered,
.white-label.iim-jammu .form-radio__input:hover + label::before, .white-label.iim-jammu .form-radio__input:focus + label.bordered,
.white-label.iim-jammu .form-radio__input:focus + label::before, .white-label.iim-jammu .form-radio__input:active + label.bordered,
.white-label.iim-jammu .form-radio__input:active + label::before, .white-label.iim-jammu .form-radio__input:checked + label.bordered,
.white-label.iim-jammu .form-radio__input:checked + label::before, .white-label.iim-jammu .form-radio__input:focus:hover + label.bordered,
.white-label.iim-jammu .form-radio__input:focus:hover + label::before, .white-label.iim-jammu .form-radio__input:focus:active + label.bordered,
.white-label.iim-jammu .form-radio__input:focus:active + label::before, .white-label.iim-jammu .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iim-jammu .form-radio__input:not(:disabled):hover + label::before, .white-label.iim-jammu .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iim-jammu .form-radio__input:not(:disabled):active + label::before, .white-label.iim-jammu .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iim-jammu .form-radio__input:not(.disabled):active + label::before, .white-label.iim-jammu .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iim-jammu .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iim-jammu .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iim-jammu .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #2b3b94;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .form-radio__input:hover + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:focus + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:active + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:checked + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:focus:active + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iim-jammu .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #2b3b94 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .form-check-input:checked + label::before, .white-label.iim-jammu .form-check-input:checked + label.collection_radio_buttons::before {
  background: #2b3b94;
  border-color: #2b3b94;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .form-check-input:valid:focus:checked + label::before, .white-label.iim-jammu .form-check-input.valid:focus:checked + label::before, .white-label.iim-jammu .form-check-input--valid:focus:checked + label::before, .white-label.iim-jammu .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #2b3b94;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .electives .form-radio__input:checked + label::before {
  background-color: #2b3b94;
  border: 3px solid #2b3b94;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .enrollment__icon path {
  fill: #0077b6;
  stroke: #0077b6;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .enrollment__icon tspan {
  fill: #0077b6;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__tasks li:hover::after, .white-label.iim-jammu .modules__tasks li.selected::after {
  border-color: rgba(43, 59, 148, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__tasks li::before {
  color: rgba(43, 59, 148, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(43, 59, 148, 0.4);
  border-color: rgba(43, 59, 148, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .modules__tasks li .modules__btn:hover::after, .white-label.iim-jammu .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(43, 59, 148, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .tabs__li:hover {
  border-color: rgba(43, 59, 148, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .tabs__label {
  border-bottom-color: #2b3b94;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iim-jammu .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #2b3b94;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .survey__success .check {
  fill: #2b3b94;
  stroke: #2b3b94;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .electives__checkbox:checked + label::before,
.white-label.iim-jammu .program-card__checkbox:checked + label::before {
  background-color: #2b3b94;
  border-color: #2b3b94;
  color: #2b3b94;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .electives__checkbox:checked ~ .program-card__content,
.white-label.iim-jammu .program-card__checkbox:checked ~ .program-card__content {
  border-color: #2b3b94;
  box-shadow: 0 0 0 1px #2b3b94 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .canvas-assignments__submission-type::before {
  border-color: #2b3b94;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .canvas-assignments__submission-type::after {
  border-color: #2b3b94;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .canvas-assignments__submission-type:hover {
  background-color: rgba(43, 59, 148, 0.1);
  border-color: #2b3b94;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .canvas-assignments__submission-type.typed--selected, .white-label.iim-jammu .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(43, 59, 148, 0.1);
  border-color: #2b3b94;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(1),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(1), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #5769ce, #5162c6);
  -moz-background: linear-gradient(to right, #5769ce, #5162c6);
  -ms-background: linear-gradient(to right, #5769ce, #5162c6);
  -o-background: linear-gradient(to right, #5769ce, #5162c6);
  background: linear-gradient(to right, #5769ce, #5162c6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(1)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(1)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #5162c6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(2),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(2), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #5162c6, #4a5cbe);
  -moz-background: linear-gradient(to right, #5162c6, #4a5cbe);
  -ms-background: linear-gradient(to right, #5162c6, #4a5cbe);
  -o-background: linear-gradient(to right, #5162c6, #4a5cbe);
  background: linear-gradient(to right, #5162c6, #4a5cbe);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(2)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(2)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4a5cbe;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(3),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(3), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4a5cbe, #4455b5);
  -moz-background: linear-gradient(to right, #4a5cbe, #4455b5);
  -ms-background: linear-gradient(to right, #4a5cbe, #4455b5);
  -o-background: linear-gradient(to right, #4a5cbe, #4455b5);
  background: linear-gradient(to right, #4a5cbe, #4455b5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(3)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(3)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4455b5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(4),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(4), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4455b5, #3e4fad);
  -moz-background: linear-gradient(to right, #4455b5, #3e4fad);
  -ms-background: linear-gradient(to right, #4455b5, #3e4fad);
  -o-background: linear-gradient(to right, #4455b5, #3e4fad);
  background: linear-gradient(to right, #4455b5, #3e4fad);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(4)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(4)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #3e4fad;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(5),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(5), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #3e4fad, #3848a5);
  -moz-background: linear-gradient(to right, #3e4fad, #3848a5);
  -ms-background: linear-gradient(to right, #3e4fad, #3848a5);
  -o-background: linear-gradient(to right, #3e4fad, #3848a5);
  background: linear-gradient(to right, #3e4fad, #3848a5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(5)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(5)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #3848a5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(6),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(6), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #3848a5, #31429c);
  -moz-background: linear-gradient(to right, #3848a5, #31429c);
  -ms-background: linear-gradient(to right, #3848a5, #31429c);
  -o-background: linear-gradient(to right, #3848a5, #31429c);
  background: linear-gradient(to right, #3848a5, #31429c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(6)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(6)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #31429c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(7),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(7), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #31429c, #2b3b94);
  -moz-background: linear-gradient(to right, #31429c, #2b3b94);
  -ms-background: linear-gradient(to right, #31429c, #2b3b94);
  -o-background: linear-gradient(to right, #31429c, #2b3b94);
  background: linear-gradient(to right, #31429c, #2b3b94);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(7)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(7)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2b3b94;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(n+8),
.white-label.iim-jammu .steps--progress .step--completed:nth-child(n+8), .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2b3b94;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iim-jammu .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iim-jammu .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2b3b94;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active,
.white-label.iim-jammu .steps--progress .vertical-step--completed, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved {
  color: #2b3b94;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #5769ce, #5162c6);
  -moz-background: linear-gradient(to bottom, #5769ce, #5162c6);
  -ms-background: linear-gradient(to bottom, #5769ce, #5162c6);
  -o-background: linear-gradient(to bottom, #5769ce, #5162c6);
  background: linear-gradient(to bottom, #5769ce, #5162c6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #5162c6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #5769ce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #5162c6, #4a5cbe);
  -moz-background: linear-gradient(to bottom, #5162c6, #4a5cbe);
  -ms-background: linear-gradient(to bottom, #5162c6, #4a5cbe);
  -o-background: linear-gradient(to bottom, #5162c6, #4a5cbe);
  background: linear-gradient(to bottom, #5162c6, #4a5cbe);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4a5cbe;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #5162c6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4a5cbe, #4455b5);
  -moz-background: linear-gradient(to bottom, #4a5cbe, #4455b5);
  -ms-background: linear-gradient(to bottom, #4a5cbe, #4455b5);
  -o-background: linear-gradient(to bottom, #4a5cbe, #4455b5);
  background: linear-gradient(to bottom, #4a5cbe, #4455b5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4455b5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4a5cbe;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4455b5, #3e4fad);
  -moz-background: linear-gradient(to bottom, #4455b5, #3e4fad);
  -ms-background: linear-gradient(to bottom, #4455b5, #3e4fad);
  -o-background: linear-gradient(to bottom, #4455b5, #3e4fad);
  background: linear-gradient(to bottom, #4455b5, #3e4fad);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #3e4fad;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4455b5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e4fad, #3848a5);
  -moz-background: linear-gradient(to bottom, #3e4fad, #3848a5);
  -ms-background: linear-gradient(to bottom, #3e4fad, #3848a5);
  -o-background: linear-gradient(to bottom, #3e4fad, #3848a5);
  background: linear-gradient(to bottom, #3e4fad, #3848a5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #3848a5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #3e4fad;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #3848a5, #31429c);
  -moz-background: linear-gradient(to bottom, #3848a5, #31429c);
  -ms-background: linear-gradient(to bottom, #3848a5, #31429c);
  -o-background: linear-gradient(to bottom, #3848a5, #31429c);
  background: linear-gradient(to bottom, #3848a5, #31429c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #31429c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #3848a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #31429c, #2b3b94);
  -moz-background: linear-gradient(to bottom, #31429c, #2b3b94);
  -ms-background: linear-gradient(to bottom, #31429c, #2b3b94);
  -o-background: linear-gradient(to bottom, #31429c, #2b3b94);
  background: linear-gradient(to bottom, #31429c, #2b3b94);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2b3b94;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #31429c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2b3b94;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2b3b94;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-jammu .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-jammu .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2b3b94;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .sidebar .steps .steps__label-toggle {
  background-color: #2b3b94;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .sidebar .steps .step--active {
  border-left: 0.5rem solid #2b3b94;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0077b6, #066eb1);
  -moz-background: linear-gradient(to right, #0077b6, #066eb1);
  -ms-background: linear-gradient(to right, #0077b6, #066eb1);
  -o-background: linear-gradient(to right, #0077b6, #066eb1);
  background: linear-gradient(to right, #0077b6, #066eb1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #066eb1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #066eb1, #0c66ac);
  -moz-background: linear-gradient(to right, #066eb1, #0c66ac);
  -ms-background: linear-gradient(to right, #066eb1, #0c66ac);
  -o-background: linear-gradient(to right, #066eb1, #0c66ac);
  background: linear-gradient(to right, #066eb1, #0c66ac);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0c66ac;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0c66ac, #125da7);
  -moz-background: linear-gradient(to right, #0c66ac, #125da7);
  -ms-background: linear-gradient(to right, #0c66ac, #125da7);
  -o-background: linear-gradient(to right, #0c66ac, #125da7);
  background: linear-gradient(to right, #0c66ac, #125da7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #125da7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #125da7, #1955a3);
  -moz-background: linear-gradient(to right, #125da7, #1955a3);
  -ms-background: linear-gradient(to right, #125da7, #1955a3);
  -o-background: linear-gradient(to right, #125da7, #1955a3);
  background: linear-gradient(to right, #125da7, #1955a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1955a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1955a3, #1f4c9e);
  -moz-background: linear-gradient(to right, #1955a3, #1f4c9e);
  -ms-background: linear-gradient(to right, #1955a3, #1f4c9e);
  -o-background: linear-gradient(to right, #1955a3, #1f4c9e);
  background: linear-gradient(to right, #1955a3, #1f4c9e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1f4c9e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1f4c9e, #254499);
  -moz-background: linear-gradient(to right, #1f4c9e, #254499);
  -ms-background: linear-gradient(to right, #1f4c9e, #254499);
  -o-background: linear-gradient(to right, #1f4c9e, #254499);
  background: linear-gradient(to right, #1f4c9e, #254499);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #254499;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #254499, #2b3b94);
  -moz-background: linear-gradient(to right, #254499, #2b3b94);
  -ms-background: linear-gradient(to right, #254499, #2b3b94);
  -o-background: linear-gradient(to right, #254499, #2b3b94);
  background: linear-gradient(to right, #254499, #2b3b94);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2b3b94;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2b3b94;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-jammu.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iim-jammu.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-jammu.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2b3b94;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0077b6, #066eb1);
  -moz-background: linear-gradient(to bottom, #0077b6, #066eb1);
  -ms-background: linear-gradient(to bottom, #0077b6, #066eb1);
  -o-background: linear-gradient(to bottom, #0077b6, #066eb1);
  background: linear-gradient(to bottom, #0077b6, #066eb1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #066eb1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0077b6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #066eb1, #0c66ac);
  -moz-background: linear-gradient(to bottom, #066eb1, #0c66ac);
  -ms-background: linear-gradient(to bottom, #066eb1, #0c66ac);
  -o-background: linear-gradient(to bottom, #066eb1, #0c66ac);
  background: linear-gradient(to bottom, #066eb1, #0c66ac);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0c66ac;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #066eb1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0c66ac, #125da7);
  -moz-background: linear-gradient(to bottom, #0c66ac, #125da7);
  -ms-background: linear-gradient(to bottom, #0c66ac, #125da7);
  -o-background: linear-gradient(to bottom, #0c66ac, #125da7);
  background: linear-gradient(to bottom, #0c66ac, #125da7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #125da7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0c66ac;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #125da7, #1955a3);
  -moz-background: linear-gradient(to bottom, #125da7, #1955a3);
  -ms-background: linear-gradient(to bottom, #125da7, #1955a3);
  -o-background: linear-gradient(to bottom, #125da7, #1955a3);
  background: linear-gradient(to bottom, #125da7, #1955a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1955a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #125da7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1955a3, #1f4c9e);
  -moz-background: linear-gradient(to bottom, #1955a3, #1f4c9e);
  -ms-background: linear-gradient(to bottom, #1955a3, #1f4c9e);
  -o-background: linear-gradient(to bottom, #1955a3, #1f4c9e);
  background: linear-gradient(to bottom, #1955a3, #1f4c9e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1f4c9e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1955a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f4c9e, #254499);
  -moz-background: linear-gradient(to bottom, #1f4c9e, #254499);
  -ms-background: linear-gradient(to bottom, #1f4c9e, #254499);
  -o-background: linear-gradient(to bottom, #1f4c9e, #254499);
  background: linear-gradient(to bottom, #1f4c9e, #254499);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #254499;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1f4c9e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #254499, #2b3b94);
  -moz-background: linear-gradient(to bottom, #254499, #2b3b94);
  -ms-background: linear-gradient(to bottom, #254499, #2b3b94);
  -o-background: linear-gradient(to bottom, #254499, #2b3b94);
  background: linear-gradient(to bottom, #254499, #2b3b94);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2b3b94;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #254499;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2b3b94;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2b3b94;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-jammu.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-jammu.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-jammu.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-jammu.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2b3b94;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .referrals-advocate__overlay {
  background-color: #2b3b94;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .referrals-advocate__steps-circle {
  fill: #2b3b94;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .referrals-advocate__testimonial {
  background-color: #2b3b94;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-jammu .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #2b3b94;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iim-jammu .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #2b3b94;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .terms__title {
  border-color: #0077b6;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .terms__links {
  color: #2b3b94;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-jammu .referral-tooltip__image path {
  fill: #2b3b94;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iim-jammu .main-header,
.iim-jammu .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #009cc1;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-lucknow div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #007d9b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .main-header__menu__btn:hover, .white-label.iim-lucknow .main-header__menu__btn:focus, .white-label.iim-lucknow .main-header__menu__btn:active, .white-label.iim-lucknow .main-header__menu__btn:checked, .white-label.iim-lucknow .main-header__menu__btn:focus:hover, .white-label.iim-lucknow .main-header__menu__btn:focus:active, .white-label.iim-lucknow .main-header__menu__btn:not(:disabled):hover, .white-label.iim-lucknow .main-header__menu__btn:not(:disabled):active, .white-label.iim-lucknow .main-header__menu__btn:not(.disabled):active, .white-label.iim-lucknow .main-header__menu__btn:not(:disabled):active:focus, .white-label.iim-lucknow .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iim-lucknow .main-footer__menu__btn:hover,
.white-label.iim-lucknow .main-footer__menu__btn:focus,
.white-label.iim-lucknow .main-footer__menu__btn:active,
.white-label.iim-lucknow .main-footer__menu__btn:checked,
.white-label.iim-lucknow .main-footer__menu__btn:focus:hover,
.white-label.iim-lucknow .main-footer__menu__btn:focus:active,
.white-label.iim-lucknow .main-footer__menu__btn:not(:disabled):hover,
.white-label.iim-lucknow .main-footer__menu__btn:not(:disabled):active,
.white-label.iim-lucknow .main-footer__menu__btn:not(.disabled):active,
.white-label.iim-lucknow .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iim-lucknow .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #009cc1;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .main-header .nav__link:hover, .white-label.iim-lucknow .main-header .nav__link:focus, .white-label.iim-lucknow .main-header .nav__link:active, .white-label.iim-lucknow .main-header .nav__link:checked, .white-label.iim-lucknow .main-header .nav__link:focus:hover, .white-label.iim-lucknow .main-header .nav__link:focus:active, .white-label.iim-lucknow .main-header .nav__link:not(:disabled):hover, .white-label.iim-lucknow .main-header .nav__link:not(:disabled):active, .white-label.iim-lucknow .main-header .nav__link:not(.disabled):active, .white-label.iim-lucknow .main-header .nav__link:not(:disabled):active:focus, .white-label.iim-lucknow .main-header .nav__link:not(.disabled):active:focus,
.white-label.iim-lucknow .main-footer .nav__link:hover,
.white-label.iim-lucknow .main-footer .nav__link:focus,
.white-label.iim-lucknow .main-footer .nav__link:active,
.white-label.iim-lucknow .main-footer .nav__link:checked,
.white-label.iim-lucknow .main-footer .nav__link:focus:hover,
.white-label.iim-lucknow .main-footer .nav__link:focus:active,
.white-label.iim-lucknow .main-footer .nav__link:not(:disabled):hover,
.white-label.iim-lucknow .main-footer .nav__link:not(:disabled):active,
.white-label.iim-lucknow .main-footer .nav__link:not(.disabled):active,
.white-label.iim-lucknow .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iim-lucknow .main-footer .nav__link:not(.disabled):active:focus {
  color: #007d9b;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow.signed-out .btn:not(.btn--social), .white-label.iim-lucknow.signed-in .btn--primary {
  background-color: #f2ab15;
  border-color: #f2ab15;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.signed-out .btn:not(.btn--social):hover, .white-label.iim-lucknow.signed-out .btn:not(.btn--social):focus, .white-label.iim-lucknow.signed-out .btn:not(.btn--social):active, .white-label.iim-lucknow.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iim-lucknow.signed-in .btn--primary:hover, .white-label.iim-lucknow.signed-in .btn--primary:focus, .white-label.iim-lucknow.signed-in .btn--primary:active, .white-label.iim-lucknow.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #f2ab15;
  box-shadow: none;
  color: #f2ab15;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .nav__btn:hover span,
.white-label.iim-lucknow .nav__btn:hover span::after,
.white-label.iim-lucknow .nav__btn:hover span::before,
.white-label.iim-lucknow .nav__btn:focus span,
.white-label.iim-lucknow .nav__btn:focus span::after,
.white-label.iim-lucknow .nav__btn:focus span::before {
  background-color: #009cc1;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iim-lucknow .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #009cc1;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .nav__sidebar ul .profile__no-menu-link:hover {
  color: #009cc1;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__list li:hover::after {
  border-color: rgba(0, 156, 193, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__list li:hover .heading-3 {
  color: #009cc1;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .profile__link:hover, .white-label.iim-lucknow .profile__link:focus, .white-label.iim-lucknow .profile__link:active, .white-label.iim-lucknow .profile__link:checked, .white-label.iim-lucknow .profile__link:focus:hover, .white-label.iim-lucknow .profile__link:focus:active, .white-label.iim-lucknow .profile__link:not(:disabled):hover, .white-label.iim-lucknow .profile__link:not(:disabled):active, .white-label.iim-lucknow .profile__link:not(.disabled):active, .white-label.iim-lucknow .profile__link:not(:disabled):active:focus, .white-label.iim-lucknow .profile__link:not(.disabled):active:focus {
  color: #009cc1;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .profile__actions:hover .profile__icn g,
.white-label.iim-lucknow .profile__actions:focus .profile__icn g {
  fill: #009cc1;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .students__classmate:hover .students__thumbnail,
.white-label.iim-lucknow .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #009cc1, 0 0 0 1px #009cc1 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .pagination__page-link:hover::after {
  border-color: rgba(0, 156, 193, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modal__bg-icn {
  fill: #009cc1;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .payments__paragraph--initial, .white-label.iim-lucknow .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .form__input:-webkit-autofill, .white-label.iim-lucknow .StripeElement:-webkit-autofill, .white-label.iim-lucknow .form__input:-webkit-autofill:focus, .white-label.iim-lucknow .form__input:-internal-autofill-selected, .white-label.iim-lucknow .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(242, 171, 21, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(242, 171, 21, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(242, 171, 21, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(242, 171, 21, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(242, 171, 21, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .form__input:-moz-autofill, .white-label.iim-lucknow .StripeElement:-moz-autofill, .white-label.iim-lucknow .form__input:-moz-autofill-preview, .white-label.iim-lucknow .StripeElement:-moz-autofill-preview {
  filter: rgba(242, 171, 21, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .form-radio__input:hover + label.bordered,
.white-label.iim-lucknow .form-radio__input:hover + label::before, .white-label.iim-lucknow .form-radio__input:focus + label.bordered,
.white-label.iim-lucknow .form-radio__input:focus + label::before, .white-label.iim-lucknow .form-radio__input:active + label.bordered,
.white-label.iim-lucknow .form-radio__input:active + label::before, .white-label.iim-lucknow .form-radio__input:checked + label.bordered,
.white-label.iim-lucknow .form-radio__input:checked + label::before, .white-label.iim-lucknow .form-radio__input:focus:hover + label.bordered,
.white-label.iim-lucknow .form-radio__input:focus:hover + label::before, .white-label.iim-lucknow .form-radio__input:focus:active + label.bordered,
.white-label.iim-lucknow .form-radio__input:focus:active + label::before, .white-label.iim-lucknow .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iim-lucknow .form-radio__input:not(:disabled):hover + label::before, .white-label.iim-lucknow .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iim-lucknow .form-radio__input:not(:disabled):active + label::before, .white-label.iim-lucknow .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iim-lucknow .form-radio__input:not(.disabled):active + label::before, .white-label.iim-lucknow .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iim-lucknow .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iim-lucknow .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iim-lucknow .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #009cc1;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .form-radio__input:hover + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:focus + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:active + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:checked + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:focus:active + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iim-lucknow .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #009cc1 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .form-check-input:checked + label::before, .white-label.iim-lucknow .form-check-input:checked + label.collection_radio_buttons::before {
  background: #009cc1;
  border-color: #009cc1;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .form-check-input:valid:focus:checked + label::before, .white-label.iim-lucknow .form-check-input.valid:focus:checked + label::before, .white-label.iim-lucknow .form-check-input--valid:focus:checked + label::before, .white-label.iim-lucknow .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #009cc1;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .electives .form-radio__input:checked + label::before {
  background-color: #009cc1;
  border: 3px solid #009cc1;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .enrollment__icon path {
  fill: #f2ab15;
  stroke: #f2ab15;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .enrollment__icon tspan {
  fill: #f2ab15;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__tasks li:hover::after, .white-label.iim-lucknow .modules__tasks li.selected::after {
  border-color: rgba(0, 156, 193, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__tasks li::before {
  color: rgba(0, 156, 193, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 156, 193, 0.4);
  border-color: rgba(0, 156, 193, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .modules__tasks li .modules__btn:hover::after, .white-label.iim-lucknow .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 156, 193, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .tabs__li:hover {
  border-color: rgba(0, 156, 193, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .tabs__label {
  border-bottom-color: #009cc1;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iim-lucknow .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #009cc1;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .survey__success .check {
  fill: #009cc1;
  stroke: #009cc1;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .electives__checkbox:checked + label::before,
.white-label.iim-lucknow .program-card__checkbox:checked + label::before {
  background-color: #009cc1;
  border-color: #009cc1;
  color: #009cc1;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .electives__checkbox:checked ~ .program-card__content,
.white-label.iim-lucknow .program-card__checkbox:checked ~ .program-card__content {
  border-color: #009cc1;
  box-shadow: 0 0 0 1px #009cc1 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .canvas-assignments__submission-type::before {
  border-color: #009cc1;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .canvas-assignments__submission-type::after {
  border-color: #009cc1;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 156, 193, 0.1);
  border-color: #009cc1;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .canvas-assignments__submission-type.typed--selected, .white-label.iim-lucknow .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 156, 193, 0.1);
  border-color: #009cc1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(1),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(1), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #28d6ff, #22cef6);
  -moz-background: linear-gradient(to right, #28d6ff, #22cef6);
  -ms-background: linear-gradient(to right, #28d6ff, #22cef6);
  -o-background: linear-gradient(to right, #28d6ff, #22cef6);
  background: linear-gradient(to right, #28d6ff, #22cef6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(1)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(1)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #22cef6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(2),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(2), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #22cef6, #1dc5ed);
  -moz-background: linear-gradient(to right, #22cef6, #1dc5ed);
  -ms-background: linear-gradient(to right, #22cef6, #1dc5ed);
  -o-background: linear-gradient(to right, #22cef6, #1dc5ed);
  background: linear-gradient(to right, #22cef6, #1dc5ed);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(2)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(2)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1dc5ed;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(3),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(3), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1dc5ed, #17bde4);
  -moz-background: linear-gradient(to right, #1dc5ed, #17bde4);
  -ms-background: linear-gradient(to right, #1dc5ed, #17bde4);
  -o-background: linear-gradient(to right, #1dc5ed, #17bde4);
  background: linear-gradient(to right, #1dc5ed, #17bde4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(3)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(3)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #17bde4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(4),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(4), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #17bde4, #11b5dc);
  -moz-background: linear-gradient(to right, #17bde4, #11b5dc);
  -ms-background: linear-gradient(to right, #17bde4, #11b5dc);
  -o-background: linear-gradient(to right, #17bde4, #11b5dc);
  background: linear-gradient(to right, #17bde4, #11b5dc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(4)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(4)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #11b5dc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(5),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(5), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #11b5dc, #0badd3);
  -moz-background: linear-gradient(to right, #11b5dc, #0badd3);
  -ms-background: linear-gradient(to right, #11b5dc, #0badd3);
  -o-background: linear-gradient(to right, #11b5dc, #0badd3);
  background: linear-gradient(to right, #11b5dc, #0badd3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(5)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(5)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0badd3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(6),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(6), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0badd3, #06a4ca);
  -moz-background: linear-gradient(to right, #0badd3, #06a4ca);
  -ms-background: linear-gradient(to right, #0badd3, #06a4ca);
  -o-background: linear-gradient(to right, #0badd3, #06a4ca);
  background: linear-gradient(to right, #0badd3, #06a4ca);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(6)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(6)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #06a4ca;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(7),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(7), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #06a4ca, #009cc1);
  -moz-background: linear-gradient(to right, #06a4ca, #009cc1);
  -ms-background: linear-gradient(to right, #06a4ca, #009cc1);
  -o-background: linear-gradient(to right, #06a4ca, #009cc1);
  background: linear-gradient(to right, #06a4ca, #009cc1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(7)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(7)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #009cc1;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(n+8),
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(n+8), .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #009cc1;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iim-lucknow .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iim-lucknow .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #009cc1;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active,
.white-label.iim-lucknow .steps--progress .vertical-step--completed, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved {
  color: #009cc1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #28d6ff, #22cef6);
  -moz-background: linear-gradient(to bottom, #28d6ff, #22cef6);
  -ms-background: linear-gradient(to bottom, #28d6ff, #22cef6);
  -o-background: linear-gradient(to bottom, #28d6ff, #22cef6);
  background: linear-gradient(to bottom, #28d6ff, #22cef6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #22cef6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #28d6ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #22cef6, #1dc5ed);
  -moz-background: linear-gradient(to bottom, #22cef6, #1dc5ed);
  -ms-background: linear-gradient(to bottom, #22cef6, #1dc5ed);
  -o-background: linear-gradient(to bottom, #22cef6, #1dc5ed);
  background: linear-gradient(to bottom, #22cef6, #1dc5ed);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1dc5ed;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #22cef6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1dc5ed, #17bde4);
  -moz-background: linear-gradient(to bottom, #1dc5ed, #17bde4);
  -ms-background: linear-gradient(to bottom, #1dc5ed, #17bde4);
  -o-background: linear-gradient(to bottom, #1dc5ed, #17bde4);
  background: linear-gradient(to bottom, #1dc5ed, #17bde4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #17bde4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1dc5ed;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #17bde4, #11b5dc);
  -moz-background: linear-gradient(to bottom, #17bde4, #11b5dc);
  -ms-background: linear-gradient(to bottom, #17bde4, #11b5dc);
  -o-background: linear-gradient(to bottom, #17bde4, #11b5dc);
  background: linear-gradient(to bottom, #17bde4, #11b5dc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #11b5dc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #17bde4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #11b5dc, #0badd3);
  -moz-background: linear-gradient(to bottom, #11b5dc, #0badd3);
  -ms-background: linear-gradient(to bottom, #11b5dc, #0badd3);
  -o-background: linear-gradient(to bottom, #11b5dc, #0badd3);
  background: linear-gradient(to bottom, #11b5dc, #0badd3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0badd3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #11b5dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0badd3, #06a4ca);
  -moz-background: linear-gradient(to bottom, #0badd3, #06a4ca);
  -ms-background: linear-gradient(to bottom, #0badd3, #06a4ca);
  -o-background: linear-gradient(to bottom, #0badd3, #06a4ca);
  background: linear-gradient(to bottom, #0badd3, #06a4ca);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #06a4ca;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0badd3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #06a4ca, #009cc1);
  -moz-background: linear-gradient(to bottom, #06a4ca, #009cc1);
  -ms-background: linear-gradient(to bottom, #06a4ca, #009cc1);
  -o-background: linear-gradient(to bottom, #06a4ca, #009cc1);
  background: linear-gradient(to bottom, #06a4ca, #009cc1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #009cc1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #06a4ca;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #009cc1;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #009cc1;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-lucknow .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-lucknow .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #009cc1;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .sidebar .steps .steps__label-toggle {
  background-color: #009cc1;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .sidebar .steps .step--active {
  border-left: 0.5rem solid #009cc1;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f2ab15, #cfa92e);
  -moz-background: linear-gradient(to right, #f2ab15, #cfa92e);
  -ms-background: linear-gradient(to right, #f2ab15, #cfa92e);
  -o-background: linear-gradient(to right, #f2ab15, #cfa92e);
  background: linear-gradient(to right, #f2ab15, #cfa92e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #cfa92e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #cfa92e, #ada746);
  -moz-background: linear-gradient(to right, #cfa92e, #ada746);
  -ms-background: linear-gradient(to right, #cfa92e, #ada746);
  -o-background: linear-gradient(to right, #cfa92e, #ada746);
  background: linear-gradient(to right, #cfa92e, #ada746);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ada746;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ada746, #8aa55f);
  -moz-background: linear-gradient(to right, #ada746, #8aa55f);
  -ms-background: linear-gradient(to right, #ada746, #8aa55f);
  -o-background: linear-gradient(to right, #ada746, #8aa55f);
  background: linear-gradient(to right, #ada746, #8aa55f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #8aa55f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #8aa55f, #68a277);
  -moz-background: linear-gradient(to right, #8aa55f, #68a277);
  -ms-background: linear-gradient(to right, #8aa55f, #68a277);
  -o-background: linear-gradient(to right, #8aa55f, #68a277);
  background: linear-gradient(to right, #8aa55f, #68a277);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #68a277;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #68a277, #45a090);
  -moz-background: linear-gradient(to right, #68a277, #45a090);
  -ms-background: linear-gradient(to right, #68a277, #45a090);
  -o-background: linear-gradient(to right, #68a277, #45a090);
  background: linear-gradient(to right, #68a277, #45a090);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #45a090;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #45a090, #239ea8);
  -moz-background: linear-gradient(to right, #45a090, #239ea8);
  -ms-background: linear-gradient(to right, #45a090, #239ea8);
  -o-background: linear-gradient(to right, #45a090, #239ea8);
  background: linear-gradient(to right, #45a090, #239ea8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #239ea8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #239ea8, #009cc1);
  -moz-background: linear-gradient(to right, #239ea8, #009cc1);
  -ms-background: linear-gradient(to right, #239ea8, #009cc1);
  -o-background: linear-gradient(to right, #239ea8, #009cc1);
  background: linear-gradient(to right, #239ea8, #009cc1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #009cc1;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #009cc1;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iim-lucknow.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #009cc1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f2ab15, #cfa92e);
  -moz-background: linear-gradient(to bottom, #f2ab15, #cfa92e);
  -ms-background: linear-gradient(to bottom, #f2ab15, #cfa92e);
  -o-background: linear-gradient(to bottom, #f2ab15, #cfa92e);
  background: linear-gradient(to bottom, #f2ab15, #cfa92e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #cfa92e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f2ab15;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #cfa92e, #ada746);
  -moz-background: linear-gradient(to bottom, #cfa92e, #ada746);
  -ms-background: linear-gradient(to bottom, #cfa92e, #ada746);
  -o-background: linear-gradient(to bottom, #cfa92e, #ada746);
  background: linear-gradient(to bottom, #cfa92e, #ada746);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ada746;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #cfa92e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ada746, #8aa55f);
  -moz-background: linear-gradient(to bottom, #ada746, #8aa55f);
  -ms-background: linear-gradient(to bottom, #ada746, #8aa55f);
  -o-background: linear-gradient(to bottom, #ada746, #8aa55f);
  background: linear-gradient(to bottom, #ada746, #8aa55f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #8aa55f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ada746;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #8aa55f, #68a277);
  -moz-background: linear-gradient(to bottom, #8aa55f, #68a277);
  -ms-background: linear-gradient(to bottom, #8aa55f, #68a277);
  -o-background: linear-gradient(to bottom, #8aa55f, #68a277);
  background: linear-gradient(to bottom, #8aa55f, #68a277);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #68a277;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #8aa55f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #68a277, #45a090);
  -moz-background: linear-gradient(to bottom, #68a277, #45a090);
  -ms-background: linear-gradient(to bottom, #68a277, #45a090);
  -o-background: linear-gradient(to bottom, #68a277, #45a090);
  background: linear-gradient(to bottom, #68a277, #45a090);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #45a090;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #68a277;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #45a090, #239ea8);
  -moz-background: linear-gradient(to bottom, #45a090, #239ea8);
  -ms-background: linear-gradient(to bottom, #45a090, #239ea8);
  -o-background: linear-gradient(to bottom, #45a090, #239ea8);
  background: linear-gradient(to bottom, #45a090, #239ea8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #239ea8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #45a090;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #239ea8, #009cc1);
  -moz-background: linear-gradient(to bottom, #239ea8, #009cc1);
  -ms-background: linear-gradient(to bottom, #239ea8, #009cc1);
  -o-background: linear-gradient(to bottom, #239ea8, #009cc1);
  background: linear-gradient(to bottom, #239ea8, #009cc1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #009cc1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #239ea8;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #009cc1;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #009cc1;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-lucknow.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-lucknow.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-lucknow.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-lucknow.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #009cc1;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .referrals-advocate__overlay {
  background-color: #009cc1;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .referrals-advocate__steps-circle {
  fill: #009cc1;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .referrals-advocate__testimonial {
  background-color: #009cc1;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-lucknow .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #009cc1;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iim-lucknow .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #009cc1;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .terms__title {
  border-color: #f2ab15;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .terms__links {
  color: #009cc1;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-lucknow .referral-tooltip__image path {
  fill: #009cc1;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iim-lucknow .main-header,
.iim-lucknow .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a33d4b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-raipur div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #87333e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .main-header__menu__btn:hover, .white-label.iim-raipur .main-header__menu__btn:focus, .white-label.iim-raipur .main-header__menu__btn:active, .white-label.iim-raipur .main-header__menu__btn:checked, .white-label.iim-raipur .main-header__menu__btn:focus:hover, .white-label.iim-raipur .main-header__menu__btn:focus:active, .white-label.iim-raipur .main-header__menu__btn:not(:disabled):hover, .white-label.iim-raipur .main-header__menu__btn:not(:disabled):active, .white-label.iim-raipur .main-header__menu__btn:not(.disabled):active, .white-label.iim-raipur .main-header__menu__btn:not(:disabled):active:focus, .white-label.iim-raipur .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iim-raipur .main-footer__menu__btn:hover,
.white-label.iim-raipur .main-footer__menu__btn:focus,
.white-label.iim-raipur .main-footer__menu__btn:active,
.white-label.iim-raipur .main-footer__menu__btn:checked,
.white-label.iim-raipur .main-footer__menu__btn:focus:hover,
.white-label.iim-raipur .main-footer__menu__btn:focus:active,
.white-label.iim-raipur .main-footer__menu__btn:not(:disabled):hover,
.white-label.iim-raipur .main-footer__menu__btn:not(:disabled):active,
.white-label.iim-raipur .main-footer__menu__btn:not(.disabled):active,
.white-label.iim-raipur .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iim-raipur .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a33d4b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .main-header .nav__link:hover, .white-label.iim-raipur .main-header .nav__link:focus, .white-label.iim-raipur .main-header .nav__link:active, .white-label.iim-raipur .main-header .nav__link:checked, .white-label.iim-raipur .main-header .nav__link:focus:hover, .white-label.iim-raipur .main-header .nav__link:focus:active, .white-label.iim-raipur .main-header .nav__link:not(:disabled):hover, .white-label.iim-raipur .main-header .nav__link:not(:disabled):active, .white-label.iim-raipur .main-header .nav__link:not(.disabled):active, .white-label.iim-raipur .main-header .nav__link:not(:disabled):active:focus, .white-label.iim-raipur .main-header .nav__link:not(.disabled):active:focus,
.white-label.iim-raipur .main-footer .nav__link:hover,
.white-label.iim-raipur .main-footer .nav__link:focus,
.white-label.iim-raipur .main-footer .nav__link:active,
.white-label.iim-raipur .main-footer .nav__link:checked,
.white-label.iim-raipur .main-footer .nav__link:focus:hover,
.white-label.iim-raipur .main-footer .nav__link:focus:active,
.white-label.iim-raipur .main-footer .nav__link:not(:disabled):hover,
.white-label.iim-raipur .main-footer .nav__link:not(:disabled):active,
.white-label.iim-raipur .main-footer .nav__link:not(.disabled):active,
.white-label.iim-raipur .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iim-raipur .main-footer .nav__link:not(.disabled):active:focus {
  color: #87333e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur.signed-out .btn:not(.btn--social), .white-label.iim-raipur.signed-in .btn--primary {
  background-color: #102f47;
  border-color: #102f47;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.signed-out .btn:not(.btn--social):hover, .white-label.iim-raipur.signed-out .btn:not(.btn--social):focus, .white-label.iim-raipur.signed-out .btn:not(.btn--social):active, .white-label.iim-raipur.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iim-raipur.signed-in .btn--primary:hover, .white-label.iim-raipur.signed-in .btn--primary:focus, .white-label.iim-raipur.signed-in .btn--primary:active, .white-label.iim-raipur.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #102f47;
  box-shadow: none;
  color: #102f47;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .nav__btn:hover span,
.white-label.iim-raipur .nav__btn:hover span::after,
.white-label.iim-raipur .nav__btn:hover span::before,
.white-label.iim-raipur .nav__btn:focus span,
.white-label.iim-raipur .nav__btn:focus span::after,
.white-label.iim-raipur .nav__btn:focus span::before {
  background-color: #a33d4b;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iim-raipur .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a33d4b;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a33d4b;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__list li:hover::after {
  border-color: rgba(163, 61, 75, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__list li:hover .heading-3 {
  color: #a33d4b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .profile__link:hover, .white-label.iim-raipur .profile__link:focus, .white-label.iim-raipur .profile__link:active, .white-label.iim-raipur .profile__link:checked, .white-label.iim-raipur .profile__link:focus:hover, .white-label.iim-raipur .profile__link:focus:active, .white-label.iim-raipur .profile__link:not(:disabled):hover, .white-label.iim-raipur .profile__link:not(:disabled):active, .white-label.iim-raipur .profile__link:not(.disabled):active, .white-label.iim-raipur .profile__link:not(:disabled):active:focus, .white-label.iim-raipur .profile__link:not(.disabled):active:focus {
  color: #a33d4b;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .profile__actions:hover .profile__icn g,
.white-label.iim-raipur .profile__actions:focus .profile__icn g {
  fill: #a33d4b;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .students__classmate:hover .students__thumbnail,
.white-label.iim-raipur .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a33d4b, 0 0 0 1px #a33d4b inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .pagination__page-link:hover::after {
  border-color: rgba(163, 61, 75, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modal__bg-icn {
  fill: #a33d4b;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .payments__paragraph--initial, .white-label.iim-raipur .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .form__input:-webkit-autofill, .white-label.iim-raipur .StripeElement:-webkit-autofill, .white-label.iim-raipur .form__input:-webkit-autofill:focus, .white-label.iim-raipur .form__input:-internal-autofill-selected, .white-label.iim-raipur .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(16, 47, 71, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(16, 47, 71, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(16, 47, 71, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(16, 47, 71, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(16, 47, 71, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .form__input:-moz-autofill, .white-label.iim-raipur .StripeElement:-moz-autofill, .white-label.iim-raipur .form__input:-moz-autofill-preview, .white-label.iim-raipur .StripeElement:-moz-autofill-preview {
  filter: rgba(16, 47, 71, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .form-radio__input:hover + label.bordered,
.white-label.iim-raipur .form-radio__input:hover + label::before, .white-label.iim-raipur .form-radio__input:focus + label.bordered,
.white-label.iim-raipur .form-radio__input:focus + label::before, .white-label.iim-raipur .form-radio__input:active + label.bordered,
.white-label.iim-raipur .form-radio__input:active + label::before, .white-label.iim-raipur .form-radio__input:checked + label.bordered,
.white-label.iim-raipur .form-radio__input:checked + label::before, .white-label.iim-raipur .form-radio__input:focus:hover + label.bordered,
.white-label.iim-raipur .form-radio__input:focus:hover + label::before, .white-label.iim-raipur .form-radio__input:focus:active + label.bordered,
.white-label.iim-raipur .form-radio__input:focus:active + label::before, .white-label.iim-raipur .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iim-raipur .form-radio__input:not(:disabled):hover + label::before, .white-label.iim-raipur .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iim-raipur .form-radio__input:not(:disabled):active + label::before, .white-label.iim-raipur .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iim-raipur .form-radio__input:not(.disabled):active + label::before, .white-label.iim-raipur .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iim-raipur .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iim-raipur .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iim-raipur .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a33d4b;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .form-radio__input:hover + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:focus + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:active + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:checked + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:focus:active + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iim-raipur .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a33d4b inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .form-check-input:checked + label::before, .white-label.iim-raipur .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a33d4b;
  border-color: #a33d4b;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .form-check-input:valid:focus:checked + label::before, .white-label.iim-raipur .form-check-input.valid:focus:checked + label::before, .white-label.iim-raipur .form-check-input--valid:focus:checked + label::before, .white-label.iim-raipur .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a33d4b;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .electives .form-radio__input:checked + label::before {
  background-color: #a33d4b;
  border: 3px solid #a33d4b;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .enrollment__icon path {
  fill: #102f47;
  stroke: #102f47;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .enrollment__icon tspan {
  fill: #102f47;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__tasks li:hover::after, .white-label.iim-raipur .modules__tasks li.selected::after {
  border-color: rgba(163, 61, 75, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__tasks li::before {
  color: rgba(163, 61, 75, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(163, 61, 75, 0.4);
  border-color: rgba(163, 61, 75, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .modules__tasks li .modules__btn:hover::after, .white-label.iim-raipur .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(163, 61, 75, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .tabs__li:hover {
  border-color: rgba(163, 61, 75, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .tabs__label {
  border-bottom-color: #a33d4b;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iim-raipur .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a33d4b;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .survey__success .check {
  fill: #a33d4b;
  stroke: #a33d4b;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .electives__checkbox:checked + label::before,
.white-label.iim-raipur .program-card__checkbox:checked + label::before {
  background-color: #a33d4b;
  border-color: #a33d4b;
  color: #a33d4b;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .electives__checkbox:checked ~ .program-card__content,
.white-label.iim-raipur .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a33d4b;
  box-shadow: 0 0 0 1px #a33d4b inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .canvas-assignments__submission-type::before {
  border-color: #a33d4b;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .canvas-assignments__submission-type::after {
  border-color: #a33d4b;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .canvas-assignments__submission-type:hover {
  background-color: rgba(163, 61, 75, 0.1);
  border-color: #a33d4b;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .canvas-assignments__submission-type.typed--selected, .white-label.iim-raipur .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(163, 61, 75, 0.1);
  border-color: #a33d4b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(1),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(1), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #cd7985, #c7717c);
  -moz-background: linear-gradient(to right, #cd7985, #c7717c);
  -ms-background: linear-gradient(to right, #cd7985, #c7717c);
  -o-background: linear-gradient(to right, #cd7985, #c7717c);
  background: linear-gradient(to right, #cd7985, #c7717c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(1)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(1)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #c7717c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(2),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(2), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #c7717c, #c16874);
  -moz-background: linear-gradient(to right, #c7717c, #c16874);
  -ms-background: linear-gradient(to right, #c7717c, #c16874);
  -o-background: linear-gradient(to right, #c7717c, #c16874);
  background: linear-gradient(to right, #c7717c, #c16874);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(2)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(2)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c16874;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(3),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(3), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c16874, #bb5f6c);
  -moz-background: linear-gradient(to right, #c16874, #bb5f6c);
  -ms-background: linear-gradient(to right, #c16874, #bb5f6c);
  -o-background: linear-gradient(to right, #c16874, #bb5f6c);
  background: linear-gradient(to right, #c16874, #bb5f6c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(3)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(3)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #bb5f6c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(4),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(4), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #bb5f6c, #b55764);
  -moz-background: linear-gradient(to right, #bb5f6c, #b55764);
  -ms-background: linear-gradient(to right, #bb5f6c, #b55764);
  -o-background: linear-gradient(to right, #bb5f6c, #b55764);
  background: linear-gradient(to right, #bb5f6c, #b55764);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(4)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(4)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #b55764;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(5),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(5), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #b55764, #af4e5b);
  -moz-background: linear-gradient(to right, #b55764, #af4e5b);
  -ms-background: linear-gradient(to right, #b55764, #af4e5b);
  -o-background: linear-gradient(to right, #b55764, #af4e5b);
  background: linear-gradient(to right, #b55764, #af4e5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(5)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(5)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #af4e5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(6),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(6), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #af4e5b, #a94653);
  -moz-background: linear-gradient(to right, #af4e5b, #a94653);
  -ms-background: linear-gradient(to right, #af4e5b, #a94653);
  -o-background: linear-gradient(to right, #af4e5b, #a94653);
  background: linear-gradient(to right, #af4e5b, #a94653);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(6)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(6)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a94653;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(7),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(7), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a94653, #a33d4b);
  -moz-background: linear-gradient(to right, #a94653, #a33d4b);
  -ms-background: linear-gradient(to right, #a94653, #a33d4b);
  -o-background: linear-gradient(to right, #a94653, #a33d4b);
  background: linear-gradient(to right, #a94653, #a33d4b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(7)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(7)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a33d4b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(n+8),
.white-label.iim-raipur .steps--progress .step--completed:nth-child(n+8), .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a33d4b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iim-raipur .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iim-raipur .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a33d4b;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active,
.white-label.iim-raipur .steps--progress .vertical-step--completed, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved {
  color: #a33d4b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #cd7985, #c7717c);
  -moz-background: linear-gradient(to bottom, #cd7985, #c7717c);
  -ms-background: linear-gradient(to bottom, #cd7985, #c7717c);
  -o-background: linear-gradient(to bottom, #cd7985, #c7717c);
  background: linear-gradient(to bottom, #cd7985, #c7717c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #c7717c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #cd7985;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #c7717c, #c16874);
  -moz-background: linear-gradient(to bottom, #c7717c, #c16874);
  -ms-background: linear-gradient(to bottom, #c7717c, #c16874);
  -o-background: linear-gradient(to bottom, #c7717c, #c16874);
  background: linear-gradient(to bottom, #c7717c, #c16874);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c16874;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #c7717c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c16874, #bb5f6c);
  -moz-background: linear-gradient(to bottom, #c16874, #bb5f6c);
  -ms-background: linear-gradient(to bottom, #c16874, #bb5f6c);
  -o-background: linear-gradient(to bottom, #c16874, #bb5f6c);
  background: linear-gradient(to bottom, #c16874, #bb5f6c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #bb5f6c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c16874;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #bb5f6c, #b55764);
  -moz-background: linear-gradient(to bottom, #bb5f6c, #b55764);
  -ms-background: linear-gradient(to bottom, #bb5f6c, #b55764);
  -o-background: linear-gradient(to bottom, #bb5f6c, #b55764);
  background: linear-gradient(to bottom, #bb5f6c, #b55764);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #b55764;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #bb5f6c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #b55764, #af4e5b);
  -moz-background: linear-gradient(to bottom, #b55764, #af4e5b);
  -ms-background: linear-gradient(to bottom, #b55764, #af4e5b);
  -o-background: linear-gradient(to bottom, #b55764, #af4e5b);
  background: linear-gradient(to bottom, #b55764, #af4e5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #af4e5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #b55764;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #af4e5b, #a94653);
  -moz-background: linear-gradient(to bottom, #af4e5b, #a94653);
  -ms-background: linear-gradient(to bottom, #af4e5b, #a94653);
  -o-background: linear-gradient(to bottom, #af4e5b, #a94653);
  background: linear-gradient(to bottom, #af4e5b, #a94653);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a94653;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #af4e5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a94653, #a33d4b);
  -moz-background: linear-gradient(to bottom, #a94653, #a33d4b);
  -ms-background: linear-gradient(to bottom, #a94653, #a33d4b);
  -o-background: linear-gradient(to bottom, #a94653, #a33d4b);
  background: linear-gradient(to bottom, #a94653, #a33d4b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a33d4b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a94653;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a33d4b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a33d4b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-raipur .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-raipur .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a33d4b;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .sidebar .steps .steps__label-toggle {
  background-color: #a33d4b;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .sidebar .steps .step--active {
  border-left: 0.5rem solid #a33d4b;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #102f47, #253148);
  -moz-background: linear-gradient(to right, #102f47, #253148);
  -ms-background: linear-gradient(to right, #102f47, #253148);
  -o-background: linear-gradient(to right, #102f47, #253148);
  background: linear-gradient(to right, #102f47, #253148);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #253148;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #253148, #3a3348);
  -moz-background: linear-gradient(to right, #253148, #3a3348);
  -ms-background: linear-gradient(to right, #253148, #3a3348);
  -o-background: linear-gradient(to right, #253148, #3a3348);
  background: linear-gradient(to right, #253148, #3a3348);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3a3348;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3a3348, #4f3549);
  -moz-background: linear-gradient(to right, #3a3348, #4f3549);
  -ms-background: linear-gradient(to right, #3a3348, #4f3549);
  -o-background: linear-gradient(to right, #3a3348, #4f3549);
  background: linear-gradient(to right, #3a3348, #4f3549);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4f3549;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4f3549, #643749);
  -moz-background: linear-gradient(to right, #4f3549, #643749);
  -ms-background: linear-gradient(to right, #4f3549, #643749);
  -o-background: linear-gradient(to right, #4f3549, #643749);
  background: linear-gradient(to right, #4f3549, #643749);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #643749;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #643749, #79394a);
  -moz-background: linear-gradient(to right, #643749, #79394a);
  -ms-background: linear-gradient(to right, #643749, #79394a);
  -o-background: linear-gradient(to right, #643749, #79394a);
  background: linear-gradient(to right, #643749, #79394a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #79394a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #79394a, #8e3b4a);
  -moz-background: linear-gradient(to right, #79394a, #8e3b4a);
  -ms-background: linear-gradient(to right, #79394a, #8e3b4a);
  -o-background: linear-gradient(to right, #79394a, #8e3b4a);
  background: linear-gradient(to right, #79394a, #8e3b4a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8e3b4a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8e3b4a, #a33d4b);
  -moz-background: linear-gradient(to right, #8e3b4a, #a33d4b);
  -ms-background: linear-gradient(to right, #8e3b4a, #a33d4b);
  -o-background: linear-gradient(to right, #8e3b4a, #a33d4b);
  background: linear-gradient(to right, #8e3b4a, #a33d4b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a33d4b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a33d4b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-raipur.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iim-raipur.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-raipur.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a33d4b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #102f47, #253148);
  -moz-background: linear-gradient(to bottom, #102f47, #253148);
  -ms-background: linear-gradient(to bottom, #102f47, #253148);
  -o-background: linear-gradient(to bottom, #102f47, #253148);
  background: linear-gradient(to bottom, #102f47, #253148);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #253148;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #102f47;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #253148, #3a3348);
  -moz-background: linear-gradient(to bottom, #253148, #3a3348);
  -ms-background: linear-gradient(to bottom, #253148, #3a3348);
  -o-background: linear-gradient(to bottom, #253148, #3a3348);
  background: linear-gradient(to bottom, #253148, #3a3348);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3a3348;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #253148;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a3348, #4f3549);
  -moz-background: linear-gradient(to bottom, #3a3348, #4f3549);
  -ms-background: linear-gradient(to bottom, #3a3348, #4f3549);
  -o-background: linear-gradient(to bottom, #3a3348, #4f3549);
  background: linear-gradient(to bottom, #3a3348, #4f3549);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4f3549;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3a3348;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4f3549, #643749);
  -moz-background: linear-gradient(to bottom, #4f3549, #643749);
  -ms-background: linear-gradient(to bottom, #4f3549, #643749);
  -o-background: linear-gradient(to bottom, #4f3549, #643749);
  background: linear-gradient(to bottom, #4f3549, #643749);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #643749;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4f3549;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #643749, #79394a);
  -moz-background: linear-gradient(to bottom, #643749, #79394a);
  -ms-background: linear-gradient(to bottom, #643749, #79394a);
  -o-background: linear-gradient(to bottom, #643749, #79394a);
  background: linear-gradient(to bottom, #643749, #79394a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #79394a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #643749;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #79394a, #8e3b4a);
  -moz-background: linear-gradient(to bottom, #79394a, #8e3b4a);
  -ms-background: linear-gradient(to bottom, #79394a, #8e3b4a);
  -o-background: linear-gradient(to bottom, #79394a, #8e3b4a);
  background: linear-gradient(to bottom, #79394a, #8e3b4a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8e3b4a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #79394a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8e3b4a, #a33d4b);
  -moz-background: linear-gradient(to bottom, #8e3b4a, #a33d4b);
  -ms-background: linear-gradient(to bottom, #8e3b4a, #a33d4b);
  -o-background: linear-gradient(to bottom, #8e3b4a, #a33d4b);
  background: linear-gradient(to bottom, #8e3b4a, #a33d4b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a33d4b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8e3b4a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a33d4b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a33d4b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-raipur.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-raipur.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-raipur.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-raipur.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a33d4b;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .referrals-advocate__overlay {
  background-color: #a33d4b;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .referrals-advocate__steps-circle {
  fill: #a33d4b;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .referrals-advocate__testimonial {
  background-color: #a33d4b;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-raipur .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a33d4b;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iim-raipur .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a33d4b;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .terms__title {
  border-color: #102f47;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .terms__links {
  color: #a33d4b;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-raipur .referral-tooltip__image path {
  fill: #a33d4b;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iim-raipur .main-header,
.iim-raipur .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a50534;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iim-kozhikode div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #800428;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .main-header__menu__btn:hover, .white-label.iim-kozhikode .main-header__menu__btn:focus, .white-label.iim-kozhikode .main-header__menu__btn:active, .white-label.iim-kozhikode .main-header__menu__btn:checked, .white-label.iim-kozhikode .main-header__menu__btn:focus:hover, .white-label.iim-kozhikode .main-header__menu__btn:focus:active, .white-label.iim-kozhikode .main-header__menu__btn:not(:disabled):hover, .white-label.iim-kozhikode .main-header__menu__btn:not(:disabled):active, .white-label.iim-kozhikode .main-header__menu__btn:not(.disabled):active, .white-label.iim-kozhikode .main-header__menu__btn:not(:disabled):active:focus, .white-label.iim-kozhikode .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iim-kozhikode .main-footer__menu__btn:hover,
.white-label.iim-kozhikode .main-footer__menu__btn:focus,
.white-label.iim-kozhikode .main-footer__menu__btn:active,
.white-label.iim-kozhikode .main-footer__menu__btn:checked,
.white-label.iim-kozhikode .main-footer__menu__btn:focus:hover,
.white-label.iim-kozhikode .main-footer__menu__btn:focus:active,
.white-label.iim-kozhikode .main-footer__menu__btn:not(:disabled):hover,
.white-label.iim-kozhikode .main-footer__menu__btn:not(:disabled):active,
.white-label.iim-kozhikode .main-footer__menu__btn:not(.disabled):active,
.white-label.iim-kozhikode .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iim-kozhikode .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a50534;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .main-header .nav__link:hover, .white-label.iim-kozhikode .main-header .nav__link:focus, .white-label.iim-kozhikode .main-header .nav__link:active, .white-label.iim-kozhikode .main-header .nav__link:checked, .white-label.iim-kozhikode .main-header .nav__link:focus:hover, .white-label.iim-kozhikode .main-header .nav__link:focus:active, .white-label.iim-kozhikode .main-header .nav__link:not(:disabled):hover, .white-label.iim-kozhikode .main-header .nav__link:not(:disabled):active, .white-label.iim-kozhikode .main-header .nav__link:not(.disabled):active, .white-label.iim-kozhikode .main-header .nav__link:not(:disabled):active:focus, .white-label.iim-kozhikode .main-header .nav__link:not(.disabled):active:focus,
.white-label.iim-kozhikode .main-footer .nav__link:hover,
.white-label.iim-kozhikode .main-footer .nav__link:focus,
.white-label.iim-kozhikode .main-footer .nav__link:active,
.white-label.iim-kozhikode .main-footer .nav__link:checked,
.white-label.iim-kozhikode .main-footer .nav__link:focus:hover,
.white-label.iim-kozhikode .main-footer .nav__link:focus:active,
.white-label.iim-kozhikode .main-footer .nav__link:not(:disabled):hover,
.white-label.iim-kozhikode .main-footer .nav__link:not(:disabled):active,
.white-label.iim-kozhikode .main-footer .nav__link:not(.disabled):active,
.white-label.iim-kozhikode .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iim-kozhikode .main-footer .nav__link:not(.disabled):active:focus {
  color: #800428;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode.signed-out .btn:not(.btn--social), .white-label.iim-kozhikode.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.signed-out .btn:not(.btn--social):hover, .white-label.iim-kozhikode.signed-out .btn:not(.btn--social):focus, .white-label.iim-kozhikode.signed-out .btn:not(.btn--social):active, .white-label.iim-kozhikode.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iim-kozhikode.signed-in .btn--primary:hover, .white-label.iim-kozhikode.signed-in .btn--primary:focus, .white-label.iim-kozhikode.signed-in .btn--primary:active, .white-label.iim-kozhikode.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .nav__btn:hover span,
.white-label.iim-kozhikode .nav__btn:hover span::after,
.white-label.iim-kozhikode .nav__btn:hover span::before,
.white-label.iim-kozhikode .nav__btn:focus span,
.white-label.iim-kozhikode .nav__btn:focus span::after,
.white-label.iim-kozhikode .nav__btn:focus span::before {
  background-color: #a50534;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iim-kozhikode .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a50534;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a50534;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__list li:hover::after {
  border-color: rgba(165, 5, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__list li:hover .heading-3 {
  color: #a50534;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .profile__link:hover, .white-label.iim-kozhikode .profile__link:focus, .white-label.iim-kozhikode .profile__link:active, .white-label.iim-kozhikode .profile__link:checked, .white-label.iim-kozhikode .profile__link:focus:hover, .white-label.iim-kozhikode .profile__link:focus:active, .white-label.iim-kozhikode .profile__link:not(:disabled):hover, .white-label.iim-kozhikode .profile__link:not(:disabled):active, .white-label.iim-kozhikode .profile__link:not(.disabled):active, .white-label.iim-kozhikode .profile__link:not(:disabled):active:focus, .white-label.iim-kozhikode .profile__link:not(.disabled):active:focus {
  color: #a50534;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .profile__actions:hover .profile__icn g,
.white-label.iim-kozhikode .profile__actions:focus .profile__icn g {
  fill: #a50534;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .students__classmate:hover .students__thumbnail,
.white-label.iim-kozhikode .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a50534, 0 0 0 1px #a50534 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .pagination__page-link:hover::after {
  border-color: rgba(165, 5, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modal__bg-icn {
  fill: #a50534;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .payments__paragraph--initial, .white-label.iim-kozhikode .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .form__input:-webkit-autofill, .white-label.iim-kozhikode .StripeElement:-webkit-autofill, .white-label.iim-kozhikode .form__input:-webkit-autofill:focus, .white-label.iim-kozhikode .form__input:-internal-autofill-selected, .white-label.iim-kozhikode .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .form__input:-moz-autofill, .white-label.iim-kozhikode .StripeElement:-moz-autofill, .white-label.iim-kozhikode .form__input:-moz-autofill-preview, .white-label.iim-kozhikode .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .form-radio__input:hover + label.bordered,
.white-label.iim-kozhikode .form-radio__input:hover + label::before, .white-label.iim-kozhikode .form-radio__input:focus + label.bordered,
.white-label.iim-kozhikode .form-radio__input:focus + label::before, .white-label.iim-kozhikode .form-radio__input:active + label.bordered,
.white-label.iim-kozhikode .form-radio__input:active + label::before, .white-label.iim-kozhikode .form-radio__input:checked + label.bordered,
.white-label.iim-kozhikode .form-radio__input:checked + label::before, .white-label.iim-kozhikode .form-radio__input:focus:hover + label.bordered,
.white-label.iim-kozhikode .form-radio__input:focus:hover + label::before, .white-label.iim-kozhikode .form-radio__input:focus:active + label.bordered,
.white-label.iim-kozhikode .form-radio__input:focus:active + label::before, .white-label.iim-kozhikode .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iim-kozhikode .form-radio__input:not(:disabled):hover + label::before, .white-label.iim-kozhikode .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iim-kozhikode .form-radio__input:not(:disabled):active + label::before, .white-label.iim-kozhikode .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iim-kozhikode .form-radio__input:not(.disabled):active + label::before, .white-label.iim-kozhikode .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iim-kozhikode .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iim-kozhikode .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iim-kozhikode .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a50534;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .form-radio__input:hover + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:focus + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:active + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:checked + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:focus:active + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iim-kozhikode .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a50534 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .form-check-input:checked + label::before, .white-label.iim-kozhikode .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a50534;
  border-color: #a50534;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .form-check-input:valid:focus:checked + label::before, .white-label.iim-kozhikode .form-check-input.valid:focus:checked + label::before, .white-label.iim-kozhikode .form-check-input--valid:focus:checked + label::before, .white-label.iim-kozhikode .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a50534;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .electives .form-radio__input:checked + label::before {
  background-color: #a50534;
  border: 3px solid #a50534;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__tasks li:hover::after, .white-label.iim-kozhikode .modules__tasks li.selected::after {
  border-color: rgba(165, 5, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__tasks li::before {
  color: rgba(165, 5, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(165, 5, 52, 0.4);
  border-color: rgba(165, 5, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .modules__tasks li .modules__btn:hover::after, .white-label.iim-kozhikode .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(165, 5, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .tabs__li:hover {
  border-color: rgba(165, 5, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .tabs__label {
  border-bottom-color: #a50534;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iim-kozhikode .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a50534;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .survey__success .check {
  fill: #a50534;
  stroke: #a50534;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .electives__checkbox:checked + label::before,
.white-label.iim-kozhikode .program-card__checkbox:checked + label::before {
  background-color: #a50534;
  border-color: #a50534;
  color: #a50534;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .electives__checkbox:checked ~ .program-card__content,
.white-label.iim-kozhikode .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a50534;
  box-shadow: 0 0 0 1px #a50534 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .canvas-assignments__submission-type::before {
  border-color: #a50534;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .canvas-assignments__submission-type::after {
  border-color: #a50534;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .canvas-assignments__submission-type:hover {
  background-color: rgba(165, 5, 52, 0.1);
  border-color: #a50534;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .canvas-assignments__submission-type.typed--selected, .white-label.iim-kozhikode .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(165, 5, 52, 0.1);
  border-color: #a50534;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(1),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(1), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f8185a, #ec1554);
  -moz-background: linear-gradient(to right, #f8185a, #ec1554);
  -ms-background: linear-gradient(to right, #f8185a, #ec1554);
  -o-background: linear-gradient(to right, #f8185a, #ec1554);
  background: linear-gradient(to right, #f8185a, #ec1554);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(1)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(1)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ec1554;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(2),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(2), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ec1554, #e0134f);
  -moz-background: linear-gradient(to right, #ec1554, #e0134f);
  -ms-background: linear-gradient(to right, #ec1554, #e0134f);
  -o-background: linear-gradient(to right, #ec1554, #e0134f);
  background: linear-gradient(to right, #ec1554, #e0134f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(2)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(2)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #e0134f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(3),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(3), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #e0134f, #d4104a);
  -moz-background: linear-gradient(to right, #e0134f, #d4104a);
  -ms-background: linear-gradient(to right, #e0134f, #d4104a);
  -o-background: linear-gradient(to right, #e0134f, #d4104a);
  background: linear-gradient(to right, #e0134f, #d4104a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(3)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(3)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d4104a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(4),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(4), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d4104a, #c90d44);
  -moz-background: linear-gradient(to right, #d4104a, #c90d44);
  -ms-background: linear-gradient(to right, #d4104a, #c90d44);
  -o-background: linear-gradient(to right, #d4104a, #c90d44);
  background: linear-gradient(to right, #d4104a, #c90d44);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(4)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(4)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c90d44;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(5),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(5), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c90d44, #bd0a3f);
  -moz-background: linear-gradient(to right, #c90d44, #bd0a3f);
  -ms-background: linear-gradient(to right, #c90d44, #bd0a3f);
  -o-background: linear-gradient(to right, #c90d44, #bd0a3f);
  background: linear-gradient(to right, #c90d44, #bd0a3f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(5)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(5)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #bd0a3f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(6),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(6), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #bd0a3f, #b10839);
  -moz-background: linear-gradient(to right, #bd0a3f, #b10839);
  -ms-background: linear-gradient(to right, #bd0a3f, #b10839);
  -o-background: linear-gradient(to right, #bd0a3f, #b10839);
  background: linear-gradient(to right, #bd0a3f, #b10839);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(6)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(6)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #b10839;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(7),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(7), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #b10839, #a50534);
  -moz-background: linear-gradient(to right, #b10839, #a50534);
  -ms-background: linear-gradient(to right, #b10839, #a50534);
  -o-background: linear-gradient(to right, #b10839, #a50534);
  background: linear-gradient(to right, #b10839, #a50534);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(7)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(7)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a50534;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(n+8),
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(n+8), .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a50534;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iim-kozhikode .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iim-kozhikode .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a50534;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved {
  color: #a50534;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f8185a, #ec1554);
  -moz-background: linear-gradient(to bottom, #f8185a, #ec1554);
  -ms-background: linear-gradient(to bottom, #f8185a, #ec1554);
  -o-background: linear-gradient(to bottom, #f8185a, #ec1554);
  background: linear-gradient(to bottom, #f8185a, #ec1554);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ec1554;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f8185a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ec1554, #e0134f);
  -moz-background: linear-gradient(to bottom, #ec1554, #e0134f);
  -ms-background: linear-gradient(to bottom, #ec1554, #e0134f);
  -o-background: linear-gradient(to bottom, #ec1554, #e0134f);
  background: linear-gradient(to bottom, #ec1554, #e0134f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #e0134f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ec1554;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #e0134f, #d4104a);
  -moz-background: linear-gradient(to bottom, #e0134f, #d4104a);
  -ms-background: linear-gradient(to bottom, #e0134f, #d4104a);
  -o-background: linear-gradient(to bottom, #e0134f, #d4104a);
  background: linear-gradient(to bottom, #e0134f, #d4104a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d4104a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #e0134f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d4104a, #c90d44);
  -moz-background: linear-gradient(to bottom, #d4104a, #c90d44);
  -ms-background: linear-gradient(to bottom, #d4104a, #c90d44);
  -o-background: linear-gradient(to bottom, #d4104a, #c90d44);
  background: linear-gradient(to bottom, #d4104a, #c90d44);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c90d44;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d4104a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c90d44, #bd0a3f);
  -moz-background: linear-gradient(to bottom, #c90d44, #bd0a3f);
  -ms-background: linear-gradient(to bottom, #c90d44, #bd0a3f);
  -o-background: linear-gradient(to bottom, #c90d44, #bd0a3f);
  background: linear-gradient(to bottom, #c90d44, #bd0a3f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #bd0a3f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c90d44;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #bd0a3f, #b10839);
  -moz-background: linear-gradient(to bottom, #bd0a3f, #b10839);
  -ms-background: linear-gradient(to bottom, #bd0a3f, #b10839);
  -o-background: linear-gradient(to bottom, #bd0a3f, #b10839);
  background: linear-gradient(to bottom, #bd0a3f, #b10839);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #b10839;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #bd0a3f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #b10839, #a50534);
  -moz-background: linear-gradient(to bottom, #b10839, #a50534);
  -ms-background: linear-gradient(to bottom, #b10839, #a50534);
  -o-background: linear-gradient(to bottom, #b10839, #a50534);
  background: linear-gradient(to bottom, #b10839, #a50534);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a50534;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #b10839;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a50534;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a50534;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-kozhikode .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-kozhikode .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a50534;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .sidebar .steps .steps__label-toggle {
  background-color: #a50534;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .sidebar .steps .step--active {
  border-left: 0.5rem solid #a50534;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #180107);
  -moz-background: linear-gradient(to right, black, #180107);
  -ms-background: linear-gradient(to right, black, #180107);
  -o-background: linear-gradient(to right, black, #180107);
  background: linear-gradient(to right, black, #180107);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #180107;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #180107, #2f010f);
  -moz-background: linear-gradient(to right, #180107, #2f010f);
  -ms-background: linear-gradient(to right, #180107, #2f010f);
  -o-background: linear-gradient(to right, #180107, #2f010f);
  background: linear-gradient(to right, #180107, #2f010f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2f010f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2f010f, #470216);
  -moz-background: linear-gradient(to right, #2f010f, #470216);
  -ms-background: linear-gradient(to right, #2f010f, #470216);
  -o-background: linear-gradient(to right, #2f010f, #470216);
  background: linear-gradient(to right, #2f010f, #470216);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #470216;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #470216, #5e031e);
  -moz-background: linear-gradient(to right, #470216, #5e031e);
  -ms-background: linear-gradient(to right, #470216, #5e031e);
  -o-background: linear-gradient(to right, #470216, #5e031e);
  background: linear-gradient(to right, #470216, #5e031e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5e031e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5e031e, #760425);
  -moz-background: linear-gradient(to right, #5e031e, #760425);
  -ms-background: linear-gradient(to right, #5e031e, #760425);
  -o-background: linear-gradient(to right, #5e031e, #760425);
  background: linear-gradient(to right, #5e031e, #760425);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #760425;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #760425, #8d042d);
  -moz-background: linear-gradient(to right, #760425, #8d042d);
  -ms-background: linear-gradient(to right, #760425, #8d042d);
  -o-background: linear-gradient(to right, #760425, #8d042d);
  background: linear-gradient(to right, #760425, #8d042d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8d042d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8d042d, #a50534);
  -moz-background: linear-gradient(to right, #8d042d, #a50534);
  -ms-background: linear-gradient(to right, #8d042d, #a50534);
  -o-background: linear-gradient(to right, #8d042d, #a50534);
  background: linear-gradient(to right, #8d042d, #a50534);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a50534;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a50534;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a50534;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #180107);
  -moz-background: linear-gradient(to bottom, black, #180107);
  -ms-background: linear-gradient(to bottom, black, #180107);
  -o-background: linear-gradient(to bottom, black, #180107);
  background: linear-gradient(to bottom, black, #180107);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #180107;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #180107, #2f010f);
  -moz-background: linear-gradient(to bottom, #180107, #2f010f);
  -ms-background: linear-gradient(to bottom, #180107, #2f010f);
  -o-background: linear-gradient(to bottom, #180107, #2f010f);
  background: linear-gradient(to bottom, #180107, #2f010f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2f010f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #180107;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f010f, #470216);
  -moz-background: linear-gradient(to bottom, #2f010f, #470216);
  -ms-background: linear-gradient(to bottom, #2f010f, #470216);
  -o-background: linear-gradient(to bottom, #2f010f, #470216);
  background: linear-gradient(to bottom, #2f010f, #470216);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #470216;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2f010f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #470216, #5e031e);
  -moz-background: linear-gradient(to bottom, #470216, #5e031e);
  -ms-background: linear-gradient(to bottom, #470216, #5e031e);
  -o-background: linear-gradient(to bottom, #470216, #5e031e);
  background: linear-gradient(to bottom, #470216, #5e031e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5e031e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #470216;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5e031e, #760425);
  -moz-background: linear-gradient(to bottom, #5e031e, #760425);
  -ms-background: linear-gradient(to bottom, #5e031e, #760425);
  -o-background: linear-gradient(to bottom, #5e031e, #760425);
  background: linear-gradient(to bottom, #5e031e, #760425);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #760425;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5e031e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #760425, #8d042d);
  -moz-background: linear-gradient(to bottom, #760425, #8d042d);
  -ms-background: linear-gradient(to bottom, #760425, #8d042d);
  -o-background: linear-gradient(to bottom, #760425, #8d042d);
  background: linear-gradient(to bottom, #760425, #8d042d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8d042d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #760425;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8d042d, #a50534);
  -moz-background: linear-gradient(to bottom, #8d042d, #a50534);
  -ms-background: linear-gradient(to bottom, #8d042d, #a50534);
  -o-background: linear-gradient(to bottom, #8d042d, #a50534);
  background: linear-gradient(to bottom, #8d042d, #a50534);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a50534;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8d042d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a50534;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a50534;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-kozhikode.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-kozhikode.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iim-kozhikode.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iim-kozhikode.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a50534;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .referrals-advocate__overlay {
  background-color: #a50534;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .referrals-advocate__steps-circle {
  fill: #a50534;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .referrals-advocate__testimonial {
  background-color: #a50534;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a50534;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iim-kozhikode .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a50534;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .terms__links {
  color: #a50534;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iim-kozhikode .referral-tooltip__image path {
  fill: #a50534;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iim-kozhikode .main-header,
.iim-kozhikode .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #2b398b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iit-bombay div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #222d6e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .main-header__menu__btn:hover, .white-label.iit-bombay .main-header__menu__btn:focus, .white-label.iit-bombay .main-header__menu__btn:active, .white-label.iit-bombay .main-header__menu__btn:checked, .white-label.iit-bombay .main-header__menu__btn:focus:hover, .white-label.iit-bombay .main-header__menu__btn:focus:active, .white-label.iit-bombay .main-header__menu__btn:not(:disabled):hover, .white-label.iit-bombay .main-header__menu__btn:not(:disabled):active, .white-label.iit-bombay .main-header__menu__btn:not(.disabled):active, .white-label.iit-bombay .main-header__menu__btn:not(:disabled):active:focus, .white-label.iit-bombay .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iit-bombay .main-footer__menu__btn:hover,
.white-label.iit-bombay .main-footer__menu__btn:focus,
.white-label.iit-bombay .main-footer__menu__btn:active,
.white-label.iit-bombay .main-footer__menu__btn:checked,
.white-label.iit-bombay .main-footer__menu__btn:focus:hover,
.white-label.iit-bombay .main-footer__menu__btn:focus:active,
.white-label.iit-bombay .main-footer__menu__btn:not(:disabled):hover,
.white-label.iit-bombay .main-footer__menu__btn:not(:disabled):active,
.white-label.iit-bombay .main-footer__menu__btn:not(.disabled):active,
.white-label.iit-bombay .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iit-bombay .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #2b398b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .main-header .nav__link:hover, .white-label.iit-bombay .main-header .nav__link:focus, .white-label.iit-bombay .main-header .nav__link:active, .white-label.iit-bombay .main-header .nav__link:checked, .white-label.iit-bombay .main-header .nav__link:focus:hover, .white-label.iit-bombay .main-header .nav__link:focus:active, .white-label.iit-bombay .main-header .nav__link:not(:disabled):hover, .white-label.iit-bombay .main-header .nav__link:not(:disabled):active, .white-label.iit-bombay .main-header .nav__link:not(.disabled):active, .white-label.iit-bombay .main-header .nav__link:not(:disabled):active:focus, .white-label.iit-bombay .main-header .nav__link:not(.disabled):active:focus,
.white-label.iit-bombay .main-footer .nav__link:hover,
.white-label.iit-bombay .main-footer .nav__link:focus,
.white-label.iit-bombay .main-footer .nav__link:active,
.white-label.iit-bombay .main-footer .nav__link:checked,
.white-label.iit-bombay .main-footer .nav__link:focus:hover,
.white-label.iit-bombay .main-footer .nav__link:focus:active,
.white-label.iit-bombay .main-footer .nav__link:not(:disabled):hover,
.white-label.iit-bombay .main-footer .nav__link:not(:disabled):active,
.white-label.iit-bombay .main-footer .nav__link:not(.disabled):active,
.white-label.iit-bombay .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iit-bombay .main-footer .nav__link:not(.disabled):active:focus {
  color: #222d6e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay.signed-out .btn:not(.btn--social), .white-label.iit-bombay.signed-in .btn--primary {
  background-color: #27a8e0;
  border-color: #27a8e0;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.signed-out .btn:not(.btn--social):hover, .white-label.iit-bombay.signed-out .btn:not(.btn--social):focus, .white-label.iit-bombay.signed-out .btn:not(.btn--social):active, .white-label.iit-bombay.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iit-bombay.signed-in .btn--primary:hover, .white-label.iit-bombay.signed-in .btn--primary:focus, .white-label.iit-bombay.signed-in .btn--primary:active, .white-label.iit-bombay.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #27a8e0;
  box-shadow: none;
  color: #27a8e0;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .nav__btn:hover span,
.white-label.iit-bombay .nav__btn:hover span::after,
.white-label.iit-bombay .nav__btn:hover span::before,
.white-label.iit-bombay .nav__btn:focus span,
.white-label.iit-bombay .nav__btn:focus span::after,
.white-label.iit-bombay .nav__btn:focus span::before {
  background-color: #2b398b;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iit-bombay .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #2b398b;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .nav__sidebar ul .profile__no-menu-link:hover {
  color: #2b398b;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__list li:hover::after {
  border-color: rgba(43, 57, 139, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__list li:hover .heading-3 {
  color: #2b398b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .profile__link:hover, .white-label.iit-bombay .profile__link:focus, .white-label.iit-bombay .profile__link:active, .white-label.iit-bombay .profile__link:checked, .white-label.iit-bombay .profile__link:focus:hover, .white-label.iit-bombay .profile__link:focus:active, .white-label.iit-bombay .profile__link:not(:disabled):hover, .white-label.iit-bombay .profile__link:not(:disabled):active, .white-label.iit-bombay .profile__link:not(.disabled):active, .white-label.iit-bombay .profile__link:not(:disabled):active:focus, .white-label.iit-bombay .profile__link:not(.disabled):active:focus {
  color: #2b398b;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .profile__actions:hover .profile__icn g,
.white-label.iit-bombay .profile__actions:focus .profile__icn g {
  fill: #2b398b;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .students__classmate:hover .students__thumbnail,
.white-label.iit-bombay .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #2b398b, 0 0 0 1px #2b398b inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .pagination__page-link:hover::after {
  border-color: rgba(43, 57, 139, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modal__bg-icn {
  fill: #2b398b;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .payments__paragraph--initial, .white-label.iit-bombay .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .form__input:-webkit-autofill, .white-label.iit-bombay .StripeElement:-webkit-autofill, .white-label.iit-bombay .form__input:-webkit-autofill:focus, .white-label.iit-bombay .form__input:-internal-autofill-selected, .white-label.iit-bombay .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(39, 168, 224, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(39, 168, 224, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(39, 168, 224, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(39, 168, 224, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(39, 168, 224, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .form__input:-moz-autofill, .white-label.iit-bombay .StripeElement:-moz-autofill, .white-label.iit-bombay .form__input:-moz-autofill-preview, .white-label.iit-bombay .StripeElement:-moz-autofill-preview {
  filter: rgba(39, 168, 224, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .form-radio__input:hover + label.bordered,
.white-label.iit-bombay .form-radio__input:hover + label::before, .white-label.iit-bombay .form-radio__input:focus + label.bordered,
.white-label.iit-bombay .form-radio__input:focus + label::before, .white-label.iit-bombay .form-radio__input:active + label.bordered,
.white-label.iit-bombay .form-radio__input:active + label::before, .white-label.iit-bombay .form-radio__input:checked + label.bordered,
.white-label.iit-bombay .form-radio__input:checked + label::before, .white-label.iit-bombay .form-radio__input:focus:hover + label.bordered,
.white-label.iit-bombay .form-radio__input:focus:hover + label::before, .white-label.iit-bombay .form-radio__input:focus:active + label.bordered,
.white-label.iit-bombay .form-radio__input:focus:active + label::before, .white-label.iit-bombay .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iit-bombay .form-radio__input:not(:disabled):hover + label::before, .white-label.iit-bombay .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iit-bombay .form-radio__input:not(:disabled):active + label::before, .white-label.iit-bombay .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iit-bombay .form-radio__input:not(.disabled):active + label::before, .white-label.iit-bombay .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iit-bombay .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iit-bombay .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iit-bombay .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #2b398b;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .form-radio__input:hover + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:focus + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:active + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:checked + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:focus:active + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iit-bombay .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #2b398b inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .form-check-input:checked + label::before, .white-label.iit-bombay .form-check-input:checked + label.collection_radio_buttons::before {
  background: #2b398b;
  border-color: #2b398b;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .form-check-input:valid:focus:checked + label::before, .white-label.iit-bombay .form-check-input.valid:focus:checked + label::before, .white-label.iit-bombay .form-check-input--valid:focus:checked + label::before, .white-label.iit-bombay .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #2b398b;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .electives .form-radio__input:checked + label::before {
  background-color: #2b398b;
  border: 3px solid #2b398b;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .enrollment__icon path {
  fill: #27a8e0;
  stroke: #27a8e0;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .enrollment__icon tspan {
  fill: #27a8e0;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__tasks li:hover::after, .white-label.iit-bombay .modules__tasks li.selected::after {
  border-color: rgba(43, 57, 139, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__tasks li::before {
  color: rgba(43, 57, 139, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(43, 57, 139, 0.4);
  border-color: rgba(43, 57, 139, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .modules__tasks li .modules__btn:hover::after, .white-label.iit-bombay .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(43, 57, 139, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .tabs__li:hover {
  border-color: rgba(43, 57, 139, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .tabs__label {
  border-bottom-color: #2b398b;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iit-bombay .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #2b398b;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .survey__success .check {
  fill: #2b398b;
  stroke: #2b398b;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .electives__checkbox:checked + label::before,
.white-label.iit-bombay .program-card__checkbox:checked + label::before {
  background-color: #2b398b;
  border-color: #2b398b;
  color: #2b398b;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .electives__checkbox:checked ~ .program-card__content,
.white-label.iit-bombay .program-card__checkbox:checked ~ .program-card__content {
  border-color: #2b398b;
  box-shadow: 0 0 0 1px #2b398b inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .canvas-assignments__submission-type::before {
  border-color: #2b398b;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .canvas-assignments__submission-type::after {
  border-color: #2b398b;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .canvas-assignments__submission-type:hover {
  background-color: rgba(43, 57, 139, 0.1);
  border-color: #2b398b;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .canvas-assignments__submission-type.typed--selected, .white-label.iit-bombay .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(43, 57, 139, 0.1);
  border-color: #2b398b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(1),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(1), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #5264ca, #4d5ec1);
  -moz-background: linear-gradient(to right, #5264ca, #4d5ec1);
  -ms-background: linear-gradient(to right, #5264ca, #4d5ec1);
  -o-background: linear-gradient(to right, #5264ca, #4d5ec1);
  background: linear-gradient(to right, #5264ca, #4d5ec1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(1)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(1)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4d5ec1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(2),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(2), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4d5ec1, #4758b8);
  -moz-background: linear-gradient(to right, #4d5ec1, #4758b8);
  -ms-background: linear-gradient(to right, #4d5ec1, #4758b8);
  -o-background: linear-gradient(to right, #4d5ec1, #4758b8);
  background: linear-gradient(to right, #4d5ec1, #4758b8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(2)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(2)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4758b8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(3),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(3), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4758b8, #4251af);
  -moz-background: linear-gradient(to right, #4758b8, #4251af);
  -ms-background: linear-gradient(to right, #4758b8, #4251af);
  -o-background: linear-gradient(to right, #4758b8, #4251af);
  background: linear-gradient(to right, #4758b8, #4251af);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(3)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(3)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4251af;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(4),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(4), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4251af, #3c4ba6);
  -moz-background: linear-gradient(to right, #4251af, #3c4ba6);
  -ms-background: linear-gradient(to right, #4251af, #3c4ba6);
  -o-background: linear-gradient(to right, #4251af, #3c4ba6);
  background: linear-gradient(to right, #4251af, #3c4ba6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(4)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(4)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #3c4ba6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(5),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(5), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #3c4ba6, #36459d);
  -moz-background: linear-gradient(to right, #3c4ba6, #36459d);
  -ms-background: linear-gradient(to right, #3c4ba6, #36459d);
  -o-background: linear-gradient(to right, #3c4ba6, #36459d);
  background: linear-gradient(to right, #3c4ba6, #36459d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(5)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(5)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #36459d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(6),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(6), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #36459d, #313f94);
  -moz-background: linear-gradient(to right, #36459d, #313f94);
  -ms-background: linear-gradient(to right, #36459d, #313f94);
  -o-background: linear-gradient(to right, #36459d, #313f94);
  background: linear-gradient(to right, #36459d, #313f94);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(6)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(6)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #313f94;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(7),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(7), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #313f94, #2b398b);
  -moz-background: linear-gradient(to right, #313f94, #2b398b);
  -ms-background: linear-gradient(to right, #313f94, #2b398b);
  -o-background: linear-gradient(to right, #313f94, #2b398b);
  background: linear-gradient(to right, #313f94, #2b398b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(7)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(7)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2b398b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(n+8),
.white-label.iit-bombay .steps--progress .step--completed:nth-child(n+8), .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2b398b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iit-bombay .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iit-bombay .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2b398b;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active,
.white-label.iit-bombay .steps--progress .vertical-step--completed, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved {
  color: #2b398b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #5264ca, #4d5ec1);
  -moz-background: linear-gradient(to bottom, #5264ca, #4d5ec1);
  -ms-background: linear-gradient(to bottom, #5264ca, #4d5ec1);
  -o-background: linear-gradient(to bottom, #5264ca, #4d5ec1);
  background: linear-gradient(to bottom, #5264ca, #4d5ec1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4d5ec1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #5264ca;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d5ec1, #4758b8);
  -moz-background: linear-gradient(to bottom, #4d5ec1, #4758b8);
  -ms-background: linear-gradient(to bottom, #4d5ec1, #4758b8);
  -o-background: linear-gradient(to bottom, #4d5ec1, #4758b8);
  background: linear-gradient(to bottom, #4d5ec1, #4758b8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4758b8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4d5ec1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4758b8, #4251af);
  -moz-background: linear-gradient(to bottom, #4758b8, #4251af);
  -ms-background: linear-gradient(to bottom, #4758b8, #4251af);
  -o-background: linear-gradient(to bottom, #4758b8, #4251af);
  background: linear-gradient(to bottom, #4758b8, #4251af);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4251af;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4758b8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4251af, #3c4ba6);
  -moz-background: linear-gradient(to bottom, #4251af, #3c4ba6);
  -ms-background: linear-gradient(to bottom, #4251af, #3c4ba6);
  -o-background: linear-gradient(to bottom, #4251af, #3c4ba6);
  background: linear-gradient(to bottom, #4251af, #3c4ba6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #3c4ba6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4251af;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #3c4ba6, #36459d);
  -moz-background: linear-gradient(to bottom, #3c4ba6, #36459d);
  -ms-background: linear-gradient(to bottom, #3c4ba6, #36459d);
  -o-background: linear-gradient(to bottom, #3c4ba6, #36459d);
  background: linear-gradient(to bottom, #3c4ba6, #36459d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #36459d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #3c4ba6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #36459d, #313f94);
  -moz-background: linear-gradient(to bottom, #36459d, #313f94);
  -ms-background: linear-gradient(to bottom, #36459d, #313f94);
  -o-background: linear-gradient(to bottom, #36459d, #313f94);
  background: linear-gradient(to bottom, #36459d, #313f94);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #313f94;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #36459d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #313f94, #2b398b);
  -moz-background: linear-gradient(to bottom, #313f94, #2b398b);
  -ms-background: linear-gradient(to bottom, #313f94, #2b398b);
  -o-background: linear-gradient(to bottom, #313f94, #2b398b);
  background: linear-gradient(to bottom, #313f94, #2b398b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2b398b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #313f94;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2b398b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2b398b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-bombay .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-bombay .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2b398b;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .sidebar .steps .steps__label-toggle {
  background-color: #2b398b;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .sidebar .steps .step--active {
  border-left: 0.5rem solid #2b398b;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #27a8e0, #2898d4);
  -moz-background: linear-gradient(to right, #27a8e0, #2898d4);
  -ms-background: linear-gradient(to right, #27a8e0, #2898d4);
  -o-background: linear-gradient(to right, #27a8e0, #2898d4);
  background: linear-gradient(to right, #27a8e0, #2898d4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2898d4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2898d4, #2888c8);
  -moz-background: linear-gradient(to right, #2898d4, #2888c8);
  -ms-background: linear-gradient(to right, #2898d4, #2888c8);
  -o-background: linear-gradient(to right, #2898d4, #2888c8);
  background: linear-gradient(to right, #2898d4, #2888c8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2888c8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2888c8, #2978bc);
  -moz-background: linear-gradient(to right, #2888c8, #2978bc);
  -ms-background: linear-gradient(to right, #2888c8, #2978bc);
  -o-background: linear-gradient(to right, #2888c8, #2978bc);
  background: linear-gradient(to right, #2888c8, #2978bc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2978bc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2978bc, #2969af);
  -moz-background: linear-gradient(to right, #2978bc, #2969af);
  -ms-background: linear-gradient(to right, #2978bc, #2969af);
  -o-background: linear-gradient(to right, #2978bc, #2969af);
  background: linear-gradient(to right, #2978bc, #2969af);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2969af;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2969af, #2a59a3);
  -moz-background: linear-gradient(to right, #2969af, #2a59a3);
  -ms-background: linear-gradient(to right, #2969af, #2a59a3);
  -o-background: linear-gradient(to right, #2969af, #2a59a3);
  background: linear-gradient(to right, #2969af, #2a59a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2a59a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2a59a3, #2a4997);
  -moz-background: linear-gradient(to right, #2a59a3, #2a4997);
  -ms-background: linear-gradient(to right, #2a59a3, #2a4997);
  -o-background: linear-gradient(to right, #2a59a3, #2a4997);
  background: linear-gradient(to right, #2a59a3, #2a4997);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2a4997;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2a4997, #2b398b);
  -moz-background: linear-gradient(to right, #2a4997, #2b398b);
  -ms-background: linear-gradient(to right, #2a4997, #2b398b);
  -o-background: linear-gradient(to right, #2a4997, #2b398b);
  background: linear-gradient(to right, #2a4997, #2b398b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2b398b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2b398b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iit-bombay.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iit-bombay.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iit-bombay.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2b398b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #27a8e0, #2898d4);
  -moz-background: linear-gradient(to bottom, #27a8e0, #2898d4);
  -ms-background: linear-gradient(to bottom, #27a8e0, #2898d4);
  -o-background: linear-gradient(to bottom, #27a8e0, #2898d4);
  background: linear-gradient(to bottom, #27a8e0, #2898d4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2898d4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #27a8e0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2898d4, #2888c8);
  -moz-background: linear-gradient(to bottom, #2898d4, #2888c8);
  -ms-background: linear-gradient(to bottom, #2898d4, #2888c8);
  -o-background: linear-gradient(to bottom, #2898d4, #2888c8);
  background: linear-gradient(to bottom, #2898d4, #2888c8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2888c8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2898d4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2888c8, #2978bc);
  -moz-background: linear-gradient(to bottom, #2888c8, #2978bc);
  -ms-background: linear-gradient(to bottom, #2888c8, #2978bc);
  -o-background: linear-gradient(to bottom, #2888c8, #2978bc);
  background: linear-gradient(to bottom, #2888c8, #2978bc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2978bc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2888c8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2978bc, #2969af);
  -moz-background: linear-gradient(to bottom, #2978bc, #2969af);
  -ms-background: linear-gradient(to bottom, #2978bc, #2969af);
  -o-background: linear-gradient(to bottom, #2978bc, #2969af);
  background: linear-gradient(to bottom, #2978bc, #2969af);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2969af;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2978bc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2969af, #2a59a3);
  -moz-background: linear-gradient(to bottom, #2969af, #2a59a3);
  -ms-background: linear-gradient(to bottom, #2969af, #2a59a3);
  -o-background: linear-gradient(to bottom, #2969af, #2a59a3);
  background: linear-gradient(to bottom, #2969af, #2a59a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2a59a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2969af;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2a59a3, #2a4997);
  -moz-background: linear-gradient(to bottom, #2a59a3, #2a4997);
  -ms-background: linear-gradient(to bottom, #2a59a3, #2a4997);
  -o-background: linear-gradient(to bottom, #2a59a3, #2a4997);
  background: linear-gradient(to bottom, #2a59a3, #2a4997);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2a4997;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2a59a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2a4997, #2b398b);
  -moz-background: linear-gradient(to bottom, #2a4997, #2b398b);
  -ms-background: linear-gradient(to bottom, #2a4997, #2b398b);
  -o-background: linear-gradient(to bottom, #2a4997, #2b398b);
  background: linear-gradient(to bottom, #2a4997, #2b398b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2b398b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2a4997;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2b398b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2b398b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-bombay.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-bombay.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-bombay.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-bombay.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2b398b;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .referrals-advocate__overlay {
  background-color: #2b398b;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .referrals-advocate__steps-circle {
  fill: #2b398b;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .referrals-advocate__testimonial {
  background-color: #2b398b;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-bombay .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #2b398b;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iit-bombay .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #2b398b;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .terms__title {
  border-color: #27a8e0;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .terms__links {
  color: #2b398b;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-bombay .referral-tooltip__image path {
  fill: #2b398b;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iit-bombay .main-header,
.iit-bombay .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #8a0021;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iit-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #640018;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .main-header__menu__btn:hover, .white-label.iit-delhi .main-header__menu__btn:focus, .white-label.iit-delhi .main-header__menu__btn:active, .white-label.iit-delhi .main-header__menu__btn:checked, .white-label.iit-delhi .main-header__menu__btn:focus:hover, .white-label.iit-delhi .main-header__menu__btn:focus:active, .white-label.iit-delhi .main-header__menu__btn:not(:disabled):hover, .white-label.iit-delhi .main-header__menu__btn:not(:disabled):active, .white-label.iit-delhi .main-header__menu__btn:not(.disabled):active, .white-label.iit-delhi .main-header__menu__btn:not(:disabled):active:focus, .white-label.iit-delhi .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iit-delhi .main-footer__menu__btn:hover,
.white-label.iit-delhi .main-footer__menu__btn:focus,
.white-label.iit-delhi .main-footer__menu__btn:active,
.white-label.iit-delhi .main-footer__menu__btn:checked,
.white-label.iit-delhi .main-footer__menu__btn:focus:hover,
.white-label.iit-delhi .main-footer__menu__btn:focus:active,
.white-label.iit-delhi .main-footer__menu__btn:not(:disabled):hover,
.white-label.iit-delhi .main-footer__menu__btn:not(:disabled):active,
.white-label.iit-delhi .main-footer__menu__btn:not(.disabled):active,
.white-label.iit-delhi .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iit-delhi .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #8a0021;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .main-header .nav__link:hover, .white-label.iit-delhi .main-header .nav__link:focus, .white-label.iit-delhi .main-header .nav__link:active, .white-label.iit-delhi .main-header .nav__link:checked, .white-label.iit-delhi .main-header .nav__link:focus:hover, .white-label.iit-delhi .main-header .nav__link:focus:active, .white-label.iit-delhi .main-header .nav__link:not(:disabled):hover, .white-label.iit-delhi .main-header .nav__link:not(:disabled):active, .white-label.iit-delhi .main-header .nav__link:not(.disabled):active, .white-label.iit-delhi .main-header .nav__link:not(:disabled):active:focus, .white-label.iit-delhi .main-header .nav__link:not(.disabled):active:focus,
.white-label.iit-delhi .main-footer .nav__link:hover,
.white-label.iit-delhi .main-footer .nav__link:focus,
.white-label.iit-delhi .main-footer .nav__link:active,
.white-label.iit-delhi .main-footer .nav__link:checked,
.white-label.iit-delhi .main-footer .nav__link:focus:hover,
.white-label.iit-delhi .main-footer .nav__link:focus:active,
.white-label.iit-delhi .main-footer .nav__link:not(:disabled):hover,
.white-label.iit-delhi .main-footer .nav__link:not(:disabled):active,
.white-label.iit-delhi .main-footer .nav__link:not(.disabled):active,
.white-label.iit-delhi .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iit-delhi .main-footer .nav__link:not(.disabled):active:focus {
  color: #640018;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi.signed-out .btn:not(.btn--social), .white-label.iit-delhi.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.signed-out .btn:not(.btn--social):hover, .white-label.iit-delhi.signed-out .btn:not(.btn--social):focus, .white-label.iit-delhi.signed-out .btn:not(.btn--social):active, .white-label.iit-delhi.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iit-delhi.signed-in .btn--primary:hover, .white-label.iit-delhi.signed-in .btn--primary:focus, .white-label.iit-delhi.signed-in .btn--primary:active, .white-label.iit-delhi.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .nav__btn:hover span,
.white-label.iit-delhi .nav__btn:hover span::after,
.white-label.iit-delhi .nav__btn:hover span::before,
.white-label.iit-delhi .nav__btn:focus span,
.white-label.iit-delhi .nav__btn:focus span::after,
.white-label.iit-delhi .nav__btn:focus span::before {
  background-color: #8a0021;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iit-delhi .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #8a0021;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .nav__sidebar ul .profile__no-menu-link:hover {
  color: #8a0021;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__list li:hover::after {
  border-color: rgba(138, 0, 33, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__list li:hover .heading-3 {
  color: #8a0021;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .profile__link:hover, .white-label.iit-delhi .profile__link:focus, .white-label.iit-delhi .profile__link:active, .white-label.iit-delhi .profile__link:checked, .white-label.iit-delhi .profile__link:focus:hover, .white-label.iit-delhi .profile__link:focus:active, .white-label.iit-delhi .profile__link:not(:disabled):hover, .white-label.iit-delhi .profile__link:not(:disabled):active, .white-label.iit-delhi .profile__link:not(.disabled):active, .white-label.iit-delhi .profile__link:not(:disabled):active:focus, .white-label.iit-delhi .profile__link:not(.disabled):active:focus {
  color: #8a0021;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .profile__actions:hover .profile__icn g,
.white-label.iit-delhi .profile__actions:focus .profile__icn g {
  fill: #8a0021;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .students__classmate:hover .students__thumbnail,
.white-label.iit-delhi .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #8a0021, 0 0 0 1px #8a0021 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .pagination__page-link:hover::after {
  border-color: rgba(138, 0, 33, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modal__bg-icn {
  fill: #8a0021;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .payments__paragraph--initial, .white-label.iit-delhi .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .form__input:-webkit-autofill, .white-label.iit-delhi .StripeElement:-webkit-autofill, .white-label.iit-delhi .form__input:-webkit-autofill:focus, .white-label.iit-delhi .form__input:-internal-autofill-selected, .white-label.iit-delhi .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .form__input:-moz-autofill, .white-label.iit-delhi .StripeElement:-moz-autofill, .white-label.iit-delhi .form__input:-moz-autofill-preview, .white-label.iit-delhi .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .form-radio__input:hover + label.bordered,
.white-label.iit-delhi .form-radio__input:hover + label::before, .white-label.iit-delhi .form-radio__input:focus + label.bordered,
.white-label.iit-delhi .form-radio__input:focus + label::before, .white-label.iit-delhi .form-radio__input:active + label.bordered,
.white-label.iit-delhi .form-radio__input:active + label::before, .white-label.iit-delhi .form-radio__input:checked + label.bordered,
.white-label.iit-delhi .form-radio__input:checked + label::before, .white-label.iit-delhi .form-radio__input:focus:hover + label.bordered,
.white-label.iit-delhi .form-radio__input:focus:hover + label::before, .white-label.iit-delhi .form-radio__input:focus:active + label.bordered,
.white-label.iit-delhi .form-radio__input:focus:active + label::before, .white-label.iit-delhi .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iit-delhi .form-radio__input:not(:disabled):hover + label::before, .white-label.iit-delhi .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iit-delhi .form-radio__input:not(:disabled):active + label::before, .white-label.iit-delhi .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iit-delhi .form-radio__input:not(.disabled):active + label::before, .white-label.iit-delhi .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iit-delhi .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iit-delhi .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iit-delhi .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #8a0021;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .form-radio__input:hover + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:focus + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:active + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:checked + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:focus:active + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iit-delhi .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #8a0021 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .form-check-input:checked + label::before, .white-label.iit-delhi .form-check-input:checked + label.collection_radio_buttons::before {
  background: #8a0021;
  border-color: #8a0021;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .form-check-input:valid:focus:checked + label::before, .white-label.iit-delhi .form-check-input.valid:focus:checked + label::before, .white-label.iit-delhi .form-check-input--valid:focus:checked + label::before, .white-label.iit-delhi .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #8a0021;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .electives .form-radio__input:checked + label::before {
  background-color: #8a0021;
  border: 3px solid #8a0021;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__tasks li:hover::after, .white-label.iit-delhi .modules__tasks li.selected::after {
  border-color: rgba(138, 0, 33, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__tasks li::before {
  color: rgba(138, 0, 33, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(138, 0, 33, 0.4);
  border-color: rgba(138, 0, 33, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .modules__tasks li .modules__btn:hover::after, .white-label.iit-delhi .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(138, 0, 33, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .tabs__li:hover {
  border-color: rgba(138, 0, 33, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .tabs__label {
  border-bottom-color: #8a0021;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iit-delhi .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #8a0021;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .survey__success .check {
  fill: #8a0021;
  stroke: #8a0021;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .electives__checkbox:checked + label::before,
.white-label.iit-delhi .program-card__checkbox:checked + label::before {
  background-color: #8a0021;
  border-color: #8a0021;
  color: #8a0021;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .electives__checkbox:checked ~ .program-card__content,
.white-label.iit-delhi .program-card__checkbox:checked ~ .program-card__content {
  border-color: #8a0021;
  box-shadow: 0 0 0 1px #8a0021 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .canvas-assignments__submission-type::before {
  border-color: #8a0021;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .canvas-assignments__submission-type::after {
  border-color: #8a0021;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .canvas-assignments__submission-type:hover {
  background-color: rgba(138, 0, 33, 0.1);
  border-color: #8a0021;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .canvas-assignments__submission-type.typed--selected, .white-label.iit-delhi .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(138, 0, 33, 0.1);
  border-color: #8a0021;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(1),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(1), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f00039, #e10036);
  -moz-background: linear-gradient(to right, #f00039, #e10036);
  -ms-background: linear-gradient(to right, #f00039, #e10036);
  -o-background: linear-gradient(to right, #f00039, #e10036);
  background: linear-gradient(to right, #f00039, #e10036);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(1)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(1)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #e10036;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(2),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(2), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #e10036, #d30032);
  -moz-background: linear-gradient(to right, #e10036, #d30032);
  -ms-background: linear-gradient(to right, #e10036, #d30032);
  -o-background: linear-gradient(to right, #e10036, #d30032);
  background: linear-gradient(to right, #e10036, #d30032);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(2)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(2)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #d30032;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(3),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(3), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #d30032, #c4002f);
  -moz-background: linear-gradient(to right, #d30032, #c4002f);
  -ms-background: linear-gradient(to right, #d30032, #c4002f);
  -o-background: linear-gradient(to right, #d30032, #c4002f);
  background: linear-gradient(to right, #d30032, #c4002f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(3)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(3)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c4002f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(4),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(4), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c4002f, #b6002b);
  -moz-background: linear-gradient(to right, #c4002f, #b6002b);
  -ms-background: linear-gradient(to right, #c4002f, #b6002b);
  -o-background: linear-gradient(to right, #c4002f, #b6002b);
  background: linear-gradient(to right, #c4002f, #b6002b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(4)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(4)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #b6002b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(5),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(5), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #b6002b, #a70028);
  -moz-background: linear-gradient(to right, #b6002b, #a70028);
  -ms-background: linear-gradient(to right, #b6002b, #a70028);
  -o-background: linear-gradient(to right, #b6002b, #a70028);
  background: linear-gradient(to right, #b6002b, #a70028);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(5)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(5)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #a70028;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(6),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(6), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #a70028, #990024);
  -moz-background: linear-gradient(to right, #a70028, #990024);
  -ms-background: linear-gradient(to right, #a70028, #990024);
  -o-background: linear-gradient(to right, #a70028, #990024);
  background: linear-gradient(to right, #a70028, #990024);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(6)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(6)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #990024;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(7),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(7), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #990024, #8a0021);
  -moz-background: linear-gradient(to right, #990024, #8a0021);
  -ms-background: linear-gradient(to right, #990024, #8a0021);
  -o-background: linear-gradient(to right, #990024, #8a0021);
  background: linear-gradient(to right, #990024, #8a0021);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(7)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(7)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #8a0021;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(n+8),
.white-label.iit-delhi .steps--progress .step--completed:nth-child(n+8), .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #8a0021;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iit-delhi .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iit-delhi .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #8a0021;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active,
.white-label.iit-delhi .steps--progress .vertical-step--completed, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved {
  color: #8a0021;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f00039, #e10036);
  -moz-background: linear-gradient(to bottom, #f00039, #e10036);
  -ms-background: linear-gradient(to bottom, #f00039, #e10036);
  -o-background: linear-gradient(to bottom, #f00039, #e10036);
  background: linear-gradient(to bottom, #f00039, #e10036);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #e10036;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f00039;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #e10036, #d30032);
  -moz-background: linear-gradient(to bottom, #e10036, #d30032);
  -ms-background: linear-gradient(to bottom, #e10036, #d30032);
  -o-background: linear-gradient(to bottom, #e10036, #d30032);
  background: linear-gradient(to bottom, #e10036, #d30032);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #d30032;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #e10036;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #d30032, #c4002f);
  -moz-background: linear-gradient(to bottom, #d30032, #c4002f);
  -ms-background: linear-gradient(to bottom, #d30032, #c4002f);
  -o-background: linear-gradient(to bottom, #d30032, #c4002f);
  background: linear-gradient(to bottom, #d30032, #c4002f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c4002f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #d30032;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c4002f, #b6002b);
  -moz-background: linear-gradient(to bottom, #c4002f, #b6002b);
  -ms-background: linear-gradient(to bottom, #c4002f, #b6002b);
  -o-background: linear-gradient(to bottom, #c4002f, #b6002b);
  background: linear-gradient(to bottom, #c4002f, #b6002b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #b6002b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c4002f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #b6002b, #a70028);
  -moz-background: linear-gradient(to bottom, #b6002b, #a70028);
  -ms-background: linear-gradient(to bottom, #b6002b, #a70028);
  -o-background: linear-gradient(to bottom, #b6002b, #a70028);
  background: linear-gradient(to bottom, #b6002b, #a70028);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #a70028;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #b6002b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #a70028, #990024);
  -moz-background: linear-gradient(to bottom, #a70028, #990024);
  -ms-background: linear-gradient(to bottom, #a70028, #990024);
  -o-background: linear-gradient(to bottom, #a70028, #990024);
  background: linear-gradient(to bottom, #a70028, #990024);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #990024;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #a70028;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #990024, #8a0021);
  -moz-background: linear-gradient(to bottom, #990024, #8a0021);
  -ms-background: linear-gradient(to bottom, #990024, #8a0021);
  -o-background: linear-gradient(to bottom, #990024, #8a0021);
  background: linear-gradient(to bottom, #990024, #8a0021);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #8a0021;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #990024;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #8a0021;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #8a0021;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-delhi .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-delhi .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #8a0021;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .sidebar .steps .steps__label-toggle {
  background-color: #8a0021;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .sidebar .steps .step--active {
  border-left: 0.5rem solid #8a0021;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #140005);
  -moz-background: linear-gradient(to right, black, #140005);
  -ms-background: linear-gradient(to right, black, #140005);
  -o-background: linear-gradient(to right, black, #140005);
  background: linear-gradient(to right, black, #140005);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #140005;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #140005, #270009);
  -moz-background: linear-gradient(to right, #140005, #270009);
  -ms-background: linear-gradient(to right, #140005, #270009);
  -o-background: linear-gradient(to right, #140005, #270009);
  background: linear-gradient(to right, #140005, #270009);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #270009;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #270009, #3b000e);
  -moz-background: linear-gradient(to right, #270009, #3b000e);
  -ms-background: linear-gradient(to right, #270009, #3b000e);
  -o-background: linear-gradient(to right, #270009, #3b000e);
  background: linear-gradient(to right, #270009, #3b000e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3b000e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3b000e, #4f0013);
  -moz-background: linear-gradient(to right, #3b000e, #4f0013);
  -ms-background: linear-gradient(to right, #3b000e, #4f0013);
  -o-background: linear-gradient(to right, #3b000e, #4f0013);
  background: linear-gradient(to right, #3b000e, #4f0013);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #4f0013;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #4f0013, #630018);
  -moz-background: linear-gradient(to right, #4f0013, #630018);
  -ms-background: linear-gradient(to right, #4f0013, #630018);
  -o-background: linear-gradient(to right, #4f0013, #630018);
  background: linear-gradient(to right, #4f0013, #630018);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #630018;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #630018, #76001c);
  -moz-background: linear-gradient(to right, #630018, #76001c);
  -ms-background: linear-gradient(to right, #630018, #76001c);
  -o-background: linear-gradient(to right, #630018, #76001c);
  background: linear-gradient(to right, #630018, #76001c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #76001c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #76001c, #8a0021);
  -moz-background: linear-gradient(to right, #76001c, #8a0021);
  -ms-background: linear-gradient(to right, #76001c, #8a0021);
  -o-background: linear-gradient(to right, #76001c, #8a0021);
  background: linear-gradient(to right, #76001c, #8a0021);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #8a0021;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #8a0021;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iit-delhi.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iit-delhi.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iit-delhi.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #8a0021;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #140005);
  -moz-background: linear-gradient(to bottom, black, #140005);
  -ms-background: linear-gradient(to bottom, black, #140005);
  -o-background: linear-gradient(to bottom, black, #140005);
  background: linear-gradient(to bottom, black, #140005);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #140005;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #140005, #270009);
  -moz-background: linear-gradient(to bottom, #140005, #270009);
  -ms-background: linear-gradient(to bottom, #140005, #270009);
  -o-background: linear-gradient(to bottom, #140005, #270009);
  background: linear-gradient(to bottom, #140005, #270009);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #270009;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #140005;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #270009, #3b000e);
  -moz-background: linear-gradient(to bottom, #270009, #3b000e);
  -ms-background: linear-gradient(to bottom, #270009, #3b000e);
  -o-background: linear-gradient(to bottom, #270009, #3b000e);
  background: linear-gradient(to bottom, #270009, #3b000e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3b000e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #270009;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3b000e, #4f0013);
  -moz-background: linear-gradient(to bottom, #3b000e, #4f0013);
  -ms-background: linear-gradient(to bottom, #3b000e, #4f0013);
  -o-background: linear-gradient(to bottom, #3b000e, #4f0013);
  background: linear-gradient(to bottom, #3b000e, #4f0013);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #4f0013;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3b000e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #4f0013, #630018);
  -moz-background: linear-gradient(to bottom, #4f0013, #630018);
  -ms-background: linear-gradient(to bottom, #4f0013, #630018);
  -o-background: linear-gradient(to bottom, #4f0013, #630018);
  background: linear-gradient(to bottom, #4f0013, #630018);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #630018;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #4f0013;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #630018, #76001c);
  -moz-background: linear-gradient(to bottom, #630018, #76001c);
  -ms-background: linear-gradient(to bottom, #630018, #76001c);
  -o-background: linear-gradient(to bottom, #630018, #76001c);
  background: linear-gradient(to bottom, #630018, #76001c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #76001c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #630018;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #76001c, #8a0021);
  -moz-background: linear-gradient(to bottom, #76001c, #8a0021);
  -ms-background: linear-gradient(to bottom, #76001c, #8a0021);
  -o-background: linear-gradient(to bottom, #76001c, #8a0021);
  background: linear-gradient(to bottom, #76001c, #8a0021);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #8a0021;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #76001c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #8a0021;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #8a0021;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #8a0021;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .referrals-advocate__overlay {
  background-color: #8a0021;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .referrals-advocate__steps-circle {
  fill: #8a0021;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .referrals-advocate__testimonial {
  background-color: #8a0021;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-delhi .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #8a0021;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iit-delhi .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #8a0021;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .terms__links {
  color: #8a0021;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-delhi .referral-tooltip__image path {
  fill: #8a0021;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iit-delhi .main-header,
.iit-delhi .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #217c9d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iit-guwahati div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #1a637d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .main-header__menu__btn:hover, .white-label.iit-guwahati .main-header__menu__btn:focus, .white-label.iit-guwahati .main-header__menu__btn:active, .white-label.iit-guwahati .main-header__menu__btn:checked, .white-label.iit-guwahati .main-header__menu__btn:focus:hover, .white-label.iit-guwahati .main-header__menu__btn:focus:active, .white-label.iit-guwahati .main-header__menu__btn:not(:disabled):hover, .white-label.iit-guwahati .main-header__menu__btn:not(:disabled):active, .white-label.iit-guwahati .main-header__menu__btn:not(.disabled):active, .white-label.iit-guwahati .main-header__menu__btn:not(:disabled):active:focus, .white-label.iit-guwahati .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iit-guwahati .main-footer__menu__btn:hover,
.white-label.iit-guwahati .main-footer__menu__btn:focus,
.white-label.iit-guwahati .main-footer__menu__btn:active,
.white-label.iit-guwahati .main-footer__menu__btn:checked,
.white-label.iit-guwahati .main-footer__menu__btn:focus:hover,
.white-label.iit-guwahati .main-footer__menu__btn:focus:active,
.white-label.iit-guwahati .main-footer__menu__btn:not(:disabled):hover,
.white-label.iit-guwahati .main-footer__menu__btn:not(:disabled):active,
.white-label.iit-guwahati .main-footer__menu__btn:not(.disabled):active,
.white-label.iit-guwahati .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iit-guwahati .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #217c9d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .main-header .nav__link:hover, .white-label.iit-guwahati .main-header .nav__link:focus, .white-label.iit-guwahati .main-header .nav__link:active, .white-label.iit-guwahati .main-header .nav__link:checked, .white-label.iit-guwahati .main-header .nav__link:focus:hover, .white-label.iit-guwahati .main-header .nav__link:focus:active, .white-label.iit-guwahati .main-header .nav__link:not(:disabled):hover, .white-label.iit-guwahati .main-header .nav__link:not(:disabled):active, .white-label.iit-guwahati .main-header .nav__link:not(.disabled):active, .white-label.iit-guwahati .main-header .nav__link:not(:disabled):active:focus, .white-label.iit-guwahati .main-header .nav__link:not(.disabled):active:focus,
.white-label.iit-guwahati .main-footer .nav__link:hover,
.white-label.iit-guwahati .main-footer .nav__link:focus,
.white-label.iit-guwahati .main-footer .nav__link:active,
.white-label.iit-guwahati .main-footer .nav__link:checked,
.white-label.iit-guwahati .main-footer .nav__link:focus:hover,
.white-label.iit-guwahati .main-footer .nav__link:focus:active,
.white-label.iit-guwahati .main-footer .nav__link:not(:disabled):hover,
.white-label.iit-guwahati .main-footer .nav__link:not(:disabled):active,
.white-label.iit-guwahati .main-footer .nav__link:not(.disabled):active,
.white-label.iit-guwahati .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iit-guwahati .main-footer .nav__link:not(.disabled):active:focus {
  color: #1a637d;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati.signed-out .btn:not(.btn--social), .white-label.iit-guwahati.signed-in .btn--primary {
  background-color: #175b73;
  border-color: #175b73;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.signed-out .btn:not(.btn--social):hover, .white-label.iit-guwahati.signed-out .btn:not(.btn--social):focus, .white-label.iit-guwahati.signed-out .btn:not(.btn--social):active, .white-label.iit-guwahati.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iit-guwahati.signed-in .btn--primary:hover, .white-label.iit-guwahati.signed-in .btn--primary:focus, .white-label.iit-guwahati.signed-in .btn--primary:active, .white-label.iit-guwahati.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #175b73;
  box-shadow: none;
  color: #175b73;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .nav__btn:hover span,
.white-label.iit-guwahati .nav__btn:hover span::after,
.white-label.iit-guwahati .nav__btn:hover span::before,
.white-label.iit-guwahati .nav__btn:focus span,
.white-label.iit-guwahati .nav__btn:focus span::after,
.white-label.iit-guwahati .nav__btn:focus span::before {
  background-color: #217c9d;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iit-guwahati .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #217c9d;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .nav__sidebar ul .profile__no-menu-link:hover {
  color: #217c9d;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__list li:hover::after {
  border-color: rgba(33, 124, 157, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__list li:hover .heading-3 {
  color: #217c9d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .profile__link:hover, .white-label.iit-guwahati .profile__link:focus, .white-label.iit-guwahati .profile__link:active, .white-label.iit-guwahati .profile__link:checked, .white-label.iit-guwahati .profile__link:focus:hover, .white-label.iit-guwahati .profile__link:focus:active, .white-label.iit-guwahati .profile__link:not(:disabled):hover, .white-label.iit-guwahati .profile__link:not(:disabled):active, .white-label.iit-guwahati .profile__link:not(.disabled):active, .white-label.iit-guwahati .profile__link:not(:disabled):active:focus, .white-label.iit-guwahati .profile__link:not(.disabled):active:focus {
  color: #217c9d;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .profile__actions:hover .profile__icn g,
.white-label.iit-guwahati .profile__actions:focus .profile__icn g {
  fill: #217c9d;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .students__classmate:hover .students__thumbnail,
.white-label.iit-guwahati .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #217c9d, 0 0 0 1px #217c9d inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .pagination__page-link:hover::after {
  border-color: rgba(33, 124, 157, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modal__bg-icn {
  fill: #217c9d;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .payments__paragraph--initial, .white-label.iit-guwahati .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .form__input:-webkit-autofill, .white-label.iit-guwahati .StripeElement:-webkit-autofill, .white-label.iit-guwahati .form__input:-webkit-autofill:focus, .white-label.iit-guwahati .form__input:-internal-autofill-selected, .white-label.iit-guwahati .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(23, 91, 115, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(23, 91, 115, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(23, 91, 115, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(23, 91, 115, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(23, 91, 115, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .form__input:-moz-autofill, .white-label.iit-guwahati .StripeElement:-moz-autofill, .white-label.iit-guwahati .form__input:-moz-autofill-preview, .white-label.iit-guwahati .StripeElement:-moz-autofill-preview {
  filter: rgba(23, 91, 115, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .form-radio__input:hover + label.bordered,
.white-label.iit-guwahati .form-radio__input:hover + label::before, .white-label.iit-guwahati .form-radio__input:focus + label.bordered,
.white-label.iit-guwahati .form-radio__input:focus + label::before, .white-label.iit-guwahati .form-radio__input:active + label.bordered,
.white-label.iit-guwahati .form-radio__input:active + label::before, .white-label.iit-guwahati .form-radio__input:checked + label.bordered,
.white-label.iit-guwahati .form-radio__input:checked + label::before, .white-label.iit-guwahati .form-radio__input:focus:hover + label.bordered,
.white-label.iit-guwahati .form-radio__input:focus:hover + label::before, .white-label.iit-guwahati .form-radio__input:focus:active + label.bordered,
.white-label.iit-guwahati .form-radio__input:focus:active + label::before, .white-label.iit-guwahati .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iit-guwahati .form-radio__input:not(:disabled):hover + label::before, .white-label.iit-guwahati .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iit-guwahati .form-radio__input:not(:disabled):active + label::before, .white-label.iit-guwahati .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iit-guwahati .form-radio__input:not(.disabled):active + label::before, .white-label.iit-guwahati .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iit-guwahati .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iit-guwahati .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iit-guwahati .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #217c9d;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .form-radio__input:hover + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:focus + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:active + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:checked + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:focus:active + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iit-guwahati .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #217c9d inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .form-check-input:checked + label::before, .white-label.iit-guwahati .form-check-input:checked + label.collection_radio_buttons::before {
  background: #217c9d;
  border-color: #217c9d;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .form-check-input:valid:focus:checked + label::before, .white-label.iit-guwahati .form-check-input.valid:focus:checked + label::before, .white-label.iit-guwahati .form-check-input--valid:focus:checked + label::before, .white-label.iit-guwahati .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #217c9d;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .electives .form-radio__input:checked + label::before {
  background-color: #217c9d;
  border: 3px solid #217c9d;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .enrollment__icon path {
  fill: #175b73;
  stroke: #175b73;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .enrollment__icon tspan {
  fill: #175b73;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__tasks li:hover::after, .white-label.iit-guwahati .modules__tasks li.selected::after {
  border-color: rgba(33, 124, 157, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__tasks li::before {
  color: rgba(33, 124, 157, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(33, 124, 157, 0.4);
  border-color: rgba(33, 124, 157, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .modules__tasks li .modules__btn:hover::after, .white-label.iit-guwahati .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(33, 124, 157, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .tabs__li:hover {
  border-color: rgba(33, 124, 157, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .tabs__label {
  border-bottom-color: #217c9d;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iit-guwahati .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #217c9d;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .survey__success .check {
  fill: #217c9d;
  stroke: #217c9d;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .electives__checkbox:checked + label::before,
.white-label.iit-guwahati .program-card__checkbox:checked + label::before {
  background-color: #217c9d;
  border-color: #217c9d;
  color: #217c9d;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .electives__checkbox:checked ~ .program-card__content,
.white-label.iit-guwahati .program-card__checkbox:checked ~ .program-card__content {
  border-color: #217c9d;
  box-shadow: 0 0 0 1px #217c9d inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .canvas-assignments__submission-type::before {
  border-color: #217c9d;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .canvas-assignments__submission-type::after {
  border-color: #217c9d;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .canvas-assignments__submission-type:hover {
  background-color: rgba(33, 124, 157, 0.1);
  border-color: #217c9d;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .canvas-assignments__submission-type.typed--selected, .white-label.iit-guwahati .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(33, 124, 157, 0.1);
  border-color: #217c9d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(1),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(1), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4bb3d9, #45abd1);
  -moz-background: linear-gradient(to right, #4bb3d9, #45abd1);
  -ms-background: linear-gradient(to right, #4bb3d9, #45abd1);
  -o-background: linear-gradient(to right, #4bb3d9, #45abd1);
  background: linear-gradient(to right, #4bb3d9, #45abd1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(1)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(1)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #45abd1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(2),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(2), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #45abd1, #3fa3c8);
  -moz-background: linear-gradient(to right, #45abd1, #3fa3c8);
  -ms-background: linear-gradient(to right, #45abd1, #3fa3c8);
  -o-background: linear-gradient(to right, #45abd1, #3fa3c8);
  background: linear-gradient(to right, #45abd1, #3fa3c8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(2)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(2)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3fa3c8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(3),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(3), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3fa3c8, #399cbf);
  -moz-background: linear-gradient(to right, #3fa3c8, #399cbf);
  -ms-background: linear-gradient(to right, #3fa3c8, #399cbf);
  -o-background: linear-gradient(to right, #3fa3c8, #399cbf);
  background: linear-gradient(to right, #3fa3c8, #399cbf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(3)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(3)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #399cbf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(4),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(4), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #399cbf, #3394b7);
  -moz-background: linear-gradient(to right, #399cbf, #3394b7);
  -ms-background: linear-gradient(to right, #399cbf, #3394b7);
  -o-background: linear-gradient(to right, #399cbf, #3394b7);
  background: linear-gradient(to right, #399cbf, #3394b7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(4)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(4)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #3394b7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(5),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(5), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #3394b7, #2d8cae);
  -moz-background: linear-gradient(to right, #3394b7, #2d8cae);
  -ms-background: linear-gradient(to right, #3394b7, #2d8cae);
  -o-background: linear-gradient(to right, #3394b7, #2d8cae);
  background: linear-gradient(to right, #3394b7, #2d8cae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(5)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(5)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2d8cae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(6),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(6), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2d8cae, #2784a6);
  -moz-background: linear-gradient(to right, #2d8cae, #2784a6);
  -ms-background: linear-gradient(to right, #2d8cae, #2784a6);
  -o-background: linear-gradient(to right, #2d8cae, #2784a6);
  background: linear-gradient(to right, #2d8cae, #2784a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(6)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(6)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2784a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(7),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(7), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2784a6, #217c9d);
  -moz-background: linear-gradient(to right, #2784a6, #217c9d);
  -ms-background: linear-gradient(to right, #2784a6, #217c9d);
  -o-background: linear-gradient(to right, #2784a6, #217c9d);
  background: linear-gradient(to right, #2784a6, #217c9d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(7)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(7)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #217c9d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(n+8),
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(n+8), .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #217c9d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iit-guwahati .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iit-guwahati .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #217c9d;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active,
.white-label.iit-guwahati .steps--progress .vertical-step--completed, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved {
  color: #217c9d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4bb3d9, #45abd1);
  -moz-background: linear-gradient(to bottom, #4bb3d9, #45abd1);
  -ms-background: linear-gradient(to bottom, #4bb3d9, #45abd1);
  -o-background: linear-gradient(to bottom, #4bb3d9, #45abd1);
  background: linear-gradient(to bottom, #4bb3d9, #45abd1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #45abd1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4bb3d9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #45abd1, #3fa3c8);
  -moz-background: linear-gradient(to bottom, #45abd1, #3fa3c8);
  -ms-background: linear-gradient(to bottom, #45abd1, #3fa3c8);
  -o-background: linear-gradient(to bottom, #45abd1, #3fa3c8);
  background: linear-gradient(to bottom, #45abd1, #3fa3c8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3fa3c8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #45abd1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3fa3c8, #399cbf);
  -moz-background: linear-gradient(to bottom, #3fa3c8, #399cbf);
  -ms-background: linear-gradient(to bottom, #3fa3c8, #399cbf);
  -o-background: linear-gradient(to bottom, #3fa3c8, #399cbf);
  background: linear-gradient(to bottom, #3fa3c8, #399cbf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #399cbf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3fa3c8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #399cbf, #3394b7);
  -moz-background: linear-gradient(to bottom, #399cbf, #3394b7);
  -ms-background: linear-gradient(to bottom, #399cbf, #3394b7);
  -o-background: linear-gradient(to bottom, #399cbf, #3394b7);
  background: linear-gradient(to bottom, #399cbf, #3394b7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #3394b7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #399cbf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #3394b7, #2d8cae);
  -moz-background: linear-gradient(to bottom, #3394b7, #2d8cae);
  -ms-background: linear-gradient(to bottom, #3394b7, #2d8cae);
  -o-background: linear-gradient(to bottom, #3394b7, #2d8cae);
  background: linear-gradient(to bottom, #3394b7, #2d8cae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2d8cae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #3394b7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2d8cae, #2784a6);
  -moz-background: linear-gradient(to bottom, #2d8cae, #2784a6);
  -ms-background: linear-gradient(to bottom, #2d8cae, #2784a6);
  -o-background: linear-gradient(to bottom, #2d8cae, #2784a6);
  background: linear-gradient(to bottom, #2d8cae, #2784a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2784a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2d8cae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2784a6, #217c9d);
  -moz-background: linear-gradient(to bottom, #2784a6, #217c9d);
  -ms-background: linear-gradient(to bottom, #2784a6, #217c9d);
  -o-background: linear-gradient(to bottom, #2784a6, #217c9d);
  background: linear-gradient(to bottom, #2784a6, #217c9d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #217c9d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2784a6;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #217c9d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #217c9d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-guwahati .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-guwahati .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #217c9d;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .sidebar .steps .steps__label-toggle {
  background-color: #217c9d;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .sidebar .steps .step--active {
  border-left: 0.5rem solid #217c9d;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #175b73, #186079);
  -moz-background: linear-gradient(to right, #175b73, #186079);
  -ms-background: linear-gradient(to right, #175b73, #186079);
  -o-background: linear-gradient(to right, #175b73, #186079);
  background: linear-gradient(to right, #175b73, #186079);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #186079;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #186079, #1a647f);
  -moz-background: linear-gradient(to right, #186079, #1a647f);
  -ms-background: linear-gradient(to right, #186079, #1a647f);
  -o-background: linear-gradient(to right, #186079, #1a647f);
  background: linear-gradient(to right, #186079, #1a647f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #1a647f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #1a647f, #1b6985);
  -moz-background: linear-gradient(to right, #1a647f, #1b6985);
  -ms-background: linear-gradient(to right, #1a647f, #1b6985);
  -o-background: linear-gradient(to right, #1a647f, #1b6985);
  background: linear-gradient(to right, #1a647f, #1b6985);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1b6985;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1b6985, #1d6e8b);
  -moz-background: linear-gradient(to right, #1b6985, #1d6e8b);
  -ms-background: linear-gradient(to right, #1b6985, #1d6e8b);
  -o-background: linear-gradient(to right, #1b6985, #1d6e8b);
  background: linear-gradient(to right, #1b6985, #1d6e8b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1d6e8b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1d6e8b, #1e7391);
  -moz-background: linear-gradient(to right, #1d6e8b, #1e7391);
  -ms-background: linear-gradient(to right, #1d6e8b, #1e7391);
  -o-background: linear-gradient(to right, #1d6e8b, #1e7391);
  background: linear-gradient(to right, #1d6e8b, #1e7391);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1e7391;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1e7391, #207797);
  -moz-background: linear-gradient(to right, #1e7391, #207797);
  -ms-background: linear-gradient(to right, #1e7391, #207797);
  -o-background: linear-gradient(to right, #1e7391, #207797);
  background: linear-gradient(to right, #1e7391, #207797);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #207797;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #207797, #217c9d);
  -moz-background: linear-gradient(to right, #207797, #217c9d);
  -ms-background: linear-gradient(to right, #207797, #217c9d);
  -o-background: linear-gradient(to right, #207797, #217c9d);
  background: linear-gradient(to right, #207797, #217c9d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #217c9d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #217c9d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iit-guwahati.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #217c9d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #175b73, #186079);
  -moz-background: linear-gradient(to bottom, #175b73, #186079);
  -ms-background: linear-gradient(to bottom, #175b73, #186079);
  -o-background: linear-gradient(to bottom, #175b73, #186079);
  background: linear-gradient(to bottom, #175b73, #186079);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #186079;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #175b73;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #186079, #1a647f);
  -moz-background: linear-gradient(to bottom, #186079, #1a647f);
  -ms-background: linear-gradient(to bottom, #186079, #1a647f);
  -o-background: linear-gradient(to bottom, #186079, #1a647f);
  background: linear-gradient(to bottom, #186079, #1a647f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #1a647f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #186079;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #1a647f, #1b6985);
  -moz-background: linear-gradient(to bottom, #1a647f, #1b6985);
  -ms-background: linear-gradient(to bottom, #1a647f, #1b6985);
  -o-background: linear-gradient(to bottom, #1a647f, #1b6985);
  background: linear-gradient(to bottom, #1a647f, #1b6985);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1b6985;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #1a647f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b6985, #1d6e8b);
  -moz-background: linear-gradient(to bottom, #1b6985, #1d6e8b);
  -ms-background: linear-gradient(to bottom, #1b6985, #1d6e8b);
  -o-background: linear-gradient(to bottom, #1b6985, #1d6e8b);
  background: linear-gradient(to bottom, #1b6985, #1d6e8b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1d6e8b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1b6985;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d6e8b, #1e7391);
  -moz-background: linear-gradient(to bottom, #1d6e8b, #1e7391);
  -ms-background: linear-gradient(to bottom, #1d6e8b, #1e7391);
  -o-background: linear-gradient(to bottom, #1d6e8b, #1e7391);
  background: linear-gradient(to bottom, #1d6e8b, #1e7391);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1e7391;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1d6e8b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e7391, #207797);
  -moz-background: linear-gradient(to bottom, #1e7391, #207797);
  -ms-background: linear-gradient(to bottom, #1e7391, #207797);
  -o-background: linear-gradient(to bottom, #1e7391, #207797);
  background: linear-gradient(to bottom, #1e7391, #207797);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #207797;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1e7391;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #207797, #217c9d);
  -moz-background: linear-gradient(to bottom, #207797, #217c9d);
  -ms-background: linear-gradient(to bottom, #207797, #217c9d);
  -o-background: linear-gradient(to bottom, #207797, #217c9d);
  background: linear-gradient(to bottom, #207797, #217c9d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #217c9d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #207797;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #217c9d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #217c9d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-guwahati.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-guwahati.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iit-guwahati.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iit-guwahati.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #217c9d;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .referrals-advocate__overlay {
  background-color: #217c9d;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .referrals-advocate__steps-circle {
  fill: #217c9d;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .referrals-advocate__testimonial {
  background-color: #217c9d;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iit-guwahati .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #217c9d;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iit-guwahati .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #217c9d;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .terms__title {
  border-color: #175b73;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .terms__links {
  color: #217c9d;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iit-guwahati .referral-tooltip__image path {
  fill: #217c9d;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iit-guwahati .main-header,
.iit-guwahati .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #001f5b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.incae-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .main-header__menu__btn:hover, .white-label.incae-business-school .main-header__menu__btn:focus, .white-label.incae-business-school .main-header__menu__btn:active, .white-label.incae-business-school .main-header__menu__btn:checked, .white-label.incae-business-school .main-header__menu__btn:focus:hover, .white-label.incae-business-school .main-header__menu__btn:focus:active, .white-label.incae-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.incae-business-school .main-header__menu__btn:not(:disabled):active, .white-label.incae-business-school .main-header__menu__btn:not(.disabled):active, .white-label.incae-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.incae-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.incae-business-school .main-footer__menu__btn:hover,
.white-label.incae-business-school .main-footer__menu__btn:focus,
.white-label.incae-business-school .main-footer__menu__btn:active,
.white-label.incae-business-school .main-footer__menu__btn:checked,
.white-label.incae-business-school .main-footer__menu__btn:focus:hover,
.white-label.incae-business-school .main-footer__menu__btn:focus:active,
.white-label.incae-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.incae-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.incae-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.incae-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.incae-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #001f5b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .main-header .nav__link:hover, .white-label.incae-business-school .main-header .nav__link:focus, .white-label.incae-business-school .main-header .nav__link:active, .white-label.incae-business-school .main-header .nav__link:checked, .white-label.incae-business-school .main-header .nav__link:focus:hover, .white-label.incae-business-school .main-header .nav__link:focus:active, .white-label.incae-business-school .main-header .nav__link:not(:disabled):hover, .white-label.incae-business-school .main-header .nav__link:not(:disabled):active, .white-label.incae-business-school .main-header .nav__link:not(.disabled):active, .white-label.incae-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.incae-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.incae-business-school .main-footer .nav__link:hover,
.white-label.incae-business-school .main-footer .nav__link:focus,
.white-label.incae-business-school .main-footer .nav__link:active,
.white-label.incae-business-school .main-footer .nav__link:checked,
.white-label.incae-business-school .main-footer .nav__link:focus:hover,
.white-label.incae-business-school .main-footer .nav__link:focus:active,
.white-label.incae-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.incae-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.incae-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.incae-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.incae-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #001235;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school.signed-out .btn:not(.btn--social), .white-label.incae-business-school.signed-in .btn--primary {
  background-color: #3cb4e5;
  border-color: #3cb4e5;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.signed-out .btn:not(.btn--social):hover, .white-label.incae-business-school.signed-out .btn:not(.btn--social):focus, .white-label.incae-business-school.signed-out .btn:not(.btn--social):active, .white-label.incae-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.incae-business-school.signed-in .btn--primary:hover, .white-label.incae-business-school.signed-in .btn--primary:focus, .white-label.incae-business-school.signed-in .btn--primary:active, .white-label.incae-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #3cb4e5;
  box-shadow: none;
  color: #3cb4e5;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .nav__btn:hover span,
.white-label.incae-business-school .nav__btn:hover span::after,
.white-label.incae-business-school .nav__btn:hover span::before,
.white-label.incae-business-school .nav__btn:focus span,
.white-label.incae-business-school .nav__btn:focus span::after,
.white-label.incae-business-school .nav__btn:focus span::before {
  background-color: #001f5b;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.incae-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #001f5b;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #001f5b;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__list li:hover::after {
  border-color: rgba(0, 31, 91, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__list li:hover .heading-3 {
  color: #001f5b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .profile__link:hover, .white-label.incae-business-school .profile__link:focus, .white-label.incae-business-school .profile__link:active, .white-label.incae-business-school .profile__link:checked, .white-label.incae-business-school .profile__link:focus:hover, .white-label.incae-business-school .profile__link:focus:active, .white-label.incae-business-school .profile__link:not(:disabled):hover, .white-label.incae-business-school .profile__link:not(:disabled):active, .white-label.incae-business-school .profile__link:not(.disabled):active, .white-label.incae-business-school .profile__link:not(:disabled):active:focus, .white-label.incae-business-school .profile__link:not(.disabled):active:focus {
  color: #001f5b;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .profile__actions:hover .profile__icn g,
.white-label.incae-business-school .profile__actions:focus .profile__icn g {
  fill: #001f5b;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .students__classmate:hover .students__thumbnail,
.white-label.incae-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #001f5b, 0 0 0 1px #001f5b inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .pagination__page-link:hover::after {
  border-color: rgba(0, 31, 91, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modal__bg-icn {
  fill: #001f5b;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .payments__paragraph--initial, .white-label.incae-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .form__input:-webkit-autofill, .white-label.incae-business-school .StripeElement:-webkit-autofill, .white-label.incae-business-school .form__input:-webkit-autofill:focus, .white-label.incae-business-school .form__input:-internal-autofill-selected, .white-label.incae-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(60, 180, 229, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(60, 180, 229, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(60, 180, 229, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(60, 180, 229, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(60, 180, 229, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .form__input:-moz-autofill, .white-label.incae-business-school .StripeElement:-moz-autofill, .white-label.incae-business-school .form__input:-moz-autofill-preview, .white-label.incae-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(60, 180, 229, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .form-radio__input:hover + label.bordered,
.white-label.incae-business-school .form-radio__input:hover + label::before, .white-label.incae-business-school .form-radio__input:focus + label.bordered,
.white-label.incae-business-school .form-radio__input:focus + label::before, .white-label.incae-business-school .form-radio__input:active + label.bordered,
.white-label.incae-business-school .form-radio__input:active + label::before, .white-label.incae-business-school .form-radio__input:checked + label.bordered,
.white-label.incae-business-school .form-radio__input:checked + label::before, .white-label.incae-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.incae-business-school .form-radio__input:focus:hover + label::before, .white-label.incae-business-school .form-radio__input:focus:active + label.bordered,
.white-label.incae-business-school .form-radio__input:focus:active + label::before, .white-label.incae-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.incae-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.incae-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.incae-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.incae-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.incae-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.incae-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.incae-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.incae-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.incae-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #001f5b;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:active + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.incae-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #001f5b inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .form-check-input:checked + label::before, .white-label.incae-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #001f5b;
  border-color: #001f5b;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .form-check-input:valid:focus:checked + label::before, .white-label.incae-business-school .form-check-input.valid:focus:checked + label::before, .white-label.incae-business-school .form-check-input--valid:focus:checked + label::before, .white-label.incae-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #001f5b;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .electives .form-radio__input:checked + label::before {
  background-color: #001f5b;
  border: 3px solid #001f5b;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .enrollment__icon path {
  fill: #3cb4e5;
  stroke: #3cb4e5;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .enrollment__icon tspan {
  fill: #3cb4e5;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__tasks li:hover::after, .white-label.incae-business-school .modules__tasks li.selected::after {
  border-color: rgba(0, 31, 91, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__tasks li::before {
  color: rgba(0, 31, 91, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 31, 91, 0.4);
  border-color: rgba(0, 31, 91, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .modules__tasks li .modules__btn:hover::after, .white-label.incae-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 31, 91, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .tabs__li:hover {
  border-color: rgba(0, 31, 91, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .tabs__label {
  border-bottom-color: #001f5b;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.incae-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #001f5b;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .survey__success .check {
  fill: #001f5b;
  stroke: #001f5b;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .electives__checkbox:checked + label::before,
.white-label.incae-business-school .program-card__checkbox:checked + label::before {
  background-color: #001f5b;
  border-color: #001f5b;
  color: #001f5b;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.incae-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #001f5b;
  box-shadow: 0 0 0 1px #001f5b inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .canvas-assignments__submission-type::before {
  border-color: #001f5b;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .canvas-assignments__submission-type::after {
  border-color: #001f5b;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 31, 91, 0.1);
  border-color: #001f5b;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .canvas-assignments__submission-type.typed--selected, .white-label.incae-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 31, 91, 0.1);
  border-color: #001f5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(1),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(1), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0042c1, #003db2);
  -moz-background: linear-gradient(to right, #0042c1, #003db2);
  -ms-background: linear-gradient(to right, #0042c1, #003db2);
  -o-background: linear-gradient(to right, #0042c1, #003db2);
  background: linear-gradient(to right, #0042c1, #003db2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #003db2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(2),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(2), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #003db2, #0038a4);
  -moz-background: linear-gradient(to right, #003db2, #0038a4);
  -ms-background: linear-gradient(to right, #003db2, #0038a4);
  -o-background: linear-gradient(to right, #003db2, #0038a4);
  background: linear-gradient(to right, #003db2, #0038a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0038a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(3),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(3), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0038a4, #003395);
  -moz-background: linear-gradient(to right, #0038a4, #003395);
  -ms-background: linear-gradient(to right, #0038a4, #003395);
  -o-background: linear-gradient(to right, #0038a4, #003395);
  background: linear-gradient(to right, #0038a4, #003395);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #003395;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(4),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(4), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #003395, #002e87);
  -moz-background: linear-gradient(to right, #003395, #002e87);
  -ms-background: linear-gradient(to right, #003395, #002e87);
  -o-background: linear-gradient(to right, #003395, #002e87);
  background: linear-gradient(to right, #003395, #002e87);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #002e87;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(5),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(5), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #002e87, #002978);
  -moz-background: linear-gradient(to right, #002e87, #002978);
  -ms-background: linear-gradient(to right, #002e87, #002978);
  -o-background: linear-gradient(to right, #002e87, #002978);
  background: linear-gradient(to right, #002e87, #002978);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #002978;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(6),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(6), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #002978, #00246a);
  -moz-background: linear-gradient(to right, #002978, #00246a);
  -ms-background: linear-gradient(to right, #002978, #00246a);
  -o-background: linear-gradient(to right, #002978, #00246a);
  background: linear-gradient(to right, #002978, #00246a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00246a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(7),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(7), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00246a, #001f5b);
  -moz-background: linear-gradient(to right, #00246a, #001f5b);
  -ms-background: linear-gradient(to right, #00246a, #001f5b);
  -o-background: linear-gradient(to right, #00246a, #001f5b);
  background: linear-gradient(to right, #00246a, #001f5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #001f5b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.incae-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #001f5b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #001f5b;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active,
.white-label.incae-business-school .steps--progress .vertical-step--completed, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved {
  color: #001f5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0042c1, #003db2);
  -moz-background: linear-gradient(to bottom, #0042c1, #003db2);
  -ms-background: linear-gradient(to bottom, #0042c1, #003db2);
  -o-background: linear-gradient(to bottom, #0042c1, #003db2);
  background: linear-gradient(to bottom, #0042c1, #003db2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #003db2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0042c1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #003db2, #0038a4);
  -moz-background: linear-gradient(to bottom, #003db2, #0038a4);
  -ms-background: linear-gradient(to bottom, #003db2, #0038a4);
  -o-background: linear-gradient(to bottom, #003db2, #0038a4);
  background: linear-gradient(to bottom, #003db2, #0038a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0038a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #003db2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0038a4, #003395);
  -moz-background: linear-gradient(to bottom, #0038a4, #003395);
  -ms-background: linear-gradient(to bottom, #0038a4, #003395);
  -o-background: linear-gradient(to bottom, #0038a4, #003395);
  background: linear-gradient(to bottom, #0038a4, #003395);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #003395;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0038a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #003395, #002e87);
  -moz-background: linear-gradient(to bottom, #003395, #002e87);
  -ms-background: linear-gradient(to bottom, #003395, #002e87);
  -o-background: linear-gradient(to bottom, #003395, #002e87);
  background: linear-gradient(to bottom, #003395, #002e87);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #002e87;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #003395;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #002e87, #002978);
  -moz-background: linear-gradient(to bottom, #002e87, #002978);
  -ms-background: linear-gradient(to bottom, #002e87, #002978);
  -o-background: linear-gradient(to bottom, #002e87, #002978);
  background: linear-gradient(to bottom, #002e87, #002978);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #002978;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #002e87;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #002978, #00246a);
  -moz-background: linear-gradient(to bottom, #002978, #00246a);
  -ms-background: linear-gradient(to bottom, #002978, #00246a);
  -o-background: linear-gradient(to bottom, #002978, #00246a);
  background: linear-gradient(to bottom, #002978, #00246a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00246a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #002978;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00246a, #001f5b);
  -moz-background: linear-gradient(to bottom, #00246a, #001f5b);
  -ms-background: linear-gradient(to bottom, #00246a, #001f5b);
  -o-background: linear-gradient(to bottom, #00246a, #001f5b);
  background: linear-gradient(to bottom, #00246a, #001f5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #001f5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00246a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #001f5b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #001f5b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #001f5b;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .sidebar .steps .steps__label-toggle {
  background-color: #001f5b;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #001f5b;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3cb4e5, #339fd1);
  -moz-background: linear-gradient(to right, #3cb4e5, #339fd1);
  -ms-background: linear-gradient(to right, #3cb4e5, #339fd1);
  -o-background: linear-gradient(to right, #3cb4e5, #339fd1);
  background: linear-gradient(to right, #3cb4e5, #339fd1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #339fd1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #339fd1, #2b89be);
  -moz-background: linear-gradient(to right, #339fd1, #2b89be);
  -ms-background: linear-gradient(to right, #339fd1, #2b89be);
  -o-background: linear-gradient(to right, #339fd1, #2b89be);
  background: linear-gradient(to right, #339fd1, #2b89be);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2b89be;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2b89be, #2274aa);
  -moz-background: linear-gradient(to right, #2b89be, #2274aa);
  -ms-background: linear-gradient(to right, #2b89be, #2274aa);
  -o-background: linear-gradient(to right, #2b89be, #2274aa);
  background: linear-gradient(to right, #2b89be, #2274aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2274aa;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2274aa, #1a5f96);
  -moz-background: linear-gradient(to right, #2274aa, #1a5f96);
  -ms-background: linear-gradient(to right, #2274aa, #1a5f96);
  -o-background: linear-gradient(to right, #2274aa, #1a5f96);
  background: linear-gradient(to right, #2274aa, #1a5f96);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1a5f96;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1a5f96, #114a82);
  -moz-background: linear-gradient(to right, #1a5f96, #114a82);
  -ms-background: linear-gradient(to right, #1a5f96, #114a82);
  -o-background: linear-gradient(to right, #1a5f96, #114a82);
  background: linear-gradient(to right, #1a5f96, #114a82);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #114a82;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #114a82, #09346f);
  -moz-background: linear-gradient(to right, #114a82, #09346f);
  -ms-background: linear-gradient(to right, #114a82, #09346f);
  -o-background: linear-gradient(to right, #114a82, #09346f);
  background: linear-gradient(to right, #114a82, #09346f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #09346f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #09346f, #001f5b);
  -moz-background: linear-gradient(to right, #09346f, #001f5b);
  -ms-background: linear-gradient(to right, #09346f, #001f5b);
  -o-background: linear-gradient(to right, #09346f, #001f5b);
  background: linear-gradient(to right, #09346f, #001f5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #001f5b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #001f5b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.incae-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.incae-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.incae-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #001f5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3cb4e5, #339fd1);
  -moz-background: linear-gradient(to bottom, #3cb4e5, #339fd1);
  -ms-background: linear-gradient(to bottom, #3cb4e5, #339fd1);
  -o-background: linear-gradient(to bottom, #3cb4e5, #339fd1);
  background: linear-gradient(to bottom, #3cb4e5, #339fd1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #339fd1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3cb4e5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #339fd1, #2b89be);
  -moz-background: linear-gradient(to bottom, #339fd1, #2b89be);
  -ms-background: linear-gradient(to bottom, #339fd1, #2b89be);
  -o-background: linear-gradient(to bottom, #339fd1, #2b89be);
  background: linear-gradient(to bottom, #339fd1, #2b89be);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2b89be;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #339fd1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b89be, #2274aa);
  -moz-background: linear-gradient(to bottom, #2b89be, #2274aa);
  -ms-background: linear-gradient(to bottom, #2b89be, #2274aa);
  -o-background: linear-gradient(to bottom, #2b89be, #2274aa);
  background: linear-gradient(to bottom, #2b89be, #2274aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2274aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2b89be;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2274aa, #1a5f96);
  -moz-background: linear-gradient(to bottom, #2274aa, #1a5f96);
  -ms-background: linear-gradient(to bottom, #2274aa, #1a5f96);
  -o-background: linear-gradient(to bottom, #2274aa, #1a5f96);
  background: linear-gradient(to bottom, #2274aa, #1a5f96);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1a5f96;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2274aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1a5f96, #114a82);
  -moz-background: linear-gradient(to bottom, #1a5f96, #114a82);
  -ms-background: linear-gradient(to bottom, #1a5f96, #114a82);
  -o-background: linear-gradient(to bottom, #1a5f96, #114a82);
  background: linear-gradient(to bottom, #1a5f96, #114a82);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #114a82;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1a5f96;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #114a82, #09346f);
  -moz-background: linear-gradient(to bottom, #114a82, #09346f);
  -ms-background: linear-gradient(to bottom, #114a82, #09346f);
  -o-background: linear-gradient(to bottom, #114a82, #09346f);
  background: linear-gradient(to bottom, #114a82, #09346f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #09346f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #114a82;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #09346f, #001f5b);
  -moz-background: linear-gradient(to bottom, #09346f, #001f5b);
  -ms-background: linear-gradient(to bottom, #09346f, #001f5b);
  -o-background: linear-gradient(to bottom, #09346f, #001f5b);
  background: linear-gradient(to bottom, #09346f, #001f5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #001f5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #09346f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #001f5b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #001f5b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.incae-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.incae-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.incae-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.incae-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #001f5b;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .referrals-advocate__overlay {
  background-color: #001f5b;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .referrals-advocate__steps-circle {
  fill: #001f5b;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .referrals-advocate__testimonial {
  background-color: #001f5b;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.incae-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #001f5b;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.incae-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #001f5b;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .terms__title {
  border-color: #3cb4e5;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .terms__links {
  color: #001f5b;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.incae-business-school .referral-tooltip__image path {
  fill: #001f5b;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.incae-business-school .main-header,
.incae-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.indian-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #131f6f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .main-header__menu__btn:hover, .white-label.indian-school-of-business .main-header__menu__btn:focus, .white-label.indian-school-of-business .main-header__menu__btn:active, .white-label.indian-school-of-business .main-header__menu__btn:checked, .white-label.indian-school-of-business .main-header__menu__btn:focus:hover, .white-label.indian-school-of-business .main-header__menu__btn:focus:active, .white-label.indian-school-of-business .main-header__menu__btn:not(:disabled):hover, .white-label.indian-school-of-business .main-header__menu__btn:not(:disabled):active, .white-label.indian-school-of-business .main-header__menu__btn:not(.disabled):active, .white-label.indian-school-of-business .main-header__menu__btn:not(:disabled):active:focus, .white-label.indian-school-of-business .main-header__menu__btn:not(.disabled):active:focus,
.white-label.indian-school-of-business .main-footer__menu__btn:hover,
.white-label.indian-school-of-business .main-footer__menu__btn:focus,
.white-label.indian-school-of-business .main-footer__menu__btn:active,
.white-label.indian-school-of-business .main-footer__menu__btn:checked,
.white-label.indian-school-of-business .main-footer__menu__btn:focus:hover,
.white-label.indian-school-of-business .main-footer__menu__btn:focus:active,
.white-label.indian-school-of-business .main-footer__menu__btn:not(:disabled):hover,
.white-label.indian-school-of-business .main-footer__menu__btn:not(:disabled):active,
.white-label.indian-school-of-business .main-footer__menu__btn:not(.disabled):active,
.white-label.indian-school-of-business .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.indian-school-of-business .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .main-header .nav__link:hover, .white-label.indian-school-of-business .main-header .nav__link:focus, .white-label.indian-school-of-business .main-header .nav__link:active, .white-label.indian-school-of-business .main-header .nav__link:checked, .white-label.indian-school-of-business .main-header .nav__link:focus:hover, .white-label.indian-school-of-business .main-header .nav__link:focus:active, .white-label.indian-school-of-business .main-header .nav__link:not(:disabled):hover, .white-label.indian-school-of-business .main-header .nav__link:not(:disabled):active, .white-label.indian-school-of-business .main-header .nav__link:not(.disabled):active, .white-label.indian-school-of-business .main-header .nav__link:not(:disabled):active:focus, .white-label.indian-school-of-business .main-header .nav__link:not(.disabled):active:focus,
.white-label.indian-school-of-business .main-footer .nav__link:hover,
.white-label.indian-school-of-business .main-footer .nav__link:focus,
.white-label.indian-school-of-business .main-footer .nav__link:active,
.white-label.indian-school-of-business .main-footer .nav__link:checked,
.white-label.indian-school-of-business .main-footer .nav__link:focus:hover,
.white-label.indian-school-of-business .main-footer .nav__link:focus:active,
.white-label.indian-school-of-business .main-footer .nav__link:not(:disabled):hover,
.white-label.indian-school-of-business .main-footer .nav__link:not(:disabled):active,
.white-label.indian-school-of-business .main-footer .nav__link:not(.disabled):active,
.white-label.indian-school-of-business .main-footer .nav__link:not(:disabled):active:focus,
.white-label.indian-school-of-business .main-footer .nav__link:not(.disabled):active:focus {
  color: #131f6f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business.signed-out .btn:not(.btn--social), .white-label.indian-school-of-business.signed-in .btn--primary {
  background-color: #245bff;
  border-color: #245bff;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.signed-out .btn:not(.btn--social):hover, .white-label.indian-school-of-business.signed-out .btn:not(.btn--social):focus, .white-label.indian-school-of-business.signed-out .btn:not(.btn--social):active, .white-label.indian-school-of-business.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.indian-school-of-business.signed-in .btn--primary:hover, .white-label.indian-school-of-business.signed-in .btn--primary:focus, .white-label.indian-school-of-business.signed-in .btn--primary:active, .white-label.indian-school-of-business.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #245bff;
  box-shadow: none;
  color: #245bff;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .nav__btn:hover span,
.white-label.indian-school-of-business .nav__btn:hover span::after,
.white-label.indian-school-of-business .nav__btn:hover span::before,
.white-label.indian-school-of-business .nav__btn:focus span,
.white-label.indian-school-of-business .nav__btn:focus span::after,
.white-label.indian-school-of-business .nav__btn:focus span::before {
  background-color: #192890;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.indian-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #192890;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .nav__sidebar ul .profile__no-menu-link:hover {
  color: #192890;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__list li:hover::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__list li:hover .heading-3 {
  color: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .profile__link:hover, .white-label.indian-school-of-business .profile__link:focus, .white-label.indian-school-of-business .profile__link:active, .white-label.indian-school-of-business .profile__link:checked, .white-label.indian-school-of-business .profile__link:focus:hover, .white-label.indian-school-of-business .profile__link:focus:active, .white-label.indian-school-of-business .profile__link:not(:disabled):hover, .white-label.indian-school-of-business .profile__link:not(:disabled):active, .white-label.indian-school-of-business .profile__link:not(.disabled):active, .white-label.indian-school-of-business .profile__link:not(:disabled):active:focus, .white-label.indian-school-of-business .profile__link:not(.disabled):active:focus {
  color: #192890;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .profile__actions:hover .profile__icn g,
.white-label.indian-school-of-business .profile__actions:focus .profile__icn g {
  fill: #192890;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .students__classmate:hover .students__thumbnail,
.white-label.indian-school-of-business .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #192890, 0 0 0 1px #192890 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .pagination__page-link:hover::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modal__bg-icn {
  fill: #192890;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .payments__paragraph--initial, .white-label.indian-school-of-business .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .form__input:-webkit-autofill, .white-label.indian-school-of-business .StripeElement:-webkit-autofill, .white-label.indian-school-of-business .form__input:-webkit-autofill:focus, .white-label.indian-school-of-business .form__input:-internal-autofill-selected, .white-label.indian-school-of-business .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .form__input:-moz-autofill, .white-label.indian-school-of-business .StripeElement:-moz-autofill, .white-label.indian-school-of-business .form__input:-moz-autofill-preview, .white-label.indian-school-of-business .StripeElement:-moz-autofill-preview {
  filter: rgba(36, 91, 255, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .form-radio__input:hover + label.bordered,
.white-label.indian-school-of-business .form-radio__input:hover + label::before, .white-label.indian-school-of-business .form-radio__input:focus + label.bordered,
.white-label.indian-school-of-business .form-radio__input:focus + label::before, .white-label.indian-school-of-business .form-radio__input:active + label.bordered,
.white-label.indian-school-of-business .form-radio__input:active + label::before, .white-label.indian-school-of-business .form-radio__input:checked + label.bordered,
.white-label.indian-school-of-business .form-radio__input:checked + label::before, .white-label.indian-school-of-business .form-radio__input:focus:hover + label.bordered,
.white-label.indian-school-of-business .form-radio__input:focus:hover + label::before, .white-label.indian-school-of-business .form-radio__input:focus:active + label.bordered,
.white-label.indian-school-of-business .form-radio__input:focus:active + label::before, .white-label.indian-school-of-business .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.indian-school-of-business .form-radio__input:not(:disabled):hover + label::before, .white-label.indian-school-of-business .form-radio__input:not(:disabled):active + label.bordered,
.white-label.indian-school-of-business .form-radio__input:not(:disabled):active + label::before, .white-label.indian-school-of-business .form-radio__input:not(.disabled):active + label.bordered,
.white-label.indian-school-of-business .form-radio__input:not(.disabled):active + label::before, .white-label.indian-school-of-business .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.indian-school-of-business .form-radio__input:not(:disabled):active:focus + label::before, .white-label.indian-school-of-business .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.indian-school-of-business .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #192890;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .form-radio__input:hover + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:focus + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:active + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:checked + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:focus:hover + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:focus:active + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.indian-school-of-business .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #192890 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .form-check-input:checked + label::before, .white-label.indian-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background: #192890;
  border-color: #192890;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .form-check-input:valid:focus:checked + label::before, .white-label.indian-school-of-business .form-check-input.valid:focus:checked + label::before, .white-label.indian-school-of-business .form-check-input--valid:focus:checked + label::before, .white-label.indian-school-of-business .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #192890;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .electives .form-radio__input:checked + label::before {
  background-color: #192890;
  border: 3px solid #192890;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .enrollment__icon path {
  fill: #245bff;
  stroke: #245bff;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .enrollment__icon tspan {
  fill: #245bff;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__tasks li:hover::after, .white-label.indian-school-of-business .modules__tasks li.selected::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__tasks li::before {
  color: rgba(25, 40, 144, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(25, 40, 144, 0.4);
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .modules__tasks li .modules__btn:hover::after, .white-label.indian-school-of-business .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .tabs__li:hover {
  border-color: rgba(25, 40, 144, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .tabs__label {
  border-bottom-color: #192890;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.indian-school-of-business .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #192890;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .survey__success .check {
  fill: #192890;
  stroke: #192890;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .electives__checkbox:checked + label::before,
.white-label.indian-school-of-business .program-card__checkbox:checked + label::before {
  background-color: #192890;
  border-color: #192890;
  color: #192890;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .electives__checkbox:checked ~ .program-card__content,
.white-label.indian-school-of-business .program-card__checkbox:checked ~ .program-card__content {
  border-color: #192890;
  box-shadow: 0 0 0 1px #192890 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .canvas-assignments__submission-type::before {
  border-color: #192890;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .canvas-assignments__submission-type::after {
  border-color: #192890;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .canvas-assignments__submission-type:hover {
  background-color: rgba(25, 40, 144, 0.1);
  border-color: #192890;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .canvas-assignments__submission-type.typed--selected, .white-label.indian-school-of-business .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(25, 40, 144, 0.1);
  border-color: #192890;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(1),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(1), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3349dc, #3044d1);
  -moz-background: linear-gradient(to right, #3349dc, #3044d1);
  -ms-background: linear-gradient(to right, #3349dc, #3044d1);
  -o-background: linear-gradient(to right, #3349dc, #3044d1);
  background: linear-gradient(to right, #3349dc, #3044d1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(1)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(1)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3044d1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(2),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(2), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -moz-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -ms-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -o-background: linear-gradient(to right, #3044d1, #2c3fc6);
  background: linear-gradient(to right, #3044d1, #2c3fc6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(2)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(2)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2c3fc6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(3),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(3), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -moz-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -ms-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -o-background: linear-gradient(to right, #2c3fc6, #283bbb);
  background: linear-gradient(to right, #2c3fc6, #283bbb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(3)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(3)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #283bbb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(4),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(4), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #283bbb, #2436b0);
  -moz-background: linear-gradient(to right, #283bbb, #2436b0);
  -ms-background: linear-gradient(to right, #283bbb, #2436b0);
  -o-background: linear-gradient(to right, #283bbb, #2436b0);
  background: linear-gradient(to right, #283bbb, #2436b0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(4)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(4)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2436b0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(5),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(5), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2436b0, #2131a6);
  -moz-background: linear-gradient(to right, #2436b0, #2131a6);
  -ms-background: linear-gradient(to right, #2436b0, #2131a6);
  -o-background: linear-gradient(to right, #2436b0, #2131a6);
  background: linear-gradient(to right, #2436b0, #2131a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(5)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(5)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2131a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(6),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(6), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -moz-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -ms-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -o-background: linear-gradient(to right, #2131a6, #1d2d9b);
  background: linear-gradient(to right, #2131a6, #1d2d9b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(6)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(6)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1d2d9b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(7),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(7), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1d2d9b, #192890);
  -moz-background: linear-gradient(to right, #1d2d9b, #192890);
  -ms-background: linear-gradient(to right, #1d2d9b, #192890);
  -o-background: linear-gradient(to right, #1d2d9b, #192890);
  background: linear-gradient(to right, #1d2d9b, #192890);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(7)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(7)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #192890;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(n+8),
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(n+8), .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #192890;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .step--active:nth-child(n+8)::after,
.white-label.indian-school-of-business .steps--progress .step--completed:nth-child(n+8)::after, .white-label.indian-school-of-business .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #192890;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved {
  color: #192890;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -moz-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -ms-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -o-background: linear-gradient(to bottom, #3349dc, #3044d1);
  background: linear-gradient(to bottom, #3349dc, #3044d1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3044d1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3349dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -moz-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -ms-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -o-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  background: linear-gradient(to bottom, #3044d1, #2c3fc6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2c3fc6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3044d1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -moz-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -ms-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -o-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  background: linear-gradient(to bottom, #2c3fc6, #283bbb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #283bbb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2c3fc6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -moz-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -ms-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -o-background: linear-gradient(to bottom, #283bbb, #2436b0);
  background: linear-gradient(to bottom, #283bbb, #2436b0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2436b0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #283bbb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -moz-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -ms-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -o-background: linear-gradient(to bottom, #2436b0, #2131a6);
  background: linear-gradient(to bottom, #2436b0, #2131a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2131a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2436b0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -moz-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -ms-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -o-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  background: linear-gradient(to bottom, #2131a6, #1d2d9b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1d2d9b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2131a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -moz-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -ms-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -o-background: linear-gradient(to bottom, #1d2d9b, #192890);
  background: linear-gradient(to bottom, #1d2d9b, #192890);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #192890;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1d2d9b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #192890;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #192890;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.indian-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.indian-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #192890;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .sidebar .steps .steps__label-toggle {
  background-color: #192890;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .sidebar .steps .step--active {
  border-left: 0.5rem solid #192890;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #245bff, #2254ef);
  -moz-background: linear-gradient(to right, #245bff, #2254ef);
  -ms-background: linear-gradient(to right, #245bff, #2254ef);
  -o-background: linear-gradient(to right, #245bff, #2254ef);
  background: linear-gradient(to right, #245bff, #2254ef);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2254ef;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2254ef, #214cdf);
  -moz-background: linear-gradient(to right, #2254ef, #214cdf);
  -ms-background: linear-gradient(to right, #2254ef, #214cdf);
  -o-background: linear-gradient(to right, #2254ef, #214cdf);
  background: linear-gradient(to right, #2254ef, #214cdf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #214cdf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #214cdf, #1f45cf);
  -moz-background: linear-gradient(to right, #214cdf, #1f45cf);
  -ms-background: linear-gradient(to right, #214cdf, #1f45cf);
  -o-background: linear-gradient(to right, #214cdf, #1f45cf);
  background: linear-gradient(to right, #214cdf, #1f45cf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1f45cf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  -moz-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  -ms-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  -o-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  background: linear-gradient(to right, #1f45cf, #1e3ec0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1e3ec0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  -moz-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  -ms-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  -o-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  background: linear-gradient(to right, #1e3ec0, #1c37b0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1c37b0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  -moz-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  -ms-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  -o-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  background: linear-gradient(to right, #1c37b0, #1b2fa0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1b2fa0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1b2fa0, #192890);
  -moz-background: linear-gradient(to right, #1b2fa0, #192890);
  -ms-background: linear-gradient(to right, #1b2fa0, #192890);
  -o-background: linear-gradient(to right, #1b2fa0, #192890);
  background: linear-gradient(to right, #1b2fa0, #192890);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #192890;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #192890;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #192890;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #245bff, #2254ef);
  -moz-background: linear-gradient(to bottom, #245bff, #2254ef);
  -ms-background: linear-gradient(to bottom, #245bff, #2254ef);
  -o-background: linear-gradient(to bottom, #245bff, #2254ef);
  background: linear-gradient(to bottom, #245bff, #2254ef);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2254ef;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #245bff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2254ef, #214cdf);
  -moz-background: linear-gradient(to bottom, #2254ef, #214cdf);
  -ms-background: linear-gradient(to bottom, #2254ef, #214cdf);
  -o-background: linear-gradient(to bottom, #2254ef, #214cdf);
  background: linear-gradient(to bottom, #2254ef, #214cdf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #214cdf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2254ef;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  -moz-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  -ms-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  -o-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  background: linear-gradient(to bottom, #214cdf, #1f45cf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1f45cf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #214cdf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  -moz-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  -ms-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  -o-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1e3ec0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1f45cf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  -moz-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  -ms-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  -o-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1c37b0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1e3ec0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  -moz-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  -ms-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  -o-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1b2fa0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1c37b0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b2fa0, #192890);
  -moz-background: linear-gradient(to bottom, #1b2fa0, #192890);
  -ms-background: linear-gradient(to bottom, #1b2fa0, #192890);
  -o-background: linear-gradient(to bottom, #1b2fa0, #192890);
  background: linear-gradient(to bottom, #1b2fa0, #192890);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #192890;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1b2fa0;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #192890;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #192890;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.indian-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.indian-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.indian-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.indian-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #192890;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .referrals-advocate__overlay {
  background-color: #192890;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .referrals-advocate__steps-circle {
  fill: #192890;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .referrals-advocate__testimonial {
  background-color: #192890;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #192890;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.indian-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #192890;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .terms__title {
  border-color: #245bff;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .terms__links {
  color: #192890;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business .referral-tooltip__image path {
  fill: #192890;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.indian-school-of-business .main-header,
.indian-school-of-business .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.indian-school-of-business-online div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #131f6f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .main-header__menu__btn:hover, .white-label.indian-school-of-business-online .main-header__menu__btn:focus, .white-label.indian-school-of-business-online .main-header__menu__btn:active, .white-label.indian-school-of-business-online .main-header__menu__btn:checked, .white-label.indian-school-of-business-online .main-header__menu__btn:focus:hover, .white-label.indian-school-of-business-online .main-header__menu__btn:focus:active, .white-label.indian-school-of-business-online .main-header__menu__btn:not(:disabled):hover, .white-label.indian-school-of-business-online .main-header__menu__btn:not(:disabled):active, .white-label.indian-school-of-business-online .main-header__menu__btn:not(.disabled):active, .white-label.indian-school-of-business-online .main-header__menu__btn:not(:disabled):active:focus, .white-label.indian-school-of-business-online .main-header__menu__btn:not(.disabled):active:focus,
.white-label.indian-school-of-business-online .main-footer__menu__btn:hover,
.white-label.indian-school-of-business-online .main-footer__menu__btn:focus,
.white-label.indian-school-of-business-online .main-footer__menu__btn:active,
.white-label.indian-school-of-business-online .main-footer__menu__btn:checked,
.white-label.indian-school-of-business-online .main-footer__menu__btn:focus:hover,
.white-label.indian-school-of-business-online .main-footer__menu__btn:focus:active,
.white-label.indian-school-of-business-online .main-footer__menu__btn:not(:disabled):hover,
.white-label.indian-school-of-business-online .main-footer__menu__btn:not(:disabled):active,
.white-label.indian-school-of-business-online .main-footer__menu__btn:not(.disabled):active,
.white-label.indian-school-of-business-online .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.indian-school-of-business-online .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .main-header .nav__link:hover, .white-label.indian-school-of-business-online .main-header .nav__link:focus, .white-label.indian-school-of-business-online .main-header .nav__link:active, .white-label.indian-school-of-business-online .main-header .nav__link:checked, .white-label.indian-school-of-business-online .main-header .nav__link:focus:hover, .white-label.indian-school-of-business-online .main-header .nav__link:focus:active, .white-label.indian-school-of-business-online .main-header .nav__link:not(:disabled):hover, .white-label.indian-school-of-business-online .main-header .nav__link:not(:disabled):active, .white-label.indian-school-of-business-online .main-header .nav__link:not(.disabled):active, .white-label.indian-school-of-business-online .main-header .nav__link:not(:disabled):active:focus, .white-label.indian-school-of-business-online .main-header .nav__link:not(.disabled):active:focus,
.white-label.indian-school-of-business-online .main-footer .nav__link:hover,
.white-label.indian-school-of-business-online .main-footer .nav__link:focus,
.white-label.indian-school-of-business-online .main-footer .nav__link:active,
.white-label.indian-school-of-business-online .main-footer .nav__link:checked,
.white-label.indian-school-of-business-online .main-footer .nav__link:focus:hover,
.white-label.indian-school-of-business-online .main-footer .nav__link:focus:active,
.white-label.indian-school-of-business-online .main-footer .nav__link:not(:disabled):hover,
.white-label.indian-school-of-business-online .main-footer .nav__link:not(:disabled):active,
.white-label.indian-school-of-business-online .main-footer .nav__link:not(.disabled):active,
.white-label.indian-school-of-business-online .main-footer .nav__link:not(:disabled):active:focus,
.white-label.indian-school-of-business-online .main-footer .nav__link:not(.disabled):active:focus {
  color: #131f6f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online.signed-out .btn:not(.btn--social), .white-label.indian-school-of-business-online.signed-in .btn--primary {
  background-color: #245bff;
  border-color: #245bff;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.signed-out .btn:not(.btn--social):hover, .white-label.indian-school-of-business-online.signed-out .btn:not(.btn--social):focus, .white-label.indian-school-of-business-online.signed-out .btn:not(.btn--social):active, .white-label.indian-school-of-business-online.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.indian-school-of-business-online.signed-in .btn--primary:hover, .white-label.indian-school-of-business-online.signed-in .btn--primary:focus, .white-label.indian-school-of-business-online.signed-in .btn--primary:active, .white-label.indian-school-of-business-online.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #245bff;
  box-shadow: none;
  color: #245bff;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .nav__btn:hover span,
.white-label.indian-school-of-business-online .nav__btn:hover span::after,
.white-label.indian-school-of-business-online .nav__btn:hover span::before,
.white-label.indian-school-of-business-online .nav__btn:focus span,
.white-label.indian-school-of-business-online .nav__btn:focus span::after,
.white-label.indian-school-of-business-online .nav__btn:focus span::before {
  background-color: #192890;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.indian-school-of-business-online .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #192890;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .nav__sidebar ul .profile__no-menu-link:hover {
  color: #192890;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__list li:hover::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__list li:hover .heading-3 {
  color: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .profile__link:hover, .white-label.indian-school-of-business-online .profile__link:focus, .white-label.indian-school-of-business-online .profile__link:active, .white-label.indian-school-of-business-online .profile__link:checked, .white-label.indian-school-of-business-online .profile__link:focus:hover, .white-label.indian-school-of-business-online .profile__link:focus:active, .white-label.indian-school-of-business-online .profile__link:not(:disabled):hover, .white-label.indian-school-of-business-online .profile__link:not(:disabled):active, .white-label.indian-school-of-business-online .profile__link:not(.disabled):active, .white-label.indian-school-of-business-online .profile__link:not(:disabled):active:focus, .white-label.indian-school-of-business-online .profile__link:not(.disabled):active:focus {
  color: #192890;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .profile__actions:hover .profile__icn g,
.white-label.indian-school-of-business-online .profile__actions:focus .profile__icn g {
  fill: #192890;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .students__classmate:hover .students__thumbnail,
.white-label.indian-school-of-business-online .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #192890, 0 0 0 1px #192890 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .pagination__page-link:hover::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modal__bg-icn {
  fill: #192890;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .payments__paragraph--initial, .white-label.indian-school-of-business-online .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .form__input:-webkit-autofill, .white-label.indian-school-of-business-online .StripeElement:-webkit-autofill, .white-label.indian-school-of-business-online .form__input:-webkit-autofill:focus, .white-label.indian-school-of-business-online .form__input:-internal-autofill-selected, .white-label.indian-school-of-business-online .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(36, 91, 255, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .form__input:-moz-autofill, .white-label.indian-school-of-business-online .StripeElement:-moz-autofill, .white-label.indian-school-of-business-online .form__input:-moz-autofill-preview, .white-label.indian-school-of-business-online .StripeElement:-moz-autofill-preview {
  filter: rgba(36, 91, 255, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .form-radio__input:hover + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:hover + label::before, .white-label.indian-school-of-business-online .form-radio__input:focus + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:focus + label::before, .white-label.indian-school-of-business-online .form-radio__input:active + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:active + label::before, .white-label.indian-school-of-business-online .form-radio__input:checked + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:checked + label::before, .white-label.indian-school-of-business-online .form-radio__input:focus:hover + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:focus:hover + label::before, .white-label.indian-school-of-business-online .form-radio__input:focus:active + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:focus:active + label::before, .white-label.indian-school-of-business-online .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:not(:disabled):hover + label::before, .white-label.indian-school-of-business-online .form-radio__input:not(:disabled):active + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:not(:disabled):active + label::before, .white-label.indian-school-of-business-online .form-radio__input:not(.disabled):active + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:not(.disabled):active + label::before, .white-label.indian-school-of-business-online .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:not(:disabled):active:focus + label::before, .white-label.indian-school-of-business-online .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.indian-school-of-business-online .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #192890;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .form-radio__input:hover + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:focus + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:active + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:checked + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:focus:hover + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:focus:active + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.indian-school-of-business-online .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #192890 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .form-check-input:checked + label::before, .white-label.indian-school-of-business-online .form-check-input:checked + label.collection_radio_buttons::before {
  background: #192890;
  border-color: #192890;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .form-check-input:valid:focus:checked + label::before, .white-label.indian-school-of-business-online .form-check-input.valid:focus:checked + label::before, .white-label.indian-school-of-business-online .form-check-input--valid:focus:checked + label::before, .white-label.indian-school-of-business-online .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #192890;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .electives .form-radio__input:checked + label::before {
  background-color: #192890;
  border: 3px solid #192890;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .enrollment__icon path {
  fill: #245bff;
  stroke: #245bff;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .enrollment__icon tspan {
  fill: #245bff;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__tasks li:hover::after, .white-label.indian-school-of-business-online .modules__tasks li.selected::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__tasks li::before {
  color: rgba(25, 40, 144, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(25, 40, 144, 0.4);
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .modules__tasks li .modules__btn:hover::after, .white-label.indian-school-of-business-online .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .tabs__li:hover {
  border-color: rgba(25, 40, 144, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .tabs__label {
  border-bottom-color: #192890;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.indian-school-of-business-online .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #192890;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .survey__success .check {
  fill: #192890;
  stroke: #192890;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .electives__checkbox:checked + label::before,
.white-label.indian-school-of-business-online .program-card__checkbox:checked + label::before {
  background-color: #192890;
  border-color: #192890;
  color: #192890;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .electives__checkbox:checked ~ .program-card__content,
.white-label.indian-school-of-business-online .program-card__checkbox:checked ~ .program-card__content {
  border-color: #192890;
  box-shadow: 0 0 0 1px #192890 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .canvas-assignments__submission-type::before {
  border-color: #192890;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .canvas-assignments__submission-type::after {
  border-color: #192890;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .canvas-assignments__submission-type:hover {
  background-color: rgba(25, 40, 144, 0.1);
  border-color: #192890;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .canvas-assignments__submission-type.typed--selected, .white-label.indian-school-of-business-online .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(25, 40, 144, 0.1);
  border-color: #192890;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(1),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(1), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3349dc, #3044d1);
  -moz-background: linear-gradient(to right, #3349dc, #3044d1);
  -ms-background: linear-gradient(to right, #3349dc, #3044d1);
  -o-background: linear-gradient(to right, #3349dc, #3044d1);
  background: linear-gradient(to right, #3349dc, #3044d1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(1)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(1)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3044d1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(2),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(2), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -moz-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -ms-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -o-background: linear-gradient(to right, #3044d1, #2c3fc6);
  background: linear-gradient(to right, #3044d1, #2c3fc6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(2)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(2)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2c3fc6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(3),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(3), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -moz-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -ms-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -o-background: linear-gradient(to right, #2c3fc6, #283bbb);
  background: linear-gradient(to right, #2c3fc6, #283bbb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(3)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(3)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #283bbb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(4),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(4), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #283bbb, #2436b0);
  -moz-background: linear-gradient(to right, #283bbb, #2436b0);
  -ms-background: linear-gradient(to right, #283bbb, #2436b0);
  -o-background: linear-gradient(to right, #283bbb, #2436b0);
  background: linear-gradient(to right, #283bbb, #2436b0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(4)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(4)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2436b0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(5),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(5), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2436b0, #2131a6);
  -moz-background: linear-gradient(to right, #2436b0, #2131a6);
  -ms-background: linear-gradient(to right, #2436b0, #2131a6);
  -o-background: linear-gradient(to right, #2436b0, #2131a6);
  background: linear-gradient(to right, #2436b0, #2131a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(5)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(5)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2131a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(6),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(6), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -moz-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -ms-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -o-background: linear-gradient(to right, #2131a6, #1d2d9b);
  background: linear-gradient(to right, #2131a6, #1d2d9b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(6)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(6)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1d2d9b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(7),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(7), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1d2d9b, #192890);
  -moz-background: linear-gradient(to right, #1d2d9b, #192890);
  -ms-background: linear-gradient(to right, #1d2d9b, #192890);
  -o-background: linear-gradient(to right, #1d2d9b, #192890);
  background: linear-gradient(to right, #1d2d9b, #192890);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(7)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(7)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #192890;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(n+8),
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(n+8), .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #192890;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .step--active:nth-child(n+8)::after,
.white-label.indian-school-of-business-online .steps--progress .step--completed:nth-child(n+8)::after, .white-label.indian-school-of-business-online .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #192890;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved {
  color: #192890;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -moz-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -ms-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -o-background: linear-gradient(to bottom, #3349dc, #3044d1);
  background: linear-gradient(to bottom, #3349dc, #3044d1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3044d1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3349dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -moz-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -ms-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -o-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  background: linear-gradient(to bottom, #3044d1, #2c3fc6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2c3fc6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3044d1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -moz-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -ms-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -o-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  background: linear-gradient(to bottom, #2c3fc6, #283bbb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #283bbb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2c3fc6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -moz-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -ms-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -o-background: linear-gradient(to bottom, #283bbb, #2436b0);
  background: linear-gradient(to bottom, #283bbb, #2436b0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2436b0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #283bbb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -moz-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -ms-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -o-background: linear-gradient(to bottom, #2436b0, #2131a6);
  background: linear-gradient(to bottom, #2436b0, #2131a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2131a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2436b0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -moz-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -ms-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -o-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  background: linear-gradient(to bottom, #2131a6, #1d2d9b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1d2d9b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2131a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -moz-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -ms-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -o-background: linear-gradient(to bottom, #1d2d9b, #192890);
  background: linear-gradient(to bottom, #1d2d9b, #192890);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #192890;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1d2d9b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #192890;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #192890;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.indian-school-of-business-online .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.indian-school-of-business-online .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #192890;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .sidebar .steps .steps__label-toggle {
  background-color: #192890;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .sidebar .steps .step--active {
  border-left: 0.5rem solid #192890;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #245bff, #2254ef);
  -moz-background: linear-gradient(to right, #245bff, #2254ef);
  -ms-background: linear-gradient(to right, #245bff, #2254ef);
  -o-background: linear-gradient(to right, #245bff, #2254ef);
  background: linear-gradient(to right, #245bff, #2254ef);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2254ef;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2254ef, #214cdf);
  -moz-background: linear-gradient(to right, #2254ef, #214cdf);
  -ms-background: linear-gradient(to right, #2254ef, #214cdf);
  -o-background: linear-gradient(to right, #2254ef, #214cdf);
  background: linear-gradient(to right, #2254ef, #214cdf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #214cdf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #214cdf, #1f45cf);
  -moz-background: linear-gradient(to right, #214cdf, #1f45cf);
  -ms-background: linear-gradient(to right, #214cdf, #1f45cf);
  -o-background: linear-gradient(to right, #214cdf, #1f45cf);
  background: linear-gradient(to right, #214cdf, #1f45cf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1f45cf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  -moz-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  -ms-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  -o-background: linear-gradient(to right, #1f45cf, #1e3ec0);
  background: linear-gradient(to right, #1f45cf, #1e3ec0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1e3ec0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  -moz-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  -ms-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  -o-background: linear-gradient(to right, #1e3ec0, #1c37b0);
  background: linear-gradient(to right, #1e3ec0, #1c37b0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1c37b0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  -moz-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  -ms-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  -o-background: linear-gradient(to right, #1c37b0, #1b2fa0);
  background: linear-gradient(to right, #1c37b0, #1b2fa0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1b2fa0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1b2fa0, #192890);
  -moz-background: linear-gradient(to right, #1b2fa0, #192890);
  -ms-background: linear-gradient(to right, #1b2fa0, #192890);
  -o-background: linear-gradient(to right, #1b2fa0, #192890);
  background: linear-gradient(to right, #1b2fa0, #192890);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #192890;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #192890;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #192890;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #245bff, #2254ef);
  -moz-background: linear-gradient(to bottom, #245bff, #2254ef);
  -ms-background: linear-gradient(to bottom, #245bff, #2254ef);
  -o-background: linear-gradient(to bottom, #245bff, #2254ef);
  background: linear-gradient(to bottom, #245bff, #2254ef);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2254ef;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #245bff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2254ef, #214cdf);
  -moz-background: linear-gradient(to bottom, #2254ef, #214cdf);
  -ms-background: linear-gradient(to bottom, #2254ef, #214cdf);
  -o-background: linear-gradient(to bottom, #2254ef, #214cdf);
  background: linear-gradient(to bottom, #2254ef, #214cdf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #214cdf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2254ef;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  -moz-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  -ms-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  -o-background: linear-gradient(to bottom, #214cdf, #1f45cf);
  background: linear-gradient(to bottom, #214cdf, #1f45cf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1f45cf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #214cdf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  -moz-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  -ms-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  -o-background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
  background: linear-gradient(to bottom, #1f45cf, #1e3ec0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1e3ec0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1f45cf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  -moz-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  -ms-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  -o-background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
  background: linear-gradient(to bottom, #1e3ec0, #1c37b0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1c37b0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1e3ec0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  -moz-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  -ms-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  -o-background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
  background: linear-gradient(to bottom, #1c37b0, #1b2fa0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1b2fa0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1c37b0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b2fa0, #192890);
  -moz-background: linear-gradient(to bottom, #1b2fa0, #192890);
  -ms-background: linear-gradient(to bottom, #1b2fa0, #192890);
  -o-background: linear-gradient(to bottom, #1b2fa0, #192890);
  background: linear-gradient(to bottom, #1b2fa0, #192890);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #192890;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1b2fa0;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #192890;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #192890;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.indian-school-of-business-online.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.indian-school-of-business-online.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.indian-school-of-business-online.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.indian-school-of-business-online.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #192890;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .referrals-advocate__overlay {
  background-color: #192890;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .referrals-advocate__steps-circle {
  fill: #192890;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .referrals-advocate__testimonial {
  background-color: #192890;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #192890;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.indian-school-of-business-online .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #192890;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .terms__title {
  border-color: #245bff;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .terms__links {
  color: #192890;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.indian-school-of-business-online .referral-tooltip__image path {
  fill: #192890;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.indian-school-of-business-online .main-header,
.indian-school-of-business-online .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #006e51;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.insead-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004835;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .main-header__menu__btn:hover, .white-label.insead-executive-education .main-header__menu__btn:focus, .white-label.insead-executive-education .main-header__menu__btn:active, .white-label.insead-executive-education .main-header__menu__btn:checked, .white-label.insead-executive-education .main-header__menu__btn:focus:hover, .white-label.insead-executive-education .main-header__menu__btn:focus:active, .white-label.insead-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.insead-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.insead-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.insead-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.insead-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.insead-executive-education .main-footer__menu__btn:hover,
.white-label.insead-executive-education .main-footer__menu__btn:focus,
.white-label.insead-executive-education .main-footer__menu__btn:active,
.white-label.insead-executive-education .main-footer__menu__btn:checked,
.white-label.insead-executive-education .main-footer__menu__btn:focus:hover,
.white-label.insead-executive-education .main-footer__menu__btn:focus:active,
.white-label.insead-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.insead-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.insead-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.insead-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.insead-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #006e51;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .main-header .nav__link:hover, .white-label.insead-executive-education .main-header .nav__link:focus, .white-label.insead-executive-education .main-header .nav__link:active, .white-label.insead-executive-education .main-header .nav__link:checked, .white-label.insead-executive-education .main-header .nav__link:focus:hover, .white-label.insead-executive-education .main-header .nav__link:focus:active, .white-label.insead-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.insead-executive-education .main-header .nav__link:not(:disabled):active, .white-label.insead-executive-education .main-header .nav__link:not(.disabled):active, .white-label.insead-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.insead-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.insead-executive-education .main-footer .nav__link:hover,
.white-label.insead-executive-education .main-footer .nav__link:focus,
.white-label.insead-executive-education .main-footer .nav__link:active,
.white-label.insead-executive-education .main-footer .nav__link:checked,
.white-label.insead-executive-education .main-footer .nav__link:focus:hover,
.white-label.insead-executive-education .main-footer .nav__link:focus:active,
.white-label.insead-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.insead-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.insead-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.insead-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.insead-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #004835;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education.signed-out .btn:not(.btn--social), .white-label.insead-executive-education.signed-in .btn--primary {
  background-color: #006e51;
  border-color: #006e51;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.insead-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.insead-executive-education.signed-out .btn:not(.btn--social):active, .white-label.insead-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.insead-executive-education.signed-in .btn--primary:hover, .white-label.insead-executive-education.signed-in .btn--primary:focus, .white-label.insead-executive-education.signed-in .btn--primary:active, .white-label.insead-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #006e51;
  box-shadow: none;
  color: #006e51;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .nav__btn:hover span,
.white-label.insead-executive-education .nav__btn:hover span::after,
.white-label.insead-executive-education .nav__btn:hover span::before,
.white-label.insead-executive-education .nav__btn:focus span,
.white-label.insead-executive-education .nav__btn:focus span::after,
.white-label.insead-executive-education .nav__btn:focus span::before {
  background-color: #006e51;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.insead-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #006e51;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #006e51;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 110, 81, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__list li:hover .heading-3 {
  color: #006e51;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .profile__link:hover, .white-label.insead-executive-education .profile__link:focus, .white-label.insead-executive-education .profile__link:active, .white-label.insead-executive-education .profile__link:checked, .white-label.insead-executive-education .profile__link:focus:hover, .white-label.insead-executive-education .profile__link:focus:active, .white-label.insead-executive-education .profile__link:not(:disabled):hover, .white-label.insead-executive-education .profile__link:not(:disabled):active, .white-label.insead-executive-education .profile__link:not(.disabled):active, .white-label.insead-executive-education .profile__link:not(:disabled):active:focus, .white-label.insead-executive-education .profile__link:not(.disabled):active:focus {
  color: #006e51;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .profile__actions:hover .profile__icn g,
.white-label.insead-executive-education .profile__actions:focus .profile__icn g {
  fill: #006e51;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .students__classmate:hover .students__thumbnail,
.white-label.insead-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #006e51, 0 0 0 1px #006e51 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 110, 81, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modal__bg-icn {
  fill: #006e51;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .payments__paragraph--initial, .white-label.insead-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .form__input:-webkit-autofill, .white-label.insead-executive-education .StripeElement:-webkit-autofill, .white-label.insead-executive-education .form__input:-webkit-autofill:focus, .white-label.insead-executive-education .form__input:-internal-autofill-selected, .white-label.insead-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 110, 81, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 110, 81, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 110, 81, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 110, 81, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 110, 81, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .form__input:-moz-autofill, .white-label.insead-executive-education .StripeElement:-moz-autofill, .white-label.insead-executive-education .form__input:-moz-autofill-preview, .white-label.insead-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 110, 81, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .form-radio__input:hover + label.bordered,
.white-label.insead-executive-education .form-radio__input:hover + label::before, .white-label.insead-executive-education .form-radio__input:focus + label.bordered,
.white-label.insead-executive-education .form-radio__input:focus + label::before, .white-label.insead-executive-education .form-radio__input:active + label.bordered,
.white-label.insead-executive-education .form-radio__input:active + label::before, .white-label.insead-executive-education .form-radio__input:checked + label.bordered,
.white-label.insead-executive-education .form-radio__input:checked + label::before, .white-label.insead-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.insead-executive-education .form-radio__input:focus:hover + label::before, .white-label.insead-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.insead-executive-education .form-radio__input:focus:active + label::before, .white-label.insead-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.insead-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.insead-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.insead-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.insead-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.insead-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.insead-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.insead-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.insead-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.insead-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #006e51;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.insead-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #006e51 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .form-check-input:checked + label::before, .white-label.insead-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #006e51;
  border-color: #006e51;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.insead-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.insead-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.insead-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #006e51;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #006e51;
  border: 3px solid #006e51;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .enrollment__icon path {
  fill: #006e51;
  stroke: #006e51;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .enrollment__icon tspan {
  fill: #006e51;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__tasks li:hover::after, .white-label.insead-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 110, 81, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__tasks li::before {
  color: rgba(0, 110, 81, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 110, 81, 0.4);
  border-color: rgba(0, 110, 81, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.insead-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 110, 81, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .tabs__li:hover {
  border-color: rgba(0, 110, 81, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .tabs__label {
  border-bottom-color: #006e51;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.insead-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #006e51;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .survey__success .check {
  fill: #006e51;
  stroke: #006e51;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .electives__checkbox:checked + label::before,
.white-label.insead-executive-education .program-card__checkbox:checked + label::before {
  background-color: #006e51;
  border-color: #006e51;
  color: #006e51;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.insead-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #006e51;
  box-shadow: 0 0 0 1px #006e51 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .canvas-assignments__submission-type::before {
  border-color: #006e51;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .canvas-assignments__submission-type::after {
  border-color: #006e51;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 110, 81, 0.1);
  border-color: #006e51;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.insead-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 110, 81, 0.1);
  border-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(1),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(1), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00d49c, #00c591);
  -moz-background: linear-gradient(to right, #00d49c, #00c591);
  -ms-background: linear-gradient(to right, #00d49c, #00c591);
  -o-background: linear-gradient(to right, #00d49c, #00c591);
  background: linear-gradient(to right, #00d49c, #00c591);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #00c591;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(2),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(2), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #00c591, #00b787);
  -moz-background: linear-gradient(to right, #00c591, #00b787);
  -ms-background: linear-gradient(to right, #00c591, #00b787);
  -o-background: linear-gradient(to right, #00c591, #00b787);
  background: linear-gradient(to right, #00c591, #00b787);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00b787;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(3),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(3), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00b787, #00a87c);
  -moz-background: linear-gradient(to right, #00b787, #00a87c);
  -ms-background: linear-gradient(to right, #00b787, #00a87c);
  -o-background: linear-gradient(to right, #00b787, #00a87c);
  background: linear-gradient(to right, #00b787, #00a87c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00a87c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(4),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(4), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00a87c, #009a71);
  -moz-background: linear-gradient(to right, #00a87c, #009a71);
  -ms-background: linear-gradient(to right, #00a87c, #009a71);
  -o-background: linear-gradient(to right, #00a87c, #009a71);
  background: linear-gradient(to right, #00a87c, #009a71);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #009a71;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(5),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(5), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #009a71, #008b66);
  -moz-background: linear-gradient(to right, #009a71, #008b66);
  -ms-background: linear-gradient(to right, #009a71, #008b66);
  -o-background: linear-gradient(to right, #009a71, #008b66);
  background: linear-gradient(to right, #009a71, #008b66);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #008b66;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(6),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(6), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #008b66, #007d5c);
  -moz-background: linear-gradient(to right, #008b66, #007d5c);
  -ms-background: linear-gradient(to right, #008b66, #007d5c);
  -o-background: linear-gradient(to right, #008b66, #007d5c);
  background: linear-gradient(to right, #008b66, #007d5c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #007d5c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(7),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(7), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #007d5c, #006e51);
  -moz-background: linear-gradient(to right, #007d5c, #006e51);
  -ms-background: linear-gradient(to right, #007d5c, #006e51);
  -o-background: linear-gradient(to right, #007d5c, #006e51);
  background: linear-gradient(to right, #007d5c, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #006e51;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #006e51;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.insead-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.insead-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #006e51;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active,
.white-label.insead-executive-education .steps--progress .vertical-step--completed, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00d49c, #00c591);
  -moz-background: linear-gradient(to bottom, #00d49c, #00c591);
  -ms-background: linear-gradient(to bottom, #00d49c, #00c591);
  -o-background: linear-gradient(to bottom, #00d49c, #00c591);
  background: linear-gradient(to bottom, #00d49c, #00c591);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #00c591;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00d49c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #00c591, #00b787);
  -moz-background: linear-gradient(to bottom, #00c591, #00b787);
  -ms-background: linear-gradient(to bottom, #00c591, #00b787);
  -o-background: linear-gradient(to bottom, #00c591, #00b787);
  background: linear-gradient(to bottom, #00c591, #00b787);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00b787;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #00c591;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00b787, #00a87c);
  -moz-background: linear-gradient(to bottom, #00b787, #00a87c);
  -ms-background: linear-gradient(to bottom, #00b787, #00a87c);
  -o-background: linear-gradient(to bottom, #00b787, #00a87c);
  background: linear-gradient(to bottom, #00b787, #00a87c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00a87c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00b787;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00a87c, #009a71);
  -moz-background: linear-gradient(to bottom, #00a87c, #009a71);
  -ms-background: linear-gradient(to bottom, #00a87c, #009a71);
  -o-background: linear-gradient(to bottom, #00a87c, #009a71);
  background: linear-gradient(to bottom, #00a87c, #009a71);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #009a71;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00a87c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #009a71, #008b66);
  -moz-background: linear-gradient(to bottom, #009a71, #008b66);
  -ms-background: linear-gradient(to bottom, #009a71, #008b66);
  -o-background: linear-gradient(to bottom, #009a71, #008b66);
  background: linear-gradient(to bottom, #009a71, #008b66);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #008b66;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #009a71;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #008b66, #007d5c);
  -moz-background: linear-gradient(to bottom, #008b66, #007d5c);
  -ms-background: linear-gradient(to bottom, #008b66, #007d5c);
  -o-background: linear-gradient(to bottom, #008b66, #007d5c);
  background: linear-gradient(to bottom, #008b66, #007d5c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #007d5c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #008b66;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #007d5c, #006e51);
  -moz-background: linear-gradient(to bottom, #007d5c, #006e51);
  -ms-background: linear-gradient(to bottom, #007d5c, #006e51);
  -o-background: linear-gradient(to bottom, #007d5c, #006e51);
  background: linear-gradient(to bottom, #007d5c, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #007d5c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #006e51;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #006e51;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.insead-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.insead-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #006e51;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #006e51;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #006e51;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #006e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #006e51, #006e51);
  -moz-background: linear-gradient(to right, #006e51, #006e51);
  -ms-background: linear-gradient(to right, #006e51, #006e51);
  -o-background: linear-gradient(to right, #006e51, #006e51);
  background: linear-gradient(to right, #006e51, #006e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #006e51;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #006e51;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.insead-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #006e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #006e51, #006e51);
  -moz-background: linear-gradient(to bottom, #006e51, #006e51);
  -ms-background: linear-gradient(to bottom, #006e51, #006e51);
  -o-background: linear-gradient(to bottom, #006e51, #006e51);
  background: linear-gradient(to bottom, #006e51, #006e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #006e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #006e51;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #006e51;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #006e51;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.insead-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.insead-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.insead-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.insead-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #006e51;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .referrals-advocate__overlay {
  background-color: #006e51;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .referrals-advocate__steps-circle {
  fill: #006e51;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .referrals-advocate__testimonial {
  background-color: #006e51;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insead-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #006e51;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.insead-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #006e51;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .terms__title {
  border-color: #006e51;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .terms__links {
  color: #006e51;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insead-executive-education .referral-tooltip__image path {
  fill: #006e51;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.insead-executive-education .main-header,
.insead-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #414042;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.insper div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.insper div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #2e2d2f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .main-header__menu__btn:hover, .white-label.insper .main-header__menu__btn:focus, .white-label.insper .main-header__menu__btn:active, .white-label.insper .main-header__menu__btn:checked, .white-label.insper .main-header__menu__btn:focus:hover, .white-label.insper .main-header__menu__btn:focus:active, .white-label.insper .main-header__menu__btn:not(:disabled):hover, .white-label.insper .main-header__menu__btn:not(:disabled):active, .white-label.insper .main-header__menu__btn:not(.disabled):active, .white-label.insper .main-header__menu__btn:not(:disabled):active:focus, .white-label.insper .main-header__menu__btn:not(.disabled):active:focus,
.white-label.insper .main-footer__menu__btn:hover,
.white-label.insper .main-footer__menu__btn:focus,
.white-label.insper .main-footer__menu__btn:active,
.white-label.insper .main-footer__menu__btn:checked,
.white-label.insper .main-footer__menu__btn:focus:hover,
.white-label.insper .main-footer__menu__btn:focus:active,
.white-label.insper .main-footer__menu__btn:not(:disabled):hover,
.white-label.insper .main-footer__menu__btn:not(:disabled):active,
.white-label.insper .main-footer__menu__btn:not(.disabled):active,
.white-label.insper .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.insper .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #414042;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .main-header .nav__link:hover, .white-label.insper .main-header .nav__link:focus, .white-label.insper .main-header .nav__link:active, .white-label.insper .main-header .nav__link:checked, .white-label.insper .main-header .nav__link:focus:hover, .white-label.insper .main-header .nav__link:focus:active, .white-label.insper .main-header .nav__link:not(:disabled):hover, .white-label.insper .main-header .nav__link:not(:disabled):active, .white-label.insper .main-header .nav__link:not(.disabled):active, .white-label.insper .main-header .nav__link:not(:disabled):active:focus, .white-label.insper .main-header .nav__link:not(.disabled):active:focus,
.white-label.insper .main-footer .nav__link:hover,
.white-label.insper .main-footer .nav__link:focus,
.white-label.insper .main-footer .nav__link:active,
.white-label.insper .main-footer .nav__link:checked,
.white-label.insper .main-footer .nav__link:focus:hover,
.white-label.insper .main-footer .nav__link:focus:active,
.white-label.insper .main-footer .nav__link:not(:disabled):hover,
.white-label.insper .main-footer .nav__link:not(:disabled):active,
.white-label.insper .main-footer .nav__link:not(.disabled):active,
.white-label.insper .main-footer .nav__link:not(:disabled):active:focus,
.white-label.insper .main-footer .nav__link:not(.disabled):active:focus {
  color: #2e2d2f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper.signed-out .btn:not(.btn--social), .white-label.insper.signed-in .btn--primary {
  background-color: #c00026;
  border-color: #c00026;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.signed-out .btn:not(.btn--social):hover, .white-label.insper.signed-out .btn:not(.btn--social):focus, .white-label.insper.signed-out .btn:not(.btn--social):active, .white-label.insper.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.insper.signed-in .btn--primary:hover, .white-label.insper.signed-in .btn--primary:focus, .white-label.insper.signed-in .btn--primary:active, .white-label.insper.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #c00026;
  box-shadow: none;
  color: #c00026;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .nav__btn:hover span,
.white-label.insper .nav__btn:hover span::after,
.white-label.insper .nav__btn:hover span::before,
.white-label.insper .nav__btn:focus span,
.white-label.insper .nav__btn:focus span::after,
.white-label.insper .nav__btn:focus span::before {
  background-color: #414042;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.insper .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #414042;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .nav__sidebar ul .profile__no-menu-link:hover {
  color: #414042;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__list li:hover::after {
  border-color: rgba(65, 64, 66, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__list li:hover .heading-3 {
  color: #414042;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .profile__link:hover, .white-label.insper .profile__link:focus, .white-label.insper .profile__link:active, .white-label.insper .profile__link:checked, .white-label.insper .profile__link:focus:hover, .white-label.insper .profile__link:focus:active, .white-label.insper .profile__link:not(:disabled):hover, .white-label.insper .profile__link:not(:disabled):active, .white-label.insper .profile__link:not(.disabled):active, .white-label.insper .profile__link:not(:disabled):active:focus, .white-label.insper .profile__link:not(.disabled):active:focus {
  color: #414042;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .profile__actions:hover .profile__icn g,
.white-label.insper .profile__actions:focus .profile__icn g {
  fill: #414042;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .students__classmate:hover .students__thumbnail,
.white-label.insper .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #414042, 0 0 0 1px #414042 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .pagination__page-link:hover::after {
  border-color: rgba(65, 64, 66, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modal__bg-icn {
  fill: #414042;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .payments__paragraph--initial, .white-label.insper .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .form__input:-webkit-autofill, .white-label.insper .StripeElement:-webkit-autofill, .white-label.insper .form__input:-webkit-autofill:focus, .white-label.insper .form__input:-internal-autofill-selected, .white-label.insper .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(192, 0, 38, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(192, 0, 38, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(192, 0, 38, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(192, 0, 38, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(192, 0, 38, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .form__input:-moz-autofill, .white-label.insper .StripeElement:-moz-autofill, .white-label.insper .form__input:-moz-autofill-preview, .white-label.insper .StripeElement:-moz-autofill-preview {
  filter: rgba(192, 0, 38, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .form-radio__input:hover + label.bordered,
.white-label.insper .form-radio__input:hover + label::before, .white-label.insper .form-radio__input:focus + label.bordered,
.white-label.insper .form-radio__input:focus + label::before, .white-label.insper .form-radio__input:active + label.bordered,
.white-label.insper .form-radio__input:active + label::before, .white-label.insper .form-radio__input:checked + label.bordered,
.white-label.insper .form-radio__input:checked + label::before, .white-label.insper .form-radio__input:focus:hover + label.bordered,
.white-label.insper .form-radio__input:focus:hover + label::before, .white-label.insper .form-radio__input:focus:active + label.bordered,
.white-label.insper .form-radio__input:focus:active + label::before, .white-label.insper .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.insper .form-radio__input:not(:disabled):hover + label::before, .white-label.insper .form-radio__input:not(:disabled):active + label.bordered,
.white-label.insper .form-radio__input:not(:disabled):active + label::before, .white-label.insper .form-radio__input:not(.disabled):active + label.bordered,
.white-label.insper .form-radio__input:not(.disabled):active + label::before, .white-label.insper .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.insper .form-radio__input:not(:disabled):active:focus + label::before, .white-label.insper .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.insper .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #414042;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .form-radio__input:hover + .highlight-when-checked, .white-label.insper .form-radio__input:focus + .highlight-when-checked, .white-label.insper .form-radio__input:active + .highlight-when-checked, .white-label.insper .form-radio__input:checked + .highlight-when-checked, .white-label.insper .form-radio__input:focus:hover + .highlight-when-checked, .white-label.insper .form-radio__input:focus:active + .highlight-when-checked, .white-label.insper .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.insper .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.insper .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.insper .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.insper .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #414042 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .form-check-input:checked + label::before, .white-label.insper .form-check-input:checked + label.collection_radio_buttons::before {
  background: #414042;
  border-color: #414042;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .form-check-input:valid:focus:checked + label::before, .white-label.insper .form-check-input.valid:focus:checked + label::before, .white-label.insper .form-check-input--valid:focus:checked + label::before, .white-label.insper .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #414042;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .electives .form-radio__input:checked + label::before {
  background-color: #414042;
  border: 3px solid #414042;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .enrollment__icon path {
  fill: #c00026;
  stroke: #c00026;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .enrollment__icon tspan {
  fill: #c00026;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__tasks li:hover::after, .white-label.insper .modules__tasks li.selected::after {
  border-color: rgba(65, 64, 66, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__tasks li::before {
  color: rgba(65, 64, 66, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(65, 64, 66, 0.4);
  border-color: rgba(65, 64, 66, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .modules__tasks li .modules__btn:hover::after, .white-label.insper .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(65, 64, 66, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .tabs__li:hover {
  border-color: rgba(65, 64, 66, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .tabs__label {
  border-bottom-color: #414042;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.insper .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #414042;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .survey__success .check {
  fill: #414042;
  stroke: #414042;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .electives__checkbox:checked + label::before,
.white-label.insper .program-card__checkbox:checked + label::before {
  background-color: #414042;
  border-color: #414042;
  color: #414042;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .electives__checkbox:checked ~ .program-card__content,
.white-label.insper .program-card__checkbox:checked ~ .program-card__content {
  border-color: #414042;
  box-shadow: 0 0 0 1px #414042 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .canvas-assignments__submission-type::before {
  border-color: #414042;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .canvas-assignments__submission-type::after {
  border-color: #414042;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .canvas-assignments__submission-type:hover {
  background-color: rgba(65, 64, 66, 0.1);
  border-color: #414042;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .canvas-assignments__submission-type.typed--selected, .white-label.insper .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(65, 64, 66, 0.1);
  border-color: #414042;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(1),
.white-label.insper .steps--progress .step--completed:nth-child(1), .white-label.insper .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #747276, #6d6b6e);
  -moz-background: linear-gradient(to right, #747276, #6d6b6e);
  -ms-background: linear-gradient(to right, #747276, #6d6b6e);
  -o-background: linear-gradient(to right, #747276, #6d6b6e);
  background: linear-gradient(to right, #747276, #6d6b6e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(1)::after,
.white-label.insper .steps--progress .step--completed:nth-child(1)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #6d6b6e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(2),
.white-label.insper .steps--progress .step--completed:nth-child(2), .white-label.insper .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #6d6b6e, #656467);
  -moz-background: linear-gradient(to right, #6d6b6e, #656467);
  -ms-background: linear-gradient(to right, #6d6b6e, #656467);
  -o-background: linear-gradient(to right, #6d6b6e, #656467);
  background: linear-gradient(to right, #6d6b6e, #656467);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(2)::after,
.white-label.insper .steps--progress .step--completed:nth-child(2)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #656467;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(3),
.white-label.insper .steps--progress .step--completed:nth-child(3), .white-label.insper .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #656467, #5e5d60);
  -moz-background: linear-gradient(to right, #656467, #5e5d60);
  -ms-background: linear-gradient(to right, #656467, #5e5d60);
  -o-background: linear-gradient(to right, #656467, #5e5d60);
  background: linear-gradient(to right, #656467, #5e5d60);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(3)::after,
.white-label.insper .steps--progress .step--completed:nth-child(3)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #5e5d60;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(4),
.white-label.insper .steps--progress .step--completed:nth-child(4), .white-label.insper .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #5e5d60, #575658);
  -moz-background: linear-gradient(to right, #5e5d60, #575658);
  -ms-background: linear-gradient(to right, #5e5d60, #575658);
  -o-background: linear-gradient(to right, #5e5d60, #575658);
  background: linear-gradient(to right, #5e5d60, #575658);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(4)::after,
.white-label.insper .steps--progress .step--completed:nth-child(4)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #575658;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(5),
.white-label.insper .steps--progress .step--completed:nth-child(5), .white-label.insper .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #575658, #504e51);
  -moz-background: linear-gradient(to right, #575658, #504e51);
  -ms-background: linear-gradient(to right, #575658, #504e51);
  -o-background: linear-gradient(to right, #575658, #504e51);
  background: linear-gradient(to right, #575658, #504e51);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(5)::after,
.white-label.insper .steps--progress .step--completed:nth-child(5)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #504e51;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(6),
.white-label.insper .steps--progress .step--completed:nth-child(6), .white-label.insper .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #504e51, #484749);
  -moz-background: linear-gradient(to right, #504e51, #484749);
  -ms-background: linear-gradient(to right, #504e51, #484749);
  -o-background: linear-gradient(to right, #504e51, #484749);
  background: linear-gradient(to right, #504e51, #484749);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(6)::after,
.white-label.insper .steps--progress .step--completed:nth-child(6)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #484749;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(7),
.white-label.insper .steps--progress .step--completed:nth-child(7), .white-label.insper .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #484749, #414042);
  -moz-background: linear-gradient(to right, #484749, #414042);
  -ms-background: linear-gradient(to right, #484749, #414042);
  -o-background: linear-gradient(to right, #484749, #414042);
  background: linear-gradient(to right, #484749, #414042);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(7)::after,
.white-label.insper .steps--progress .step--completed:nth-child(7)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #414042;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(n+8),
.white-label.insper .steps--progress .step--completed:nth-child(n+8), .white-label.insper .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #414042;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .step--active:nth-child(n+8)::after,
.white-label.insper .steps--progress .step--completed:nth-child(n+8)::after, .white-label.insper .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #414042;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .steps--progress .vertical-step--active,
.white-label.insper .steps--progress .vertical-step--completed, .white-label.insper .steps--progress:hover .vertical-step--saved {
  color: #414042;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #747276, #6d6b6e);
  -moz-background: linear-gradient(to bottom, #747276, #6d6b6e);
  -ms-background: linear-gradient(to bottom, #747276, #6d6b6e);
  -o-background: linear-gradient(to bottom, #747276, #6d6b6e);
  background: linear-gradient(to bottom, #747276, #6d6b6e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #6d6b6e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #747276;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d6b6e, #656467);
  -moz-background: linear-gradient(to bottom, #6d6b6e, #656467);
  -ms-background: linear-gradient(to bottom, #6d6b6e, #656467);
  -o-background: linear-gradient(to bottom, #6d6b6e, #656467);
  background: linear-gradient(to bottom, #6d6b6e, #656467);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #656467;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #6d6b6e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #656467, #5e5d60);
  -moz-background: linear-gradient(to bottom, #656467, #5e5d60);
  -ms-background: linear-gradient(to bottom, #656467, #5e5d60);
  -o-background: linear-gradient(to bottom, #656467, #5e5d60);
  background: linear-gradient(to bottom, #656467, #5e5d60);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #5e5d60;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #656467;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #5e5d60, #575658);
  -moz-background: linear-gradient(to bottom, #5e5d60, #575658);
  -ms-background: linear-gradient(to bottom, #5e5d60, #575658);
  -o-background: linear-gradient(to bottom, #5e5d60, #575658);
  background: linear-gradient(to bottom, #5e5d60, #575658);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #575658;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #5e5d60;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #575658, #504e51);
  -moz-background: linear-gradient(to bottom, #575658, #504e51);
  -ms-background: linear-gradient(to bottom, #575658, #504e51);
  -o-background: linear-gradient(to bottom, #575658, #504e51);
  background: linear-gradient(to bottom, #575658, #504e51);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #504e51;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #575658;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #504e51, #484749);
  -moz-background: linear-gradient(to bottom, #504e51, #484749);
  -ms-background: linear-gradient(to bottom, #504e51, #484749);
  -o-background: linear-gradient(to bottom, #504e51, #484749);
  background: linear-gradient(to bottom, #504e51, #484749);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #484749;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #504e51;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #484749, #414042);
  -moz-background: linear-gradient(to bottom, #484749, #414042);
  -ms-background: linear-gradient(to bottom, #484749, #414042);
  -o-background: linear-gradient(to bottom, #484749, #414042);
  background: linear-gradient(to bottom, #484749, #414042);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #414042;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #484749;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #414042;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #414042;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.insper .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.insper .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #414042;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .sidebar .steps .steps__label-toggle {
  background-color: #414042;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .sidebar .steps .step--active {
  border-left: 0.5rem solid #414042;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #c00026, #ae092a);
  -moz-background: linear-gradient(to right, #c00026, #ae092a);
  -ms-background: linear-gradient(to right, #c00026, #ae092a);
  -o-background: linear-gradient(to right, #c00026, #ae092a);
  background: linear-gradient(to right, #c00026, #ae092a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ae092a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ae092a, #9c122e);
  -moz-background: linear-gradient(to right, #ae092a, #9c122e);
  -ms-background: linear-gradient(to right, #ae092a, #9c122e);
  -o-background: linear-gradient(to right, #ae092a, #9c122e);
  background: linear-gradient(to right, #ae092a, #9c122e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #9c122e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #9c122e, #8a1b32);
  -moz-background: linear-gradient(to right, #9c122e, #8a1b32);
  -ms-background: linear-gradient(to right, #9c122e, #8a1b32);
  -o-background: linear-gradient(to right, #9c122e, #8a1b32);
  background: linear-gradient(to right, #9c122e, #8a1b32);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #8a1b32;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #8a1b32, #772536);
  -moz-background: linear-gradient(to right, #8a1b32, #772536);
  -ms-background: linear-gradient(to right, #8a1b32, #772536);
  -o-background: linear-gradient(to right, #8a1b32, #772536);
  background: linear-gradient(to right, #8a1b32, #772536);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #772536;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #772536, #652e3a);
  -moz-background: linear-gradient(to right, #772536, #652e3a);
  -ms-background: linear-gradient(to right, #772536, #652e3a);
  -o-background: linear-gradient(to right, #772536, #652e3a);
  background: linear-gradient(to right, #772536, #652e3a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #652e3a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #652e3a, #53373e);
  -moz-background: linear-gradient(to right, #652e3a, #53373e);
  -ms-background: linear-gradient(to right, #652e3a, #53373e);
  -o-background: linear-gradient(to right, #652e3a, #53373e);
  background: linear-gradient(to right, #652e3a, #53373e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #53373e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #53373e, #414042);
  -moz-background: linear-gradient(to right, #53373e, #414042);
  -ms-background: linear-gradient(to right, #53373e, #414042);
  -o-background: linear-gradient(to right, #53373e, #414042);
  background: linear-gradient(to right, #53373e, #414042);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #414042;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #414042;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.insper.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.insper.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.insper.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.insper.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.insper.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #414042;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #c00026, #ae092a);
  -moz-background: linear-gradient(to bottom, #c00026, #ae092a);
  -ms-background: linear-gradient(to bottom, #c00026, #ae092a);
  -o-background: linear-gradient(to bottom, #c00026, #ae092a);
  background: linear-gradient(to bottom, #c00026, #ae092a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ae092a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #c00026;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ae092a, #9c122e);
  -moz-background: linear-gradient(to bottom, #ae092a, #9c122e);
  -ms-background: linear-gradient(to bottom, #ae092a, #9c122e);
  -o-background: linear-gradient(to bottom, #ae092a, #9c122e);
  background: linear-gradient(to bottom, #ae092a, #9c122e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #9c122e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ae092a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #9c122e, #8a1b32);
  -moz-background: linear-gradient(to bottom, #9c122e, #8a1b32);
  -ms-background: linear-gradient(to bottom, #9c122e, #8a1b32);
  -o-background: linear-gradient(to bottom, #9c122e, #8a1b32);
  background: linear-gradient(to bottom, #9c122e, #8a1b32);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #8a1b32;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #9c122e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #8a1b32, #772536);
  -moz-background: linear-gradient(to bottom, #8a1b32, #772536);
  -ms-background: linear-gradient(to bottom, #8a1b32, #772536);
  -o-background: linear-gradient(to bottom, #8a1b32, #772536);
  background: linear-gradient(to bottom, #8a1b32, #772536);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #772536;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #8a1b32;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #772536, #652e3a);
  -moz-background: linear-gradient(to bottom, #772536, #652e3a);
  -ms-background: linear-gradient(to bottom, #772536, #652e3a);
  -o-background: linear-gradient(to bottom, #772536, #652e3a);
  background: linear-gradient(to bottom, #772536, #652e3a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #652e3a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #772536;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #652e3a, #53373e);
  -moz-background: linear-gradient(to bottom, #652e3a, #53373e);
  -ms-background: linear-gradient(to bottom, #652e3a, #53373e);
  -o-background: linear-gradient(to bottom, #652e3a, #53373e);
  background: linear-gradient(to bottom, #652e3a, #53373e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #53373e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #652e3a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #53373e, #414042);
  -moz-background: linear-gradient(to bottom, #53373e, #414042);
  -ms-background: linear-gradient(to bottom, #53373e, #414042);
  -o-background: linear-gradient(to bottom, #53373e, #414042);
  background: linear-gradient(to bottom, #53373e, #414042);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #414042;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #53373e;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #414042;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #414042;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.insper.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.insper.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.insper.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.insper.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.insper.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #414042;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .referrals-advocate__overlay {
  background-color: #414042;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .referrals-advocate__steps-circle {
  fill: #414042;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .referrals-advocate__testimonial {
  background-color: #414042;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.insper .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.insper .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.insper .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.insper .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #414042;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.insper .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.insper .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.insper .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.insper .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.insper .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.insper .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.insper .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #414042;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .terms__title {
  border-color: #c00026;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .terms__links {
  color: #414042;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.insper .referral-tooltip__image path {
  fill: #414042;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.insper .main-header,
.insper .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #005fa9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.international-management-institute-new-delhi div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004983;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .main-header__menu__btn:hover, .white-label.international-management-institute-new-delhi .main-header__menu__btn:focus, .white-label.international-management-institute-new-delhi .main-header__menu__btn:active, .white-label.international-management-institute-new-delhi .main-header__menu__btn:checked, .white-label.international-management-institute-new-delhi .main-header__menu__btn:focus:hover, .white-label.international-management-institute-new-delhi .main-header__menu__btn:focus:active, .white-label.international-management-institute-new-delhi .main-header__menu__btn:not(:disabled):hover, .white-label.international-management-institute-new-delhi .main-header__menu__btn:not(:disabled):active, .white-label.international-management-institute-new-delhi .main-header__menu__btn:not(.disabled):active, .white-label.international-management-institute-new-delhi .main-header__menu__btn:not(:disabled):active:focus, .white-label.international-management-institute-new-delhi .main-header__menu__btn:not(.disabled):active:focus,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:hover,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:focus,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:active,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:checked,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:focus:hover,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:focus:active,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:not(:disabled):hover,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:not(:disabled):active,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:not(.disabled):active,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.international-management-institute-new-delhi .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #005fa9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .main-header .nav__link:hover, .white-label.international-management-institute-new-delhi .main-header .nav__link:focus, .white-label.international-management-institute-new-delhi .main-header .nav__link:active, .white-label.international-management-institute-new-delhi .main-header .nav__link:checked, .white-label.international-management-institute-new-delhi .main-header .nav__link:focus:hover, .white-label.international-management-institute-new-delhi .main-header .nav__link:focus:active, .white-label.international-management-institute-new-delhi .main-header .nav__link:not(:disabled):hover, .white-label.international-management-institute-new-delhi .main-header .nav__link:not(:disabled):active, .white-label.international-management-institute-new-delhi .main-header .nav__link:not(.disabled):active, .white-label.international-management-institute-new-delhi .main-header .nav__link:not(:disabled):active:focus, .white-label.international-management-institute-new-delhi .main-header .nav__link:not(.disabled):active:focus,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:hover,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:focus,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:active,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:checked,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:focus:hover,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:focus:active,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:not(:disabled):hover,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:not(:disabled):active,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:not(.disabled):active,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:not(:disabled):active:focus,
.white-label.international-management-institute-new-delhi .main-footer .nav__link:not(.disabled):active:focus {
  color: #004983;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi.signed-out .btn:not(.btn--social), .white-label.international-management-institute-new-delhi.signed-in .btn--primary {
  background-color: #003254;
  border-color: #003254;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.signed-out .btn:not(.btn--social):hover, .white-label.international-management-institute-new-delhi.signed-out .btn:not(.btn--social):focus, .white-label.international-management-institute-new-delhi.signed-out .btn:not(.btn--social):active, .white-label.international-management-institute-new-delhi.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.international-management-institute-new-delhi.signed-in .btn--primary:hover, .white-label.international-management-institute-new-delhi.signed-in .btn--primary:focus, .white-label.international-management-institute-new-delhi.signed-in .btn--primary:active, .white-label.international-management-institute-new-delhi.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #003254;
  box-shadow: none;
  color: #003254;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .nav__btn:hover span,
.white-label.international-management-institute-new-delhi .nav__btn:hover span::after,
.white-label.international-management-institute-new-delhi .nav__btn:hover span::before,
.white-label.international-management-institute-new-delhi .nav__btn:focus span,
.white-label.international-management-institute-new-delhi .nav__btn:focus span::after,
.white-label.international-management-institute-new-delhi .nav__btn:focus span::before {
  background-color: #005fa9;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.international-management-institute-new-delhi .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #005fa9;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .nav__sidebar ul .profile__no-menu-link:hover {
  color: #005fa9;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__list li:hover::after {
  border-color: rgba(0, 95, 169, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__list li:hover .heading-3 {
  color: #005fa9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .profile__link:hover, .white-label.international-management-institute-new-delhi .profile__link:focus, .white-label.international-management-institute-new-delhi .profile__link:active, .white-label.international-management-institute-new-delhi .profile__link:checked, .white-label.international-management-institute-new-delhi .profile__link:focus:hover, .white-label.international-management-institute-new-delhi .profile__link:focus:active, .white-label.international-management-institute-new-delhi .profile__link:not(:disabled):hover, .white-label.international-management-institute-new-delhi .profile__link:not(:disabled):active, .white-label.international-management-institute-new-delhi .profile__link:not(.disabled):active, .white-label.international-management-institute-new-delhi .profile__link:not(:disabled):active:focus, .white-label.international-management-institute-new-delhi .profile__link:not(.disabled):active:focus {
  color: #005fa9;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .profile__actions:hover .profile__icn g,
.white-label.international-management-institute-new-delhi .profile__actions:focus .profile__icn g {
  fill: #005fa9;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .students__classmate:hover .students__thumbnail,
.white-label.international-management-institute-new-delhi .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #005fa9, 0 0 0 1px #005fa9 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .pagination__page-link:hover::after {
  border-color: rgba(0, 95, 169, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modal__bg-icn {
  fill: #005fa9;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .payments__paragraph--initial, .white-label.international-management-institute-new-delhi .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .form__input:-webkit-autofill, .white-label.international-management-institute-new-delhi .StripeElement:-webkit-autofill, .white-label.international-management-institute-new-delhi .form__input:-webkit-autofill:focus, .white-label.international-management-institute-new-delhi .form__input:-internal-autofill-selected, .white-label.international-management-institute-new-delhi .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 50, 84, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 50, 84, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 50, 84, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 50, 84, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 50, 84, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .form__input:-moz-autofill, .white-label.international-management-institute-new-delhi .StripeElement:-moz-autofill, .white-label.international-management-institute-new-delhi .form__input:-moz-autofill-preview, .white-label.international-management-institute-new-delhi .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 50, 84, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .form-radio__input:hover + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:hover + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:focus + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:focus + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:active + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:active + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:checked + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:checked + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:focus:hover + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:focus:hover + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:focus:active + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:focus:active + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):hover + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):active + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):active + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:not(.disabled):active + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:not(.disabled):active + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):active:focus + label::before, .white-label.international-management-institute-new-delhi .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.international-management-institute-new-delhi .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #005fa9;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .form-radio__input:hover + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:focus + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:active + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:checked + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:focus:hover + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:focus:active + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.international-management-institute-new-delhi .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #005fa9 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .form-check-input:checked + label::before, .white-label.international-management-institute-new-delhi .form-check-input:checked + label.collection_radio_buttons::before {
  background: #005fa9;
  border-color: #005fa9;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .form-check-input:valid:focus:checked + label::before, .white-label.international-management-institute-new-delhi .form-check-input.valid:focus:checked + label::before, .white-label.international-management-institute-new-delhi .form-check-input--valid:focus:checked + label::before, .white-label.international-management-institute-new-delhi .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #005fa9;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .electives .form-radio__input:checked + label::before {
  background-color: #005fa9;
  border: 3px solid #005fa9;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .enrollment__icon path {
  fill: #003254;
  stroke: #003254;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .enrollment__icon tspan {
  fill: #003254;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__tasks li:hover::after, .white-label.international-management-institute-new-delhi .modules__tasks li.selected::after {
  border-color: rgba(0, 95, 169, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__tasks li::before {
  color: rgba(0, 95, 169, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 95, 169, 0.4);
  border-color: rgba(0, 95, 169, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .modules__tasks li .modules__btn:hover::after, .white-label.international-management-institute-new-delhi .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 95, 169, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .tabs__li:hover {
  border-color: rgba(0, 95, 169, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .tabs__label {
  border-bottom-color: #005fa9;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.international-management-institute-new-delhi .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #005fa9;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .survey__success .check {
  fill: #005fa9;
  stroke: #005fa9;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .electives__checkbox:checked + label::before,
.white-label.international-management-institute-new-delhi .program-card__checkbox:checked + label::before {
  background-color: #005fa9;
  border-color: #005fa9;
  color: #005fa9;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .electives__checkbox:checked ~ .program-card__content,
.white-label.international-management-institute-new-delhi .program-card__checkbox:checked ~ .program-card__content {
  border-color: #005fa9;
  box-shadow: 0 0 0 1px #005fa9 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .canvas-assignments__submission-type::before {
  border-color: #005fa9;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .canvas-assignments__submission-type::after {
  border-color: #005fa9;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 95, 169, 0.1);
  border-color: #005fa9;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .canvas-assignments__submission-type.typed--selected, .white-label.international-management-institute-new-delhi .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 95, 169, 0.1);
  border-color: #005fa9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(1),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(1), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1096ff, #0e8ef3);
  -moz-background: linear-gradient(to right, #1096ff, #0e8ef3);
  -ms-background: linear-gradient(to right, #1096ff, #0e8ef3);
  -o-background: linear-gradient(to right, #1096ff, #0e8ef3);
  background: linear-gradient(to right, #1096ff, #0e8ef3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(1)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(1)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0e8ef3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(2),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(2), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0e8ef3, #0b87e6);
  -moz-background: linear-gradient(to right, #0e8ef3, #0b87e6);
  -ms-background: linear-gradient(to right, #0e8ef3, #0b87e6);
  -o-background: linear-gradient(to right, #0e8ef3, #0b87e6);
  background: linear-gradient(to right, #0e8ef3, #0b87e6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(2)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(2)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0b87e6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(3),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(3), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0b87e6, #097fda);
  -moz-background: linear-gradient(to right, #0b87e6, #097fda);
  -ms-background: linear-gradient(to right, #0b87e6, #097fda);
  -o-background: linear-gradient(to right, #0b87e6, #097fda);
  background: linear-gradient(to right, #0b87e6, #097fda);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(3)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(3)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #097fda;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(4),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(4), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #097fda, #0777ce);
  -moz-background: linear-gradient(to right, #097fda, #0777ce);
  -ms-background: linear-gradient(to right, #097fda, #0777ce);
  -o-background: linear-gradient(to right, #097fda, #0777ce);
  background: linear-gradient(to right, #097fda, #0777ce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(4)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(4)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0777ce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(5),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(5), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0777ce, #056fc2);
  -moz-background: linear-gradient(to right, #0777ce, #056fc2);
  -ms-background: linear-gradient(to right, #0777ce, #056fc2);
  -o-background: linear-gradient(to right, #0777ce, #056fc2);
  background: linear-gradient(to right, #0777ce, #056fc2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(5)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(5)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #056fc2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(6),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(6), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #056fc2, #0267b5);
  -moz-background: linear-gradient(to right, #056fc2, #0267b5);
  -ms-background: linear-gradient(to right, #056fc2, #0267b5);
  -o-background: linear-gradient(to right, #056fc2, #0267b5);
  background: linear-gradient(to right, #056fc2, #0267b5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(6)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(6)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0267b5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(7),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(7), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0267b5, #005fa9);
  -moz-background: linear-gradient(to right, #0267b5, #005fa9);
  -ms-background: linear-gradient(to right, #0267b5, #005fa9);
  -o-background: linear-gradient(to right, #0267b5, #005fa9);
  background: linear-gradient(to right, #0267b5, #005fa9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(7)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(7)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #005fa9;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(n+8),
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(n+8), .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #005fa9;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .step--active:nth-child(n+8)::after,
.white-label.international-management-institute-new-delhi .steps--progress .step--completed:nth-child(n+8)::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #005fa9;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved {
  color: #005fa9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1096ff, #0e8ef3);
  -moz-background: linear-gradient(to bottom, #1096ff, #0e8ef3);
  -ms-background: linear-gradient(to bottom, #1096ff, #0e8ef3);
  -o-background: linear-gradient(to bottom, #1096ff, #0e8ef3);
  background: linear-gradient(to bottom, #1096ff, #0e8ef3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0e8ef3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1096ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e8ef3, #0b87e6);
  -moz-background: linear-gradient(to bottom, #0e8ef3, #0b87e6);
  -ms-background: linear-gradient(to bottom, #0e8ef3, #0b87e6);
  -o-background: linear-gradient(to bottom, #0e8ef3, #0b87e6);
  background: linear-gradient(to bottom, #0e8ef3, #0b87e6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0b87e6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0e8ef3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b87e6, #097fda);
  -moz-background: linear-gradient(to bottom, #0b87e6, #097fda);
  -ms-background: linear-gradient(to bottom, #0b87e6, #097fda);
  -o-background: linear-gradient(to bottom, #0b87e6, #097fda);
  background: linear-gradient(to bottom, #0b87e6, #097fda);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #097fda;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0b87e6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #097fda, #0777ce);
  -moz-background: linear-gradient(to bottom, #097fda, #0777ce);
  -ms-background: linear-gradient(to bottom, #097fda, #0777ce);
  -o-background: linear-gradient(to bottom, #097fda, #0777ce);
  background: linear-gradient(to bottom, #097fda, #0777ce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0777ce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #097fda;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0777ce, #056fc2);
  -moz-background: linear-gradient(to bottom, #0777ce, #056fc2);
  -ms-background: linear-gradient(to bottom, #0777ce, #056fc2);
  -o-background: linear-gradient(to bottom, #0777ce, #056fc2);
  background: linear-gradient(to bottom, #0777ce, #056fc2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #056fc2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0777ce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #056fc2, #0267b5);
  -moz-background: linear-gradient(to bottom, #056fc2, #0267b5);
  -ms-background: linear-gradient(to bottom, #056fc2, #0267b5);
  -o-background: linear-gradient(to bottom, #056fc2, #0267b5);
  background: linear-gradient(to bottom, #056fc2, #0267b5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0267b5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #056fc2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0267b5, #005fa9);
  -moz-background: linear-gradient(to bottom, #0267b5, #005fa9);
  -ms-background: linear-gradient(to bottom, #0267b5, #005fa9);
  -o-background: linear-gradient(to bottom, #0267b5, #005fa9);
  background: linear-gradient(to bottom, #0267b5, #005fa9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #005fa9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0267b5;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #005fa9;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #005fa9;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.international-management-institute-new-delhi .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.international-management-institute-new-delhi .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #005fa9;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .sidebar .steps .steps__label-toggle {
  background-color: #005fa9;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .sidebar .steps .step--active {
  border-left: 0.5rem solid #005fa9;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003254, #003860);
  -moz-background: linear-gradient(to right, #003254, #003860);
  -ms-background: linear-gradient(to right, #003254, #003860);
  -o-background: linear-gradient(to right, #003254, #003860);
  background: linear-gradient(to right, #003254, #003860);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #003860;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #003860, #003f6c);
  -moz-background: linear-gradient(to right, #003860, #003f6c);
  -ms-background: linear-gradient(to right, #003860, #003f6c);
  -o-background: linear-gradient(to right, #003860, #003f6c);
  background: linear-gradient(to right, #003860, #003f6c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #003f6c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #003f6c, #004578);
  -moz-background: linear-gradient(to right, #003f6c, #004578);
  -ms-background: linear-gradient(to right, #003f6c, #004578);
  -o-background: linear-gradient(to right, #003f6c, #004578);
  background: linear-gradient(to right, #003f6c, #004578);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #004578;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #004578, #004c85);
  -moz-background: linear-gradient(to right, #004578, #004c85);
  -ms-background: linear-gradient(to right, #004578, #004c85);
  -o-background: linear-gradient(to right, #004578, #004c85);
  background: linear-gradient(to right, #004578, #004c85);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #004c85;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #004c85, #005291);
  -moz-background: linear-gradient(to right, #004c85, #005291);
  -ms-background: linear-gradient(to right, #004c85, #005291);
  -o-background: linear-gradient(to right, #004c85, #005291);
  background: linear-gradient(to right, #004c85, #005291);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #005291;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #005291, #00599d);
  -moz-background: linear-gradient(to right, #005291, #00599d);
  -ms-background: linear-gradient(to right, #005291, #00599d);
  -o-background: linear-gradient(to right, #005291, #00599d);
  background: linear-gradient(to right, #005291, #00599d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00599d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00599d, #005fa9);
  -moz-background: linear-gradient(to right, #00599d, #005fa9);
  -ms-background: linear-gradient(to right, #00599d, #005fa9);
  -o-background: linear-gradient(to right, #00599d, #005fa9);
  background: linear-gradient(to right, #00599d, #005fa9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #005fa9;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #005fa9;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #005fa9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003254, #003860);
  -moz-background: linear-gradient(to bottom, #003254, #003860);
  -ms-background: linear-gradient(to bottom, #003254, #003860);
  -o-background: linear-gradient(to bottom, #003254, #003860);
  background: linear-gradient(to bottom, #003254, #003860);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #003860;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003254;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #003860, #003f6c);
  -moz-background: linear-gradient(to bottom, #003860, #003f6c);
  -ms-background: linear-gradient(to bottom, #003860, #003f6c);
  -o-background: linear-gradient(to bottom, #003860, #003f6c);
  background: linear-gradient(to bottom, #003860, #003f6c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #003f6c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #003860;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #003f6c, #004578);
  -moz-background: linear-gradient(to bottom, #003f6c, #004578);
  -ms-background: linear-gradient(to bottom, #003f6c, #004578);
  -o-background: linear-gradient(to bottom, #003f6c, #004578);
  background: linear-gradient(to bottom, #003f6c, #004578);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #004578;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #003f6c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #004578, #004c85);
  -moz-background: linear-gradient(to bottom, #004578, #004c85);
  -ms-background: linear-gradient(to bottom, #004578, #004c85);
  -o-background: linear-gradient(to bottom, #004578, #004c85);
  background: linear-gradient(to bottom, #004578, #004c85);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #004c85;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #004578;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #004c85, #005291);
  -moz-background: linear-gradient(to bottom, #004c85, #005291);
  -ms-background: linear-gradient(to bottom, #004c85, #005291);
  -o-background: linear-gradient(to bottom, #004c85, #005291);
  background: linear-gradient(to bottom, #004c85, #005291);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #005291;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #004c85;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #005291, #00599d);
  -moz-background: linear-gradient(to bottom, #005291, #00599d);
  -ms-background: linear-gradient(to bottom, #005291, #00599d);
  -o-background: linear-gradient(to bottom, #005291, #00599d);
  background: linear-gradient(to bottom, #005291, #00599d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00599d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #005291;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00599d, #005fa9);
  -moz-background: linear-gradient(to bottom, #00599d, #005fa9);
  -ms-background: linear-gradient(to bottom, #00599d, #005fa9);
  -o-background: linear-gradient(to bottom, #00599d, #005fa9);
  background: linear-gradient(to bottom, #00599d, #005fa9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #005fa9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00599d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #005fa9;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #005fa9;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.international-management-institute-new-delhi.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.international-management-institute-new-delhi.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.international-management-institute-new-delhi.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.international-management-institute-new-delhi.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #005fa9;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .referrals-advocate__overlay {
  background-color: #005fa9;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .referrals-advocate__steps-circle {
  fill: #005fa9;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .referrals-advocate__testimonial {
  background-color: #005fa9;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #005fa9;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.international-management-institute-new-delhi .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #005fa9;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .terms__title {
  border-color: #003254;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .terms__links {
  color: #005fa9;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.international-management-institute-new-delhi .referral-tooltip__image path {
  fill: #005fa9;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.international-management-institute-new-delhi .main-header,
.international-management-institute-new-delhi .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.iese-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #d90000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .main-header__menu__btn:hover, .white-label.iese-business-school .main-header__menu__btn:focus, .white-label.iese-business-school .main-header__menu__btn:active, .white-label.iese-business-school .main-header__menu__btn:checked, .white-label.iese-business-school .main-header__menu__btn:focus:hover, .white-label.iese-business-school .main-header__menu__btn:focus:active, .white-label.iese-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.iese-business-school .main-header__menu__btn:not(:disabled):active, .white-label.iese-business-school .main-header__menu__btn:not(.disabled):active, .white-label.iese-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.iese-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.iese-business-school .main-footer__menu__btn:hover,
.white-label.iese-business-school .main-footer__menu__btn:focus,
.white-label.iese-business-school .main-footer__menu__btn:active,
.white-label.iese-business-school .main-footer__menu__btn:checked,
.white-label.iese-business-school .main-footer__menu__btn:focus:hover,
.white-label.iese-business-school .main-footer__menu__btn:focus:active,
.white-label.iese-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.iese-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.iese-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.iese-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.iese-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .main-header .nav__link:hover, .white-label.iese-business-school .main-header .nav__link:focus, .white-label.iese-business-school .main-header .nav__link:active, .white-label.iese-business-school .main-header .nav__link:checked, .white-label.iese-business-school .main-header .nav__link:focus:hover, .white-label.iese-business-school .main-header .nav__link:focus:active, .white-label.iese-business-school .main-header .nav__link:not(:disabled):hover, .white-label.iese-business-school .main-header .nav__link:not(:disabled):active, .white-label.iese-business-school .main-header .nav__link:not(.disabled):active, .white-label.iese-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.iese-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.iese-business-school .main-footer .nav__link:hover,
.white-label.iese-business-school .main-footer .nav__link:focus,
.white-label.iese-business-school .main-footer .nav__link:active,
.white-label.iese-business-school .main-footer .nav__link:checked,
.white-label.iese-business-school .main-footer .nav__link:focus:hover,
.white-label.iese-business-school .main-footer .nav__link:focus:active,
.white-label.iese-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.iese-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.iese-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.iese-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.iese-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #d90000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school.signed-out .btn:not(.btn--social), .white-label.iese-business-school.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.signed-out .btn:not(.btn--social):hover, .white-label.iese-business-school.signed-out .btn:not(.btn--social):focus, .white-label.iese-business-school.signed-out .btn:not(.btn--social):active, .white-label.iese-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.iese-business-school.signed-in .btn--primary:hover, .white-label.iese-business-school.signed-in .btn--primary:focus, .white-label.iese-business-school.signed-in .btn--primary:active, .white-label.iese-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .nav__btn:hover span,
.white-label.iese-business-school .nav__btn:hover span::after,
.white-label.iese-business-school .nav__btn:hover span::before,
.white-label.iese-business-school .nav__btn:focus span,
.white-label.iese-business-school .nav__btn:focus span::after,
.white-label.iese-business-school .nav__btn:focus span::before {
  background-color: #f00;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.iese-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #f00;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #f00;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__list li:hover::after {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__list li:hover .heading-3 {
  color: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .profile__link:hover, .white-label.iese-business-school .profile__link:focus, .white-label.iese-business-school .profile__link:active, .white-label.iese-business-school .profile__link:checked, .white-label.iese-business-school .profile__link:focus:hover, .white-label.iese-business-school .profile__link:focus:active, .white-label.iese-business-school .profile__link:not(:disabled):hover, .white-label.iese-business-school .profile__link:not(:disabled):active, .white-label.iese-business-school .profile__link:not(.disabled):active, .white-label.iese-business-school .profile__link:not(:disabled):active:focus, .white-label.iese-business-school .profile__link:not(.disabled):active:focus {
  color: #f00;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .profile__actions:hover .profile__icn g,
.white-label.iese-business-school .profile__actions:focus .profile__icn g {
  fill: #f00;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .students__classmate:hover .students__thumbnail,
.white-label.iese-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #f00, 0 0 0 1px #f00 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .pagination__page-link:hover::after {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modal__bg-icn {
  fill: #f00;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .payments__paragraph--initial, .white-label.iese-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .form__input:-webkit-autofill, .white-label.iese-business-school .StripeElement:-webkit-autofill, .white-label.iese-business-school .form__input:-webkit-autofill:focus, .white-label.iese-business-school .form__input:-internal-autofill-selected, .white-label.iese-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .form__input:-moz-autofill, .white-label.iese-business-school .StripeElement:-moz-autofill, .white-label.iese-business-school .form__input:-moz-autofill-preview, .white-label.iese-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .form-radio__input:hover + label.bordered,
.white-label.iese-business-school .form-radio__input:hover + label::before, .white-label.iese-business-school .form-radio__input:focus + label.bordered,
.white-label.iese-business-school .form-radio__input:focus + label::before, .white-label.iese-business-school .form-radio__input:active + label.bordered,
.white-label.iese-business-school .form-radio__input:active + label::before, .white-label.iese-business-school .form-radio__input:checked + label.bordered,
.white-label.iese-business-school .form-radio__input:checked + label::before, .white-label.iese-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.iese-business-school .form-radio__input:focus:hover + label::before, .white-label.iese-business-school .form-radio__input:focus:active + label.bordered,
.white-label.iese-business-school .form-radio__input:focus:active + label::before, .white-label.iese-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.iese-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.iese-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.iese-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.iese-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.iese-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.iese-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.iese-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.iese-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.iese-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #f00;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:active + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.iese-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #f00 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .form-check-input:checked + label::before, .white-label.iese-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #f00;
  border-color: #f00;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .form-check-input:valid:focus:checked + label::before, .white-label.iese-business-school .form-check-input.valid:focus:checked + label::before, .white-label.iese-business-school .form-check-input--valid:focus:checked + label::before, .white-label.iese-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #f00;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .electives .form-radio__input:checked + label::before {
  background-color: #f00;
  border: 3px solid #f00;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__tasks li:hover::after, .white-label.iese-business-school .modules__tasks li.selected::after {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__tasks li::before {
  color: rgba(255, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(255, 0, 0, 0.4);
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .modules__tasks li .modules__btn:hover::after, .white-label.iese-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .tabs__li:hover {
  border-color: rgba(255, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .tabs__label {
  border-bottom-color: #f00;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.iese-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #f00;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .survey__success .check {
  fill: #f00;
  stroke: #f00;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .electives__checkbox:checked + label::before,
.white-label.iese-business-school .program-card__checkbox:checked + label::before {
  background-color: #f00;
  border-color: #f00;
  color: #f00;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.iese-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #f00;
  box-shadow: 0 0 0 1px #f00 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .canvas-assignments__submission-type::before {
  border-color: #f00;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .canvas-assignments__submission-type::after {
  border-color: #f00;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: #f00;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .canvas-assignments__submission-type.typed--selected, .white-label.iese-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: #f00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(1),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(1), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ff6666, #ff5757);
  -moz-background: linear-gradient(to right, #ff6666, #ff5757);
  -ms-background: linear-gradient(to right, #ff6666, #ff5757);
  -o-background: linear-gradient(to right, #ff6666, #ff5757);
  background: linear-gradient(to right, #ff6666, #ff5757);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ff5757;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(2),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(2), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ff5757, #ff4949);
  -moz-background: linear-gradient(to right, #ff5757, #ff4949);
  -ms-background: linear-gradient(to right, #ff5757, #ff4949);
  -o-background: linear-gradient(to right, #ff5757, #ff4949);
  background: linear-gradient(to right, #ff5757, #ff4949);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ff4949;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(3),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(3), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ff4949, #ff3a3a);
  -moz-background: linear-gradient(to right, #ff4949, #ff3a3a);
  -ms-background: linear-gradient(to right, #ff4949, #ff3a3a);
  -o-background: linear-gradient(to right, #ff4949, #ff3a3a);
  background: linear-gradient(to right, #ff4949, #ff3a3a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ff3a3a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(4),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(4), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  -moz-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  -ms-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  -o-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  background: linear-gradient(to right, #ff3a3a, #ff2c2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ff2c2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(5),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(5), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  -moz-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  -ms-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  -o-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  background: linear-gradient(to right, #ff2c2c, #ff1d1d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ff1d1d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(6),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(6), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  -moz-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  -ms-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  -o-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  background: linear-gradient(to right, #ff1d1d, #ff0f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ff0f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(7),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(7), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ff0f0f, red);
  -moz-background: linear-gradient(to right, #ff0f0f, red);
  -ms-background: linear-gradient(to right, #ff0f0f, red);
  -o-background: linear-gradient(to right, #ff0f0f, red);
  background: linear-gradient(to right, #ff0f0f, red);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: red;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.iese-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #f00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.iese-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.iese-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #f00;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active,
.white-label.iese-business-school .steps--progress .vertical-step--completed, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved {
  color: #f00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff6666, #ff5757);
  -moz-background: linear-gradient(to bottom, #ff6666, #ff5757);
  -ms-background: linear-gradient(to bottom, #ff6666, #ff5757);
  -o-background: linear-gradient(to bottom, #ff6666, #ff5757);
  background: linear-gradient(to bottom, #ff6666, #ff5757);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ff5757;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ff6666;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff5757, #ff4949);
  -moz-background: linear-gradient(to bottom, #ff5757, #ff4949);
  -ms-background: linear-gradient(to bottom, #ff5757, #ff4949);
  -o-background: linear-gradient(to bottom, #ff5757, #ff4949);
  background: linear-gradient(to bottom, #ff5757, #ff4949);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ff4949;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ff5757;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  -moz-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  -ms-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  -o-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  background: linear-gradient(to bottom, #ff4949, #ff3a3a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ff3a3a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ff4949;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  -moz-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  -ms-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  -o-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ff2c2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ff3a3a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  -moz-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  -ms-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  -o-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ff1d1d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ff2c2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  -moz-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  -ms-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  -o-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ff0f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ff1d1d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff0f0f, red);
  -moz-background: linear-gradient(to bottom, #ff0f0f, red);
  -ms-background: linear-gradient(to bottom, #ff0f0f, red);
  -o-background: linear-gradient(to bottom, #ff0f0f, red);
  background: linear-gradient(to bottom, #ff0f0f, red);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: red;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ff0f0f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #f00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #f00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iese-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iese-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #f00;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .sidebar .steps .steps__label-toggle {
  background-color: red;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid red;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #240000);
  -moz-background: linear-gradient(to right, black, #240000);
  -ms-background: linear-gradient(to right, black, #240000);
  -o-background: linear-gradient(to right, black, #240000);
  background: linear-gradient(to right, black, #240000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #240000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #240000, #490000);
  -moz-background: linear-gradient(to right, #240000, #490000);
  -ms-background: linear-gradient(to right, #240000, #490000);
  -o-background: linear-gradient(to right, #240000, #490000);
  background: linear-gradient(to right, #240000, #490000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #490000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #490000, #6d0000);
  -moz-background: linear-gradient(to right, #490000, #6d0000);
  -ms-background: linear-gradient(to right, #490000, #6d0000);
  -o-background: linear-gradient(to right, #490000, #6d0000);
  background: linear-gradient(to right, #490000, #6d0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6d0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6d0000, #920000);
  -moz-background: linear-gradient(to right, #6d0000, #920000);
  -ms-background: linear-gradient(to right, #6d0000, #920000);
  -o-background: linear-gradient(to right, #6d0000, #920000);
  background: linear-gradient(to right, #6d0000, #920000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #920000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #920000, #b60000);
  -moz-background: linear-gradient(to right, #920000, #b60000);
  -ms-background: linear-gradient(to right, #920000, #b60000);
  -o-background: linear-gradient(to right, #920000, #b60000);
  background: linear-gradient(to right, #920000, #b60000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b60000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b60000, #db0000);
  -moz-background: linear-gradient(to right, #b60000, #db0000);
  -ms-background: linear-gradient(to right, #b60000, #db0000);
  -o-background: linear-gradient(to right, #b60000, #db0000);
  background: linear-gradient(to right, #b60000, #db0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #db0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #db0000, red);
  -moz-background: linear-gradient(to right, #db0000, red);
  -ms-background: linear-gradient(to right, #db0000, red);
  -o-background: linear-gradient(to right, #db0000, red);
  background: linear-gradient(to right, #db0000, red);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: red;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #f00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iese-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.iese-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.iese-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #f00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #240000);
  -moz-background: linear-gradient(to bottom, black, #240000);
  -ms-background: linear-gradient(to bottom, black, #240000);
  -o-background: linear-gradient(to bottom, black, #240000);
  background: linear-gradient(to bottom, black, #240000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #240000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #240000, #490000);
  -moz-background: linear-gradient(to bottom, #240000, #490000);
  -ms-background: linear-gradient(to bottom, #240000, #490000);
  -o-background: linear-gradient(to bottom, #240000, #490000);
  background: linear-gradient(to bottom, #240000, #490000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #490000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #240000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #490000, #6d0000);
  -moz-background: linear-gradient(to bottom, #490000, #6d0000);
  -ms-background: linear-gradient(to bottom, #490000, #6d0000);
  -o-background: linear-gradient(to bottom, #490000, #6d0000);
  background: linear-gradient(to bottom, #490000, #6d0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6d0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #490000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d0000, #920000);
  -moz-background: linear-gradient(to bottom, #6d0000, #920000);
  -ms-background: linear-gradient(to bottom, #6d0000, #920000);
  -o-background: linear-gradient(to bottom, #6d0000, #920000);
  background: linear-gradient(to bottom, #6d0000, #920000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #920000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6d0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #920000, #b60000);
  -moz-background: linear-gradient(to bottom, #920000, #b60000);
  -ms-background: linear-gradient(to bottom, #920000, #b60000);
  -o-background: linear-gradient(to bottom, #920000, #b60000);
  background: linear-gradient(to bottom, #920000, #b60000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b60000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #920000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b60000, #db0000);
  -moz-background: linear-gradient(to bottom, #b60000, #db0000);
  -ms-background: linear-gradient(to bottom, #b60000, #db0000);
  -o-background: linear-gradient(to bottom, #b60000, #db0000);
  background: linear-gradient(to bottom, #b60000, #db0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #db0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b60000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #db0000, red);
  -moz-background: linear-gradient(to bottom, #db0000, red);
  -ms-background: linear-gradient(to bottom, #db0000, red);
  -o-background: linear-gradient(to bottom, #db0000, red);
  background: linear-gradient(to bottom, #db0000, red);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: red;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #db0000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #f00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #f00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iese-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iese-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.iese-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.iese-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #f00;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .referrals-advocate__overlay {
  background-color: #f00;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .referrals-advocate__steps-circle {
  fill: #f00;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .referrals-advocate__testimonial {
  background-color: #f00;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.iese-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #f00;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.iese-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #f00;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .terms__links {
  color: #f00;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.iese-business-school .referral-tooltip__image path {
  fill: #f00;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.iese-business-school .main-header,
.iese-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a7d802;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.imd div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.imd div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #8ab202;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .main-header__menu__btn:hover, .white-label.imd .main-header__menu__btn:focus, .white-label.imd .main-header__menu__btn:active, .white-label.imd .main-header__menu__btn:checked, .white-label.imd .main-header__menu__btn:focus:hover, .white-label.imd .main-header__menu__btn:focus:active, .white-label.imd .main-header__menu__btn:not(:disabled):hover, .white-label.imd .main-header__menu__btn:not(:disabled):active, .white-label.imd .main-header__menu__btn:not(.disabled):active, .white-label.imd .main-header__menu__btn:not(:disabled):active:focus, .white-label.imd .main-header__menu__btn:not(.disabled):active:focus,
.white-label.imd .main-footer__menu__btn:hover,
.white-label.imd .main-footer__menu__btn:focus,
.white-label.imd .main-footer__menu__btn:active,
.white-label.imd .main-footer__menu__btn:checked,
.white-label.imd .main-footer__menu__btn:focus:hover,
.white-label.imd .main-footer__menu__btn:focus:active,
.white-label.imd .main-footer__menu__btn:not(:disabled):hover,
.white-label.imd .main-footer__menu__btn:not(:disabled):active,
.white-label.imd .main-footer__menu__btn:not(.disabled):active,
.white-label.imd .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.imd .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a7d802;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .main-header .nav__link:hover, .white-label.imd .main-header .nav__link:focus, .white-label.imd .main-header .nav__link:active, .white-label.imd .main-header .nav__link:checked, .white-label.imd .main-header .nav__link:focus:hover, .white-label.imd .main-header .nav__link:focus:active, .white-label.imd .main-header .nav__link:not(:disabled):hover, .white-label.imd .main-header .nav__link:not(:disabled):active, .white-label.imd .main-header .nav__link:not(.disabled):active, .white-label.imd .main-header .nav__link:not(:disabled):active:focus, .white-label.imd .main-header .nav__link:not(.disabled):active:focus,
.white-label.imd .main-footer .nav__link:hover,
.white-label.imd .main-footer .nav__link:focus,
.white-label.imd .main-footer .nav__link:active,
.white-label.imd .main-footer .nav__link:checked,
.white-label.imd .main-footer .nav__link:focus:hover,
.white-label.imd .main-footer .nav__link:focus:active,
.white-label.imd .main-footer .nav__link:not(:disabled):hover,
.white-label.imd .main-footer .nav__link:not(:disabled):active,
.white-label.imd .main-footer .nav__link:not(.disabled):active,
.white-label.imd .main-footer .nav__link:not(:disabled):active:focus,
.white-label.imd .main-footer .nav__link:not(.disabled):active:focus {
  color: #8ab202;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd.signed-out .btn:not(.btn--social), .white-label.imd.signed-in .btn--primary {
  background-color: #a7d802;
  border-color: #a7d802;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.signed-out .btn:not(.btn--social):hover, .white-label.imd.signed-out .btn:not(.btn--social):focus, .white-label.imd.signed-out .btn:not(.btn--social):active, .white-label.imd.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.imd.signed-in .btn--primary:hover, .white-label.imd.signed-in .btn--primary:focus, .white-label.imd.signed-in .btn--primary:active, .white-label.imd.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #a7d802;
  box-shadow: none;
  color: #a7d802;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .nav__btn:hover span,
.white-label.imd .nav__btn:hover span::after,
.white-label.imd .nav__btn:hover span::before,
.white-label.imd .nav__btn:focus span,
.white-label.imd .nav__btn:focus span::after,
.white-label.imd .nav__btn:focus span::before {
  background-color: #a7d802;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.imd .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a7d802;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a7d802;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__list li:hover::after {
  border-color: rgba(167, 216, 2, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__list li:hover .heading-3 {
  color: #a7d802;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .profile__link:hover, .white-label.imd .profile__link:focus, .white-label.imd .profile__link:active, .white-label.imd .profile__link:checked, .white-label.imd .profile__link:focus:hover, .white-label.imd .profile__link:focus:active, .white-label.imd .profile__link:not(:disabled):hover, .white-label.imd .profile__link:not(:disabled):active, .white-label.imd .profile__link:not(.disabled):active, .white-label.imd .profile__link:not(:disabled):active:focus, .white-label.imd .profile__link:not(.disabled):active:focus {
  color: #a7d802;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .profile__actions:hover .profile__icn g,
.white-label.imd .profile__actions:focus .profile__icn g {
  fill: #a7d802;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .students__classmate:hover .students__thumbnail,
.white-label.imd .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a7d802, 0 0 0 1px #a7d802 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .pagination__page-link:hover::after {
  border-color: rgba(167, 216, 2, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modal__bg-icn {
  fill: #a7d802;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .payments__paragraph--initial, .white-label.imd .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .form__input:-webkit-autofill, .white-label.imd .StripeElement:-webkit-autofill, .white-label.imd .form__input:-webkit-autofill:focus, .white-label.imd .form__input:-internal-autofill-selected, .white-label.imd .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(167, 216, 2, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(167, 216, 2, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(167, 216, 2, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(167, 216, 2, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(167, 216, 2, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .form__input:-moz-autofill, .white-label.imd .StripeElement:-moz-autofill, .white-label.imd .form__input:-moz-autofill-preview, .white-label.imd .StripeElement:-moz-autofill-preview {
  filter: rgba(167, 216, 2, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .form-radio__input:hover + label.bordered,
.white-label.imd .form-radio__input:hover + label::before, .white-label.imd .form-radio__input:focus + label.bordered,
.white-label.imd .form-radio__input:focus + label::before, .white-label.imd .form-radio__input:active + label.bordered,
.white-label.imd .form-radio__input:active + label::before, .white-label.imd .form-radio__input:checked + label.bordered,
.white-label.imd .form-radio__input:checked + label::before, .white-label.imd .form-radio__input:focus:hover + label.bordered,
.white-label.imd .form-radio__input:focus:hover + label::before, .white-label.imd .form-radio__input:focus:active + label.bordered,
.white-label.imd .form-radio__input:focus:active + label::before, .white-label.imd .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.imd .form-radio__input:not(:disabled):hover + label::before, .white-label.imd .form-radio__input:not(:disabled):active + label.bordered,
.white-label.imd .form-radio__input:not(:disabled):active + label::before, .white-label.imd .form-radio__input:not(.disabled):active + label.bordered,
.white-label.imd .form-radio__input:not(.disabled):active + label::before, .white-label.imd .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.imd .form-radio__input:not(:disabled):active:focus + label::before, .white-label.imd .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.imd .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a7d802;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .form-radio__input:hover + .highlight-when-checked, .white-label.imd .form-radio__input:focus + .highlight-when-checked, .white-label.imd .form-radio__input:active + .highlight-when-checked, .white-label.imd .form-radio__input:checked + .highlight-when-checked, .white-label.imd .form-radio__input:focus:hover + .highlight-when-checked, .white-label.imd .form-radio__input:focus:active + .highlight-when-checked, .white-label.imd .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.imd .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.imd .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.imd .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.imd .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a7d802 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .form-check-input:checked + label::before, .white-label.imd .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a7d802;
  border-color: #a7d802;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .form-check-input:valid:focus:checked + label::before, .white-label.imd .form-check-input.valid:focus:checked + label::before, .white-label.imd .form-check-input--valid:focus:checked + label::before, .white-label.imd .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a7d802;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .electives .form-radio__input:checked + label::before {
  background-color: #a7d802;
  border: 3px solid #a7d802;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .enrollment__icon path {
  fill: #a7d802;
  stroke: #a7d802;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .enrollment__icon tspan {
  fill: #a7d802;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__tasks li:hover::after, .white-label.imd .modules__tasks li.selected::after {
  border-color: rgba(167, 216, 2, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__tasks li::before {
  color: rgba(167, 216, 2, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(167, 216, 2, 0.4);
  border-color: rgba(167, 216, 2, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .modules__tasks li .modules__btn:hover::after, .white-label.imd .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(167, 216, 2, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .tabs__li:hover {
  border-color: rgba(167, 216, 2, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .tabs__label {
  border-bottom-color: #a7d802;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.imd .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a7d802;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .survey__success .check {
  fill: #a7d802;
  stroke: #a7d802;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .electives__checkbox:checked + label::before,
.white-label.imd .program-card__checkbox:checked + label::before {
  background-color: #a7d802;
  border-color: #a7d802;
  color: #a7d802;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .electives__checkbox:checked ~ .program-card__content,
.white-label.imd .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a7d802;
  box-shadow: 0 0 0 1px #a7d802 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .canvas-assignments__submission-type::before {
  border-color: #a7d802;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .canvas-assignments__submission-type::after {
  border-color: #a7d802;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .canvas-assignments__submission-type:hover {
  background-color: rgba(167, 216, 2, 0.1);
  border-color: #a7d802;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .canvas-assignments__submission-type.typed--selected, .white-label.imd .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(167, 216, 2, 0.1);
  border-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(1),
.white-label.imd .steps--progress .step--completed:nth-child(1), .white-label.imd .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #d3fd43, #ccf839);
  -moz-background: linear-gradient(to right, #d3fd43, #ccf839);
  -ms-background: linear-gradient(to right, #d3fd43, #ccf839);
  -o-background: linear-gradient(to right, #d3fd43, #ccf839);
  background: linear-gradient(to right, #d3fd43, #ccf839);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(1)::after,
.white-label.imd .steps--progress .step--completed:nth-child(1)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ccf839;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(2),
.white-label.imd .steps--progress .step--completed:nth-child(2), .white-label.imd .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ccf839, #c6f330);
  -moz-background: linear-gradient(to right, #ccf839, #c6f330);
  -ms-background: linear-gradient(to right, #ccf839, #c6f330);
  -o-background: linear-gradient(to right, #ccf839, #c6f330);
  background: linear-gradient(to right, #ccf839, #c6f330);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(2)::after,
.white-label.imd .steps--progress .step--completed:nth-child(2)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c6f330;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(3),
.white-label.imd .steps--progress .step--completed:nth-child(3), .white-label.imd .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c6f330, #c0ed27);
  -moz-background: linear-gradient(to right, #c6f330, #c0ed27);
  -ms-background: linear-gradient(to right, #c6f330, #c0ed27);
  -o-background: linear-gradient(to right, #c6f330, #c0ed27);
  background: linear-gradient(to right, #c6f330, #c0ed27);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(3)::after,
.white-label.imd .steps--progress .step--completed:nth-child(3)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c0ed27;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(4),
.white-label.imd .steps--progress .step--completed:nth-child(4), .white-label.imd .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c0ed27, #bae81e);
  -moz-background: linear-gradient(to right, #c0ed27, #bae81e);
  -ms-background: linear-gradient(to right, #c0ed27, #bae81e);
  -o-background: linear-gradient(to right, #c0ed27, #bae81e);
  background: linear-gradient(to right, #c0ed27, #bae81e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(4)::after,
.white-label.imd .steps--progress .step--completed:nth-child(4)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #bae81e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(5),
.white-label.imd .steps--progress .step--completed:nth-child(5), .white-label.imd .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #bae81e, #b3e314);
  -moz-background: linear-gradient(to right, #bae81e, #b3e314);
  -ms-background: linear-gradient(to right, #bae81e, #b3e314);
  -o-background: linear-gradient(to right, #bae81e, #b3e314);
  background: linear-gradient(to right, #bae81e, #b3e314);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(5)::after,
.white-label.imd .steps--progress .step--completed:nth-child(5)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b3e314;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(6),
.white-label.imd .steps--progress .step--completed:nth-child(6), .white-label.imd .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b3e314, #addd0b);
  -moz-background: linear-gradient(to right, #b3e314, #addd0b);
  -ms-background: linear-gradient(to right, #b3e314, #addd0b);
  -o-background: linear-gradient(to right, #b3e314, #addd0b);
  background: linear-gradient(to right, #b3e314, #addd0b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(6)::after,
.white-label.imd .steps--progress .step--completed:nth-child(6)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #addd0b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(7),
.white-label.imd .steps--progress .step--completed:nth-child(7), .white-label.imd .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #addd0b, #a7d802);
  -moz-background: linear-gradient(to right, #addd0b, #a7d802);
  -ms-background: linear-gradient(to right, #addd0b, #a7d802);
  -o-background: linear-gradient(to right, #addd0b, #a7d802);
  background: linear-gradient(to right, #addd0b, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(7)::after,
.white-label.imd .steps--progress .step--completed:nth-child(7)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a7d802;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(n+8),
.white-label.imd .steps--progress .step--completed:nth-child(n+8), .white-label.imd .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a7d802;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .step--active:nth-child(n+8)::after,
.white-label.imd .steps--progress .step--completed:nth-child(n+8)::after, .white-label.imd .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a7d802;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .steps--progress .vertical-step--active,
.white-label.imd .steps--progress .vertical-step--completed, .white-label.imd .steps--progress:hover .vertical-step--saved {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #d3fd43, #ccf839);
  -moz-background: linear-gradient(to bottom, #d3fd43, #ccf839);
  -ms-background: linear-gradient(to bottom, #d3fd43, #ccf839);
  -o-background: linear-gradient(to bottom, #d3fd43, #ccf839);
  background: linear-gradient(to bottom, #d3fd43, #ccf839);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ccf839;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #d3fd43;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ccf839, #c6f330);
  -moz-background: linear-gradient(to bottom, #ccf839, #c6f330);
  -ms-background: linear-gradient(to bottom, #ccf839, #c6f330);
  -o-background: linear-gradient(to bottom, #ccf839, #c6f330);
  background: linear-gradient(to bottom, #ccf839, #c6f330);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c6f330;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ccf839;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c6f330, #c0ed27);
  -moz-background: linear-gradient(to bottom, #c6f330, #c0ed27);
  -ms-background: linear-gradient(to bottom, #c6f330, #c0ed27);
  -o-background: linear-gradient(to bottom, #c6f330, #c0ed27);
  background: linear-gradient(to bottom, #c6f330, #c0ed27);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c0ed27;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c6f330;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c0ed27, #bae81e);
  -moz-background: linear-gradient(to bottom, #c0ed27, #bae81e);
  -ms-background: linear-gradient(to bottom, #c0ed27, #bae81e);
  -o-background: linear-gradient(to bottom, #c0ed27, #bae81e);
  background: linear-gradient(to bottom, #c0ed27, #bae81e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #bae81e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c0ed27;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #bae81e, #b3e314);
  -moz-background: linear-gradient(to bottom, #bae81e, #b3e314);
  -ms-background: linear-gradient(to bottom, #bae81e, #b3e314);
  -o-background: linear-gradient(to bottom, #bae81e, #b3e314);
  background: linear-gradient(to bottom, #bae81e, #b3e314);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b3e314;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #bae81e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b3e314, #addd0b);
  -moz-background: linear-gradient(to bottom, #b3e314, #addd0b);
  -ms-background: linear-gradient(to bottom, #b3e314, #addd0b);
  -o-background: linear-gradient(to bottom, #b3e314, #addd0b);
  background: linear-gradient(to bottom, #b3e314, #addd0b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #addd0b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b3e314;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #addd0b, #a7d802);
  -moz-background: linear-gradient(to bottom, #addd0b, #a7d802);
  -ms-background: linear-gradient(to bottom, #addd0b, #a7d802);
  -o-background: linear-gradient(to bottom, #addd0b, #a7d802);
  background: linear-gradient(to bottom, #addd0b, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #addd0b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a7d802;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a7d802;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.imd .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.imd .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a7d802;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .sidebar .steps .steps__label-toggle {
  background-color: #a7d802;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .sidebar .steps .step--active {
  border-left: 0.5rem solid #a7d802;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a7d802;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a7d802, #a7d802);
  -moz-background: linear-gradient(to right, #a7d802, #a7d802);
  -ms-background: linear-gradient(to right, #a7d802, #a7d802);
  -o-background: linear-gradient(to right, #a7d802, #a7d802);
  background: linear-gradient(to right, #a7d802, #a7d802);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a7d802;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a7d802;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.imd.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.imd.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.imd.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.imd.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.imd.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #a7d802;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -moz-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -ms-background: linear-gradient(to bottom, #a7d802, #a7d802);
  -o-background: linear-gradient(to bottom, #a7d802, #a7d802);
  background: linear-gradient(to bottom, #a7d802, #a7d802);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a7d802;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a7d802;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a7d802;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a7d802;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.imd.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.imd.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.imd.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.imd.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.imd.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a7d802;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .referrals-advocate__overlay {
  background-color: #a7d802;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .referrals-advocate__steps-circle {
  fill: #a7d802;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .referrals-advocate__testimonial {
  background-color: #a7d802;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imd .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.imd .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.imd .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.imd .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a7d802;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.imd .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.imd .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.imd .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.imd .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.imd .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.imd .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.imd .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a7d802;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .terms__title {
  border-color: #a7d802;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .terms__links {
  color: #a7d802;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imd .referral-tooltip__image path {
  fill: #a7d802;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.imd .main-header,
.imd .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #08cdae;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.imperial-college-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #07a88f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .main-header__menu__btn:hover, .white-label.imperial-college-business-school .main-header__menu__btn:focus, .white-label.imperial-college-business-school .main-header__menu__btn:active, .white-label.imperial-college-business-school .main-header__menu__btn:checked, .white-label.imperial-college-business-school .main-header__menu__btn:focus:hover, .white-label.imperial-college-business-school .main-header__menu__btn:focus:active, .white-label.imperial-college-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.imperial-college-business-school .main-header__menu__btn:not(:disabled):active, .white-label.imperial-college-business-school .main-header__menu__btn:not(.disabled):active, .white-label.imperial-college-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.imperial-college-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.imperial-college-business-school .main-footer__menu__btn:hover,
.white-label.imperial-college-business-school .main-footer__menu__btn:focus,
.white-label.imperial-college-business-school .main-footer__menu__btn:active,
.white-label.imperial-college-business-school .main-footer__menu__btn:checked,
.white-label.imperial-college-business-school .main-footer__menu__btn:focus:hover,
.white-label.imperial-college-business-school .main-footer__menu__btn:focus:active,
.white-label.imperial-college-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.imperial-college-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.imperial-college-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.imperial-college-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.imperial-college-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #08cdae;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .main-header .nav__link:hover, .white-label.imperial-college-business-school .main-header .nav__link:focus, .white-label.imperial-college-business-school .main-header .nav__link:active, .white-label.imperial-college-business-school .main-header .nav__link:checked, .white-label.imperial-college-business-school .main-header .nav__link:focus:hover, .white-label.imperial-college-business-school .main-header .nav__link:focus:active, .white-label.imperial-college-business-school .main-header .nav__link:not(:disabled):hover, .white-label.imperial-college-business-school .main-header .nav__link:not(:disabled):active, .white-label.imperial-college-business-school .main-header .nav__link:not(.disabled):active, .white-label.imperial-college-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.imperial-college-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.imperial-college-business-school .main-footer .nav__link:hover,
.white-label.imperial-college-business-school .main-footer .nav__link:focus,
.white-label.imperial-college-business-school .main-footer .nav__link:active,
.white-label.imperial-college-business-school .main-footer .nav__link:checked,
.white-label.imperial-college-business-school .main-footer .nav__link:focus:hover,
.white-label.imperial-college-business-school .main-footer .nav__link:focus:active,
.white-label.imperial-college-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.imperial-college-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.imperial-college-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.imperial-college-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.imperial-college-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #07a88f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school.signed-out .btn:not(.btn--social), .white-label.imperial-college-business-school.signed-in .btn--primary {
  background-color: #1d1a55;
  border-color: #1d1a55;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.signed-out .btn:not(.btn--social):hover, .white-label.imperial-college-business-school.signed-out .btn:not(.btn--social):focus, .white-label.imperial-college-business-school.signed-out .btn:not(.btn--social):active, .white-label.imperial-college-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.imperial-college-business-school.signed-in .btn--primary:hover, .white-label.imperial-college-business-school.signed-in .btn--primary:focus, .white-label.imperial-college-business-school.signed-in .btn--primary:active, .white-label.imperial-college-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #1d1a55;
  box-shadow: none;
  color: #1d1a55;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .nav__btn:hover span,
.white-label.imperial-college-business-school .nav__btn:hover span::after,
.white-label.imperial-college-business-school .nav__btn:hover span::before,
.white-label.imperial-college-business-school .nav__btn:focus span,
.white-label.imperial-college-business-school .nav__btn:focus span::after,
.white-label.imperial-college-business-school .nav__btn:focus span::before {
  background-color: #08cdae;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.imperial-college-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #08cdae;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #08cdae;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__list li:hover::after {
  border-color: rgba(8, 205, 174, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__list li:hover .heading-3 {
  color: #08cdae;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .profile__link:hover, .white-label.imperial-college-business-school .profile__link:focus, .white-label.imperial-college-business-school .profile__link:active, .white-label.imperial-college-business-school .profile__link:checked, .white-label.imperial-college-business-school .profile__link:focus:hover, .white-label.imperial-college-business-school .profile__link:focus:active, .white-label.imperial-college-business-school .profile__link:not(:disabled):hover, .white-label.imperial-college-business-school .profile__link:not(:disabled):active, .white-label.imperial-college-business-school .profile__link:not(.disabled):active, .white-label.imperial-college-business-school .profile__link:not(:disabled):active:focus, .white-label.imperial-college-business-school .profile__link:not(.disabled):active:focus {
  color: #08cdae;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .profile__actions:hover .profile__icn g,
.white-label.imperial-college-business-school .profile__actions:focus .profile__icn g {
  fill: #08cdae;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .students__classmate:hover .students__thumbnail,
.white-label.imperial-college-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #08cdae, 0 0 0 1px #08cdae inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .pagination__page-link:hover::after {
  border-color: rgba(8, 205, 174, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modal__bg-icn {
  fill: #08cdae;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .payments__paragraph--initial, .white-label.imperial-college-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .form__input:-webkit-autofill, .white-label.imperial-college-business-school .StripeElement:-webkit-autofill, .white-label.imperial-college-business-school .form__input:-webkit-autofill:focus, .white-label.imperial-college-business-school .form__input:-internal-autofill-selected, .white-label.imperial-college-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(29, 26, 85, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(29, 26, 85, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(29, 26, 85, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(29, 26, 85, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(29, 26, 85, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .form__input:-moz-autofill, .white-label.imperial-college-business-school .StripeElement:-moz-autofill, .white-label.imperial-college-business-school .form__input:-moz-autofill-preview, .white-label.imperial-college-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(29, 26, 85, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .form-radio__input:hover + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:hover + label::before, .white-label.imperial-college-business-school .form-radio__input:focus + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:focus + label::before, .white-label.imperial-college-business-school .form-radio__input:active + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:active + label::before, .white-label.imperial-college-business-school .form-radio__input:checked + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:checked + label::before, .white-label.imperial-college-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:focus:hover + label::before, .white-label.imperial-college-business-school .form-radio__input:focus:active + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:focus:active + label::before, .white-label.imperial-college-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.imperial-college-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.imperial-college-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.imperial-college-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.imperial-college-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.imperial-college-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #08cdae;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:active + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.imperial-college-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #08cdae inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .form-check-input:checked + label::before, .white-label.imperial-college-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #08cdae;
  border-color: #08cdae;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .form-check-input:valid:focus:checked + label::before, .white-label.imperial-college-business-school .form-check-input.valid:focus:checked + label::before, .white-label.imperial-college-business-school .form-check-input--valid:focus:checked + label::before, .white-label.imperial-college-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #08cdae;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .electives .form-radio__input:checked + label::before {
  background-color: #08cdae;
  border: 3px solid #08cdae;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .enrollment__icon path {
  fill: #1d1a55;
  stroke: #1d1a55;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .enrollment__icon tspan {
  fill: #1d1a55;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__tasks li:hover::after, .white-label.imperial-college-business-school .modules__tasks li.selected::after {
  border-color: rgba(8, 205, 174, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__tasks li::before {
  color: rgba(8, 205, 174, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(8, 205, 174, 0.4);
  border-color: rgba(8, 205, 174, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .modules__tasks li .modules__btn:hover::after, .white-label.imperial-college-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(8, 205, 174, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .tabs__li:hover {
  border-color: rgba(8, 205, 174, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .tabs__label {
  border-bottom-color: #08cdae;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.imperial-college-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #08cdae;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .survey__success .check {
  fill: #08cdae;
  stroke: #08cdae;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .electives__checkbox:checked + label::before,
.white-label.imperial-college-business-school .program-card__checkbox:checked + label::before {
  background-color: #08cdae;
  border-color: #08cdae;
  color: #08cdae;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.imperial-college-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #08cdae;
  box-shadow: 0 0 0 1px #08cdae inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .canvas-assignments__submission-type::before {
  border-color: #08cdae;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .canvas-assignments__submission-type::after {
  border-color: #08cdae;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(8, 205, 174, 0.1);
  border-color: #08cdae;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .canvas-assignments__submission-type.typed--selected, .white-label.imperial-college-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(8, 205, 174, 0.1);
  border-color: #08cdae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(1),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(1), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #43f8db, #3bf2d5);
  -moz-background: linear-gradient(to right, #43f8db, #3bf2d5);
  -ms-background: linear-gradient(to right, #43f8db, #3bf2d5);
  -o-background: linear-gradient(to right, #43f8db, #3bf2d5);
  background: linear-gradient(to right, #43f8db, #3bf2d5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3bf2d5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(2),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(2), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3bf2d5, #32ebce);
  -moz-background: linear-gradient(to right, #3bf2d5, #32ebce);
  -ms-background: linear-gradient(to right, #3bf2d5, #32ebce);
  -o-background: linear-gradient(to right, #3bf2d5, #32ebce);
  background: linear-gradient(to right, #3bf2d5, #32ebce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #32ebce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(3),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(3), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #32ebce, #2ae5c8);
  -moz-background: linear-gradient(to right, #32ebce, #2ae5c8);
  -ms-background: linear-gradient(to right, #32ebce, #2ae5c8);
  -o-background: linear-gradient(to right, #32ebce, #2ae5c8);
  background: linear-gradient(to right, #32ebce, #2ae5c8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2ae5c8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(4),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(4), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2ae5c8, #21dfc1);
  -moz-background: linear-gradient(to right, #2ae5c8, #21dfc1);
  -ms-background: linear-gradient(to right, #2ae5c8, #21dfc1);
  -o-background: linear-gradient(to right, #2ae5c8, #21dfc1);
  background: linear-gradient(to right, #2ae5c8, #21dfc1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #21dfc1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(5),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(5), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #21dfc1, #19d9bb);
  -moz-background: linear-gradient(to right, #21dfc1, #19d9bb);
  -ms-background: linear-gradient(to right, #21dfc1, #19d9bb);
  -o-background: linear-gradient(to right, #21dfc1, #19d9bb);
  background: linear-gradient(to right, #21dfc1, #19d9bb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #19d9bb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(6),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(6), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #19d9bb, #10d3b4);
  -moz-background: linear-gradient(to right, #19d9bb, #10d3b4);
  -ms-background: linear-gradient(to right, #19d9bb, #10d3b4);
  -o-background: linear-gradient(to right, #19d9bb, #10d3b4);
  background: linear-gradient(to right, #19d9bb, #10d3b4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #10d3b4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(7),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(7), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #10d3b4, #08cdae);
  -moz-background: linear-gradient(to right, #10d3b4, #08cdae);
  -ms-background: linear-gradient(to right, #10d3b4, #08cdae);
  -o-background: linear-gradient(to right, #10d3b4, #08cdae);
  background: linear-gradient(to right, #10d3b4, #08cdae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #08cdae;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #08cdae;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.imperial-college-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.imperial-college-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #08cdae;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved {
  color: #08cdae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #43f8db, #3bf2d5);
  -moz-background: linear-gradient(to bottom, #43f8db, #3bf2d5);
  -ms-background: linear-gradient(to bottom, #43f8db, #3bf2d5);
  -o-background: linear-gradient(to bottom, #43f8db, #3bf2d5);
  background: linear-gradient(to bottom, #43f8db, #3bf2d5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3bf2d5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #43f8db;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3bf2d5, #32ebce);
  -moz-background: linear-gradient(to bottom, #3bf2d5, #32ebce);
  -ms-background: linear-gradient(to bottom, #3bf2d5, #32ebce);
  -o-background: linear-gradient(to bottom, #3bf2d5, #32ebce);
  background: linear-gradient(to bottom, #3bf2d5, #32ebce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #32ebce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3bf2d5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #32ebce, #2ae5c8);
  -moz-background: linear-gradient(to bottom, #32ebce, #2ae5c8);
  -ms-background: linear-gradient(to bottom, #32ebce, #2ae5c8);
  -o-background: linear-gradient(to bottom, #32ebce, #2ae5c8);
  background: linear-gradient(to bottom, #32ebce, #2ae5c8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2ae5c8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #32ebce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2ae5c8, #21dfc1);
  -moz-background: linear-gradient(to bottom, #2ae5c8, #21dfc1);
  -ms-background: linear-gradient(to bottom, #2ae5c8, #21dfc1);
  -o-background: linear-gradient(to bottom, #2ae5c8, #21dfc1);
  background: linear-gradient(to bottom, #2ae5c8, #21dfc1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #21dfc1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2ae5c8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #21dfc1, #19d9bb);
  -moz-background: linear-gradient(to bottom, #21dfc1, #19d9bb);
  -ms-background: linear-gradient(to bottom, #21dfc1, #19d9bb);
  -o-background: linear-gradient(to bottom, #21dfc1, #19d9bb);
  background: linear-gradient(to bottom, #21dfc1, #19d9bb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #19d9bb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #21dfc1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #19d9bb, #10d3b4);
  -moz-background: linear-gradient(to bottom, #19d9bb, #10d3b4);
  -ms-background: linear-gradient(to bottom, #19d9bb, #10d3b4);
  -o-background: linear-gradient(to bottom, #19d9bb, #10d3b4);
  background: linear-gradient(to bottom, #19d9bb, #10d3b4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #10d3b4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #19d9bb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #10d3b4, #08cdae);
  -moz-background: linear-gradient(to bottom, #10d3b4, #08cdae);
  -ms-background: linear-gradient(to bottom, #10d3b4, #08cdae);
  -o-background: linear-gradient(to bottom, #10d3b4, #08cdae);
  background: linear-gradient(to bottom, #10d3b4, #08cdae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #08cdae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #10d3b4;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #08cdae;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #08cdae;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.imperial-college-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.imperial-college-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #08cdae;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .sidebar .steps .steps__label-toggle {
  background-color: #08cdae;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #08cdae;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1d1a55, #1a3462);
  -moz-background: linear-gradient(to right, #1d1a55, #1a3462);
  -ms-background: linear-gradient(to right, #1d1a55, #1a3462);
  -o-background: linear-gradient(to right, #1d1a55, #1a3462);
  background: linear-gradient(to right, #1d1a55, #1a3462);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #1a3462;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #1a3462, #174d6e);
  -moz-background: linear-gradient(to right, #1a3462, #174d6e);
  -ms-background: linear-gradient(to right, #1a3462, #174d6e);
  -o-background: linear-gradient(to right, #1a3462, #174d6e);
  background: linear-gradient(to right, #1a3462, #174d6e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #174d6e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #174d6e, #14677b);
  -moz-background: linear-gradient(to right, #174d6e, #14677b);
  -ms-background: linear-gradient(to right, #174d6e, #14677b);
  -o-background: linear-gradient(to right, #174d6e, #14677b);
  background: linear-gradient(to right, #174d6e, #14677b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #14677b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #14677b, #118088);
  -moz-background: linear-gradient(to right, #14677b, #118088);
  -ms-background: linear-gradient(to right, #14677b, #118088);
  -o-background: linear-gradient(to right, #14677b, #118088);
  background: linear-gradient(to right, #14677b, #118088);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #118088;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #118088, #0e9a95);
  -moz-background: linear-gradient(to right, #118088, #0e9a95);
  -ms-background: linear-gradient(to right, #118088, #0e9a95);
  -o-background: linear-gradient(to right, #118088, #0e9a95);
  background: linear-gradient(to right, #118088, #0e9a95);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0e9a95;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0e9a95, #0bb3a1);
  -moz-background: linear-gradient(to right, #0e9a95, #0bb3a1);
  -ms-background: linear-gradient(to right, #0e9a95, #0bb3a1);
  -o-background: linear-gradient(to right, #0e9a95, #0bb3a1);
  background: linear-gradient(to right, #0e9a95, #0bb3a1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0bb3a1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0bb3a1, #08cdae);
  -moz-background: linear-gradient(to right, #0bb3a1, #08cdae);
  -ms-background: linear-gradient(to right, #0bb3a1, #08cdae);
  -o-background: linear-gradient(to right, #0bb3a1, #08cdae);
  background: linear-gradient(to right, #0bb3a1, #08cdae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #08cdae;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #08cdae;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #08cdae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d1a55, #1a3462);
  -moz-background: linear-gradient(to bottom, #1d1a55, #1a3462);
  -ms-background: linear-gradient(to bottom, #1d1a55, #1a3462);
  -o-background: linear-gradient(to bottom, #1d1a55, #1a3462);
  background: linear-gradient(to bottom, #1d1a55, #1a3462);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #1a3462;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1d1a55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #1a3462, #174d6e);
  -moz-background: linear-gradient(to bottom, #1a3462, #174d6e);
  -ms-background: linear-gradient(to bottom, #1a3462, #174d6e);
  -o-background: linear-gradient(to bottom, #1a3462, #174d6e);
  background: linear-gradient(to bottom, #1a3462, #174d6e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #174d6e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #1a3462;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #174d6e, #14677b);
  -moz-background: linear-gradient(to bottom, #174d6e, #14677b);
  -ms-background: linear-gradient(to bottom, #174d6e, #14677b);
  -o-background: linear-gradient(to bottom, #174d6e, #14677b);
  background: linear-gradient(to bottom, #174d6e, #14677b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #14677b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #174d6e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #14677b, #118088);
  -moz-background: linear-gradient(to bottom, #14677b, #118088);
  -ms-background: linear-gradient(to bottom, #14677b, #118088);
  -o-background: linear-gradient(to bottom, #14677b, #118088);
  background: linear-gradient(to bottom, #14677b, #118088);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #118088;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #14677b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #118088, #0e9a95);
  -moz-background: linear-gradient(to bottom, #118088, #0e9a95);
  -ms-background: linear-gradient(to bottom, #118088, #0e9a95);
  -o-background: linear-gradient(to bottom, #118088, #0e9a95);
  background: linear-gradient(to bottom, #118088, #0e9a95);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0e9a95;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #118088;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e9a95, #0bb3a1);
  -moz-background: linear-gradient(to bottom, #0e9a95, #0bb3a1);
  -ms-background: linear-gradient(to bottom, #0e9a95, #0bb3a1);
  -o-background: linear-gradient(to bottom, #0e9a95, #0bb3a1);
  background: linear-gradient(to bottom, #0e9a95, #0bb3a1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0bb3a1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0e9a95;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0bb3a1, #08cdae);
  -moz-background: linear-gradient(to bottom, #0bb3a1, #08cdae);
  -ms-background: linear-gradient(to bottom, #0bb3a1, #08cdae);
  -o-background: linear-gradient(to bottom, #0bb3a1, #08cdae);
  background: linear-gradient(to bottom, #0bb3a1, #08cdae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #08cdae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0bb3a1;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #08cdae;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #08cdae;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.imperial-college-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.imperial-college-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.imperial-college-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.imperial-college-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #08cdae;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .referrals-advocate__overlay {
  background-color: #08cdae;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .referrals-advocate__steps-circle {
  fill: #08cdae;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .referrals-advocate__testimonial {
  background-color: #08cdae;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #08cdae;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.imperial-college-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #08cdae;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .terms__title {
  border-color: #1d1a55;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .terms__links {
  color: #08cdae;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.imperial-college-business-school .referral-tooltip__image path {
  fill: #08cdae;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.imperial-college-business-school .main-header,
.imperial-college-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #002d74;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ipade-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001e4e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .main-header__menu__btn:hover, .white-label.ipade-business-school .main-header__menu__btn:focus, .white-label.ipade-business-school .main-header__menu__btn:active, .white-label.ipade-business-school .main-header__menu__btn:checked, .white-label.ipade-business-school .main-header__menu__btn:focus:hover, .white-label.ipade-business-school .main-header__menu__btn:focus:active, .white-label.ipade-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.ipade-business-school .main-header__menu__btn:not(:disabled):active, .white-label.ipade-business-school .main-header__menu__btn:not(.disabled):active, .white-label.ipade-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.ipade-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ipade-business-school .main-footer__menu__btn:hover,
.white-label.ipade-business-school .main-footer__menu__btn:focus,
.white-label.ipade-business-school .main-footer__menu__btn:active,
.white-label.ipade-business-school .main-footer__menu__btn:checked,
.white-label.ipade-business-school .main-footer__menu__btn:focus:hover,
.white-label.ipade-business-school .main-footer__menu__btn:focus:active,
.white-label.ipade-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.ipade-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.ipade-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.ipade-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ipade-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #002d74;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .main-header .nav__link:hover, .white-label.ipade-business-school .main-header .nav__link:focus, .white-label.ipade-business-school .main-header .nav__link:active, .white-label.ipade-business-school .main-header .nav__link:checked, .white-label.ipade-business-school .main-header .nav__link:focus:hover, .white-label.ipade-business-school .main-header .nav__link:focus:active, .white-label.ipade-business-school .main-header .nav__link:not(:disabled):hover, .white-label.ipade-business-school .main-header .nav__link:not(:disabled):active, .white-label.ipade-business-school .main-header .nav__link:not(.disabled):active, .white-label.ipade-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.ipade-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.ipade-business-school .main-footer .nav__link:hover,
.white-label.ipade-business-school .main-footer .nav__link:focus,
.white-label.ipade-business-school .main-footer .nav__link:active,
.white-label.ipade-business-school .main-footer .nav__link:checked,
.white-label.ipade-business-school .main-footer .nav__link:focus:hover,
.white-label.ipade-business-school .main-footer .nav__link:focus:active,
.white-label.ipade-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.ipade-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.ipade-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.ipade-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ipade-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #001e4e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school.signed-out .btn:not(.btn--social), .white-label.ipade-business-school.signed-in .btn--primary {
  background-color: #79242f;
  border-color: #79242f;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.signed-out .btn:not(.btn--social):hover, .white-label.ipade-business-school.signed-out .btn:not(.btn--social):focus, .white-label.ipade-business-school.signed-out .btn:not(.btn--social):active, .white-label.ipade-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ipade-business-school.signed-in .btn--primary:hover, .white-label.ipade-business-school.signed-in .btn--primary:focus, .white-label.ipade-business-school.signed-in .btn--primary:active, .white-label.ipade-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #79242f;
  box-shadow: none;
  color: #79242f;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .nav__btn:hover span,
.white-label.ipade-business-school .nav__btn:hover span::after,
.white-label.ipade-business-school .nav__btn:hover span::before,
.white-label.ipade-business-school .nav__btn:focus span,
.white-label.ipade-business-school .nav__btn:focus span::after,
.white-label.ipade-business-school .nav__btn:focus span::before {
  background-color: #002d74;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ipade-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #002d74;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #002d74;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__list li:hover::after {
  border-color: rgba(0, 45, 116, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__list li:hover .heading-3 {
  color: #002d74;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .profile__link:hover, .white-label.ipade-business-school .profile__link:focus, .white-label.ipade-business-school .profile__link:active, .white-label.ipade-business-school .profile__link:checked, .white-label.ipade-business-school .profile__link:focus:hover, .white-label.ipade-business-school .profile__link:focus:active, .white-label.ipade-business-school .profile__link:not(:disabled):hover, .white-label.ipade-business-school .profile__link:not(:disabled):active, .white-label.ipade-business-school .profile__link:not(.disabled):active, .white-label.ipade-business-school .profile__link:not(:disabled):active:focus, .white-label.ipade-business-school .profile__link:not(.disabled):active:focus {
  color: #002d74;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .profile__actions:hover .profile__icn g,
.white-label.ipade-business-school .profile__actions:focus .profile__icn g {
  fill: #002d74;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .students__classmate:hover .students__thumbnail,
.white-label.ipade-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #002d74, 0 0 0 1px #002d74 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .pagination__page-link:hover::after {
  border-color: rgba(0, 45, 116, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modal__bg-icn {
  fill: #002d74;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .payments__paragraph--initial, .white-label.ipade-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .form__input:-webkit-autofill, .white-label.ipade-business-school .StripeElement:-webkit-autofill, .white-label.ipade-business-school .form__input:-webkit-autofill:focus, .white-label.ipade-business-school .form__input:-internal-autofill-selected, .white-label.ipade-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(121, 36, 47, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(121, 36, 47, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(121, 36, 47, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(121, 36, 47, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(121, 36, 47, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .form__input:-moz-autofill, .white-label.ipade-business-school .StripeElement:-moz-autofill, .white-label.ipade-business-school .form__input:-moz-autofill-preview, .white-label.ipade-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(121, 36, 47, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .form-radio__input:hover + label.bordered,
.white-label.ipade-business-school .form-radio__input:hover + label::before, .white-label.ipade-business-school .form-radio__input:focus + label.bordered,
.white-label.ipade-business-school .form-radio__input:focus + label::before, .white-label.ipade-business-school .form-radio__input:active + label.bordered,
.white-label.ipade-business-school .form-radio__input:active + label::before, .white-label.ipade-business-school .form-radio__input:checked + label.bordered,
.white-label.ipade-business-school .form-radio__input:checked + label::before, .white-label.ipade-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.ipade-business-school .form-radio__input:focus:hover + label::before, .white-label.ipade-business-school .form-radio__input:focus:active + label.bordered,
.white-label.ipade-business-school .form-radio__input:focus:active + label::before, .white-label.ipade-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ipade-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.ipade-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ipade-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.ipade-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ipade-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.ipade-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ipade-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ipade-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ipade-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #002d74;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:active + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ipade-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #002d74 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .form-check-input:checked + label::before, .white-label.ipade-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #002d74;
  border-color: #002d74;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .form-check-input:valid:focus:checked + label::before, .white-label.ipade-business-school .form-check-input.valid:focus:checked + label::before, .white-label.ipade-business-school .form-check-input--valid:focus:checked + label::before, .white-label.ipade-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #002d74;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .electives .form-radio__input:checked + label::before {
  background-color: #002d74;
  border: 3px solid #002d74;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .enrollment__icon path {
  fill: #79242f;
  stroke: #79242f;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .enrollment__icon tspan {
  fill: #79242f;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__tasks li:hover::after, .white-label.ipade-business-school .modules__tasks li.selected::after {
  border-color: rgba(0, 45, 116, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__tasks li::before {
  color: rgba(0, 45, 116, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 45, 116, 0.4);
  border-color: rgba(0, 45, 116, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .modules__tasks li .modules__btn:hover::after, .white-label.ipade-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 45, 116, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .tabs__li:hover {
  border-color: rgba(0, 45, 116, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .tabs__label {
  border-bottom-color: #002d74;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ipade-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #002d74;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .survey__success .check {
  fill: #002d74;
  stroke: #002d74;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .electives__checkbox:checked + label::before,
.white-label.ipade-business-school .program-card__checkbox:checked + label::before {
  background-color: #002d74;
  border-color: #002d74;
  color: #002d74;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.ipade-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #002d74;
  box-shadow: 0 0 0 1px #002d74 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .canvas-assignments__submission-type::before {
  border-color: #002d74;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .canvas-assignments__submission-type::after {
  border-color: #002d74;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 45, 116, 0.1);
  border-color: #002d74;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .canvas-assignments__submission-type.typed--selected, .white-label.ipade-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 45, 116, 0.1);
  border-color: #002d74;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(1),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(1), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0055da, #004fcb);
  -moz-background: linear-gradient(to right, #0055da, #004fcb);
  -ms-background: linear-gradient(to right, #0055da, #004fcb);
  -o-background: linear-gradient(to right, #0055da, #004fcb);
  background: linear-gradient(to right, #0055da, #004fcb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #004fcb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(2),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(2), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #004fcb, #0049bd);
  -moz-background: linear-gradient(to right, #004fcb, #0049bd);
  -ms-background: linear-gradient(to right, #004fcb, #0049bd);
  -o-background: linear-gradient(to right, #004fcb, #0049bd);
  background: linear-gradient(to right, #004fcb, #0049bd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0049bd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(3),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(3), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0049bd, #0044ae);
  -moz-background: linear-gradient(to right, #0049bd, #0044ae);
  -ms-background: linear-gradient(to right, #0049bd, #0044ae);
  -o-background: linear-gradient(to right, #0049bd, #0044ae);
  background: linear-gradient(to right, #0049bd, #0044ae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0044ae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(4),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(4), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0044ae, #003ea0);
  -moz-background: linear-gradient(to right, #0044ae, #003ea0);
  -ms-background: linear-gradient(to right, #0044ae, #003ea0);
  -o-background: linear-gradient(to right, #0044ae, #003ea0);
  background: linear-gradient(to right, #0044ae, #003ea0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003ea0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(5),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(5), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003ea0, #003891);
  -moz-background: linear-gradient(to right, #003ea0, #003891);
  -ms-background: linear-gradient(to right, #003ea0, #003891);
  -o-background: linear-gradient(to right, #003ea0, #003891);
  background: linear-gradient(to right, #003ea0, #003891);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #003891;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(6),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(6), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #003891, #003383);
  -moz-background: linear-gradient(to right, #003891, #003383);
  -ms-background: linear-gradient(to right, #003891, #003383);
  -o-background: linear-gradient(to right, #003891, #003383);
  background: linear-gradient(to right, #003891, #003383);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #003383;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(7),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(7), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #003383, #002d74);
  -moz-background: linear-gradient(to right, #003383, #002d74);
  -ms-background: linear-gradient(to right, #003383, #002d74);
  -o-background: linear-gradient(to right, #003383, #002d74);
  background: linear-gradient(to right, #003383, #002d74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002d74;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002d74;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ipade-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ipade-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002d74;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active,
.white-label.ipade-business-school .steps--progress .vertical-step--completed, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved {
  color: #002d74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0055da, #004fcb);
  -moz-background: linear-gradient(to bottom, #0055da, #004fcb);
  -ms-background: linear-gradient(to bottom, #0055da, #004fcb);
  -o-background: linear-gradient(to bottom, #0055da, #004fcb);
  background: linear-gradient(to bottom, #0055da, #004fcb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #004fcb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0055da;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #004fcb, #0049bd);
  -moz-background: linear-gradient(to bottom, #004fcb, #0049bd);
  -ms-background: linear-gradient(to bottom, #004fcb, #0049bd);
  -o-background: linear-gradient(to bottom, #004fcb, #0049bd);
  background: linear-gradient(to bottom, #004fcb, #0049bd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0049bd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #004fcb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0049bd, #0044ae);
  -moz-background: linear-gradient(to bottom, #0049bd, #0044ae);
  -ms-background: linear-gradient(to bottom, #0049bd, #0044ae);
  -o-background: linear-gradient(to bottom, #0049bd, #0044ae);
  background: linear-gradient(to bottom, #0049bd, #0044ae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0044ae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0049bd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0044ae, #003ea0);
  -moz-background: linear-gradient(to bottom, #0044ae, #003ea0);
  -ms-background: linear-gradient(to bottom, #0044ae, #003ea0);
  -o-background: linear-gradient(to bottom, #0044ae, #003ea0);
  background: linear-gradient(to bottom, #0044ae, #003ea0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003ea0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0044ae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003ea0, #003891);
  -moz-background: linear-gradient(to bottom, #003ea0, #003891);
  -ms-background: linear-gradient(to bottom, #003ea0, #003891);
  -o-background: linear-gradient(to bottom, #003ea0, #003891);
  background: linear-gradient(to bottom, #003ea0, #003891);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #003891;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003ea0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #003891, #003383);
  -moz-background: linear-gradient(to bottom, #003891, #003383);
  -ms-background: linear-gradient(to bottom, #003891, #003383);
  -o-background: linear-gradient(to bottom, #003891, #003383);
  background: linear-gradient(to bottom, #003891, #003383);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #003383;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #003891;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #003383, #002d74);
  -moz-background: linear-gradient(to bottom, #003383, #002d74);
  -ms-background: linear-gradient(to bottom, #003383, #002d74);
  -o-background: linear-gradient(to bottom, #003383, #002d74);
  background: linear-gradient(to bottom, #003383, #002d74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002d74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #003383;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002d74;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002d74;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ipade-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ipade-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002d74;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .sidebar .steps .steps__label-toggle {
  background-color: #002d74;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #002d74;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #79242f, #682539);
  -moz-background: linear-gradient(to right, #79242f, #682539);
  -ms-background: linear-gradient(to right, #79242f, #682539);
  -o-background: linear-gradient(to right, #79242f, #682539);
  background: linear-gradient(to right, #79242f, #682539);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #682539;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #682539, #562743);
  -moz-background: linear-gradient(to right, #682539, #562743);
  -ms-background: linear-gradient(to right, #682539, #562743);
  -o-background: linear-gradient(to right, #682539, #562743);
  background: linear-gradient(to right, #682539, #562743);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #562743;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #562743, #45284d);
  -moz-background: linear-gradient(to right, #562743, #45284d);
  -ms-background: linear-gradient(to right, #562743, #45284d);
  -o-background: linear-gradient(to right, #562743, #45284d);
  background: linear-gradient(to right, #562743, #45284d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #45284d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #45284d, #342956);
  -moz-background: linear-gradient(to right, #45284d, #342956);
  -ms-background: linear-gradient(to right, #45284d, #342956);
  -o-background: linear-gradient(to right, #45284d, #342956);
  background: linear-gradient(to right, #45284d, #342956);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #342956;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #342956, #232a60);
  -moz-background: linear-gradient(to right, #342956, #232a60);
  -ms-background: linear-gradient(to right, #342956, #232a60);
  -o-background: linear-gradient(to right, #342956, #232a60);
  background: linear-gradient(to right, #342956, #232a60);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #232a60;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #232a60, #112c6a);
  -moz-background: linear-gradient(to right, #232a60, #112c6a);
  -ms-background: linear-gradient(to right, #232a60, #112c6a);
  -o-background: linear-gradient(to right, #232a60, #112c6a);
  background: linear-gradient(to right, #232a60, #112c6a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #112c6a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #112c6a, #002d74);
  -moz-background: linear-gradient(to right, #112c6a, #002d74);
  -ms-background: linear-gradient(to right, #112c6a, #002d74);
  -o-background: linear-gradient(to right, #112c6a, #002d74);
  background: linear-gradient(to right, #112c6a, #002d74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002d74;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002d74;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ipade-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002d74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #79242f, #682539);
  -moz-background: linear-gradient(to bottom, #79242f, #682539);
  -ms-background: linear-gradient(to bottom, #79242f, #682539);
  -o-background: linear-gradient(to bottom, #79242f, #682539);
  background: linear-gradient(to bottom, #79242f, #682539);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #682539;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #79242f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #682539, #562743);
  -moz-background: linear-gradient(to bottom, #682539, #562743);
  -ms-background: linear-gradient(to bottom, #682539, #562743);
  -o-background: linear-gradient(to bottom, #682539, #562743);
  background: linear-gradient(to bottom, #682539, #562743);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #562743;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #682539;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #562743, #45284d);
  -moz-background: linear-gradient(to bottom, #562743, #45284d);
  -ms-background: linear-gradient(to bottom, #562743, #45284d);
  -o-background: linear-gradient(to bottom, #562743, #45284d);
  background: linear-gradient(to bottom, #562743, #45284d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #45284d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #562743;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #45284d, #342956);
  -moz-background: linear-gradient(to bottom, #45284d, #342956);
  -ms-background: linear-gradient(to bottom, #45284d, #342956);
  -o-background: linear-gradient(to bottom, #45284d, #342956);
  background: linear-gradient(to bottom, #45284d, #342956);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #342956;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #45284d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #342956, #232a60);
  -moz-background: linear-gradient(to bottom, #342956, #232a60);
  -ms-background: linear-gradient(to bottom, #342956, #232a60);
  -o-background: linear-gradient(to bottom, #342956, #232a60);
  background: linear-gradient(to bottom, #342956, #232a60);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #232a60;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #342956;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #232a60, #112c6a);
  -moz-background: linear-gradient(to bottom, #232a60, #112c6a);
  -ms-background: linear-gradient(to bottom, #232a60, #112c6a);
  -o-background: linear-gradient(to bottom, #232a60, #112c6a);
  background: linear-gradient(to bottom, #232a60, #112c6a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #112c6a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #232a60;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #112c6a, #002d74);
  -moz-background: linear-gradient(to bottom, #112c6a, #002d74);
  -ms-background: linear-gradient(to bottom, #112c6a, #002d74);
  -o-background: linear-gradient(to bottom, #112c6a, #002d74);
  background: linear-gradient(to bottom, #112c6a, #002d74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002d74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #112c6a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002d74;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002d74;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ipade-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ipade-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ipade-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ipade-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002d74;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .referrals-advocate__overlay {
  background-color: #002d74;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .referrals-advocate__steps-circle {
  fill: #002d74;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .referrals-advocate__testimonial {
  background-color: #002d74;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipade-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #002d74;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ipade-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #002d74;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .terms__title {
  border-color: #79242f;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .terms__links {
  color: #002d74;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipade-business-school .referral-tooltip__image path {
  fill: #002d74;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ipade-business-school .main-header,
.ipade-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #7ac1d6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ipag-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5db3cd;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .main-header__menu__btn:hover, .white-label.ipag-business-school .main-header__menu__btn:focus, .white-label.ipag-business-school .main-header__menu__btn:active, .white-label.ipag-business-school .main-header__menu__btn:checked, .white-label.ipag-business-school .main-header__menu__btn:focus:hover, .white-label.ipag-business-school .main-header__menu__btn:focus:active, .white-label.ipag-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.ipag-business-school .main-header__menu__btn:not(:disabled):active, .white-label.ipag-business-school .main-header__menu__btn:not(.disabled):active, .white-label.ipag-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.ipag-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ipag-business-school .main-footer__menu__btn:hover,
.white-label.ipag-business-school .main-footer__menu__btn:focus,
.white-label.ipag-business-school .main-footer__menu__btn:active,
.white-label.ipag-business-school .main-footer__menu__btn:checked,
.white-label.ipag-business-school .main-footer__menu__btn:focus:hover,
.white-label.ipag-business-school .main-footer__menu__btn:focus:active,
.white-label.ipag-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.ipag-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.ipag-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.ipag-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ipag-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #7ac1d6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .main-header .nav__link:hover, .white-label.ipag-business-school .main-header .nav__link:focus, .white-label.ipag-business-school .main-header .nav__link:active, .white-label.ipag-business-school .main-header .nav__link:checked, .white-label.ipag-business-school .main-header .nav__link:focus:hover, .white-label.ipag-business-school .main-header .nav__link:focus:active, .white-label.ipag-business-school .main-header .nav__link:not(:disabled):hover, .white-label.ipag-business-school .main-header .nav__link:not(:disabled):active, .white-label.ipag-business-school .main-header .nav__link:not(.disabled):active, .white-label.ipag-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.ipag-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.ipag-business-school .main-footer .nav__link:hover,
.white-label.ipag-business-school .main-footer .nav__link:focus,
.white-label.ipag-business-school .main-footer .nav__link:active,
.white-label.ipag-business-school .main-footer .nav__link:checked,
.white-label.ipag-business-school .main-footer .nav__link:focus:hover,
.white-label.ipag-business-school .main-footer .nav__link:focus:active,
.white-label.ipag-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.ipag-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.ipag-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.ipag-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ipag-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #5db3cd;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school.signed-out .btn:not(.btn--social), .white-label.ipag-business-school.signed-in .btn--primary {
  background-color: #454c67;
  border-color: #454c67;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.signed-out .btn:not(.btn--social):hover, .white-label.ipag-business-school.signed-out .btn:not(.btn--social):focus, .white-label.ipag-business-school.signed-out .btn:not(.btn--social):active, .white-label.ipag-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ipag-business-school.signed-in .btn--primary:hover, .white-label.ipag-business-school.signed-in .btn--primary:focus, .white-label.ipag-business-school.signed-in .btn--primary:active, .white-label.ipag-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #454c67;
  box-shadow: none;
  color: #454c67;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .nav__btn:hover span,
.white-label.ipag-business-school .nav__btn:hover span::after,
.white-label.ipag-business-school .nav__btn:hover span::before,
.white-label.ipag-business-school .nav__btn:focus span,
.white-label.ipag-business-school .nav__btn:focus span::after,
.white-label.ipag-business-school .nav__btn:focus span::before {
  background-color: #7ac1d6;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ipag-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #7ac1d6;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #7ac1d6;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__list li:hover::after {
  border-color: rgba(122, 193, 214, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__list li:hover .heading-3 {
  color: #7ac1d6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .profile__link:hover, .white-label.ipag-business-school .profile__link:focus, .white-label.ipag-business-school .profile__link:active, .white-label.ipag-business-school .profile__link:checked, .white-label.ipag-business-school .profile__link:focus:hover, .white-label.ipag-business-school .profile__link:focus:active, .white-label.ipag-business-school .profile__link:not(:disabled):hover, .white-label.ipag-business-school .profile__link:not(:disabled):active, .white-label.ipag-business-school .profile__link:not(.disabled):active, .white-label.ipag-business-school .profile__link:not(:disabled):active:focus, .white-label.ipag-business-school .profile__link:not(.disabled):active:focus {
  color: #7ac1d6;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .profile__actions:hover .profile__icn g,
.white-label.ipag-business-school .profile__actions:focus .profile__icn g {
  fill: #7ac1d6;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .students__classmate:hover .students__thumbnail,
.white-label.ipag-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #7ac1d6, 0 0 0 1px #7ac1d6 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .pagination__page-link:hover::after {
  border-color: rgba(122, 193, 214, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modal__bg-icn {
  fill: #7ac1d6;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .payments__paragraph--initial, .white-label.ipag-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .form__input:-webkit-autofill, .white-label.ipag-business-school .StripeElement:-webkit-autofill, .white-label.ipag-business-school .form__input:-webkit-autofill:focus, .white-label.ipag-business-school .form__input:-internal-autofill-selected, .white-label.ipag-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(69, 76, 103, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(69, 76, 103, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(69, 76, 103, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(69, 76, 103, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(69, 76, 103, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .form__input:-moz-autofill, .white-label.ipag-business-school .StripeElement:-moz-autofill, .white-label.ipag-business-school .form__input:-moz-autofill-preview, .white-label.ipag-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(69, 76, 103, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .form-radio__input:hover + label.bordered,
.white-label.ipag-business-school .form-radio__input:hover + label::before, .white-label.ipag-business-school .form-radio__input:focus + label.bordered,
.white-label.ipag-business-school .form-radio__input:focus + label::before, .white-label.ipag-business-school .form-radio__input:active + label.bordered,
.white-label.ipag-business-school .form-radio__input:active + label::before, .white-label.ipag-business-school .form-radio__input:checked + label.bordered,
.white-label.ipag-business-school .form-radio__input:checked + label::before, .white-label.ipag-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.ipag-business-school .form-radio__input:focus:hover + label::before, .white-label.ipag-business-school .form-radio__input:focus:active + label.bordered,
.white-label.ipag-business-school .form-radio__input:focus:active + label::before, .white-label.ipag-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ipag-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.ipag-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ipag-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.ipag-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ipag-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.ipag-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ipag-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ipag-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ipag-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #7ac1d6;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:active + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ipag-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #7ac1d6 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .form-check-input:checked + label::before, .white-label.ipag-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #7ac1d6;
  border-color: #7ac1d6;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .form-check-input:valid:focus:checked + label::before, .white-label.ipag-business-school .form-check-input.valid:focus:checked + label::before, .white-label.ipag-business-school .form-check-input--valid:focus:checked + label::before, .white-label.ipag-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #7ac1d6;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .electives .form-radio__input:checked + label::before {
  background-color: #7ac1d6;
  border: 3px solid #7ac1d6;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .enrollment__icon path {
  fill: #454c67;
  stroke: #454c67;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .enrollment__icon tspan {
  fill: #454c67;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__tasks li:hover::after, .white-label.ipag-business-school .modules__tasks li.selected::after {
  border-color: rgba(122, 193, 214, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__tasks li::before {
  color: rgba(122, 193, 214, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(122, 193, 214, 0.4);
  border-color: rgba(122, 193, 214, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .modules__tasks li .modules__btn:hover::after, .white-label.ipag-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(122, 193, 214, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .tabs__li:hover {
  border-color: rgba(122, 193, 214, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .tabs__label {
  border-bottom-color: #7ac1d6;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ipag-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #7ac1d6;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .survey__success .check {
  fill: #7ac1d6;
  stroke: #7ac1d6;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .electives__checkbox:checked + label::before,
.white-label.ipag-business-school .program-card__checkbox:checked + label::before {
  background-color: #7ac1d6;
  border-color: #7ac1d6;
  color: #7ac1d6;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.ipag-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #7ac1d6;
  box-shadow: 0 0 0 1px #7ac1d6 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .canvas-assignments__submission-type::before {
  border-color: #7ac1d6;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .canvas-assignments__submission-type::after {
  border-color: #7ac1d6;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(122, 193, 214, 0.1);
  border-color: #7ac1d6;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .canvas-assignments__submission-type.typed--selected, .white-label.ipag-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(122, 193, 214, 0.1);
  border-color: #7ac1d6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(1),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(1), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #c8e5ee, #bde0eb);
  -moz-background: linear-gradient(to right, #c8e5ee, #bde0eb);
  -ms-background: linear-gradient(to right, #c8e5ee, #bde0eb);
  -o-background: linear-gradient(to right, #c8e5ee, #bde0eb);
  background: linear-gradient(to right, #c8e5ee, #bde0eb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #bde0eb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(2),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(2), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #bde0eb, #b2dbe7);
  -moz-background: linear-gradient(to right, #bde0eb, #b2dbe7);
  -ms-background: linear-gradient(to right, #bde0eb, #b2dbe7);
  -o-background: linear-gradient(to right, #bde0eb, #b2dbe7);
  background: linear-gradient(to right, #bde0eb, #b2dbe7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #b2dbe7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(3),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(3), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #b2dbe7, #a7d6e4);
  -moz-background: linear-gradient(to right, #b2dbe7, #a7d6e4);
  -ms-background: linear-gradient(to right, #b2dbe7, #a7d6e4);
  -o-background: linear-gradient(to right, #b2dbe7, #a7d6e4);
  background: linear-gradient(to right, #b2dbe7, #a7d6e4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #a7d6e4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(4),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(4), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #a7d6e4, #9bd1e0);
  -moz-background: linear-gradient(to right, #a7d6e4, #9bd1e0);
  -ms-background: linear-gradient(to right, #a7d6e4, #9bd1e0);
  -o-background: linear-gradient(to right, #a7d6e4, #9bd1e0);
  background: linear-gradient(to right, #a7d6e4, #9bd1e0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #9bd1e0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(5),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(5), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #9bd1e0, #90cbdd);
  -moz-background: linear-gradient(to right, #9bd1e0, #90cbdd);
  -ms-background: linear-gradient(to right, #9bd1e0, #90cbdd);
  -o-background: linear-gradient(to right, #9bd1e0, #90cbdd);
  background: linear-gradient(to right, #9bd1e0, #90cbdd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #90cbdd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(6),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(6), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #90cbdd, #85c6d9);
  -moz-background: linear-gradient(to right, #90cbdd, #85c6d9);
  -ms-background: linear-gradient(to right, #90cbdd, #85c6d9);
  -o-background: linear-gradient(to right, #90cbdd, #85c6d9);
  background: linear-gradient(to right, #90cbdd, #85c6d9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #85c6d9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(7),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(7), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #85c6d9, #7ac1d6);
  -moz-background: linear-gradient(to right, #85c6d9, #7ac1d6);
  -ms-background: linear-gradient(to right, #85c6d9, #7ac1d6);
  -o-background: linear-gradient(to right, #85c6d9, #7ac1d6);
  background: linear-gradient(to right, #85c6d9, #7ac1d6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #7ac1d6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #7ac1d6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ipag-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ipag-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #7ac1d6;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active,
.white-label.ipag-business-school .steps--progress .vertical-step--completed, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved {
  color: #7ac1d6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #c8e5ee, #bde0eb);
  -moz-background: linear-gradient(to bottom, #c8e5ee, #bde0eb);
  -ms-background: linear-gradient(to bottom, #c8e5ee, #bde0eb);
  -o-background: linear-gradient(to bottom, #c8e5ee, #bde0eb);
  background: linear-gradient(to bottom, #c8e5ee, #bde0eb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #bde0eb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #c8e5ee;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #bde0eb, #b2dbe7);
  -moz-background: linear-gradient(to bottom, #bde0eb, #b2dbe7);
  -ms-background: linear-gradient(to bottom, #bde0eb, #b2dbe7);
  -o-background: linear-gradient(to bottom, #bde0eb, #b2dbe7);
  background: linear-gradient(to bottom, #bde0eb, #b2dbe7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #b2dbe7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #bde0eb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #b2dbe7, #a7d6e4);
  -moz-background: linear-gradient(to bottom, #b2dbe7, #a7d6e4);
  -ms-background: linear-gradient(to bottom, #b2dbe7, #a7d6e4);
  -o-background: linear-gradient(to bottom, #b2dbe7, #a7d6e4);
  background: linear-gradient(to bottom, #b2dbe7, #a7d6e4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #a7d6e4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #b2dbe7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7d6e4, #9bd1e0);
  -moz-background: linear-gradient(to bottom, #a7d6e4, #9bd1e0);
  -ms-background: linear-gradient(to bottom, #a7d6e4, #9bd1e0);
  -o-background: linear-gradient(to bottom, #a7d6e4, #9bd1e0);
  background: linear-gradient(to bottom, #a7d6e4, #9bd1e0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #9bd1e0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #a7d6e4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #9bd1e0, #90cbdd);
  -moz-background: linear-gradient(to bottom, #9bd1e0, #90cbdd);
  -ms-background: linear-gradient(to bottom, #9bd1e0, #90cbdd);
  -o-background: linear-gradient(to bottom, #9bd1e0, #90cbdd);
  background: linear-gradient(to bottom, #9bd1e0, #90cbdd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #90cbdd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #9bd1e0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #90cbdd, #85c6d9);
  -moz-background: linear-gradient(to bottom, #90cbdd, #85c6d9);
  -ms-background: linear-gradient(to bottom, #90cbdd, #85c6d9);
  -o-background: linear-gradient(to bottom, #90cbdd, #85c6d9);
  background: linear-gradient(to bottom, #90cbdd, #85c6d9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #85c6d9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #90cbdd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #85c6d9, #7ac1d6);
  -moz-background: linear-gradient(to bottom, #85c6d9, #7ac1d6);
  -ms-background: linear-gradient(to bottom, #85c6d9, #7ac1d6);
  -o-background: linear-gradient(to bottom, #85c6d9, #7ac1d6);
  background: linear-gradient(to bottom, #85c6d9, #7ac1d6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #7ac1d6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #85c6d9;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #7ac1d6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #7ac1d6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ipag-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ipag-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #7ac1d6;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .sidebar .steps .steps__label-toggle {
  background-color: #7ac1d6;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #7ac1d6;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #454c67, #4d5d77);
  -moz-background: linear-gradient(to right, #454c67, #4d5d77);
  -ms-background: linear-gradient(to right, #454c67, #4d5d77);
  -o-background: linear-gradient(to right, #454c67, #4d5d77);
  background: linear-gradient(to right, #454c67, #4d5d77);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4d5d77;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4d5d77, #546d87);
  -moz-background: linear-gradient(to right, #4d5d77, #546d87);
  -ms-background: linear-gradient(to right, #4d5d77, #546d87);
  -o-background: linear-gradient(to right, #4d5d77, #546d87);
  background: linear-gradient(to right, #4d5d77, #546d87);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #546d87;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #546d87, #5c7e97);
  -moz-background: linear-gradient(to right, #546d87, #5c7e97);
  -ms-background: linear-gradient(to right, #546d87, #5c7e97);
  -o-background: linear-gradient(to right, #546d87, #5c7e97);
  background: linear-gradient(to right, #546d87, #5c7e97);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #5c7e97;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #5c7e97, #638fa6);
  -moz-background: linear-gradient(to right, #5c7e97, #638fa6);
  -ms-background: linear-gradient(to right, #5c7e97, #638fa6);
  -o-background: linear-gradient(to right, #5c7e97, #638fa6);
  background: linear-gradient(to right, #5c7e97, #638fa6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #638fa6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #638fa6, #6ba0b6);
  -moz-background: linear-gradient(to right, #638fa6, #6ba0b6);
  -ms-background: linear-gradient(to right, #638fa6, #6ba0b6);
  -o-background: linear-gradient(to right, #638fa6, #6ba0b6);
  background: linear-gradient(to right, #638fa6, #6ba0b6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #6ba0b6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #6ba0b6, #72b0c6);
  -moz-background: linear-gradient(to right, #6ba0b6, #72b0c6);
  -ms-background: linear-gradient(to right, #6ba0b6, #72b0c6);
  -o-background: linear-gradient(to right, #6ba0b6, #72b0c6);
  background: linear-gradient(to right, #6ba0b6, #72b0c6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #72b0c6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #72b0c6, #7ac1d6);
  -moz-background: linear-gradient(to right, #72b0c6, #7ac1d6);
  -ms-background: linear-gradient(to right, #72b0c6, #7ac1d6);
  -o-background: linear-gradient(to right, #72b0c6, #7ac1d6);
  background: linear-gradient(to right, #72b0c6, #7ac1d6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #7ac1d6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #7ac1d6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ipag-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #7ac1d6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #454c67, #4d5d77);
  -moz-background: linear-gradient(to bottom, #454c67, #4d5d77);
  -ms-background: linear-gradient(to bottom, #454c67, #4d5d77);
  -o-background: linear-gradient(to bottom, #454c67, #4d5d77);
  background: linear-gradient(to bottom, #454c67, #4d5d77);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4d5d77;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #454c67;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d5d77, #546d87);
  -moz-background: linear-gradient(to bottom, #4d5d77, #546d87);
  -ms-background: linear-gradient(to bottom, #4d5d77, #546d87);
  -o-background: linear-gradient(to bottom, #4d5d77, #546d87);
  background: linear-gradient(to bottom, #4d5d77, #546d87);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #546d87;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4d5d77;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #546d87, #5c7e97);
  -moz-background: linear-gradient(to bottom, #546d87, #5c7e97);
  -ms-background: linear-gradient(to bottom, #546d87, #5c7e97);
  -o-background: linear-gradient(to bottom, #546d87, #5c7e97);
  background: linear-gradient(to bottom, #546d87, #5c7e97);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #5c7e97;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #546d87;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #5c7e97, #638fa6);
  -moz-background: linear-gradient(to bottom, #5c7e97, #638fa6);
  -ms-background: linear-gradient(to bottom, #5c7e97, #638fa6);
  -o-background: linear-gradient(to bottom, #5c7e97, #638fa6);
  background: linear-gradient(to bottom, #5c7e97, #638fa6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #638fa6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #5c7e97;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #638fa6, #6ba0b6);
  -moz-background: linear-gradient(to bottom, #638fa6, #6ba0b6);
  -ms-background: linear-gradient(to bottom, #638fa6, #6ba0b6);
  -o-background: linear-gradient(to bottom, #638fa6, #6ba0b6);
  background: linear-gradient(to bottom, #638fa6, #6ba0b6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #6ba0b6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #638fa6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #6ba0b6, #72b0c6);
  -moz-background: linear-gradient(to bottom, #6ba0b6, #72b0c6);
  -ms-background: linear-gradient(to bottom, #6ba0b6, #72b0c6);
  -o-background: linear-gradient(to bottom, #6ba0b6, #72b0c6);
  background: linear-gradient(to bottom, #6ba0b6, #72b0c6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #72b0c6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #6ba0b6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #72b0c6, #7ac1d6);
  -moz-background: linear-gradient(to bottom, #72b0c6, #7ac1d6);
  -ms-background: linear-gradient(to bottom, #72b0c6, #7ac1d6);
  -o-background: linear-gradient(to bottom, #72b0c6, #7ac1d6);
  background: linear-gradient(to bottom, #72b0c6, #7ac1d6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #7ac1d6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #72b0c6;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #7ac1d6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #7ac1d6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ipag-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ipag-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ipag-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ipag-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #7ac1d6;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .referrals-advocate__overlay {
  background-color: #7ac1d6;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .referrals-advocate__steps-circle {
  fill: #7ac1d6;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .referrals-advocate__testimonial {
  background-color: #7ac1d6;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ipag-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #7ac1d6;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ipag-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #7ac1d6;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .terms__title {
  border-color: #454c67;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .terms__links {
  color: #7ac1d6;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ipag-business-school .referral-tooltip__image path {
  fill: #7ac1d6;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ipag-business-school .main-header,
.ipag-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.isb-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #131f6f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .main-header__menu__btn:hover, .white-label.isb-executive-education .main-header__menu__btn:focus, .white-label.isb-executive-education .main-header__menu__btn:active, .white-label.isb-executive-education .main-header__menu__btn:checked, .white-label.isb-executive-education .main-header__menu__btn:focus:hover, .white-label.isb-executive-education .main-header__menu__btn:focus:active, .white-label.isb-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.isb-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.isb-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.isb-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.isb-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.isb-executive-education .main-footer__menu__btn:hover,
.white-label.isb-executive-education .main-footer__menu__btn:focus,
.white-label.isb-executive-education .main-footer__menu__btn:active,
.white-label.isb-executive-education .main-footer__menu__btn:checked,
.white-label.isb-executive-education .main-footer__menu__btn:focus:hover,
.white-label.isb-executive-education .main-footer__menu__btn:focus:active,
.white-label.isb-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.isb-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.isb-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.isb-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.isb-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .main-header .nav__link:hover, .white-label.isb-executive-education .main-header .nav__link:focus, .white-label.isb-executive-education .main-header .nav__link:active, .white-label.isb-executive-education .main-header .nav__link:checked, .white-label.isb-executive-education .main-header .nav__link:focus:hover, .white-label.isb-executive-education .main-header .nav__link:focus:active, .white-label.isb-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.isb-executive-education .main-header .nav__link:not(:disabled):active, .white-label.isb-executive-education .main-header .nav__link:not(.disabled):active, .white-label.isb-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.isb-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.isb-executive-education .main-footer .nav__link:hover,
.white-label.isb-executive-education .main-footer .nav__link:focus,
.white-label.isb-executive-education .main-footer .nav__link:active,
.white-label.isb-executive-education .main-footer .nav__link:checked,
.white-label.isb-executive-education .main-footer .nav__link:focus:hover,
.white-label.isb-executive-education .main-footer .nav__link:focus:active,
.white-label.isb-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.isb-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.isb-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.isb-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.isb-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #131f6f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education.signed-out .btn:not(.btn--social), .white-label.isb-executive-education.signed-in .btn--primary {
  background-color: #2e3b42;
  border-color: #2e3b42;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.isb-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.isb-executive-education.signed-out .btn:not(.btn--social):active, .white-label.isb-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.isb-executive-education.signed-in .btn--primary:hover, .white-label.isb-executive-education.signed-in .btn--primary:focus, .white-label.isb-executive-education.signed-in .btn--primary:active, .white-label.isb-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #2e3b42;
  box-shadow: none;
  color: #2e3b42;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .nav__btn:hover span,
.white-label.isb-executive-education .nav__btn:hover span::after,
.white-label.isb-executive-education .nav__btn:hover span::before,
.white-label.isb-executive-education .nav__btn:focus span,
.white-label.isb-executive-education .nav__btn:focus span::after,
.white-label.isb-executive-education .nav__btn:focus span::before {
  background-color: #192890;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.isb-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #192890;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #192890;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__list li:hover::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__list li:hover .heading-3 {
  color: #192890;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .profile__link:hover, .white-label.isb-executive-education .profile__link:focus, .white-label.isb-executive-education .profile__link:active, .white-label.isb-executive-education .profile__link:checked, .white-label.isb-executive-education .profile__link:focus:hover, .white-label.isb-executive-education .profile__link:focus:active, .white-label.isb-executive-education .profile__link:not(:disabled):hover, .white-label.isb-executive-education .profile__link:not(:disabled):active, .white-label.isb-executive-education .profile__link:not(.disabled):active, .white-label.isb-executive-education .profile__link:not(:disabled):active:focus, .white-label.isb-executive-education .profile__link:not(.disabled):active:focus {
  color: #192890;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .profile__actions:hover .profile__icn g,
.white-label.isb-executive-education .profile__actions:focus .profile__icn g {
  fill: #192890;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .students__classmate:hover .students__thumbnail,
.white-label.isb-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #192890, 0 0 0 1px #192890 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .pagination__page-link:hover::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modal__bg-icn {
  fill: #192890;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .payments__paragraph--initial, .white-label.isb-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .form__input:-webkit-autofill, .white-label.isb-executive-education .StripeElement:-webkit-autofill, .white-label.isb-executive-education .form__input:-webkit-autofill:focus, .white-label.isb-executive-education .form__input:-internal-autofill-selected, .white-label.isb-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(46, 59, 66, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(46, 59, 66, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(46, 59, 66, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(46, 59, 66, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(46, 59, 66, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .form__input:-moz-autofill, .white-label.isb-executive-education .StripeElement:-moz-autofill, .white-label.isb-executive-education .form__input:-moz-autofill-preview, .white-label.isb-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(46, 59, 66, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .form-radio__input:hover + label.bordered,
.white-label.isb-executive-education .form-radio__input:hover + label::before, .white-label.isb-executive-education .form-radio__input:focus + label.bordered,
.white-label.isb-executive-education .form-radio__input:focus + label::before, .white-label.isb-executive-education .form-radio__input:active + label.bordered,
.white-label.isb-executive-education .form-radio__input:active + label::before, .white-label.isb-executive-education .form-radio__input:checked + label.bordered,
.white-label.isb-executive-education .form-radio__input:checked + label::before, .white-label.isb-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.isb-executive-education .form-radio__input:focus:hover + label::before, .white-label.isb-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.isb-executive-education .form-radio__input:focus:active + label::before, .white-label.isb-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.isb-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.isb-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.isb-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.isb-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.isb-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.isb-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.isb-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.isb-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.isb-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #192890;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.isb-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #192890 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .form-check-input:checked + label::before, .white-label.isb-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #192890;
  border-color: #192890;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.isb-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.isb-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.isb-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #192890;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #192890;
  border: 3px solid #192890;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .enrollment__icon path {
  fill: #2e3b42;
  stroke: #2e3b42;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .enrollment__icon tspan {
  fill: #2e3b42;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__tasks li:hover::after, .white-label.isb-executive-education .modules__tasks li.selected::after {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__tasks li::before {
  color: rgba(25, 40, 144, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(25, 40, 144, 0.4);
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.isb-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(25, 40, 144, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .tabs__li:hover {
  border-color: rgba(25, 40, 144, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .tabs__label {
  border-bottom-color: #192890;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.isb-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #192890;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .survey__success .check {
  fill: #192890;
  stroke: #192890;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .electives__checkbox:checked + label::before,
.white-label.isb-executive-education .program-card__checkbox:checked + label::before {
  background-color: #192890;
  border-color: #192890;
  color: #192890;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.isb-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #192890;
  box-shadow: 0 0 0 1px #192890 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .canvas-assignments__submission-type::before {
  border-color: #192890;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .canvas-assignments__submission-type::after {
  border-color: #192890;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(25, 40, 144, 0.1);
  border-color: #192890;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.isb-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(25, 40, 144, 0.1);
  border-color: #192890;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(1),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(1), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3349dc, #3044d1);
  -moz-background: linear-gradient(to right, #3349dc, #3044d1);
  -ms-background: linear-gradient(to right, #3349dc, #3044d1);
  -o-background: linear-gradient(to right, #3349dc, #3044d1);
  background: linear-gradient(to right, #3349dc, #3044d1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3044d1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(2),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(2), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -moz-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -ms-background: linear-gradient(to right, #3044d1, #2c3fc6);
  -o-background: linear-gradient(to right, #3044d1, #2c3fc6);
  background: linear-gradient(to right, #3044d1, #2c3fc6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2c3fc6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(3),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(3), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -moz-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -ms-background: linear-gradient(to right, #2c3fc6, #283bbb);
  -o-background: linear-gradient(to right, #2c3fc6, #283bbb);
  background: linear-gradient(to right, #2c3fc6, #283bbb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #283bbb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(4),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(4), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #283bbb, #2436b0);
  -moz-background: linear-gradient(to right, #283bbb, #2436b0);
  -ms-background: linear-gradient(to right, #283bbb, #2436b0);
  -o-background: linear-gradient(to right, #283bbb, #2436b0);
  background: linear-gradient(to right, #283bbb, #2436b0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2436b0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(5),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(5), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2436b0, #2131a6);
  -moz-background: linear-gradient(to right, #2436b0, #2131a6);
  -ms-background: linear-gradient(to right, #2436b0, #2131a6);
  -o-background: linear-gradient(to right, #2436b0, #2131a6);
  background: linear-gradient(to right, #2436b0, #2131a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2131a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(6),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(6), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -moz-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -ms-background: linear-gradient(to right, #2131a6, #1d2d9b);
  -o-background: linear-gradient(to right, #2131a6, #1d2d9b);
  background: linear-gradient(to right, #2131a6, #1d2d9b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1d2d9b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(7),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(7), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1d2d9b, #192890);
  -moz-background: linear-gradient(to right, #1d2d9b, #192890);
  -ms-background: linear-gradient(to right, #1d2d9b, #192890);
  -o-background: linear-gradient(to right, #1d2d9b, #192890);
  background: linear-gradient(to right, #1d2d9b, #192890);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #192890;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #192890;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.isb-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.isb-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #192890;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active,
.white-label.isb-executive-education .steps--progress .vertical-step--completed, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved {
  color: #192890;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -moz-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -ms-background: linear-gradient(to bottom, #3349dc, #3044d1);
  -o-background: linear-gradient(to bottom, #3349dc, #3044d1);
  background: linear-gradient(to bottom, #3349dc, #3044d1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3044d1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3349dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -moz-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -ms-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  -o-background: linear-gradient(to bottom, #3044d1, #2c3fc6);
  background: linear-gradient(to bottom, #3044d1, #2c3fc6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2c3fc6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3044d1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -moz-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -ms-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  -o-background: linear-gradient(to bottom, #2c3fc6, #283bbb);
  background: linear-gradient(to bottom, #2c3fc6, #283bbb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #283bbb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2c3fc6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -moz-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -ms-background: linear-gradient(to bottom, #283bbb, #2436b0);
  -o-background: linear-gradient(to bottom, #283bbb, #2436b0);
  background: linear-gradient(to bottom, #283bbb, #2436b0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2436b0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #283bbb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -moz-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -ms-background: linear-gradient(to bottom, #2436b0, #2131a6);
  -o-background: linear-gradient(to bottom, #2436b0, #2131a6);
  background: linear-gradient(to bottom, #2436b0, #2131a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2131a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2436b0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -moz-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -ms-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  -o-background: linear-gradient(to bottom, #2131a6, #1d2d9b);
  background: linear-gradient(to bottom, #2131a6, #1d2d9b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1d2d9b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2131a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -moz-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -ms-background: linear-gradient(to bottom, #1d2d9b, #192890);
  -o-background: linear-gradient(to bottom, #1d2d9b, #192890);
  background: linear-gradient(to bottom, #1d2d9b, #192890);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #192890;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1d2d9b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #192890;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #192890;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.isb-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.isb-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #192890;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #192890;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #192890;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2e3b42, #2b384d);
  -moz-background: linear-gradient(to right, #2e3b42, #2b384d);
  -ms-background: linear-gradient(to right, #2e3b42, #2b384d);
  -o-background: linear-gradient(to right, #2e3b42, #2b384d);
  background: linear-gradient(to right, #2e3b42, #2b384d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2b384d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2b384d, #283658);
  -moz-background: linear-gradient(to right, #2b384d, #283658);
  -ms-background: linear-gradient(to right, #2b384d, #283658);
  -o-background: linear-gradient(to right, #2b384d, #283658);
  background: linear-gradient(to right, #2b384d, #283658);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #283658;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #283658, #253363);
  -moz-background: linear-gradient(to right, #283658, #253363);
  -ms-background: linear-gradient(to right, #283658, #253363);
  -o-background: linear-gradient(to right, #283658, #253363);
  background: linear-gradient(to right, #283658, #253363);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #253363;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #253363, #22306f);
  -moz-background: linear-gradient(to right, #253363, #22306f);
  -ms-background: linear-gradient(to right, #253363, #22306f);
  -o-background: linear-gradient(to right, #253363, #22306f);
  background: linear-gradient(to right, #253363, #22306f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #22306f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #22306f, #1f2d7a);
  -moz-background: linear-gradient(to right, #22306f, #1f2d7a);
  -ms-background: linear-gradient(to right, #22306f, #1f2d7a);
  -o-background: linear-gradient(to right, #22306f, #1f2d7a);
  background: linear-gradient(to right, #22306f, #1f2d7a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1f2d7a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1f2d7a, #1c2b85);
  -moz-background: linear-gradient(to right, #1f2d7a, #1c2b85);
  -ms-background: linear-gradient(to right, #1f2d7a, #1c2b85);
  -o-background: linear-gradient(to right, #1f2d7a, #1c2b85);
  background: linear-gradient(to right, #1f2d7a, #1c2b85);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1c2b85;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1c2b85, #192890);
  -moz-background: linear-gradient(to right, #1c2b85, #192890);
  -ms-background: linear-gradient(to right, #1c2b85, #192890);
  -o-background: linear-gradient(to right, #1c2b85, #192890);
  background: linear-gradient(to right, #1c2b85, #192890);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #192890;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #192890;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.isb-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #192890;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2e3b42, #2b384d);
  -moz-background: linear-gradient(to bottom, #2e3b42, #2b384d);
  -ms-background: linear-gradient(to bottom, #2e3b42, #2b384d);
  -o-background: linear-gradient(to bottom, #2e3b42, #2b384d);
  background: linear-gradient(to bottom, #2e3b42, #2b384d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2b384d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2e3b42;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b384d, #283658);
  -moz-background: linear-gradient(to bottom, #2b384d, #283658);
  -ms-background: linear-gradient(to bottom, #2b384d, #283658);
  -o-background: linear-gradient(to bottom, #2b384d, #283658);
  background: linear-gradient(to bottom, #2b384d, #283658);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #283658;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2b384d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #283658, #253363);
  -moz-background: linear-gradient(to bottom, #283658, #253363);
  -ms-background: linear-gradient(to bottom, #283658, #253363);
  -o-background: linear-gradient(to bottom, #283658, #253363);
  background: linear-gradient(to bottom, #283658, #253363);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #253363;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #283658;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #253363, #22306f);
  -moz-background: linear-gradient(to bottom, #253363, #22306f);
  -ms-background: linear-gradient(to bottom, #253363, #22306f);
  -o-background: linear-gradient(to bottom, #253363, #22306f);
  background: linear-gradient(to bottom, #253363, #22306f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #22306f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #253363;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #22306f, #1f2d7a);
  -moz-background: linear-gradient(to bottom, #22306f, #1f2d7a);
  -ms-background: linear-gradient(to bottom, #22306f, #1f2d7a);
  -o-background: linear-gradient(to bottom, #22306f, #1f2d7a);
  background: linear-gradient(to bottom, #22306f, #1f2d7a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1f2d7a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #22306f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f2d7a, #1c2b85);
  -moz-background: linear-gradient(to bottom, #1f2d7a, #1c2b85);
  -ms-background: linear-gradient(to bottom, #1f2d7a, #1c2b85);
  -o-background: linear-gradient(to bottom, #1f2d7a, #1c2b85);
  background: linear-gradient(to bottom, #1f2d7a, #1c2b85);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1c2b85;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1f2d7a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1c2b85, #192890);
  -moz-background: linear-gradient(to bottom, #1c2b85, #192890);
  -ms-background: linear-gradient(to bottom, #1c2b85, #192890);
  -o-background: linear-gradient(to bottom, #1c2b85, #192890);
  background: linear-gradient(to bottom, #1c2b85, #192890);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #192890;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1c2b85;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #192890;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #192890;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.isb-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.isb-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.isb-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.isb-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #192890;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .referrals-advocate__overlay {
  background-color: #192890;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .referrals-advocate__steps-circle {
  fill: #192890;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .referrals-advocate__testimonial {
  background-color: #192890;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.isb-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #192890;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.isb-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #192890;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .terms__title {
  border-color: #2e3b42;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .terms__links {
  color: #192890;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.isb-executive-education .referral-tooltip__image path {
  fill: #192890;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.isb-executive-education .main-header,
.isb-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #7c2529;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.itam-digital-exed div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5f1c1f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .main-header__menu__btn:hover, .white-label.itam-digital-exed .main-header__menu__btn:focus, .white-label.itam-digital-exed .main-header__menu__btn:active, .white-label.itam-digital-exed .main-header__menu__btn:checked, .white-label.itam-digital-exed .main-header__menu__btn:focus:hover, .white-label.itam-digital-exed .main-header__menu__btn:focus:active, .white-label.itam-digital-exed .main-header__menu__btn:not(:disabled):hover, .white-label.itam-digital-exed .main-header__menu__btn:not(:disabled):active, .white-label.itam-digital-exed .main-header__menu__btn:not(.disabled):active, .white-label.itam-digital-exed .main-header__menu__btn:not(:disabled):active:focus, .white-label.itam-digital-exed .main-header__menu__btn:not(.disabled):active:focus,
.white-label.itam-digital-exed .main-footer__menu__btn:hover,
.white-label.itam-digital-exed .main-footer__menu__btn:focus,
.white-label.itam-digital-exed .main-footer__menu__btn:active,
.white-label.itam-digital-exed .main-footer__menu__btn:checked,
.white-label.itam-digital-exed .main-footer__menu__btn:focus:hover,
.white-label.itam-digital-exed .main-footer__menu__btn:focus:active,
.white-label.itam-digital-exed .main-footer__menu__btn:not(:disabled):hover,
.white-label.itam-digital-exed .main-footer__menu__btn:not(:disabled):active,
.white-label.itam-digital-exed .main-footer__menu__btn:not(.disabled):active,
.white-label.itam-digital-exed .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.itam-digital-exed .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #7c2529;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .main-header .nav__link:hover, .white-label.itam-digital-exed .main-header .nav__link:focus, .white-label.itam-digital-exed .main-header .nav__link:active, .white-label.itam-digital-exed .main-header .nav__link:checked, .white-label.itam-digital-exed .main-header .nav__link:focus:hover, .white-label.itam-digital-exed .main-header .nav__link:focus:active, .white-label.itam-digital-exed .main-header .nav__link:not(:disabled):hover, .white-label.itam-digital-exed .main-header .nav__link:not(:disabled):active, .white-label.itam-digital-exed .main-header .nav__link:not(.disabled):active, .white-label.itam-digital-exed .main-header .nav__link:not(:disabled):active:focus, .white-label.itam-digital-exed .main-header .nav__link:not(.disabled):active:focus,
.white-label.itam-digital-exed .main-footer .nav__link:hover,
.white-label.itam-digital-exed .main-footer .nav__link:focus,
.white-label.itam-digital-exed .main-footer .nav__link:active,
.white-label.itam-digital-exed .main-footer .nav__link:checked,
.white-label.itam-digital-exed .main-footer .nav__link:focus:hover,
.white-label.itam-digital-exed .main-footer .nav__link:focus:active,
.white-label.itam-digital-exed .main-footer .nav__link:not(:disabled):hover,
.white-label.itam-digital-exed .main-footer .nav__link:not(:disabled):active,
.white-label.itam-digital-exed .main-footer .nav__link:not(.disabled):active,
.white-label.itam-digital-exed .main-footer .nav__link:not(:disabled):active:focus,
.white-label.itam-digital-exed .main-footer .nav__link:not(.disabled):active:focus {
  color: #5f1c1f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed.signed-out .btn:not(.btn--social), .white-label.itam-digital-exed.signed-in .btn--primary {
  background-color: #006853;
  border-color: #006853;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.signed-out .btn:not(.btn--social):hover, .white-label.itam-digital-exed.signed-out .btn:not(.btn--social):focus, .white-label.itam-digital-exed.signed-out .btn:not(.btn--social):active, .white-label.itam-digital-exed.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.itam-digital-exed.signed-in .btn--primary:hover, .white-label.itam-digital-exed.signed-in .btn--primary:focus, .white-label.itam-digital-exed.signed-in .btn--primary:active, .white-label.itam-digital-exed.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #006853;
  box-shadow: none;
  color: #006853;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .nav__btn:hover span,
.white-label.itam-digital-exed .nav__btn:hover span::after,
.white-label.itam-digital-exed .nav__btn:hover span::before,
.white-label.itam-digital-exed .nav__btn:focus span,
.white-label.itam-digital-exed .nav__btn:focus span::after,
.white-label.itam-digital-exed .nav__btn:focus span::before {
  background-color: #7c2529;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.itam-digital-exed .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #7c2529;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .nav__sidebar ul .profile__no-menu-link:hover {
  color: #7c2529;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__list li:hover::after {
  border-color: rgba(124, 37, 41, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__list li:hover .heading-3 {
  color: #7c2529;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .profile__link:hover, .white-label.itam-digital-exed .profile__link:focus, .white-label.itam-digital-exed .profile__link:active, .white-label.itam-digital-exed .profile__link:checked, .white-label.itam-digital-exed .profile__link:focus:hover, .white-label.itam-digital-exed .profile__link:focus:active, .white-label.itam-digital-exed .profile__link:not(:disabled):hover, .white-label.itam-digital-exed .profile__link:not(:disabled):active, .white-label.itam-digital-exed .profile__link:not(.disabled):active, .white-label.itam-digital-exed .profile__link:not(:disabled):active:focus, .white-label.itam-digital-exed .profile__link:not(.disabled):active:focus {
  color: #7c2529;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .profile__actions:hover .profile__icn g,
.white-label.itam-digital-exed .profile__actions:focus .profile__icn g {
  fill: #7c2529;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .students__classmate:hover .students__thumbnail,
.white-label.itam-digital-exed .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #7c2529, 0 0 0 1px #7c2529 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .pagination__page-link:hover::after {
  border-color: rgba(124, 37, 41, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modal__bg-icn {
  fill: #7c2529;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .payments__paragraph--initial, .white-label.itam-digital-exed .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .form__input:-webkit-autofill, .white-label.itam-digital-exed .StripeElement:-webkit-autofill, .white-label.itam-digital-exed .form__input:-webkit-autofill:focus, .white-label.itam-digital-exed .form__input:-internal-autofill-selected, .white-label.itam-digital-exed .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 104, 83, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 104, 83, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 104, 83, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 104, 83, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 104, 83, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .form__input:-moz-autofill, .white-label.itam-digital-exed .StripeElement:-moz-autofill, .white-label.itam-digital-exed .form__input:-moz-autofill-preview, .white-label.itam-digital-exed .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 104, 83, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .form-radio__input:hover + label.bordered,
.white-label.itam-digital-exed .form-radio__input:hover + label::before, .white-label.itam-digital-exed .form-radio__input:focus + label.bordered,
.white-label.itam-digital-exed .form-radio__input:focus + label::before, .white-label.itam-digital-exed .form-radio__input:active + label.bordered,
.white-label.itam-digital-exed .form-radio__input:active + label::before, .white-label.itam-digital-exed .form-radio__input:checked + label.bordered,
.white-label.itam-digital-exed .form-radio__input:checked + label::before, .white-label.itam-digital-exed .form-radio__input:focus:hover + label.bordered,
.white-label.itam-digital-exed .form-radio__input:focus:hover + label::before, .white-label.itam-digital-exed .form-radio__input:focus:active + label.bordered,
.white-label.itam-digital-exed .form-radio__input:focus:active + label::before, .white-label.itam-digital-exed .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.itam-digital-exed .form-radio__input:not(:disabled):hover + label::before, .white-label.itam-digital-exed .form-radio__input:not(:disabled):active + label.bordered,
.white-label.itam-digital-exed .form-radio__input:not(:disabled):active + label::before, .white-label.itam-digital-exed .form-radio__input:not(.disabled):active + label.bordered,
.white-label.itam-digital-exed .form-radio__input:not(.disabled):active + label::before, .white-label.itam-digital-exed .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.itam-digital-exed .form-radio__input:not(:disabled):active:focus + label::before, .white-label.itam-digital-exed .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.itam-digital-exed .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #7c2529;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .form-radio__input:hover + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:focus + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:active + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:checked + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:focus:hover + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:focus:active + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.itam-digital-exed .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #7c2529 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .form-check-input:checked + label::before, .white-label.itam-digital-exed .form-check-input:checked + label.collection_radio_buttons::before {
  background: #7c2529;
  border-color: #7c2529;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .form-check-input:valid:focus:checked + label::before, .white-label.itam-digital-exed .form-check-input.valid:focus:checked + label::before, .white-label.itam-digital-exed .form-check-input--valid:focus:checked + label::before, .white-label.itam-digital-exed .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #7c2529;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .electives .form-radio__input:checked + label::before {
  background-color: #7c2529;
  border: 3px solid #7c2529;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .enrollment__icon path {
  fill: #006853;
  stroke: #006853;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .enrollment__icon tspan {
  fill: #006853;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__tasks li:hover::after, .white-label.itam-digital-exed .modules__tasks li.selected::after {
  border-color: rgba(124, 37, 41, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__tasks li::before {
  color: rgba(124, 37, 41, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(124, 37, 41, 0.4);
  border-color: rgba(124, 37, 41, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .modules__tasks li .modules__btn:hover::after, .white-label.itam-digital-exed .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(124, 37, 41, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .tabs__li:hover {
  border-color: rgba(124, 37, 41, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .tabs__label {
  border-bottom-color: #7c2529;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.itam-digital-exed .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #7c2529;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .survey__success .check {
  fill: #7c2529;
  stroke: #7c2529;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .electives__checkbox:checked + label::before,
.white-label.itam-digital-exed .program-card__checkbox:checked + label::before {
  background-color: #7c2529;
  border-color: #7c2529;
  color: #7c2529;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .electives__checkbox:checked ~ .program-card__content,
.white-label.itam-digital-exed .program-card__checkbox:checked ~ .program-card__content {
  border-color: #7c2529;
  box-shadow: 0 0 0 1px #7c2529 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .canvas-assignments__submission-type::before {
  border-color: #7c2529;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .canvas-assignments__submission-type::after {
  border-color: #7c2529;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .canvas-assignments__submission-type:hover {
  background-color: rgba(124, 37, 41, 0.1);
  border-color: #7c2529;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .canvas-assignments__submission-type.typed--selected, .white-label.itam-digital-exed .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(124, 37, 41, 0.1);
  border-color: #7c2529;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(1),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(1), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #c64147, #bc3d43);
  -moz-background: linear-gradient(to right, #c64147, #bc3d43);
  -ms-background: linear-gradient(to right, #c64147, #bc3d43);
  -o-background: linear-gradient(to right, #c64147, #bc3d43);
  background: linear-gradient(to right, #c64147, #bc3d43);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(1)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(1)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #bc3d43;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(2),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(2), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #bc3d43, #b1393e);
  -moz-background: linear-gradient(to right, #bc3d43, #b1393e);
  -ms-background: linear-gradient(to right, #bc3d43, #b1393e);
  -o-background: linear-gradient(to right, #bc3d43, #b1393e);
  background: linear-gradient(to right, #bc3d43, #b1393e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(2)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(2)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #b1393e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(3),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(3), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #b1393e, #a6353a);
  -moz-background: linear-gradient(to right, #b1393e, #a6353a);
  -ms-background: linear-gradient(to right, #b1393e, #a6353a);
  -o-background: linear-gradient(to right, #b1393e, #a6353a);
  background: linear-gradient(to right, #b1393e, #a6353a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(3)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(3)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #a6353a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(4),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(4), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #a6353a, #9c3136);
  -moz-background: linear-gradient(to right, #a6353a, #9c3136);
  -ms-background: linear-gradient(to right, #a6353a, #9c3136);
  -o-background: linear-gradient(to right, #a6353a, #9c3136);
  background: linear-gradient(to right, #a6353a, #9c3136);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(4)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(4)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #9c3136;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(5),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(5), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #9c3136, #912d32);
  -moz-background: linear-gradient(to right, #9c3136, #912d32);
  -ms-background: linear-gradient(to right, #9c3136, #912d32);
  -o-background: linear-gradient(to right, #9c3136, #912d32);
  background: linear-gradient(to right, #9c3136, #912d32);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(5)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(5)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #912d32;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(6),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(6), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #912d32, #87292d);
  -moz-background: linear-gradient(to right, #912d32, #87292d);
  -ms-background: linear-gradient(to right, #912d32, #87292d);
  -o-background: linear-gradient(to right, #912d32, #87292d);
  background: linear-gradient(to right, #912d32, #87292d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(6)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(6)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #87292d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(7),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(7), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #87292d, #7c2529);
  -moz-background: linear-gradient(to right, #87292d, #7c2529);
  -ms-background: linear-gradient(to right, #87292d, #7c2529);
  -o-background: linear-gradient(to right, #87292d, #7c2529);
  background: linear-gradient(to right, #87292d, #7c2529);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(7)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(7)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #7c2529;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(n+8),
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(n+8), .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #7c2529;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .step--active:nth-child(n+8)::after,
.white-label.itam-digital-exed .steps--progress .step--completed:nth-child(n+8)::after, .white-label.itam-digital-exed .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #7c2529;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved {
  color: #7c2529;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #c64147, #bc3d43);
  -moz-background: linear-gradient(to bottom, #c64147, #bc3d43);
  -ms-background: linear-gradient(to bottom, #c64147, #bc3d43);
  -o-background: linear-gradient(to bottom, #c64147, #bc3d43);
  background: linear-gradient(to bottom, #c64147, #bc3d43);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #bc3d43;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #c64147;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc3d43, #b1393e);
  -moz-background: linear-gradient(to bottom, #bc3d43, #b1393e);
  -ms-background: linear-gradient(to bottom, #bc3d43, #b1393e);
  -o-background: linear-gradient(to bottom, #bc3d43, #b1393e);
  background: linear-gradient(to bottom, #bc3d43, #b1393e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #b1393e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #bc3d43;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #b1393e, #a6353a);
  -moz-background: linear-gradient(to bottom, #b1393e, #a6353a);
  -ms-background: linear-gradient(to bottom, #b1393e, #a6353a);
  -o-background: linear-gradient(to bottom, #b1393e, #a6353a);
  background: linear-gradient(to bottom, #b1393e, #a6353a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #a6353a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #b1393e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #a6353a, #9c3136);
  -moz-background: linear-gradient(to bottom, #a6353a, #9c3136);
  -ms-background: linear-gradient(to bottom, #a6353a, #9c3136);
  -o-background: linear-gradient(to bottom, #a6353a, #9c3136);
  background: linear-gradient(to bottom, #a6353a, #9c3136);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #9c3136;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #a6353a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #9c3136, #912d32);
  -moz-background: linear-gradient(to bottom, #9c3136, #912d32);
  -ms-background: linear-gradient(to bottom, #9c3136, #912d32);
  -o-background: linear-gradient(to bottom, #9c3136, #912d32);
  background: linear-gradient(to bottom, #9c3136, #912d32);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #912d32;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #9c3136;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #912d32, #87292d);
  -moz-background: linear-gradient(to bottom, #912d32, #87292d);
  -ms-background: linear-gradient(to bottom, #912d32, #87292d);
  -o-background: linear-gradient(to bottom, #912d32, #87292d);
  background: linear-gradient(to bottom, #912d32, #87292d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #87292d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #912d32;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #87292d, #7c2529);
  -moz-background: linear-gradient(to bottom, #87292d, #7c2529);
  -ms-background: linear-gradient(to bottom, #87292d, #7c2529);
  -o-background: linear-gradient(to bottom, #87292d, #7c2529);
  background: linear-gradient(to bottom, #87292d, #7c2529);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #7c2529;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #87292d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #7c2529;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #7c2529;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.itam-digital-exed .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.itam-digital-exed .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #7c2529;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .sidebar .steps .steps__label-toggle {
  background-color: #7c2529;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .sidebar .steps .step--active {
  border-left: 0.5rem solid #7c2529;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #006853, #125e4d);
  -moz-background: linear-gradient(to right, #006853, #125e4d);
  -ms-background: linear-gradient(to right, #006853, #125e4d);
  -o-background: linear-gradient(to right, #006853, #125e4d);
  background: linear-gradient(to right, #006853, #125e4d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #125e4d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #125e4d, #235547);
  -moz-background: linear-gradient(to right, #125e4d, #235547);
  -ms-background: linear-gradient(to right, #125e4d, #235547);
  -o-background: linear-gradient(to right, #125e4d, #235547);
  background: linear-gradient(to right, #125e4d, #235547);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #235547;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #235547, #354b41);
  -moz-background: linear-gradient(to right, #235547, #354b41);
  -ms-background: linear-gradient(to right, #235547, #354b41);
  -o-background: linear-gradient(to right, #235547, #354b41);
  background: linear-gradient(to right, #235547, #354b41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #354b41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #354b41, #47423b);
  -moz-background: linear-gradient(to right, #354b41, #47423b);
  -ms-background: linear-gradient(to right, #354b41, #47423b);
  -o-background: linear-gradient(to right, #354b41, #47423b);
  background: linear-gradient(to right, #354b41, #47423b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #47423b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #47423b, #593835);
  -moz-background: linear-gradient(to right, #47423b, #593835);
  -ms-background: linear-gradient(to right, #47423b, #593835);
  -o-background: linear-gradient(to right, #47423b, #593835);
  background: linear-gradient(to right, #47423b, #593835);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #593835;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #593835, #6a2f2f);
  -moz-background: linear-gradient(to right, #593835, #6a2f2f);
  -ms-background: linear-gradient(to right, #593835, #6a2f2f);
  -o-background: linear-gradient(to right, #593835, #6a2f2f);
  background: linear-gradient(to right, #593835, #6a2f2f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #6a2f2f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #6a2f2f, #7c2529);
  -moz-background: linear-gradient(to right, #6a2f2f, #7c2529);
  -ms-background: linear-gradient(to right, #6a2f2f, #7c2529);
  -o-background: linear-gradient(to right, #6a2f2f, #7c2529);
  background: linear-gradient(to right, #6a2f2f, #7c2529);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #7c2529;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #7c2529;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #7c2529;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #006853, #125e4d);
  -moz-background: linear-gradient(to bottom, #006853, #125e4d);
  -ms-background: linear-gradient(to bottom, #006853, #125e4d);
  -o-background: linear-gradient(to bottom, #006853, #125e4d);
  background: linear-gradient(to bottom, #006853, #125e4d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #125e4d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #006853;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #125e4d, #235547);
  -moz-background: linear-gradient(to bottom, #125e4d, #235547);
  -ms-background: linear-gradient(to bottom, #125e4d, #235547);
  -o-background: linear-gradient(to bottom, #125e4d, #235547);
  background: linear-gradient(to bottom, #125e4d, #235547);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #235547;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #125e4d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #235547, #354b41);
  -moz-background: linear-gradient(to bottom, #235547, #354b41);
  -ms-background: linear-gradient(to bottom, #235547, #354b41);
  -o-background: linear-gradient(to bottom, #235547, #354b41);
  background: linear-gradient(to bottom, #235547, #354b41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #354b41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #235547;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #354b41, #47423b);
  -moz-background: linear-gradient(to bottom, #354b41, #47423b);
  -ms-background: linear-gradient(to bottom, #354b41, #47423b);
  -o-background: linear-gradient(to bottom, #354b41, #47423b);
  background: linear-gradient(to bottom, #354b41, #47423b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #47423b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #354b41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #47423b, #593835);
  -moz-background: linear-gradient(to bottom, #47423b, #593835);
  -ms-background: linear-gradient(to bottom, #47423b, #593835);
  -o-background: linear-gradient(to bottom, #47423b, #593835);
  background: linear-gradient(to bottom, #47423b, #593835);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #593835;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #47423b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #593835, #6a2f2f);
  -moz-background: linear-gradient(to bottom, #593835, #6a2f2f);
  -ms-background: linear-gradient(to bottom, #593835, #6a2f2f);
  -o-background: linear-gradient(to bottom, #593835, #6a2f2f);
  background: linear-gradient(to bottom, #593835, #6a2f2f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #6a2f2f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #593835;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #6a2f2f, #7c2529);
  -moz-background: linear-gradient(to bottom, #6a2f2f, #7c2529);
  -ms-background: linear-gradient(to bottom, #6a2f2f, #7c2529);
  -o-background: linear-gradient(to bottom, #6a2f2f, #7c2529);
  background: linear-gradient(to bottom, #6a2f2f, #7c2529);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #7c2529;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #6a2f2f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #7c2529;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #7c2529;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.itam-digital-exed.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.itam-digital-exed.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.itam-digital-exed.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.itam-digital-exed.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #7c2529;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .referrals-advocate__overlay {
  background-color: #7c2529;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .referrals-advocate__steps-circle {
  fill: #7c2529;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .referrals-advocate__testimonial {
  background-color: #7c2529;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #7c2529;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.itam-digital-exed .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #7c2529;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .terms__title {
  border-color: #006853;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .terms__links {
  color: #7c2529;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.itam-digital-exed .referral-tooltip__image path {
  fill: #7c2529;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.itam-digital-exed .main-header,
.itam-digital-exed .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #002d72;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.johns-hopkins-carey-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001e4c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .main-header__menu__btn:hover, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:focus, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:active, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:checked, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:focus:hover, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:focus:active, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:not(:disabled):active, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:not(.disabled):active, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.johns-hopkins-carey-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:hover,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:focus,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:active,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:checked,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:focus:hover,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:focus:active,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.johns-hopkins-carey-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #002d72;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .main-header .nav__link:hover, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:focus, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:active, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:checked, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:focus:hover, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:focus:active, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:not(:disabled):hover, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:not(:disabled):active, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:not(.disabled):active, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.johns-hopkins-carey-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:hover,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:focus,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:active,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:checked,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:focus:hover,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:focus:active,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.johns-hopkins-carey-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #001e4c;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school.signed-out .btn:not(.btn--social), .white-label.johns-hopkins-carey-business-school.signed-in .btn--primary {
  background-color: #009b77;
  border-color: #009b77;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.signed-out .btn:not(.btn--social):hover, .white-label.johns-hopkins-carey-business-school.signed-out .btn:not(.btn--social):focus, .white-label.johns-hopkins-carey-business-school.signed-out .btn:not(.btn--social):active, .white-label.johns-hopkins-carey-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.johns-hopkins-carey-business-school.signed-in .btn--primary:hover, .white-label.johns-hopkins-carey-business-school.signed-in .btn--primary:focus, .white-label.johns-hopkins-carey-business-school.signed-in .btn--primary:active, .white-label.johns-hopkins-carey-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #009b77;
  box-shadow: none;
  color: #009b77;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .nav__btn:hover span,
.white-label.johns-hopkins-carey-business-school .nav__btn:hover span::after,
.white-label.johns-hopkins-carey-business-school .nav__btn:hover span::before,
.white-label.johns-hopkins-carey-business-school .nav__btn:focus span,
.white-label.johns-hopkins-carey-business-school .nav__btn:focus span::after,
.white-label.johns-hopkins-carey-business-school .nav__btn:focus span::before {
  background-color: #002d72;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.johns-hopkins-carey-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #002d72;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #002d72;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__list li:hover::after {
  border-color: rgba(0, 45, 114, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__list li:hover .heading-3 {
  color: #002d72;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .profile__link:hover, .white-label.johns-hopkins-carey-business-school .profile__link:focus, .white-label.johns-hopkins-carey-business-school .profile__link:active, .white-label.johns-hopkins-carey-business-school .profile__link:checked, .white-label.johns-hopkins-carey-business-school .profile__link:focus:hover, .white-label.johns-hopkins-carey-business-school .profile__link:focus:active, .white-label.johns-hopkins-carey-business-school .profile__link:not(:disabled):hover, .white-label.johns-hopkins-carey-business-school .profile__link:not(:disabled):active, .white-label.johns-hopkins-carey-business-school .profile__link:not(.disabled):active, .white-label.johns-hopkins-carey-business-school .profile__link:not(:disabled):active:focus, .white-label.johns-hopkins-carey-business-school .profile__link:not(.disabled):active:focus {
  color: #002d72;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .profile__actions:hover .profile__icn g,
.white-label.johns-hopkins-carey-business-school .profile__actions:focus .profile__icn g {
  fill: #002d72;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .students__classmate:hover .students__thumbnail,
.white-label.johns-hopkins-carey-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #002d72, 0 0 0 1px #002d72 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .pagination__page-link:hover::after {
  border-color: rgba(0, 45, 114, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modal__bg-icn {
  fill: #002d72;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .payments__paragraph--initial, .white-label.johns-hopkins-carey-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .form__input:-webkit-autofill, .white-label.johns-hopkins-carey-business-school .StripeElement:-webkit-autofill, .white-label.johns-hopkins-carey-business-school .form__input:-webkit-autofill:focus, .white-label.johns-hopkins-carey-business-school .form__input:-internal-autofill-selected, .white-label.johns-hopkins-carey-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 155, 119, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 155, 119, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 155, 119, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 155, 119, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 155, 119, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .form__input:-moz-autofill, .white-label.johns-hopkins-carey-business-school .StripeElement:-moz-autofill, .white-label.johns-hopkins-carey-business-school .form__input:-moz-autofill-preview, .white-label.johns-hopkins-carey-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 155, 119, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .form-radio__input:hover + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:hover + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:focus + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:focus + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:active + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:active + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:checked + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:checked + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:focus:hover + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:focus:active + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:focus:active + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.johns-hopkins-carey-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #002d72;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:active + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.johns-hopkins-carey-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #002d72 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .form-check-input:checked + label::before, .white-label.johns-hopkins-carey-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #002d72;
  border-color: #002d72;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .form-check-input:valid:focus:checked + label::before, .white-label.johns-hopkins-carey-business-school .form-check-input.valid:focus:checked + label::before, .white-label.johns-hopkins-carey-business-school .form-check-input--valid:focus:checked + label::before, .white-label.johns-hopkins-carey-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #002d72;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .electives .form-radio__input:checked + label::before {
  background-color: #002d72;
  border: 3px solid #002d72;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .enrollment__icon path {
  fill: #009b77;
  stroke: #009b77;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .enrollment__icon tspan {
  fill: #009b77;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__tasks li:hover::after, .white-label.johns-hopkins-carey-business-school .modules__tasks li.selected::after {
  border-color: rgba(0, 45, 114, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__tasks li::before {
  color: rgba(0, 45, 114, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 45, 114, 0.4);
  border-color: rgba(0, 45, 114, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .modules__tasks li .modules__btn:hover::after, .white-label.johns-hopkins-carey-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 45, 114, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .tabs__li:hover {
  border-color: rgba(0, 45, 114, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .tabs__label {
  border-bottom-color: #002d72;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.johns-hopkins-carey-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #002d72;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .survey__success .check {
  fill: #002d72;
  stroke: #002d72;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .electives__checkbox:checked + label::before,
.white-label.johns-hopkins-carey-business-school .program-card__checkbox:checked + label::before {
  background-color: #002d72;
  border-color: #002d72;
  color: #002d72;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.johns-hopkins-carey-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #002d72;
  box-shadow: 0 0 0 1px #002d72 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .canvas-assignments__submission-type::before {
  border-color: #002d72;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .canvas-assignments__submission-type::after {
  border-color: #002d72;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 45, 114, 0.1);
  border-color: #002d72;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .canvas-assignments__submission-type.typed--selected, .white-label.johns-hopkins-carey-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 45, 114, 0.1);
  border-color: #002d72;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(1),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(1), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0055d8, #0050c9);
  -moz-background: linear-gradient(to right, #0055d8, #0050c9);
  -ms-background: linear-gradient(to right, #0055d8, #0050c9);
  -o-background: linear-gradient(to right, #0055d8, #0050c9);
  background: linear-gradient(to right, #0055d8, #0050c9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0050c9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(2),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(2), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0050c9, #004abb);
  -moz-background: linear-gradient(to right, #0050c9, #004abb);
  -ms-background: linear-gradient(to right, #0050c9, #004abb);
  -o-background: linear-gradient(to right, #0050c9, #004abb);
  background: linear-gradient(to right, #0050c9, #004abb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #004abb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(3),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(3), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #004abb, #0044ac);
  -moz-background: linear-gradient(to right, #004abb, #0044ac);
  -ms-background: linear-gradient(to right, #004abb, #0044ac);
  -o-background: linear-gradient(to right, #004abb, #0044ac);
  background: linear-gradient(to right, #004abb, #0044ac);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0044ac;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(4),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(4), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0044ac, #003e9e);
  -moz-background: linear-gradient(to right, #0044ac, #003e9e);
  -ms-background: linear-gradient(to right, #0044ac, #003e9e);
  -o-background: linear-gradient(to right, #0044ac, #003e9e);
  background: linear-gradient(to right, #0044ac, #003e9e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003e9e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(5),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(5), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003e9e, #00398f);
  -moz-background: linear-gradient(to right, #003e9e, #00398f);
  -ms-background: linear-gradient(to right, #003e9e, #00398f);
  -o-background: linear-gradient(to right, #003e9e, #00398f);
  background: linear-gradient(to right, #003e9e, #00398f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00398f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(6),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(6), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00398f, #003381);
  -moz-background: linear-gradient(to right, #00398f, #003381);
  -ms-background: linear-gradient(to right, #00398f, #003381);
  -o-background: linear-gradient(to right, #00398f, #003381);
  background: linear-gradient(to right, #00398f, #003381);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #003381;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(7),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(7), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #003381, #002d72);
  -moz-background: linear-gradient(to right, #003381, #002d72);
  -ms-background: linear-gradient(to right, #003381, #002d72);
  -o-background: linear-gradient(to right, #003381, #002d72);
  background: linear-gradient(to right, #003381, #002d72);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002d72;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002d72;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002d72;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved {
  color: #002d72;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0055d8, #0050c9);
  -moz-background: linear-gradient(to bottom, #0055d8, #0050c9);
  -ms-background: linear-gradient(to bottom, #0055d8, #0050c9);
  -o-background: linear-gradient(to bottom, #0055d8, #0050c9);
  background: linear-gradient(to bottom, #0055d8, #0050c9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0050c9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0055d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0050c9, #004abb);
  -moz-background: linear-gradient(to bottom, #0050c9, #004abb);
  -ms-background: linear-gradient(to bottom, #0050c9, #004abb);
  -o-background: linear-gradient(to bottom, #0050c9, #004abb);
  background: linear-gradient(to bottom, #0050c9, #004abb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #004abb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0050c9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #004abb, #0044ac);
  -moz-background: linear-gradient(to bottom, #004abb, #0044ac);
  -ms-background: linear-gradient(to bottom, #004abb, #0044ac);
  -o-background: linear-gradient(to bottom, #004abb, #0044ac);
  background: linear-gradient(to bottom, #004abb, #0044ac);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0044ac;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #004abb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0044ac, #003e9e);
  -moz-background: linear-gradient(to bottom, #0044ac, #003e9e);
  -ms-background: linear-gradient(to bottom, #0044ac, #003e9e);
  -o-background: linear-gradient(to bottom, #0044ac, #003e9e);
  background: linear-gradient(to bottom, #0044ac, #003e9e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003e9e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0044ac;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003e9e, #00398f);
  -moz-background: linear-gradient(to bottom, #003e9e, #00398f);
  -ms-background: linear-gradient(to bottom, #003e9e, #00398f);
  -o-background: linear-gradient(to bottom, #003e9e, #00398f);
  background: linear-gradient(to bottom, #003e9e, #00398f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00398f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003e9e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00398f, #003381);
  -moz-background: linear-gradient(to bottom, #00398f, #003381);
  -ms-background: linear-gradient(to bottom, #00398f, #003381);
  -o-background: linear-gradient(to bottom, #00398f, #003381);
  background: linear-gradient(to bottom, #00398f, #003381);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #003381;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00398f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #003381, #002d72);
  -moz-background: linear-gradient(to bottom, #003381, #002d72);
  -ms-background: linear-gradient(to bottom, #003381, #002d72);
  -o-background: linear-gradient(to bottom, #003381, #002d72);
  background: linear-gradient(to bottom, #003381, #002d72);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002d72;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #003381;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002d72;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002d72;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.johns-hopkins-carey-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.johns-hopkins-carey-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002d72;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .sidebar .steps .steps__label-toggle {
  background-color: #002d72;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #002d72;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #009b77, #008b76);
  -moz-background: linear-gradient(to right, #009b77, #008b76);
  -ms-background: linear-gradient(to right, #009b77, #008b76);
  -o-background: linear-gradient(to right, #009b77, #008b76);
  background: linear-gradient(to right, #009b77, #008b76);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #008b76;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #008b76, #007c76);
  -moz-background: linear-gradient(to right, #008b76, #007c76);
  -ms-background: linear-gradient(to right, #008b76, #007c76);
  -o-background: linear-gradient(to right, #008b76, #007c76);
  background: linear-gradient(to right, #008b76, #007c76);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #007c76;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #007c76, #006c75);
  -moz-background: linear-gradient(to right, #007c76, #006c75);
  -ms-background: linear-gradient(to right, #007c76, #006c75);
  -o-background: linear-gradient(to right, #007c76, #006c75);
  background: linear-gradient(to right, #007c76, #006c75);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #006c75;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #006c75, #005c74);
  -moz-background: linear-gradient(to right, #006c75, #005c74);
  -ms-background: linear-gradient(to right, #006c75, #005c74);
  -o-background: linear-gradient(to right, #006c75, #005c74);
  background: linear-gradient(to right, #006c75, #005c74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #005c74;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #005c74, #004c73);
  -moz-background: linear-gradient(to right, #005c74, #004c73);
  -ms-background: linear-gradient(to right, #005c74, #004c73);
  -o-background: linear-gradient(to right, #005c74, #004c73);
  background: linear-gradient(to right, #005c74, #004c73);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #004c73;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #004c73, #003d73);
  -moz-background: linear-gradient(to right, #004c73, #003d73);
  -ms-background: linear-gradient(to right, #004c73, #003d73);
  -o-background: linear-gradient(to right, #004c73, #003d73);
  background: linear-gradient(to right, #004c73, #003d73);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #003d73;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #003d73, #002d72);
  -moz-background: linear-gradient(to right, #003d73, #002d72);
  -ms-background: linear-gradient(to right, #003d73, #002d72);
  -o-background: linear-gradient(to right, #003d73, #002d72);
  background: linear-gradient(to right, #003d73, #002d72);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002d72;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002d72;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002d72;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #009b77, #008b76);
  -moz-background: linear-gradient(to bottom, #009b77, #008b76);
  -ms-background: linear-gradient(to bottom, #009b77, #008b76);
  -o-background: linear-gradient(to bottom, #009b77, #008b76);
  background: linear-gradient(to bottom, #009b77, #008b76);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #008b76;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #009b77;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #008b76, #007c76);
  -moz-background: linear-gradient(to bottom, #008b76, #007c76);
  -ms-background: linear-gradient(to bottom, #008b76, #007c76);
  -o-background: linear-gradient(to bottom, #008b76, #007c76);
  background: linear-gradient(to bottom, #008b76, #007c76);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #007c76;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #008b76;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #007c76, #006c75);
  -moz-background: linear-gradient(to bottom, #007c76, #006c75);
  -ms-background: linear-gradient(to bottom, #007c76, #006c75);
  -o-background: linear-gradient(to bottom, #007c76, #006c75);
  background: linear-gradient(to bottom, #007c76, #006c75);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #006c75;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #007c76;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #006c75, #005c74);
  -moz-background: linear-gradient(to bottom, #006c75, #005c74);
  -ms-background: linear-gradient(to bottom, #006c75, #005c74);
  -o-background: linear-gradient(to bottom, #006c75, #005c74);
  background: linear-gradient(to bottom, #006c75, #005c74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #005c74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #006c75;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #005c74, #004c73);
  -moz-background: linear-gradient(to bottom, #005c74, #004c73);
  -ms-background: linear-gradient(to bottom, #005c74, #004c73);
  -o-background: linear-gradient(to bottom, #005c74, #004c73);
  background: linear-gradient(to bottom, #005c74, #004c73);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #004c73;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #005c74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #004c73, #003d73);
  -moz-background: linear-gradient(to bottom, #004c73, #003d73);
  -ms-background: linear-gradient(to bottom, #004c73, #003d73);
  -o-background: linear-gradient(to bottom, #004c73, #003d73);
  background: linear-gradient(to bottom, #004c73, #003d73);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #003d73;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #004c73;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #003d73, #002d72);
  -moz-background: linear-gradient(to bottom, #003d73, #002d72);
  -ms-background: linear-gradient(to bottom, #003d73, #002d72);
  -o-background: linear-gradient(to bottom, #003d73, #002d72);
  background: linear-gradient(to bottom, #003d73, #002d72);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002d72;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #003d73;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002d72;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002d72;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.johns-hopkins-carey-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.johns-hopkins-carey-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002d72;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .referrals-advocate__overlay {
  background-color: #002d72;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .referrals-advocate__steps-circle {
  fill: #002d72;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .referrals-advocate__testimonial {
  background-color: #002d72;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #002d72;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.johns-hopkins-carey-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #002d72;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .terms__title {
  border-color: #009b77;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .terms__links {
  color: #002d72;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.johns-hopkins-carey-business-school .referral-tooltip__image path {
  fill: #002d72;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.johns-hopkins-carey-business-school .main-header,
.johns-hopkins-carey-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #4f2582;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.kellogg-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #3d1d64;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .main-header__menu__btn:hover, .white-label.kellogg-executive-education .main-header__menu__btn:focus, .white-label.kellogg-executive-education .main-header__menu__btn:active, .white-label.kellogg-executive-education .main-header__menu__btn:checked, .white-label.kellogg-executive-education .main-header__menu__btn:focus:hover, .white-label.kellogg-executive-education .main-header__menu__btn:focus:active, .white-label.kellogg-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.kellogg-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.kellogg-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.kellogg-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.kellogg-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.kellogg-executive-education .main-footer__menu__btn:hover,
.white-label.kellogg-executive-education .main-footer__menu__btn:focus,
.white-label.kellogg-executive-education .main-footer__menu__btn:active,
.white-label.kellogg-executive-education .main-footer__menu__btn:checked,
.white-label.kellogg-executive-education .main-footer__menu__btn:focus:hover,
.white-label.kellogg-executive-education .main-footer__menu__btn:focus:active,
.white-label.kellogg-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.kellogg-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.kellogg-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.kellogg-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.kellogg-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #4f2582;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .main-header .nav__link:hover, .white-label.kellogg-executive-education .main-header .nav__link:focus, .white-label.kellogg-executive-education .main-header .nav__link:active, .white-label.kellogg-executive-education .main-header .nav__link:checked, .white-label.kellogg-executive-education .main-header .nav__link:focus:hover, .white-label.kellogg-executive-education .main-header .nav__link:focus:active, .white-label.kellogg-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.kellogg-executive-education .main-header .nav__link:not(:disabled):active, .white-label.kellogg-executive-education .main-header .nav__link:not(.disabled):active, .white-label.kellogg-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.kellogg-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.kellogg-executive-education .main-footer .nav__link:hover,
.white-label.kellogg-executive-education .main-footer .nav__link:focus,
.white-label.kellogg-executive-education .main-footer .nav__link:active,
.white-label.kellogg-executive-education .main-footer .nav__link:checked,
.white-label.kellogg-executive-education .main-footer .nav__link:focus:hover,
.white-label.kellogg-executive-education .main-footer .nav__link:focus:active,
.white-label.kellogg-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.kellogg-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.kellogg-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.kellogg-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.kellogg-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #3d1d64;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education.signed-out .btn:not(.btn--social), .white-label.kellogg-executive-education.signed-in .btn--primary {
  background-color: #ebaa20;
  border-color: #ebaa20;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.kellogg-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.kellogg-executive-education.signed-out .btn:not(.btn--social):active, .white-label.kellogg-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.kellogg-executive-education.signed-in .btn--primary:hover, .white-label.kellogg-executive-education.signed-in .btn--primary:focus, .white-label.kellogg-executive-education.signed-in .btn--primary:active, .white-label.kellogg-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #ebaa20;
  box-shadow: none;
  color: #ebaa20;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .nav__btn:hover span,
.white-label.kellogg-executive-education .nav__btn:hover span::after,
.white-label.kellogg-executive-education .nav__btn:hover span::before,
.white-label.kellogg-executive-education .nav__btn:focus span,
.white-label.kellogg-executive-education .nav__btn:focus span::after,
.white-label.kellogg-executive-education .nav__btn:focus span::before {
  background-color: #4f2582;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.kellogg-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #4f2582;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #4f2582;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__list li:hover::after {
  border-color: rgba(79, 37, 130, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__list li:hover .heading-3 {
  color: #4f2582;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .profile__link:hover, .white-label.kellogg-executive-education .profile__link:focus, .white-label.kellogg-executive-education .profile__link:active, .white-label.kellogg-executive-education .profile__link:checked, .white-label.kellogg-executive-education .profile__link:focus:hover, .white-label.kellogg-executive-education .profile__link:focus:active, .white-label.kellogg-executive-education .profile__link:not(:disabled):hover, .white-label.kellogg-executive-education .profile__link:not(:disabled):active, .white-label.kellogg-executive-education .profile__link:not(.disabled):active, .white-label.kellogg-executive-education .profile__link:not(:disabled):active:focus, .white-label.kellogg-executive-education .profile__link:not(.disabled):active:focus {
  color: #4f2582;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .profile__actions:hover .profile__icn g,
.white-label.kellogg-executive-education .profile__actions:focus .profile__icn g {
  fill: #4f2582;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .students__classmate:hover .students__thumbnail,
.white-label.kellogg-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #4f2582, 0 0 0 1px #4f2582 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .pagination__page-link:hover::after {
  border-color: rgba(79, 37, 130, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modal__bg-icn {
  fill: #4f2582;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .payments__paragraph--initial, .white-label.kellogg-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .form__input:-webkit-autofill, .white-label.kellogg-executive-education .StripeElement:-webkit-autofill, .white-label.kellogg-executive-education .form__input:-webkit-autofill:focus, .white-label.kellogg-executive-education .form__input:-internal-autofill-selected, .white-label.kellogg-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .form__input:-moz-autofill, .white-label.kellogg-executive-education .StripeElement:-moz-autofill, .white-label.kellogg-executive-education .form__input:-moz-autofill-preview, .white-label.kellogg-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(235, 170, 32, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .form-radio__input:hover + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:hover + label::before, .white-label.kellogg-executive-education .form-radio__input:focus + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:focus + label::before, .white-label.kellogg-executive-education .form-radio__input:active + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:active + label::before, .white-label.kellogg-executive-education .form-radio__input:checked + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:checked + label::before, .white-label.kellogg-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:focus:hover + label::before, .white-label.kellogg-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:focus:active + label::before, .white-label.kellogg-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.kellogg-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.kellogg-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.kellogg-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.kellogg-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.kellogg-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #4f2582;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.kellogg-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #4f2582 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .form-check-input:checked + label::before, .white-label.kellogg-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #4f2582;
  border-color: #4f2582;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.kellogg-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.kellogg-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.kellogg-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #4f2582;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #4f2582;
  border: 3px solid #4f2582;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .enrollment__icon path {
  fill: #ebaa20;
  stroke: #ebaa20;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .enrollment__icon tspan {
  fill: #ebaa20;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__tasks li:hover::after, .white-label.kellogg-executive-education .modules__tasks li.selected::after {
  border-color: rgba(79, 37, 130, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__tasks li::before {
  color: rgba(79, 37, 130, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(79, 37, 130, 0.4);
  border-color: rgba(79, 37, 130, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.kellogg-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(79, 37, 130, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .tabs__li:hover {
  border-color: rgba(79, 37, 130, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .tabs__label {
  border-bottom-color: #4f2582;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.kellogg-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #4f2582;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .survey__success .check {
  fill: #4f2582;
  stroke: #4f2582;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .electives__checkbox:checked + label::before,
.white-label.kellogg-executive-education .program-card__checkbox:checked + label::before {
  background-color: #4f2582;
  border-color: #4f2582;
  color: #4f2582;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.kellogg-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #4f2582;
  box-shadow: 0 0 0 1px #4f2582 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .canvas-assignments__submission-type::before {
  border-color: #4f2582;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .canvas-assignments__submission-type::after {
  border-color: #4f2582;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(79, 37, 130, 0.1);
  border-color: #4f2582;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.kellogg-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(79, 37, 130, 0.1);
  border-color: #4f2582;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(1),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(1), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #8043ca, #793fbf);
  -moz-background: linear-gradient(to right, #8043ca, #793fbf);
  -ms-background: linear-gradient(to right, #8043ca, #793fbf);
  -o-background: linear-gradient(to right, #8043ca, #793fbf);
  background: linear-gradient(to right, #8043ca, #793fbf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #793fbf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(2),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(2), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #793fbf, #723bb5);
  -moz-background: linear-gradient(to right, #793fbf, #723bb5);
  -ms-background: linear-gradient(to right, #793fbf, #723bb5);
  -o-background: linear-gradient(to right, #793fbf, #723bb5);
  background: linear-gradient(to right, #793fbf, #723bb5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #723bb5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(3),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(3), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #723bb5, #6b36ab);
  -moz-background: linear-gradient(to right, #723bb5, #6b36ab);
  -ms-background: linear-gradient(to right, #723bb5, #6b36ab);
  -o-background: linear-gradient(to right, #723bb5, #6b36ab);
  background: linear-gradient(to right, #723bb5, #6b36ab);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6b36ab;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(4),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(4), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6b36ab, #6432a1);
  -moz-background: linear-gradient(to right, #6b36ab, #6432a1);
  -ms-background: linear-gradient(to right, #6b36ab, #6432a1);
  -o-background: linear-gradient(to right, #6b36ab, #6432a1);
  background: linear-gradient(to right, #6b36ab, #6432a1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6432a1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(5),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(5), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6432a1, #5d2e96);
  -moz-background: linear-gradient(to right, #6432a1, #5d2e96);
  -ms-background: linear-gradient(to right, #6432a1, #5d2e96);
  -o-background: linear-gradient(to right, #6432a1, #5d2e96);
  background: linear-gradient(to right, #6432a1, #5d2e96);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #5d2e96;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(6),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(6), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #5d2e96, #56298c);
  -moz-background: linear-gradient(to right, #5d2e96, #56298c);
  -ms-background: linear-gradient(to right, #5d2e96, #56298c);
  -o-background: linear-gradient(to right, #5d2e96, #56298c);
  background: linear-gradient(to right, #5d2e96, #56298c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #56298c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(7),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(7), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #56298c, #4f2582);
  -moz-background: linear-gradient(to right, #56298c, #4f2582);
  -ms-background: linear-gradient(to right, #56298c, #4f2582);
  -o-background: linear-gradient(to right, #56298c, #4f2582);
  background: linear-gradient(to right, #56298c, #4f2582);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #4f2582;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #4f2582;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.kellogg-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.kellogg-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #4f2582;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved {
  color: #4f2582;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #8043ca, #793fbf);
  -moz-background: linear-gradient(to bottom, #8043ca, #793fbf);
  -ms-background: linear-gradient(to bottom, #8043ca, #793fbf);
  -o-background: linear-gradient(to bottom, #8043ca, #793fbf);
  background: linear-gradient(to bottom, #8043ca, #793fbf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #793fbf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #8043ca;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #793fbf, #723bb5);
  -moz-background: linear-gradient(to bottom, #793fbf, #723bb5);
  -ms-background: linear-gradient(to bottom, #793fbf, #723bb5);
  -o-background: linear-gradient(to bottom, #793fbf, #723bb5);
  background: linear-gradient(to bottom, #793fbf, #723bb5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #723bb5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #793fbf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #723bb5, #6b36ab);
  -moz-background: linear-gradient(to bottom, #723bb5, #6b36ab);
  -ms-background: linear-gradient(to bottom, #723bb5, #6b36ab);
  -o-background: linear-gradient(to bottom, #723bb5, #6b36ab);
  background: linear-gradient(to bottom, #723bb5, #6b36ab);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6b36ab;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #723bb5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6b36ab, #6432a1);
  -moz-background: linear-gradient(to bottom, #6b36ab, #6432a1);
  -ms-background: linear-gradient(to bottom, #6b36ab, #6432a1);
  -o-background: linear-gradient(to bottom, #6b36ab, #6432a1);
  background: linear-gradient(to bottom, #6b36ab, #6432a1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6432a1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6b36ab;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6432a1, #5d2e96);
  -moz-background: linear-gradient(to bottom, #6432a1, #5d2e96);
  -ms-background: linear-gradient(to bottom, #6432a1, #5d2e96);
  -o-background: linear-gradient(to bottom, #6432a1, #5d2e96);
  background: linear-gradient(to bottom, #6432a1, #5d2e96);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #5d2e96;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6432a1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d2e96, #56298c);
  -moz-background: linear-gradient(to bottom, #5d2e96, #56298c);
  -ms-background: linear-gradient(to bottom, #5d2e96, #56298c);
  -o-background: linear-gradient(to bottom, #5d2e96, #56298c);
  background: linear-gradient(to bottom, #5d2e96, #56298c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #56298c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #5d2e96;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #56298c, #4f2582);
  -moz-background: linear-gradient(to bottom, #56298c, #4f2582);
  -ms-background: linear-gradient(to bottom, #56298c, #4f2582);
  -o-background: linear-gradient(to bottom, #56298c, #4f2582);
  background: linear-gradient(to bottom, #56298c, #4f2582);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #4f2582;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #56298c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #4f2582;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #4f2582;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.kellogg-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.kellogg-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #4f2582;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #4f2582;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #4f2582;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ebaa20, #d5972e);
  -moz-background: linear-gradient(to right, #ebaa20, #d5972e);
  -ms-background: linear-gradient(to right, #ebaa20, #d5972e);
  -o-background: linear-gradient(to right, #ebaa20, #d5972e);
  background: linear-gradient(to right, #ebaa20, #d5972e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d5972e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d5972e, #be843c);
  -moz-background: linear-gradient(to right, #d5972e, #be843c);
  -ms-background: linear-gradient(to right, #d5972e, #be843c);
  -o-background: linear-gradient(to right, #d5972e, #be843c);
  background: linear-gradient(to right, #d5972e, #be843c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #be843c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #be843c, #a8714a);
  -moz-background: linear-gradient(to right, #be843c, #a8714a);
  -ms-background: linear-gradient(to right, #be843c, #a8714a);
  -o-background: linear-gradient(to right, #be843c, #a8714a);
  background: linear-gradient(to right, #be843c, #a8714a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #a8714a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #a8714a, #925e58);
  -moz-background: linear-gradient(to right, #a8714a, #925e58);
  -ms-background: linear-gradient(to right, #a8714a, #925e58);
  -o-background: linear-gradient(to right, #a8714a, #925e58);
  background: linear-gradient(to right, #a8714a, #925e58);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #925e58;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #925e58, #7c4b66);
  -moz-background: linear-gradient(to right, #925e58, #7c4b66);
  -ms-background: linear-gradient(to right, #925e58, #7c4b66);
  -o-background: linear-gradient(to right, #925e58, #7c4b66);
  background: linear-gradient(to right, #925e58, #7c4b66);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #7c4b66;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #7c4b66, #653874);
  -moz-background: linear-gradient(to right, #7c4b66, #653874);
  -ms-background: linear-gradient(to right, #7c4b66, #653874);
  -o-background: linear-gradient(to right, #7c4b66, #653874);
  background: linear-gradient(to right, #7c4b66, #653874);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #653874;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #653874, #4f2582);
  -moz-background: linear-gradient(to right, #653874, #4f2582);
  -ms-background: linear-gradient(to right, #653874, #4f2582);
  -o-background: linear-gradient(to right, #653874, #4f2582);
  background: linear-gradient(to right, #653874, #4f2582);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #4f2582;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #4f2582;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #4f2582;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ebaa20, #d5972e);
  -moz-background: linear-gradient(to bottom, #ebaa20, #d5972e);
  -ms-background: linear-gradient(to bottom, #ebaa20, #d5972e);
  -o-background: linear-gradient(to bottom, #ebaa20, #d5972e);
  background: linear-gradient(to bottom, #ebaa20, #d5972e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d5972e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ebaa20;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d5972e, #be843c);
  -moz-background: linear-gradient(to bottom, #d5972e, #be843c);
  -ms-background: linear-gradient(to bottom, #d5972e, #be843c);
  -o-background: linear-gradient(to bottom, #d5972e, #be843c);
  background: linear-gradient(to bottom, #d5972e, #be843c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #be843c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d5972e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #be843c, #a8714a);
  -moz-background: linear-gradient(to bottom, #be843c, #a8714a);
  -ms-background: linear-gradient(to bottom, #be843c, #a8714a);
  -o-background: linear-gradient(to bottom, #be843c, #a8714a);
  background: linear-gradient(to bottom, #be843c, #a8714a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #a8714a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #be843c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #a8714a, #925e58);
  -moz-background: linear-gradient(to bottom, #a8714a, #925e58);
  -ms-background: linear-gradient(to bottom, #a8714a, #925e58);
  -o-background: linear-gradient(to bottom, #a8714a, #925e58);
  background: linear-gradient(to bottom, #a8714a, #925e58);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #925e58;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #a8714a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #925e58, #7c4b66);
  -moz-background: linear-gradient(to bottom, #925e58, #7c4b66);
  -ms-background: linear-gradient(to bottom, #925e58, #7c4b66);
  -o-background: linear-gradient(to bottom, #925e58, #7c4b66);
  background: linear-gradient(to bottom, #925e58, #7c4b66);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #7c4b66;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #925e58;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #7c4b66, #653874);
  -moz-background: linear-gradient(to bottom, #7c4b66, #653874);
  -ms-background: linear-gradient(to bottom, #7c4b66, #653874);
  -o-background: linear-gradient(to bottom, #7c4b66, #653874);
  background: linear-gradient(to bottom, #7c4b66, #653874);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #653874;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #7c4b66;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #653874, #4f2582);
  -moz-background: linear-gradient(to bottom, #653874, #4f2582);
  -ms-background: linear-gradient(to bottom, #653874, #4f2582);
  -o-background: linear-gradient(to bottom, #653874, #4f2582);
  background: linear-gradient(to bottom, #653874, #4f2582);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #4f2582;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #653874;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #4f2582;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #4f2582;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.kellogg-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.kellogg-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.kellogg-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.kellogg-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #4f2582;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .referrals-advocate__overlay {
  background-color: #4f2582;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .referrals-advocate__steps-circle {
  fill: #4f2582;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .referrals-advocate__testimonial {
  background-color: #4f2582;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #4f2582;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.kellogg-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #4f2582;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .terms__title {
  border-color: #ebaa20;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .terms__links {
  color: #4f2582;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kellogg-executive-education .referral-tooltip__image path {
  fill: #4f2582;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.kellogg-executive-education .main-header,
.kellogg-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #252f38;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.kings div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.kings div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #161c21;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .main-header__menu__btn:hover, .white-label.kings .main-header__menu__btn:focus, .white-label.kings .main-header__menu__btn:active, .white-label.kings .main-header__menu__btn:checked, .white-label.kings .main-header__menu__btn:focus:hover, .white-label.kings .main-header__menu__btn:focus:active, .white-label.kings .main-header__menu__btn:not(:disabled):hover, .white-label.kings .main-header__menu__btn:not(:disabled):active, .white-label.kings .main-header__menu__btn:not(.disabled):active, .white-label.kings .main-header__menu__btn:not(:disabled):active:focus, .white-label.kings .main-header__menu__btn:not(.disabled):active:focus,
.white-label.kings .main-footer__menu__btn:hover,
.white-label.kings .main-footer__menu__btn:focus,
.white-label.kings .main-footer__menu__btn:active,
.white-label.kings .main-footer__menu__btn:checked,
.white-label.kings .main-footer__menu__btn:focus:hover,
.white-label.kings .main-footer__menu__btn:focus:active,
.white-label.kings .main-footer__menu__btn:not(:disabled):hover,
.white-label.kings .main-footer__menu__btn:not(:disabled):active,
.white-label.kings .main-footer__menu__btn:not(.disabled):active,
.white-label.kings .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.kings .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #252f38;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .main-header .nav__link:hover, .white-label.kings .main-header .nav__link:focus, .white-label.kings .main-header .nav__link:active, .white-label.kings .main-header .nav__link:checked, .white-label.kings .main-header .nav__link:focus:hover, .white-label.kings .main-header .nav__link:focus:active, .white-label.kings .main-header .nav__link:not(:disabled):hover, .white-label.kings .main-header .nav__link:not(:disabled):active, .white-label.kings .main-header .nav__link:not(.disabled):active, .white-label.kings .main-header .nav__link:not(:disabled):active:focus, .white-label.kings .main-header .nav__link:not(.disabled):active:focus,
.white-label.kings .main-footer .nav__link:hover,
.white-label.kings .main-footer .nav__link:focus,
.white-label.kings .main-footer .nav__link:active,
.white-label.kings .main-footer .nav__link:checked,
.white-label.kings .main-footer .nav__link:focus:hover,
.white-label.kings .main-footer .nav__link:focus:active,
.white-label.kings .main-footer .nav__link:not(:disabled):hover,
.white-label.kings .main-footer .nav__link:not(:disabled):active,
.white-label.kings .main-footer .nav__link:not(.disabled):active,
.white-label.kings .main-footer .nav__link:not(:disabled):active:focus,
.white-label.kings .main-footer .nav__link:not(.disabled):active:focus {
  color: #161c21;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings.signed-out .btn:not(.btn--social), .white-label.kings.signed-in .btn--primary {
  background-color: #c2366f;
  border-color: #c2366f;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.signed-out .btn:not(.btn--social):hover, .white-label.kings.signed-out .btn:not(.btn--social):focus, .white-label.kings.signed-out .btn:not(.btn--social):active, .white-label.kings.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.kings.signed-in .btn--primary:hover, .white-label.kings.signed-in .btn--primary:focus, .white-label.kings.signed-in .btn--primary:active, .white-label.kings.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #c2366f;
  box-shadow: none;
  color: #c2366f;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .nav__btn:hover span,
.white-label.kings .nav__btn:hover span::after,
.white-label.kings .nav__btn:hover span::before,
.white-label.kings .nav__btn:focus span,
.white-label.kings .nav__btn:focus span::after,
.white-label.kings .nav__btn:focus span::before {
  background-color: #252f38;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.kings .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #252f38;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .nav__sidebar ul .profile__no-menu-link:hover {
  color: #252f38;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__list li:hover::after {
  border-color: rgba(37, 47, 56, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__list li:hover .heading-3 {
  color: #252f38;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .profile__link:hover, .white-label.kings .profile__link:focus, .white-label.kings .profile__link:active, .white-label.kings .profile__link:checked, .white-label.kings .profile__link:focus:hover, .white-label.kings .profile__link:focus:active, .white-label.kings .profile__link:not(:disabled):hover, .white-label.kings .profile__link:not(:disabled):active, .white-label.kings .profile__link:not(.disabled):active, .white-label.kings .profile__link:not(:disabled):active:focus, .white-label.kings .profile__link:not(.disabled):active:focus {
  color: #252f38;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .profile__actions:hover .profile__icn g,
.white-label.kings .profile__actions:focus .profile__icn g {
  fill: #252f38;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .students__classmate:hover .students__thumbnail,
.white-label.kings .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #252f38, 0 0 0 1px #252f38 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .pagination__page-link:hover::after {
  border-color: rgba(37, 47, 56, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modal__bg-icn {
  fill: #252f38;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .payments__paragraph--initial, .white-label.kings .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .form__input:-webkit-autofill, .white-label.kings .StripeElement:-webkit-autofill, .white-label.kings .form__input:-webkit-autofill:focus, .white-label.kings .form__input:-internal-autofill-selected, .white-label.kings .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(194, 54, 111, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(194, 54, 111, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(194, 54, 111, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(194, 54, 111, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(194, 54, 111, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .form__input:-moz-autofill, .white-label.kings .StripeElement:-moz-autofill, .white-label.kings .form__input:-moz-autofill-preview, .white-label.kings .StripeElement:-moz-autofill-preview {
  filter: rgba(194, 54, 111, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .form-radio__input:hover + label.bordered,
.white-label.kings .form-radio__input:hover + label::before, .white-label.kings .form-radio__input:focus + label.bordered,
.white-label.kings .form-radio__input:focus + label::before, .white-label.kings .form-radio__input:active + label.bordered,
.white-label.kings .form-radio__input:active + label::before, .white-label.kings .form-radio__input:checked + label.bordered,
.white-label.kings .form-radio__input:checked + label::before, .white-label.kings .form-radio__input:focus:hover + label.bordered,
.white-label.kings .form-radio__input:focus:hover + label::before, .white-label.kings .form-radio__input:focus:active + label.bordered,
.white-label.kings .form-radio__input:focus:active + label::before, .white-label.kings .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.kings .form-radio__input:not(:disabled):hover + label::before, .white-label.kings .form-radio__input:not(:disabled):active + label.bordered,
.white-label.kings .form-radio__input:not(:disabled):active + label::before, .white-label.kings .form-radio__input:not(.disabled):active + label.bordered,
.white-label.kings .form-radio__input:not(.disabled):active + label::before, .white-label.kings .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.kings .form-radio__input:not(:disabled):active:focus + label::before, .white-label.kings .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.kings .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #252f38;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .form-radio__input:hover + .highlight-when-checked, .white-label.kings .form-radio__input:focus + .highlight-when-checked, .white-label.kings .form-radio__input:active + .highlight-when-checked, .white-label.kings .form-radio__input:checked + .highlight-when-checked, .white-label.kings .form-radio__input:focus:hover + .highlight-when-checked, .white-label.kings .form-radio__input:focus:active + .highlight-when-checked, .white-label.kings .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.kings .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.kings .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.kings .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.kings .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #252f38 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .form-check-input:checked + label::before, .white-label.kings .form-check-input:checked + label.collection_radio_buttons::before {
  background: #252f38;
  border-color: #252f38;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .form-check-input:valid:focus:checked + label::before, .white-label.kings .form-check-input.valid:focus:checked + label::before, .white-label.kings .form-check-input--valid:focus:checked + label::before, .white-label.kings .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #252f38;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .electives .form-radio__input:checked + label::before {
  background-color: #252f38;
  border: 3px solid #252f38;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .enrollment__icon path {
  fill: #c2366f;
  stroke: #c2366f;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .enrollment__icon tspan {
  fill: #c2366f;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__tasks li:hover::after, .white-label.kings .modules__tasks li.selected::after {
  border-color: rgba(37, 47, 56, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__tasks li::before {
  color: rgba(37, 47, 56, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(37, 47, 56, 0.4);
  border-color: rgba(37, 47, 56, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .modules__tasks li .modules__btn:hover::after, .white-label.kings .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(37, 47, 56, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .tabs__li:hover {
  border-color: rgba(37, 47, 56, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .tabs__label {
  border-bottom-color: #252f38;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.kings .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #252f38;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .survey__success .check {
  fill: #252f38;
  stroke: #252f38;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .electives__checkbox:checked + label::before,
.white-label.kings .program-card__checkbox:checked + label::before {
  background-color: #252f38;
  border-color: #252f38;
  color: #252f38;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .electives__checkbox:checked ~ .program-card__content,
.white-label.kings .program-card__checkbox:checked ~ .program-card__content {
  border-color: #252f38;
  box-shadow: 0 0 0 1px #252f38 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .canvas-assignments__submission-type::before {
  border-color: #252f38;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .canvas-assignments__submission-type::after {
  border-color: #252f38;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .canvas-assignments__submission-type:hover {
  background-color: rgba(37, 47, 56, 0.1);
  border-color: #252f38;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .canvas-assignments__submission-type.typed--selected, .white-label.kings .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(37, 47, 56, 0.1);
  border-color: #252f38;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(1),
.white-label.kings .steps--progress .step--completed:nth-child(1), .white-label.kings .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4e6375, #485b6d);
  -moz-background: linear-gradient(to right, #4e6375, #485b6d);
  -ms-background: linear-gradient(to right, #4e6375, #485b6d);
  -o-background: linear-gradient(to right, #4e6375, #485b6d);
  background: linear-gradient(to right, #4e6375, #485b6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(1)::after,
.white-label.kings .steps--progress .step--completed:nth-child(1)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #485b6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(2),
.white-label.kings .steps--progress .step--completed:nth-child(2), .white-label.kings .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #485b6d, #425464);
  -moz-background: linear-gradient(to right, #485b6d, #425464);
  -ms-background: linear-gradient(to right, #485b6d, #425464);
  -o-background: linear-gradient(to right, #485b6d, #425464);
  background: linear-gradient(to right, #485b6d, #425464);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(2)::after,
.white-label.kings .steps--progress .step--completed:nth-child(2)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #425464;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(3),
.white-label.kings .steps--progress .step--completed:nth-child(3), .white-label.kings .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #425464, #3c4c5b);
  -moz-background: linear-gradient(to right, #425464, #3c4c5b);
  -ms-background: linear-gradient(to right, #425464, #3c4c5b);
  -o-background: linear-gradient(to right, #425464, #3c4c5b);
  background: linear-gradient(to right, #425464, #3c4c5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(3)::after,
.white-label.kings .steps--progress .step--completed:nth-child(3)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3c4c5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(4),
.white-label.kings .steps--progress .step--completed:nth-child(4), .white-label.kings .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3c4c5b, #364552);
  -moz-background: linear-gradient(to right, #3c4c5b, #364552);
  -ms-background: linear-gradient(to right, #3c4c5b, #364552);
  -o-background: linear-gradient(to right, #3c4c5b, #364552);
  background: linear-gradient(to right, #3c4c5b, #364552);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(4)::after,
.white-label.kings .steps--progress .step--completed:nth-child(4)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #364552;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(5),
.white-label.kings .steps--progress .step--completed:nth-child(5), .white-label.kings .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #364552, #313e4a);
  -moz-background: linear-gradient(to right, #364552, #313e4a);
  -ms-background: linear-gradient(to right, #364552, #313e4a);
  -o-background: linear-gradient(to right, #364552, #313e4a);
  background: linear-gradient(to right, #364552, #313e4a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(5)::after,
.white-label.kings .steps--progress .step--completed:nth-child(5)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #313e4a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(6),
.white-label.kings .steps--progress .step--completed:nth-child(6), .white-label.kings .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #313e4a, #2b3641);
  -moz-background: linear-gradient(to right, #313e4a, #2b3641);
  -ms-background: linear-gradient(to right, #313e4a, #2b3641);
  -o-background: linear-gradient(to right, #313e4a, #2b3641);
  background: linear-gradient(to right, #313e4a, #2b3641);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(6)::after,
.white-label.kings .steps--progress .step--completed:nth-child(6)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2b3641;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(7),
.white-label.kings .steps--progress .step--completed:nth-child(7), .white-label.kings .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2b3641, #252f38);
  -moz-background: linear-gradient(to right, #2b3641, #252f38);
  -ms-background: linear-gradient(to right, #2b3641, #252f38);
  -o-background: linear-gradient(to right, #2b3641, #252f38);
  background: linear-gradient(to right, #2b3641, #252f38);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(7)::after,
.white-label.kings .steps--progress .step--completed:nth-child(7)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #252f38;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(n+8),
.white-label.kings .steps--progress .step--completed:nth-child(n+8), .white-label.kings .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #252f38;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .step--active:nth-child(n+8)::after,
.white-label.kings .steps--progress .step--completed:nth-child(n+8)::after, .white-label.kings .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #252f38;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .steps--progress .vertical-step--active,
.white-label.kings .steps--progress .vertical-step--completed, .white-label.kings .steps--progress:hover .vertical-step--saved {
  color: #252f38;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4e6375, #485b6d);
  -moz-background: linear-gradient(to bottom, #4e6375, #485b6d);
  -ms-background: linear-gradient(to bottom, #4e6375, #485b6d);
  -o-background: linear-gradient(to bottom, #4e6375, #485b6d);
  background: linear-gradient(to bottom, #4e6375, #485b6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #485b6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4e6375;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #485b6d, #425464);
  -moz-background: linear-gradient(to bottom, #485b6d, #425464);
  -ms-background: linear-gradient(to bottom, #485b6d, #425464);
  -o-background: linear-gradient(to bottom, #485b6d, #425464);
  background: linear-gradient(to bottom, #485b6d, #425464);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #425464;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #485b6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #425464, #3c4c5b);
  -moz-background: linear-gradient(to bottom, #425464, #3c4c5b);
  -ms-background: linear-gradient(to bottom, #425464, #3c4c5b);
  -o-background: linear-gradient(to bottom, #425464, #3c4c5b);
  background: linear-gradient(to bottom, #425464, #3c4c5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3c4c5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #425464;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3c4c5b, #364552);
  -moz-background: linear-gradient(to bottom, #3c4c5b, #364552);
  -ms-background: linear-gradient(to bottom, #3c4c5b, #364552);
  -o-background: linear-gradient(to bottom, #3c4c5b, #364552);
  background: linear-gradient(to bottom, #3c4c5b, #364552);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #364552;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3c4c5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #364552, #313e4a);
  -moz-background: linear-gradient(to bottom, #364552, #313e4a);
  -ms-background: linear-gradient(to bottom, #364552, #313e4a);
  -o-background: linear-gradient(to bottom, #364552, #313e4a);
  background: linear-gradient(to bottom, #364552, #313e4a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #313e4a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #364552;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #313e4a, #2b3641);
  -moz-background: linear-gradient(to bottom, #313e4a, #2b3641);
  -ms-background: linear-gradient(to bottom, #313e4a, #2b3641);
  -o-background: linear-gradient(to bottom, #313e4a, #2b3641);
  background: linear-gradient(to bottom, #313e4a, #2b3641);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2b3641;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #313e4a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b3641, #252f38);
  -moz-background: linear-gradient(to bottom, #2b3641, #252f38);
  -ms-background: linear-gradient(to bottom, #2b3641, #252f38);
  -o-background: linear-gradient(to bottom, #2b3641, #252f38);
  background: linear-gradient(to bottom, #2b3641, #252f38);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #252f38;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2b3641;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #252f38;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #252f38;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.kings .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.kings .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #252f38;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .sidebar .steps .steps__label-toggle {
  background-color: #252f38;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .sidebar .steps .step--active {
  border-left: 0.5rem solid #252f38;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #c2366f, #ac3567);
  -moz-background: linear-gradient(to right, #c2366f, #ac3567);
  -ms-background: linear-gradient(to right, #c2366f, #ac3567);
  -o-background: linear-gradient(to right, #c2366f, #ac3567);
  background: linear-gradient(to right, #c2366f, #ac3567);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ac3567;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ac3567, #95345f);
  -moz-background: linear-gradient(to right, #ac3567, #95345f);
  -ms-background: linear-gradient(to right, #ac3567, #95345f);
  -o-background: linear-gradient(to right, #ac3567, #95345f);
  background: linear-gradient(to right, #ac3567, #95345f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #95345f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #95345f, #7f3357);
  -moz-background: linear-gradient(to right, #95345f, #7f3357);
  -ms-background: linear-gradient(to right, #95345f, #7f3357);
  -o-background: linear-gradient(to right, #95345f, #7f3357);
  background: linear-gradient(to right, #95345f, #7f3357);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #7f3357;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #7f3357, #683250);
  -moz-background: linear-gradient(to right, #7f3357, #683250);
  -ms-background: linear-gradient(to right, #7f3357, #683250);
  -o-background: linear-gradient(to right, #7f3357, #683250);
  background: linear-gradient(to right, #7f3357, #683250);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #683250;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #683250, #523148);
  -moz-background: linear-gradient(to right, #683250, #523148);
  -ms-background: linear-gradient(to right, #683250, #523148);
  -o-background: linear-gradient(to right, #683250, #523148);
  background: linear-gradient(to right, #683250, #523148);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #523148;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #523148, #3b3040);
  -moz-background: linear-gradient(to right, #523148, #3b3040);
  -ms-background: linear-gradient(to right, #523148, #3b3040);
  -o-background: linear-gradient(to right, #523148, #3b3040);
  background: linear-gradient(to right, #523148, #3b3040);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3b3040;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3b3040, #252f38);
  -moz-background: linear-gradient(to right, #3b3040, #252f38);
  -ms-background: linear-gradient(to right, #3b3040, #252f38);
  -o-background: linear-gradient(to right, #3b3040, #252f38);
  background: linear-gradient(to right, #3b3040, #252f38);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #252f38;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #252f38;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.kings.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.kings.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.kings.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.kings.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.kings.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #252f38;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #c2366f, #ac3567);
  -moz-background: linear-gradient(to bottom, #c2366f, #ac3567);
  -ms-background: linear-gradient(to bottom, #c2366f, #ac3567);
  -o-background: linear-gradient(to bottom, #c2366f, #ac3567);
  background: linear-gradient(to bottom, #c2366f, #ac3567);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ac3567;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #c2366f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ac3567, #95345f);
  -moz-background: linear-gradient(to bottom, #ac3567, #95345f);
  -ms-background: linear-gradient(to bottom, #ac3567, #95345f);
  -o-background: linear-gradient(to bottom, #ac3567, #95345f);
  background: linear-gradient(to bottom, #ac3567, #95345f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #95345f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ac3567;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #95345f, #7f3357);
  -moz-background: linear-gradient(to bottom, #95345f, #7f3357);
  -ms-background: linear-gradient(to bottom, #95345f, #7f3357);
  -o-background: linear-gradient(to bottom, #95345f, #7f3357);
  background: linear-gradient(to bottom, #95345f, #7f3357);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #7f3357;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #95345f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #7f3357, #683250);
  -moz-background: linear-gradient(to bottom, #7f3357, #683250);
  -ms-background: linear-gradient(to bottom, #7f3357, #683250);
  -o-background: linear-gradient(to bottom, #7f3357, #683250);
  background: linear-gradient(to bottom, #7f3357, #683250);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #683250;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #7f3357;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #683250, #523148);
  -moz-background: linear-gradient(to bottom, #683250, #523148);
  -ms-background: linear-gradient(to bottom, #683250, #523148);
  -o-background: linear-gradient(to bottom, #683250, #523148);
  background: linear-gradient(to bottom, #683250, #523148);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #523148;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #683250;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #523148, #3b3040);
  -moz-background: linear-gradient(to bottom, #523148, #3b3040);
  -ms-background: linear-gradient(to bottom, #523148, #3b3040);
  -o-background: linear-gradient(to bottom, #523148, #3b3040);
  background: linear-gradient(to bottom, #523148, #3b3040);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3b3040;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #523148;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3b3040, #252f38);
  -moz-background: linear-gradient(to bottom, #3b3040, #252f38);
  -ms-background: linear-gradient(to bottom, #3b3040, #252f38);
  -o-background: linear-gradient(to bottom, #3b3040, #252f38);
  background: linear-gradient(to bottom, #3b3040, #252f38);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #252f38;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3b3040;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #252f38;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #252f38;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.kings.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.kings.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.kings.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.kings.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.kings.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #252f38;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .referrals-advocate__overlay {
  background-color: #252f38;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .referrals-advocate__steps-circle {
  fill: #252f38;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .referrals-advocate__testimonial {
  background-color: #252f38;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.kings .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.kings .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.kings .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.kings .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #252f38;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.kings .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.kings .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.kings .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.kings .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.kings .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.kings .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.kings .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #252f38;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .terms__title {
  border-color: #c2366f;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .terms__links {
  color: #252f38;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.kings .referral-tooltip__image path {
  fill: #252f38;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.kings .main-header,
.kings .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0064a4;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004d7e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:focus:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:focus:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:not(:disabled):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:not(:disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:not(.disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:not(:disabled):active:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header__menu__btn:not(.disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:checked,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:focus:hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:focus:active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:not(:disabled):hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:not(:disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:not(.disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0064a4;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:focus:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:focus:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:not(:disabled):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:not(:disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:not(.disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:not(:disabled):active:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header .nav__link:not(.disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:checked,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:focus:hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:focus:active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:not(:disabled):hover,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:not(:disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:not(.disabled):active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:not(:disabled):active:focus,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer .nav__link:not(.disabled):active:focus {
  color: #004d7e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-out .btn:not(.btn--social), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-in .btn--primary {
  background-color: #ffd200;
  border-color: #ffd200;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-out .btn:not(.btn--social):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-out .btn:not(.btn--social):focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-out .btn:not(.btn--social):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-in .btn--primary:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-in .btn--primary:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-in .btn--primary:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #ffd200;
  box-shadow: none;
  color: #ffd200;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__btn:hover span,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__btn:hover span::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__btn:hover span::before,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__btn:focus span,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__btn:focus span::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__btn:focus span::before {
  background-color: #0064a4;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0064a4;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0064a4;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__list li:hover::after {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__list li:hover .heading-3 {
  color: #0064a4;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:focus:hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:focus:active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:not(:disabled):hover, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:not(:disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:not(.disabled):active, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:not(:disabled):active:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__link:not(.disabled):active:focus {
  color: #0064a4;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__actions:hover .profile__icn g,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .profile__actions:focus .profile__icn g {
  fill: #0064a4;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .students__classmate:hover .students__thumbnail,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0064a4, 0 0 0 1px #0064a4 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .pagination__page-link:hover::after {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modal__bg-icn {
  fill: #0064a4;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .payments__paragraph--initial, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form__input:-webkit-autofill, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .StripeElement:-webkit-autofill, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form__input:-webkit-autofill:focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form__input:-internal-autofill-selected, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form__input:-moz-autofill, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .StripeElement:-moz-autofill, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form__input:-moz-autofill-preview, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .StripeElement:-moz-autofill-preview {
  filter: rgba(255, 210, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:hover + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:hover + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:active + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:active + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:checked + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:checked + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus:hover + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus:hover + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus:active + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus:active + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):hover + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):active + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):active + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(.disabled):active + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(.disabled):active + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):active:focus + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0064a4;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:hover + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:active + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:checked + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus:hover + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:focus:active + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0064a4 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input:checked + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0064a4;
  border-color: #0064a4;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input:valid:focus:checked + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input.valid:focus:checked + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input--valid:focus:checked + label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0064a4;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .electives .form-radio__input:checked + label::before {
  background-color: #0064a4;
  border: 3px solid #0064a4;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .enrollment__icon path {
  fill: #ffd200;
  stroke: #ffd200;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .enrollment__icon tspan {
  fill: #ffd200;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li:hover::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li.selected::after {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li::before {
  color: rgba(0, 100, 164, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 100, 164, 0.4);
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li .modules__btn:hover::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .tabs__li:hover {
  border-color: rgba(0, 100, 164, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .tabs__label {
  border-bottom-color: #0064a4;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0064a4;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .survey__success .check {
  fill: #0064a4;
  stroke: #0064a4;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .electives__checkbox:checked + label::before,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .program-card__checkbox:checked + label::before {
  background-color: #0064a4;
  border-color: #0064a4;
  color: #0064a4;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .electives__checkbox:checked ~ .program-card__content,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0064a4;
  box-shadow: 0 0 0 1px #0064a4 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .canvas-assignments__submission-type::before {
  border-color: #0064a4;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .canvas-assignments__submission-type::after {
  border-color: #0064a4;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 100, 164, 0.1);
  border-color: #0064a4;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .canvas-assignments__submission-type.typed--selected, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 100, 164, 0.1);
  border-color: #0064a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(1),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(1), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0ba0ff, #0997f2);
  -moz-background: linear-gradient(to right, #0ba0ff, #0997f2);
  -ms-background: linear-gradient(to right, #0ba0ff, #0997f2);
  -o-background: linear-gradient(to right, #0ba0ff, #0997f2);
  background: linear-gradient(to right, #0ba0ff, #0997f2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(1)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(1)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0997f2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(2),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(2), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0997f2, #088fe5);
  -moz-background: linear-gradient(to right, #0997f2, #088fe5);
  -ms-background: linear-gradient(to right, #0997f2, #088fe5);
  -o-background: linear-gradient(to right, #0997f2, #088fe5);
  background: linear-gradient(to right, #0997f2, #088fe5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(2)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(2)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #088fe5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(3),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(3), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #088fe5, #0686d8);
  -moz-background: linear-gradient(to right, #088fe5, #0686d8);
  -ms-background: linear-gradient(to right, #088fe5, #0686d8);
  -o-background: linear-gradient(to right, #088fe5, #0686d8);
  background: linear-gradient(to right, #088fe5, #0686d8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(3)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(3)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0686d8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(4),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(4), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0686d8, #057ecb);
  -moz-background: linear-gradient(to right, #0686d8, #057ecb);
  -ms-background: linear-gradient(to right, #0686d8, #057ecb);
  -o-background: linear-gradient(to right, #0686d8, #057ecb);
  background: linear-gradient(to right, #0686d8, #057ecb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(4)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(4)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #057ecb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(5),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(5), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #057ecb, #0375be);
  -moz-background: linear-gradient(to right, #057ecb, #0375be);
  -ms-background: linear-gradient(to right, #057ecb, #0375be);
  -o-background: linear-gradient(to right, #057ecb, #0375be);
  background: linear-gradient(to right, #057ecb, #0375be);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(5)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(5)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0375be;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(6),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(6), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0375be, #026db1);
  -moz-background: linear-gradient(to right, #0375be, #026db1);
  -ms-background: linear-gradient(to right, #0375be, #026db1);
  -o-background: linear-gradient(to right, #0375be, #026db1);
  background: linear-gradient(to right, #0375be, #026db1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(6)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(6)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #026db1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(7),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(7), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #026db1, #0064a4);
  -moz-background: linear-gradient(to right, #026db1, #0064a4);
  -ms-background: linear-gradient(to right, #026db1, #0064a4);
  -o-background: linear-gradient(to right, #026db1, #0064a4);
  background: linear-gradient(to right, #026db1, #0064a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(7)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(7)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0064a4;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(n+8),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(n+8), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0064a4;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--active:nth-child(n+8)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .step--completed:nth-child(n+8)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0064a4;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved {
  color: #0064a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  -moz-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  -ms-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  -o-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  background: linear-gradient(to bottom, #0ba0ff, #0997f2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0997f2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0ba0ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0997f2, #088fe5);
  -moz-background: linear-gradient(to bottom, #0997f2, #088fe5);
  -ms-background: linear-gradient(to bottom, #0997f2, #088fe5);
  -o-background: linear-gradient(to bottom, #0997f2, #088fe5);
  background: linear-gradient(to bottom, #0997f2, #088fe5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #088fe5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0997f2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #088fe5, #0686d8);
  -moz-background: linear-gradient(to bottom, #088fe5, #0686d8);
  -ms-background: linear-gradient(to bottom, #088fe5, #0686d8);
  -o-background: linear-gradient(to bottom, #088fe5, #0686d8);
  background: linear-gradient(to bottom, #088fe5, #0686d8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0686d8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #088fe5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0686d8, #057ecb);
  -moz-background: linear-gradient(to bottom, #0686d8, #057ecb);
  -ms-background: linear-gradient(to bottom, #0686d8, #057ecb);
  -o-background: linear-gradient(to bottom, #0686d8, #057ecb);
  background: linear-gradient(to bottom, #0686d8, #057ecb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #057ecb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0686d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #057ecb, #0375be);
  -moz-background: linear-gradient(to bottom, #057ecb, #0375be);
  -ms-background: linear-gradient(to bottom, #057ecb, #0375be);
  -o-background: linear-gradient(to bottom, #057ecb, #0375be);
  background: linear-gradient(to bottom, #057ecb, #0375be);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0375be;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #057ecb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0375be, #026db1);
  -moz-background: linear-gradient(to bottom, #0375be, #026db1);
  -ms-background: linear-gradient(to bottom, #0375be, #026db1);
  -o-background: linear-gradient(to bottom, #0375be, #026db1);
  background: linear-gradient(to bottom, #0375be, #026db1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #026db1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0375be;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #026db1, #0064a4);
  -moz-background: linear-gradient(to bottom, #026db1, #0064a4);
  -ms-background: linear-gradient(to bottom, #026db1, #0064a4);
  -o-background: linear-gradient(to bottom, #026db1, #0064a4);
  background: linear-gradient(to bottom, #026db1, #0064a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0064a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #026db1;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0064a4;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0064a4;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0064a4;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .sidebar .steps .steps__label-toggle {
  background-color: #0064a4;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .sidebar .steps .step--active {
  border-left: 0.5rem solid #0064a4;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ffd200, #dbc217);
  -moz-background: linear-gradient(to right, #ffd200, #dbc217);
  -ms-background: linear-gradient(to right, #ffd200, #dbc217);
  -o-background: linear-gradient(to right, #ffd200, #dbc217);
  background: linear-gradient(to right, #ffd200, #dbc217);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #dbc217;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #dbc217, #b6b32f);
  -moz-background: linear-gradient(to right, #dbc217, #b6b32f);
  -ms-background: linear-gradient(to right, #dbc217, #b6b32f);
  -o-background: linear-gradient(to right, #dbc217, #b6b32f);
  background: linear-gradient(to right, #dbc217, #b6b32f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #b6b32f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #b6b32f, #92a346);
  -moz-background: linear-gradient(to right, #b6b32f, #92a346);
  -ms-background: linear-gradient(to right, #b6b32f, #92a346);
  -o-background: linear-gradient(to right, #b6b32f, #92a346);
  background: linear-gradient(to right, #b6b32f, #92a346);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #92a346;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #92a346, #6d935e);
  -moz-background: linear-gradient(to right, #92a346, #6d935e);
  -ms-background: linear-gradient(to right, #92a346, #6d935e);
  -o-background: linear-gradient(to right, #92a346, #6d935e);
  background: linear-gradient(to right, #92a346, #6d935e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6d935e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6d935e, #498375);
  -moz-background: linear-gradient(to right, #6d935e, #498375);
  -ms-background: linear-gradient(to right, #6d935e, #498375);
  -o-background: linear-gradient(to right, #6d935e, #498375);
  background: linear-gradient(to right, #6d935e, #498375);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #498375;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #498375, #24748d);
  -moz-background: linear-gradient(to right, #498375, #24748d);
  -ms-background: linear-gradient(to right, #498375, #24748d);
  -o-background: linear-gradient(to right, #498375, #24748d);
  background: linear-gradient(to right, #498375, #24748d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #24748d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #24748d, #0064a4);
  -moz-background: linear-gradient(to right, #24748d, #0064a4);
  -ms-background: linear-gradient(to right, #24748d, #0064a4);
  -o-background: linear-gradient(to right, #24748d, #0064a4);
  background: linear-gradient(to right, #24748d, #0064a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0064a4;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0064a4;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0064a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffd200, #dbc217);
  -moz-background: linear-gradient(to bottom, #ffd200, #dbc217);
  -ms-background: linear-gradient(to bottom, #ffd200, #dbc217);
  -o-background: linear-gradient(to bottom, #ffd200, #dbc217);
  background: linear-gradient(to bottom, #ffd200, #dbc217);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #dbc217;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ffd200;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  -moz-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  -ms-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  -o-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  background: linear-gradient(to bottom, #dbc217, #b6b32f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #b6b32f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #dbc217;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #b6b32f, #92a346);
  -moz-background: linear-gradient(to bottom, #b6b32f, #92a346);
  -ms-background: linear-gradient(to bottom, #b6b32f, #92a346);
  -o-background: linear-gradient(to bottom, #b6b32f, #92a346);
  background: linear-gradient(to bottom, #b6b32f, #92a346);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #92a346;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #b6b32f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #92a346, #6d935e);
  -moz-background: linear-gradient(to bottom, #92a346, #6d935e);
  -ms-background: linear-gradient(to bottom, #92a346, #6d935e);
  -o-background: linear-gradient(to bottom, #92a346, #6d935e);
  background: linear-gradient(to bottom, #92a346, #6d935e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6d935e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #92a346;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d935e, #498375);
  -moz-background: linear-gradient(to bottom, #6d935e, #498375);
  -ms-background: linear-gradient(to bottom, #6d935e, #498375);
  -o-background: linear-gradient(to bottom, #6d935e, #498375);
  background: linear-gradient(to bottom, #6d935e, #498375);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #498375;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6d935e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #498375, #24748d);
  -moz-background: linear-gradient(to bottom, #498375, #24748d);
  -ms-background: linear-gradient(to bottom, #498375, #24748d);
  -o-background: linear-gradient(to bottom, #498375, #24748d);
  background: linear-gradient(to bottom, #498375, #24748d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #24748d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #498375;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #24748d, #0064a4);
  -moz-background: linear-gradient(to bottom, #24748d, #0064a4);
  -ms-background: linear-gradient(to bottom, #24748d, #0064a4);
  -o-background: linear-gradient(to bottom, #24748d, #0064a4);
  background: linear-gradient(to bottom, #24748d, #0064a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0064a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #24748d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0064a4;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0064a4;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0064a4;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate__overlay {
  background-color: #0064a4;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate__steps-circle {
  fill: #0064a4;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate__testimonial {
  background-color: #0064a4;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0064a4;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0064a4;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .terms__title {
  border-color: #ffd200;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .terms__links {
  color: #0064a4;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.leadership-development-institute-at-the-uci-paul-merage-school-of-business .referral-tooltip__image path {
  fill: #0064a4;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-header,
.leadership-development-institute-at-the-uci-paul-merage-school-of-business .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #001e62;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.london-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #00123c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .main-header__menu__btn:hover, .white-label.london-business-school .main-header__menu__btn:focus, .white-label.london-business-school .main-header__menu__btn:active, .white-label.london-business-school .main-header__menu__btn:checked, .white-label.london-business-school .main-header__menu__btn:focus:hover, .white-label.london-business-school .main-header__menu__btn:focus:active, .white-label.london-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.london-business-school .main-header__menu__btn:not(:disabled):active, .white-label.london-business-school .main-header__menu__btn:not(.disabled):active, .white-label.london-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.london-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.london-business-school .main-footer__menu__btn:hover,
.white-label.london-business-school .main-footer__menu__btn:focus,
.white-label.london-business-school .main-footer__menu__btn:active,
.white-label.london-business-school .main-footer__menu__btn:checked,
.white-label.london-business-school .main-footer__menu__btn:focus:hover,
.white-label.london-business-school .main-footer__menu__btn:focus:active,
.white-label.london-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.london-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.london-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.london-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.london-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #001e62;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .main-header .nav__link:hover, .white-label.london-business-school .main-header .nav__link:focus, .white-label.london-business-school .main-header .nav__link:active, .white-label.london-business-school .main-header .nav__link:checked, .white-label.london-business-school .main-header .nav__link:focus:hover, .white-label.london-business-school .main-header .nav__link:focus:active, .white-label.london-business-school .main-header .nav__link:not(:disabled):hover, .white-label.london-business-school .main-header .nav__link:not(:disabled):active, .white-label.london-business-school .main-header .nav__link:not(.disabled):active, .white-label.london-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.london-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.london-business-school .main-footer .nav__link:hover,
.white-label.london-business-school .main-footer .nav__link:focus,
.white-label.london-business-school .main-footer .nav__link:active,
.white-label.london-business-school .main-footer .nav__link:checked,
.white-label.london-business-school .main-footer .nav__link:focus:hover,
.white-label.london-business-school .main-footer .nav__link:focus:active,
.white-label.london-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.london-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.london-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.london-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.london-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #00123c;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school.signed-out .btn:not(.btn--social), .white-label.london-business-school.signed-in .btn--primary {
  background-color: #001e62;
  border-color: #001e62;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.signed-out .btn:not(.btn--social):hover, .white-label.london-business-school.signed-out .btn:not(.btn--social):focus, .white-label.london-business-school.signed-out .btn:not(.btn--social):active, .white-label.london-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.london-business-school.signed-in .btn--primary:hover, .white-label.london-business-school.signed-in .btn--primary:focus, .white-label.london-business-school.signed-in .btn--primary:active, .white-label.london-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #001e62;
  box-shadow: none;
  color: #001e62;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .nav__btn:hover span,
.white-label.london-business-school .nav__btn:hover span::after,
.white-label.london-business-school .nav__btn:hover span::before,
.white-label.london-business-school .nav__btn:focus span,
.white-label.london-business-school .nav__btn:focus span::after,
.white-label.london-business-school .nav__btn:focus span::before {
  background-color: #001e62;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.london-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #001e62;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #001e62;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__list li:hover::after {
  border-color: rgba(0, 30, 98, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__list li:hover .heading-3 {
  color: #001e62;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .profile__link:hover, .white-label.london-business-school .profile__link:focus, .white-label.london-business-school .profile__link:active, .white-label.london-business-school .profile__link:checked, .white-label.london-business-school .profile__link:focus:hover, .white-label.london-business-school .profile__link:focus:active, .white-label.london-business-school .profile__link:not(:disabled):hover, .white-label.london-business-school .profile__link:not(:disabled):active, .white-label.london-business-school .profile__link:not(.disabled):active, .white-label.london-business-school .profile__link:not(:disabled):active:focus, .white-label.london-business-school .profile__link:not(.disabled):active:focus {
  color: #001e62;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .profile__actions:hover .profile__icn g,
.white-label.london-business-school .profile__actions:focus .profile__icn g {
  fill: #001e62;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .students__classmate:hover .students__thumbnail,
.white-label.london-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #001e62, 0 0 0 1px #001e62 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .pagination__page-link:hover::after {
  border-color: rgba(0, 30, 98, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modal__bg-icn {
  fill: #001e62;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .payments__paragraph--initial, .white-label.london-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .form__input:-webkit-autofill, .white-label.london-business-school .StripeElement:-webkit-autofill, .white-label.london-business-school .form__input:-webkit-autofill:focus, .white-label.london-business-school .form__input:-internal-autofill-selected, .white-label.london-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 30, 98, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 30, 98, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 30, 98, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 30, 98, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 30, 98, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .form__input:-moz-autofill, .white-label.london-business-school .StripeElement:-moz-autofill, .white-label.london-business-school .form__input:-moz-autofill-preview, .white-label.london-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 30, 98, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .form-radio__input:hover + label.bordered,
.white-label.london-business-school .form-radio__input:hover + label::before, .white-label.london-business-school .form-radio__input:focus + label.bordered,
.white-label.london-business-school .form-radio__input:focus + label::before, .white-label.london-business-school .form-radio__input:active + label.bordered,
.white-label.london-business-school .form-radio__input:active + label::before, .white-label.london-business-school .form-radio__input:checked + label.bordered,
.white-label.london-business-school .form-radio__input:checked + label::before, .white-label.london-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.london-business-school .form-radio__input:focus:hover + label::before, .white-label.london-business-school .form-radio__input:focus:active + label.bordered,
.white-label.london-business-school .form-radio__input:focus:active + label::before, .white-label.london-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.london-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.london-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.london-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.london-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.london-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.london-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.london-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.london-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.london-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #001e62;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.london-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.london-business-school .form-radio__input:active + .highlight-when-checked, .white-label.london-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.london-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.london-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.london-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.london-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.london-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.london-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.london-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #001e62 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .form-check-input:checked + label::before, .white-label.london-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #001e62;
  border-color: #001e62;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .form-check-input:valid:focus:checked + label::before, .white-label.london-business-school .form-check-input.valid:focus:checked + label::before, .white-label.london-business-school .form-check-input--valid:focus:checked + label::before, .white-label.london-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #001e62;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .electives .form-radio__input:checked + label::before {
  background-color: #001e62;
  border: 3px solid #001e62;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .enrollment__icon path {
  fill: #001e62;
  stroke: #001e62;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .enrollment__icon tspan {
  fill: #001e62;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__tasks li:hover::after, .white-label.london-business-school .modules__tasks li.selected::after {
  border-color: rgba(0, 30, 98, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__tasks li::before {
  color: rgba(0, 30, 98, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 30, 98, 0.4);
  border-color: rgba(0, 30, 98, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .modules__tasks li .modules__btn:hover::after, .white-label.london-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 30, 98, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .tabs__li:hover {
  border-color: rgba(0, 30, 98, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .tabs__label {
  border-bottom-color: #001e62;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.london-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #001e62;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .survey__success .check {
  fill: #001e62;
  stroke: #001e62;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .electives__checkbox:checked + label::before,
.white-label.london-business-school .program-card__checkbox:checked + label::before {
  background-color: #001e62;
  border-color: #001e62;
  color: #001e62;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.london-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #001e62;
  box-shadow: 0 0 0 1px #001e62 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .canvas-assignments__submission-type::before {
  border-color: #001e62;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .canvas-assignments__submission-type::after {
  border-color: #001e62;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 30, 98, 0.1);
  border-color: #001e62;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .canvas-assignments__submission-type.typed--selected, .white-label.london-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 30, 98, 0.1);
  border-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(1),
.white-label.london-business-school .steps--progress .step--completed:nth-child(1), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003dc8, #0039b9);
  -moz-background: linear-gradient(to right, #003dc8, #0039b9);
  -ms-background: linear-gradient(to right, #003dc8, #0039b9);
  -o-background: linear-gradient(to right, #003dc8, #0039b9);
  background: linear-gradient(to right, #003dc8, #0039b9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0039b9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(2),
.white-label.london-business-school .steps--progress .step--completed:nth-child(2), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0039b9, #0034ab);
  -moz-background: linear-gradient(to right, #0039b9, #0034ab);
  -ms-background: linear-gradient(to right, #0039b9, #0034ab);
  -o-background: linear-gradient(to right, #0039b9, #0034ab);
  background: linear-gradient(to right, #0039b9, #0034ab);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0034ab;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(3),
.white-label.london-business-school .steps--progress .step--completed:nth-child(3), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0034ab, #00309c);
  -moz-background: linear-gradient(to right, #0034ab, #00309c);
  -ms-background: linear-gradient(to right, #0034ab, #00309c);
  -o-background: linear-gradient(to right, #0034ab, #00309c);
  background: linear-gradient(to right, #0034ab, #00309c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00309c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(4),
.white-label.london-business-school .steps--progress .step--completed:nth-child(4), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00309c, #002b8e);
  -moz-background: linear-gradient(to right, #00309c, #002b8e);
  -ms-background: linear-gradient(to right, #00309c, #002b8e);
  -o-background: linear-gradient(to right, #00309c, #002b8e);
  background: linear-gradient(to right, #00309c, #002b8e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #002b8e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(5),
.white-label.london-business-school .steps--progress .step--completed:nth-child(5), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #002b8e, #00277f);
  -moz-background: linear-gradient(to right, #002b8e, #00277f);
  -ms-background: linear-gradient(to right, #002b8e, #00277f);
  -o-background: linear-gradient(to right, #002b8e, #00277f);
  background: linear-gradient(to right, #002b8e, #00277f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00277f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(6),
.white-label.london-business-school .steps--progress .step--completed:nth-child(6), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00277f, #002271);
  -moz-background: linear-gradient(to right, #00277f, #002271);
  -ms-background: linear-gradient(to right, #00277f, #002271);
  -o-background: linear-gradient(to right, #00277f, #002271);
  background: linear-gradient(to right, #00277f, #002271);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #002271;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(7),
.white-label.london-business-school .steps--progress .step--completed:nth-child(7), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #002271, #001e62);
  -moz-background: linear-gradient(to right, #002271, #001e62);
  -ms-background: linear-gradient(to right, #002271, #001e62);
  -o-background: linear-gradient(to right, #002271, #001e62);
  background: linear-gradient(to right, #002271, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #001e62;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.london-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #001e62;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.london-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.london-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #001e62;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .steps--progress .vertical-step--active,
.white-label.london-business-school .steps--progress .vertical-step--completed, .white-label.london-business-school .steps--progress:hover .vertical-step--saved {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003dc8, #0039b9);
  -moz-background: linear-gradient(to bottom, #003dc8, #0039b9);
  -ms-background: linear-gradient(to bottom, #003dc8, #0039b9);
  -o-background: linear-gradient(to bottom, #003dc8, #0039b9);
  background: linear-gradient(to bottom, #003dc8, #0039b9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0039b9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003dc8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0039b9, #0034ab);
  -moz-background: linear-gradient(to bottom, #0039b9, #0034ab);
  -ms-background: linear-gradient(to bottom, #0039b9, #0034ab);
  -o-background: linear-gradient(to bottom, #0039b9, #0034ab);
  background: linear-gradient(to bottom, #0039b9, #0034ab);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0034ab;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0039b9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0034ab, #00309c);
  -moz-background: linear-gradient(to bottom, #0034ab, #00309c);
  -ms-background: linear-gradient(to bottom, #0034ab, #00309c);
  -o-background: linear-gradient(to bottom, #0034ab, #00309c);
  background: linear-gradient(to bottom, #0034ab, #00309c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00309c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0034ab;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00309c, #002b8e);
  -moz-background: linear-gradient(to bottom, #00309c, #002b8e);
  -ms-background: linear-gradient(to bottom, #00309c, #002b8e);
  -o-background: linear-gradient(to bottom, #00309c, #002b8e);
  background: linear-gradient(to bottom, #00309c, #002b8e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #002b8e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00309c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #002b8e, #00277f);
  -moz-background: linear-gradient(to bottom, #002b8e, #00277f);
  -ms-background: linear-gradient(to bottom, #002b8e, #00277f);
  -o-background: linear-gradient(to bottom, #002b8e, #00277f);
  background: linear-gradient(to bottom, #002b8e, #00277f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00277f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #002b8e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00277f, #002271);
  -moz-background: linear-gradient(to bottom, #00277f, #002271);
  -ms-background: linear-gradient(to bottom, #00277f, #002271);
  -o-background: linear-gradient(to bottom, #00277f, #002271);
  background: linear-gradient(to bottom, #00277f, #002271);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #002271;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00277f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #002271, #001e62);
  -moz-background: linear-gradient(to bottom, #002271, #001e62);
  -ms-background: linear-gradient(to bottom, #002271, #001e62);
  -o-background: linear-gradient(to bottom, #002271, #001e62);
  background: linear-gradient(to bottom, #002271, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #002271;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #001e62;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #001e62;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.london-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.london-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #001e62;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .sidebar .steps .steps__label-toggle {
  background-color: #001e62;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #001e62;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #001e62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #001e62, #001e62);
  -moz-background: linear-gradient(to right, #001e62, #001e62);
  -ms-background: linear-gradient(to right, #001e62, #001e62);
  -o-background: linear-gradient(to right, #001e62, #001e62);
  background: linear-gradient(to right, #001e62, #001e62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #001e62;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #001e62;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.london-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.london-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.london-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #001e62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e62, #001e62);
  -moz-background: linear-gradient(to bottom, #001e62, #001e62);
  -ms-background: linear-gradient(to bottom, #001e62, #001e62);
  -o-background: linear-gradient(to bottom, #001e62, #001e62);
  background: linear-gradient(to bottom, #001e62, #001e62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #001e62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #001e62;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #001e62;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #001e62;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.london-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.london-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.london-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.london-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.london-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #001e62;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .referrals-advocate__overlay {
  background-color: #001e62;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .referrals-advocate__steps-circle {
  fill: #001e62;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .referrals-advocate__testimonial {
  background-color: #001e62;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.london-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.london-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.london-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.london-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #001e62;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.london-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.london-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.london-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.london-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.london-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.london-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.london-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #001e62;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .terms__title {
  border-color: #001e62;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .terms__links {
  color: #001e62;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.london-business-school .referral-tooltip__image path {
  fill: #001e62;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.london-business-school .main-header,
.london-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #c35009;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.miami-herbert-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #9e4107;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .main-header__menu__btn:hover, .white-label.miami-herbert-business-school .main-header__menu__btn:focus, .white-label.miami-herbert-business-school .main-header__menu__btn:active, .white-label.miami-herbert-business-school .main-header__menu__btn:checked, .white-label.miami-herbert-business-school .main-header__menu__btn:focus:hover, .white-label.miami-herbert-business-school .main-header__menu__btn:focus:active, .white-label.miami-herbert-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.miami-herbert-business-school .main-header__menu__btn:not(:disabled):active, .white-label.miami-herbert-business-school .main-header__menu__btn:not(.disabled):active, .white-label.miami-herbert-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.miami-herbert-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.miami-herbert-business-school .main-footer__menu__btn:hover,
.white-label.miami-herbert-business-school .main-footer__menu__btn:focus,
.white-label.miami-herbert-business-school .main-footer__menu__btn:active,
.white-label.miami-herbert-business-school .main-footer__menu__btn:checked,
.white-label.miami-herbert-business-school .main-footer__menu__btn:focus:hover,
.white-label.miami-herbert-business-school .main-footer__menu__btn:focus:active,
.white-label.miami-herbert-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.miami-herbert-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.miami-herbert-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.miami-herbert-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.miami-herbert-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #c35009;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .main-header .nav__link:hover, .white-label.miami-herbert-business-school .main-header .nav__link:focus, .white-label.miami-herbert-business-school .main-header .nav__link:active, .white-label.miami-herbert-business-school .main-header .nav__link:checked, .white-label.miami-herbert-business-school .main-header .nav__link:focus:hover, .white-label.miami-herbert-business-school .main-header .nav__link:focus:active, .white-label.miami-herbert-business-school .main-header .nav__link:not(:disabled):hover, .white-label.miami-herbert-business-school .main-header .nav__link:not(:disabled):active, .white-label.miami-herbert-business-school .main-header .nav__link:not(.disabled):active, .white-label.miami-herbert-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.miami-herbert-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.miami-herbert-business-school .main-footer .nav__link:hover,
.white-label.miami-herbert-business-school .main-footer .nav__link:focus,
.white-label.miami-herbert-business-school .main-footer .nav__link:active,
.white-label.miami-herbert-business-school .main-footer .nav__link:checked,
.white-label.miami-herbert-business-school .main-footer .nav__link:focus:hover,
.white-label.miami-herbert-business-school .main-footer .nav__link:focus:active,
.white-label.miami-herbert-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.miami-herbert-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.miami-herbert-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.miami-herbert-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.miami-herbert-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #9e4107;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school.signed-out .btn:not(.btn--social), .white-label.miami-herbert-business-school.signed-in .btn--primary {
  background-color: #005030;
  border-color: #005030;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.signed-out .btn:not(.btn--social):hover, .white-label.miami-herbert-business-school.signed-out .btn:not(.btn--social):focus, .white-label.miami-herbert-business-school.signed-out .btn:not(.btn--social):active, .white-label.miami-herbert-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.miami-herbert-business-school.signed-in .btn--primary:hover, .white-label.miami-herbert-business-school.signed-in .btn--primary:focus, .white-label.miami-herbert-business-school.signed-in .btn--primary:active, .white-label.miami-herbert-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #005030;
  box-shadow: none;
  color: #005030;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .nav__btn:hover span,
.white-label.miami-herbert-business-school .nav__btn:hover span::after,
.white-label.miami-herbert-business-school .nav__btn:hover span::before,
.white-label.miami-herbert-business-school .nav__btn:focus span,
.white-label.miami-herbert-business-school .nav__btn:focus span::after,
.white-label.miami-herbert-business-school .nav__btn:focus span::before {
  background-color: #c35009;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.miami-herbert-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #c35009;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #c35009;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__list li:hover::after {
  border-color: rgba(195, 80, 9, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__list li:hover .heading-3 {
  color: #c35009;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .profile__link:hover, .white-label.miami-herbert-business-school .profile__link:focus, .white-label.miami-herbert-business-school .profile__link:active, .white-label.miami-herbert-business-school .profile__link:checked, .white-label.miami-herbert-business-school .profile__link:focus:hover, .white-label.miami-herbert-business-school .profile__link:focus:active, .white-label.miami-herbert-business-school .profile__link:not(:disabled):hover, .white-label.miami-herbert-business-school .profile__link:not(:disabled):active, .white-label.miami-herbert-business-school .profile__link:not(.disabled):active, .white-label.miami-herbert-business-school .profile__link:not(:disabled):active:focus, .white-label.miami-herbert-business-school .profile__link:not(.disabled):active:focus {
  color: #c35009;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .profile__actions:hover .profile__icn g,
.white-label.miami-herbert-business-school .profile__actions:focus .profile__icn g {
  fill: #c35009;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .students__classmate:hover .students__thumbnail,
.white-label.miami-herbert-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #c35009, 0 0 0 1px #c35009 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .pagination__page-link:hover::after {
  border-color: rgba(195, 80, 9, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modal__bg-icn {
  fill: #c35009;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .payments__paragraph--initial, .white-label.miami-herbert-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .form__input:-webkit-autofill, .white-label.miami-herbert-business-school .StripeElement:-webkit-autofill, .white-label.miami-herbert-business-school .form__input:-webkit-autofill:focus, .white-label.miami-herbert-business-school .form__input:-internal-autofill-selected, .white-label.miami-herbert-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 80, 48, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 80, 48, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 80, 48, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 80, 48, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 80, 48, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .form__input:-moz-autofill, .white-label.miami-herbert-business-school .StripeElement:-moz-autofill, .white-label.miami-herbert-business-school .form__input:-moz-autofill-preview, .white-label.miami-herbert-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 80, 48, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .form-radio__input:hover + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:hover + label::before, .white-label.miami-herbert-business-school .form-radio__input:focus + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:focus + label::before, .white-label.miami-herbert-business-school .form-radio__input:active + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:active + label::before, .white-label.miami-herbert-business-school .form-radio__input:checked + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:checked + label::before, .white-label.miami-herbert-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:focus:hover + label::before, .white-label.miami-herbert-business-school .form-radio__input:focus:active + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:focus:active + label::before, .white-label.miami-herbert-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.miami-herbert-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.miami-herbert-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.miami-herbert-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.miami-herbert-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.miami-herbert-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #c35009;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:active + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.miami-herbert-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #c35009 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .form-check-input:checked + label::before, .white-label.miami-herbert-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #c35009;
  border-color: #c35009;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .form-check-input:valid:focus:checked + label::before, .white-label.miami-herbert-business-school .form-check-input.valid:focus:checked + label::before, .white-label.miami-herbert-business-school .form-check-input--valid:focus:checked + label::before, .white-label.miami-herbert-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #c35009;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .electives .form-radio__input:checked + label::before {
  background-color: #c35009;
  border: 3px solid #c35009;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .enrollment__icon path {
  fill: #005030;
  stroke: #005030;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .enrollment__icon tspan {
  fill: #005030;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__tasks li:hover::after, .white-label.miami-herbert-business-school .modules__tasks li.selected::after {
  border-color: rgba(195, 80, 9, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__tasks li::before {
  color: rgba(195, 80, 9, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(195, 80, 9, 0.4);
  border-color: rgba(195, 80, 9, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .modules__tasks li .modules__btn:hover::after, .white-label.miami-herbert-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(195, 80, 9, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .tabs__li:hover {
  border-color: rgba(195, 80, 9, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .tabs__label {
  border-bottom-color: #c35009;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.miami-herbert-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #c35009;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .survey__success .check {
  fill: #c35009;
  stroke: #c35009;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .electives__checkbox:checked + label::before,
.white-label.miami-herbert-business-school .program-card__checkbox:checked + label::before {
  background-color: #c35009;
  border-color: #c35009;
  color: #c35009;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.miami-herbert-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #c35009;
  box-shadow: 0 0 0 1px #c35009 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .canvas-assignments__submission-type::before {
  border-color: #c35009;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .canvas-assignments__submission-type::after {
  border-color: #c35009;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(195, 80, 9, 0.1);
  border-color: #c35009;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .canvas-assignments__submission-type.typed--selected, .white-label.miami-herbert-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(195, 80, 9, 0.1);
  border-color: #c35009;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(1),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(1), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f6833c, #ef7c35);
  -moz-background: linear-gradient(to right, #f6833c, #ef7c35);
  -ms-background: linear-gradient(to right, #f6833c, #ef7c35);
  -o-background: linear-gradient(to right, #f6833c, #ef7c35);
  background: linear-gradient(to right, #f6833c, #ef7c35);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ef7c35;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(2),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(2), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ef7c35, #e7742d);
  -moz-background: linear-gradient(to right, #ef7c35, #e7742d);
  -ms-background: linear-gradient(to right, #ef7c35, #e7742d);
  -o-background: linear-gradient(to right, #ef7c35, #e7742d);
  background: linear-gradient(to right, #ef7c35, #e7742d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #e7742d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(3),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(3), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #e7742d, #e06d26);
  -moz-background: linear-gradient(to right, #e7742d, #e06d26);
  -ms-background: linear-gradient(to right, #e7742d, #e06d26);
  -o-background: linear-gradient(to right, #e7742d, #e06d26);
  background: linear-gradient(to right, #e7742d, #e06d26);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #e06d26;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(4),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(4), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #e06d26, #d9661f);
  -moz-background: linear-gradient(to right, #e06d26, #d9661f);
  -ms-background: linear-gradient(to right, #e06d26, #d9661f);
  -o-background: linear-gradient(to right, #e06d26, #d9661f);
  background: linear-gradient(to right, #e06d26, #d9661f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #d9661f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(5),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(5), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #d9661f, #d25f18);
  -moz-background: linear-gradient(to right, #d9661f, #d25f18);
  -ms-background: linear-gradient(to right, #d9661f, #d25f18);
  -o-background: linear-gradient(to right, #d9661f, #d25f18);
  background: linear-gradient(to right, #d9661f, #d25f18);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #d25f18;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(6),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(6), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #d25f18, #ca5710);
  -moz-background: linear-gradient(to right, #d25f18, #ca5710);
  -ms-background: linear-gradient(to right, #d25f18, #ca5710);
  -o-background: linear-gradient(to right, #d25f18, #ca5710);
  background: linear-gradient(to right, #d25f18, #ca5710);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ca5710;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(7),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(7), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ca5710, #c35009);
  -moz-background: linear-gradient(to right, #ca5710, #c35009);
  -ms-background: linear-gradient(to right, #ca5710, #c35009);
  -o-background: linear-gradient(to right, #ca5710, #c35009);
  background: linear-gradient(to right, #ca5710, #c35009);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #c35009;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #c35009;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.miami-herbert-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.miami-herbert-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #c35009;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved {
  color: #c35009;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f6833c, #ef7c35);
  -moz-background: linear-gradient(to bottom, #f6833c, #ef7c35);
  -ms-background: linear-gradient(to bottom, #f6833c, #ef7c35);
  -o-background: linear-gradient(to bottom, #f6833c, #ef7c35);
  background: linear-gradient(to bottom, #f6833c, #ef7c35);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ef7c35;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f6833c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c35, #e7742d);
  -moz-background: linear-gradient(to bottom, #ef7c35, #e7742d);
  -ms-background: linear-gradient(to bottom, #ef7c35, #e7742d);
  -o-background: linear-gradient(to bottom, #ef7c35, #e7742d);
  background: linear-gradient(to bottom, #ef7c35, #e7742d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #e7742d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ef7c35;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #e7742d, #e06d26);
  -moz-background: linear-gradient(to bottom, #e7742d, #e06d26);
  -ms-background: linear-gradient(to bottom, #e7742d, #e06d26);
  -o-background: linear-gradient(to bottom, #e7742d, #e06d26);
  background: linear-gradient(to bottom, #e7742d, #e06d26);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #e06d26;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #e7742d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #e06d26, #d9661f);
  -moz-background: linear-gradient(to bottom, #e06d26, #d9661f);
  -ms-background: linear-gradient(to bottom, #e06d26, #d9661f);
  -o-background: linear-gradient(to bottom, #e06d26, #d9661f);
  background: linear-gradient(to bottom, #e06d26, #d9661f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #d9661f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #e06d26;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #d9661f, #d25f18);
  -moz-background: linear-gradient(to bottom, #d9661f, #d25f18);
  -ms-background: linear-gradient(to bottom, #d9661f, #d25f18);
  -o-background: linear-gradient(to bottom, #d9661f, #d25f18);
  background: linear-gradient(to bottom, #d9661f, #d25f18);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #d25f18;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #d9661f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #d25f18, #ca5710);
  -moz-background: linear-gradient(to bottom, #d25f18, #ca5710);
  -ms-background: linear-gradient(to bottom, #d25f18, #ca5710);
  -o-background: linear-gradient(to bottom, #d25f18, #ca5710);
  background: linear-gradient(to bottom, #d25f18, #ca5710);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ca5710;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #d25f18;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ca5710, #c35009);
  -moz-background: linear-gradient(to bottom, #ca5710, #c35009);
  -ms-background: linear-gradient(to bottom, #ca5710, #c35009);
  -o-background: linear-gradient(to bottom, #ca5710, #c35009);
  background: linear-gradient(to bottom, #ca5710, #c35009);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #c35009;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ca5710;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #c35009;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #c35009;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.miami-herbert-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.miami-herbert-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #c35009;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .sidebar .steps .steps__label-toggle {
  background-color: #c35009;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #c35009;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #005030, #1c502a);
  -moz-background: linear-gradient(to right, #005030, #1c502a);
  -ms-background: linear-gradient(to right, #005030, #1c502a);
  -o-background: linear-gradient(to right, #005030, #1c502a);
  background: linear-gradient(to right, #005030, #1c502a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #1c502a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #1c502a, #385025);
  -moz-background: linear-gradient(to right, #1c502a, #385025);
  -ms-background: linear-gradient(to right, #1c502a, #385025);
  -o-background: linear-gradient(to right, #1c502a, #385025);
  background: linear-gradient(to right, #1c502a, #385025);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #385025;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #385025, #54501f);
  -moz-background: linear-gradient(to right, #385025, #54501f);
  -ms-background: linear-gradient(to right, #385025, #54501f);
  -o-background: linear-gradient(to right, #385025, #54501f);
  background: linear-gradient(to right, #385025, #54501f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #54501f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #54501f, #6f501a);
  -moz-background: linear-gradient(to right, #54501f, #6f501a);
  -ms-background: linear-gradient(to right, #54501f, #6f501a);
  -o-background: linear-gradient(to right, #54501f, #6f501a);
  background: linear-gradient(to right, #54501f, #6f501a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6f501a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6f501a, #8b5014);
  -moz-background: linear-gradient(to right, #6f501a, #8b5014);
  -ms-background: linear-gradient(to right, #6f501a, #8b5014);
  -o-background: linear-gradient(to right, #6f501a, #8b5014);
  background: linear-gradient(to right, #6f501a, #8b5014);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #8b5014;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #8b5014, #a7500f);
  -moz-background: linear-gradient(to right, #8b5014, #a7500f);
  -ms-background: linear-gradient(to right, #8b5014, #a7500f);
  -o-background: linear-gradient(to right, #8b5014, #a7500f);
  background: linear-gradient(to right, #8b5014, #a7500f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a7500f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a7500f, #c35009);
  -moz-background: linear-gradient(to right, #a7500f, #c35009);
  -ms-background: linear-gradient(to right, #a7500f, #c35009);
  -o-background: linear-gradient(to right, #a7500f, #c35009);
  background: linear-gradient(to right, #a7500f, #c35009);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #c35009;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #c35009;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #c35009;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #005030, #1c502a);
  -moz-background: linear-gradient(to bottom, #005030, #1c502a);
  -ms-background: linear-gradient(to bottom, #005030, #1c502a);
  -o-background: linear-gradient(to bottom, #005030, #1c502a);
  background: linear-gradient(to bottom, #005030, #1c502a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #1c502a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #005030;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #1c502a, #385025);
  -moz-background: linear-gradient(to bottom, #1c502a, #385025);
  -ms-background: linear-gradient(to bottom, #1c502a, #385025);
  -o-background: linear-gradient(to bottom, #1c502a, #385025);
  background: linear-gradient(to bottom, #1c502a, #385025);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #385025;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #1c502a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #385025, #54501f);
  -moz-background: linear-gradient(to bottom, #385025, #54501f);
  -ms-background: linear-gradient(to bottom, #385025, #54501f);
  -o-background: linear-gradient(to bottom, #385025, #54501f);
  background: linear-gradient(to bottom, #385025, #54501f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #54501f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #385025;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #54501f, #6f501a);
  -moz-background: linear-gradient(to bottom, #54501f, #6f501a);
  -ms-background: linear-gradient(to bottom, #54501f, #6f501a);
  -o-background: linear-gradient(to bottom, #54501f, #6f501a);
  background: linear-gradient(to bottom, #54501f, #6f501a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6f501a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #54501f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6f501a, #8b5014);
  -moz-background: linear-gradient(to bottom, #6f501a, #8b5014);
  -ms-background: linear-gradient(to bottom, #6f501a, #8b5014);
  -o-background: linear-gradient(to bottom, #6f501a, #8b5014);
  background: linear-gradient(to bottom, #6f501a, #8b5014);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #8b5014;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6f501a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #8b5014, #a7500f);
  -moz-background: linear-gradient(to bottom, #8b5014, #a7500f);
  -ms-background: linear-gradient(to bottom, #8b5014, #a7500f);
  -o-background: linear-gradient(to bottom, #8b5014, #a7500f);
  background: linear-gradient(to bottom, #8b5014, #a7500f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a7500f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #8b5014;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a7500f, #c35009);
  -moz-background: linear-gradient(to bottom, #a7500f, #c35009);
  -ms-background: linear-gradient(to bottom, #a7500f, #c35009);
  -o-background: linear-gradient(to bottom, #a7500f, #c35009);
  background: linear-gradient(to bottom, #a7500f, #c35009);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #c35009;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a7500f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #c35009;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #c35009;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.miami-herbert-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.miami-herbert-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.miami-herbert-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.miami-herbert-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #c35009;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .referrals-advocate__overlay {
  background-color: #c35009;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .referrals-advocate__steps-circle {
  fill: #c35009;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .referrals-advocate__testimonial {
  background-color: #c35009;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #c35009;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.miami-herbert-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #c35009;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .terms__title {
  border-color: #005030;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .terms__links {
  color: #c35009;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.miami-herbert-business-school .referral-tooltip__image path {
  fill: #c35009;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.miami-herbert-business-school .main-header,
.miami-herbert-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #bd2226;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.mica div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mica div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #9d1c1f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .main-header__menu__btn:hover, .white-label.mica .main-header__menu__btn:focus, .white-label.mica .main-header__menu__btn:active, .white-label.mica .main-header__menu__btn:checked, .white-label.mica .main-header__menu__btn:focus:hover, .white-label.mica .main-header__menu__btn:focus:active, .white-label.mica .main-header__menu__btn:not(:disabled):hover, .white-label.mica .main-header__menu__btn:not(:disabled):active, .white-label.mica .main-header__menu__btn:not(.disabled):active, .white-label.mica .main-header__menu__btn:not(:disabled):active:focus, .white-label.mica .main-header__menu__btn:not(.disabled):active:focus,
.white-label.mica .main-footer__menu__btn:hover,
.white-label.mica .main-footer__menu__btn:focus,
.white-label.mica .main-footer__menu__btn:active,
.white-label.mica .main-footer__menu__btn:checked,
.white-label.mica .main-footer__menu__btn:focus:hover,
.white-label.mica .main-footer__menu__btn:focus:active,
.white-label.mica .main-footer__menu__btn:not(:disabled):hover,
.white-label.mica .main-footer__menu__btn:not(:disabled):active,
.white-label.mica .main-footer__menu__btn:not(.disabled):active,
.white-label.mica .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.mica .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #bd2226;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .main-header .nav__link:hover, .white-label.mica .main-header .nav__link:focus, .white-label.mica .main-header .nav__link:active, .white-label.mica .main-header .nav__link:checked, .white-label.mica .main-header .nav__link:focus:hover, .white-label.mica .main-header .nav__link:focus:active, .white-label.mica .main-header .nav__link:not(:disabled):hover, .white-label.mica .main-header .nav__link:not(:disabled):active, .white-label.mica .main-header .nav__link:not(.disabled):active, .white-label.mica .main-header .nav__link:not(:disabled):active:focus, .white-label.mica .main-header .nav__link:not(.disabled):active:focus,
.white-label.mica .main-footer .nav__link:hover,
.white-label.mica .main-footer .nav__link:focus,
.white-label.mica .main-footer .nav__link:active,
.white-label.mica .main-footer .nav__link:checked,
.white-label.mica .main-footer .nav__link:focus:hover,
.white-label.mica .main-footer .nav__link:focus:active,
.white-label.mica .main-footer .nav__link:not(:disabled):hover,
.white-label.mica .main-footer .nav__link:not(:disabled):active,
.white-label.mica .main-footer .nav__link:not(.disabled):active,
.white-label.mica .main-footer .nav__link:not(:disabled):active:focus,
.white-label.mica .main-footer .nav__link:not(.disabled):active:focus {
  color: #9d1c1f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica.signed-out .btn:not(.btn--social), .white-label.mica.signed-in .btn--primary {
  background-color: #231f20;
  border-color: #231f20;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.signed-out .btn:not(.btn--social):hover, .white-label.mica.signed-out .btn:not(.btn--social):focus, .white-label.mica.signed-out .btn:not(.btn--social):active, .white-label.mica.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.mica.signed-in .btn--primary:hover, .white-label.mica.signed-in .btn--primary:focus, .white-label.mica.signed-in .btn--primary:active, .white-label.mica.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #231f20;
  box-shadow: none;
  color: #231f20;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .nav__btn:hover span,
.white-label.mica .nav__btn:hover span::after,
.white-label.mica .nav__btn:hover span::before,
.white-label.mica .nav__btn:focus span,
.white-label.mica .nav__btn:focus span::after,
.white-label.mica .nav__btn:focus span::before {
  background-color: #bd2226;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.mica .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #bd2226;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .nav__sidebar ul .profile__no-menu-link:hover {
  color: #bd2226;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__list li:hover::after {
  border-color: rgba(189, 34, 38, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__list li:hover .heading-3 {
  color: #bd2226;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .profile__link:hover, .white-label.mica .profile__link:focus, .white-label.mica .profile__link:active, .white-label.mica .profile__link:checked, .white-label.mica .profile__link:focus:hover, .white-label.mica .profile__link:focus:active, .white-label.mica .profile__link:not(:disabled):hover, .white-label.mica .profile__link:not(:disabled):active, .white-label.mica .profile__link:not(.disabled):active, .white-label.mica .profile__link:not(:disabled):active:focus, .white-label.mica .profile__link:not(.disabled):active:focus {
  color: #bd2226;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .profile__actions:hover .profile__icn g,
.white-label.mica .profile__actions:focus .profile__icn g {
  fill: #bd2226;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .students__classmate:hover .students__thumbnail,
.white-label.mica .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #bd2226, 0 0 0 1px #bd2226 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .pagination__page-link:hover::after {
  border-color: rgba(189, 34, 38, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modal__bg-icn {
  fill: #bd2226;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .payments__paragraph--initial, .white-label.mica .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .form__input:-webkit-autofill, .white-label.mica .StripeElement:-webkit-autofill, .white-label.mica .form__input:-webkit-autofill:focus, .white-label.mica .form__input:-internal-autofill-selected, .white-label.mica .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(35, 31, 32, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(35, 31, 32, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(35, 31, 32, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(35, 31, 32, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(35, 31, 32, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .form__input:-moz-autofill, .white-label.mica .StripeElement:-moz-autofill, .white-label.mica .form__input:-moz-autofill-preview, .white-label.mica .StripeElement:-moz-autofill-preview {
  filter: rgba(35, 31, 32, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .form-radio__input:hover + label.bordered,
.white-label.mica .form-radio__input:hover + label::before, .white-label.mica .form-radio__input:focus + label.bordered,
.white-label.mica .form-radio__input:focus + label::before, .white-label.mica .form-radio__input:active + label.bordered,
.white-label.mica .form-radio__input:active + label::before, .white-label.mica .form-radio__input:checked + label.bordered,
.white-label.mica .form-radio__input:checked + label::before, .white-label.mica .form-radio__input:focus:hover + label.bordered,
.white-label.mica .form-radio__input:focus:hover + label::before, .white-label.mica .form-radio__input:focus:active + label.bordered,
.white-label.mica .form-radio__input:focus:active + label::before, .white-label.mica .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.mica .form-radio__input:not(:disabled):hover + label::before, .white-label.mica .form-radio__input:not(:disabled):active + label.bordered,
.white-label.mica .form-radio__input:not(:disabled):active + label::before, .white-label.mica .form-radio__input:not(.disabled):active + label.bordered,
.white-label.mica .form-radio__input:not(.disabled):active + label::before, .white-label.mica .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.mica .form-radio__input:not(:disabled):active:focus + label::before, .white-label.mica .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.mica .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #bd2226;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .form-radio__input:hover + .highlight-when-checked, .white-label.mica .form-radio__input:focus + .highlight-when-checked, .white-label.mica .form-radio__input:active + .highlight-when-checked, .white-label.mica .form-radio__input:checked + .highlight-when-checked, .white-label.mica .form-radio__input:focus:hover + .highlight-when-checked, .white-label.mica .form-radio__input:focus:active + .highlight-when-checked, .white-label.mica .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.mica .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.mica .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.mica .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.mica .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #bd2226 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .form-check-input:checked + label::before, .white-label.mica .form-check-input:checked + label.collection_radio_buttons::before {
  background: #bd2226;
  border-color: #bd2226;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .form-check-input:valid:focus:checked + label::before, .white-label.mica .form-check-input.valid:focus:checked + label::before, .white-label.mica .form-check-input--valid:focus:checked + label::before, .white-label.mica .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #bd2226;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .electives .form-radio__input:checked + label::before {
  background-color: #bd2226;
  border: 3px solid #bd2226;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .enrollment__icon path {
  fill: #231f20;
  stroke: #231f20;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .enrollment__icon tspan {
  fill: #231f20;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__tasks li:hover::after, .white-label.mica .modules__tasks li.selected::after {
  border-color: rgba(189, 34, 38, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__tasks li::before {
  color: rgba(189, 34, 38, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(189, 34, 38, 0.4);
  border-color: rgba(189, 34, 38, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .modules__tasks li .modules__btn:hover::after, .white-label.mica .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(189, 34, 38, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .tabs__li:hover {
  border-color: rgba(189, 34, 38, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .tabs__label {
  border-bottom-color: #bd2226;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.mica .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #bd2226;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .survey__success .check {
  fill: #bd2226;
  stroke: #bd2226;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .electives__checkbox:checked + label::before,
.white-label.mica .program-card__checkbox:checked + label::before {
  background-color: #bd2226;
  border-color: #bd2226;
  color: #bd2226;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .electives__checkbox:checked ~ .program-card__content,
.white-label.mica .program-card__checkbox:checked ~ .program-card__content {
  border-color: #bd2226;
  box-shadow: 0 0 0 1px #bd2226 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .canvas-assignments__submission-type::before {
  border-color: #bd2226;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .canvas-assignments__submission-type::after {
  border-color: #bd2226;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .canvas-assignments__submission-type:hover {
  background-color: rgba(189, 34, 38, 0.1);
  border-color: #bd2226;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .canvas-assignments__submission-type.typed--selected, .white-label.mica .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(189, 34, 38, 0.1);
  border-color: #bd2226;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(1),
.white-label.mica .steps--progress .step--completed:nth-child(1), .white-label.mica .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e36266, #dd595c);
  -moz-background: linear-gradient(to right, #e36266, #dd595c);
  -ms-background: linear-gradient(to right, #e36266, #dd595c);
  -o-background: linear-gradient(to right, #e36266, #dd595c);
  background: linear-gradient(to right, #e36266, #dd595c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(1)::after,
.white-label.mica .steps--progress .step--completed:nth-child(1)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #dd595c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(2),
.white-label.mica .steps--progress .step--completed:nth-child(2), .white-label.mica .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #dd595c, #d85053);
  -moz-background: linear-gradient(to right, #dd595c, #d85053);
  -ms-background: linear-gradient(to right, #dd595c, #d85053);
  -o-background: linear-gradient(to right, #dd595c, #d85053);
  background: linear-gradient(to right, #dd595c, #d85053);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(2)::after,
.white-label.mica .steps--progress .step--completed:nth-child(2)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #d85053;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(3),
.white-label.mica .steps--progress .step--completed:nth-child(3), .white-label.mica .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #d85053, #d3474a);
  -moz-background: linear-gradient(to right, #d85053, #d3474a);
  -ms-background: linear-gradient(to right, #d85053, #d3474a);
  -o-background: linear-gradient(to right, #d85053, #d3474a);
  background: linear-gradient(to right, #d85053, #d3474a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(3)::after,
.white-label.mica .steps--progress .step--completed:nth-child(3)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d3474a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(4),
.white-label.mica .steps--progress .step--completed:nth-child(4), .white-label.mica .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d3474a, #cd3e41);
  -moz-background: linear-gradient(to right, #d3474a, #cd3e41);
  -ms-background: linear-gradient(to right, #d3474a, #cd3e41);
  -o-background: linear-gradient(to right, #d3474a, #cd3e41);
  background: linear-gradient(to right, #d3474a, #cd3e41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(4)::after,
.white-label.mica .steps--progress .step--completed:nth-child(4)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #cd3e41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(5),
.white-label.mica .steps--progress .step--completed:nth-child(5), .white-label.mica .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #cd3e41, #c83438);
  -moz-background: linear-gradient(to right, #cd3e41, #c83438);
  -ms-background: linear-gradient(to right, #cd3e41, #c83438);
  -o-background: linear-gradient(to right, #cd3e41, #c83438);
  background: linear-gradient(to right, #cd3e41, #c83438);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(5)::after,
.white-label.mica .steps--progress .step--completed:nth-child(5)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #c83438;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(6),
.white-label.mica .steps--progress .step--completed:nth-child(6), .white-label.mica .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #c83438, #c22b2f);
  -moz-background: linear-gradient(to right, #c83438, #c22b2f);
  -ms-background: linear-gradient(to right, #c83438, #c22b2f);
  -o-background: linear-gradient(to right, #c83438, #c22b2f);
  background: linear-gradient(to right, #c83438, #c22b2f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(6)::after,
.white-label.mica .steps--progress .step--completed:nth-child(6)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #c22b2f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(7),
.white-label.mica .steps--progress .step--completed:nth-child(7), .white-label.mica .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #c22b2f, #bd2226);
  -moz-background: linear-gradient(to right, #c22b2f, #bd2226);
  -ms-background: linear-gradient(to right, #c22b2f, #bd2226);
  -o-background: linear-gradient(to right, #c22b2f, #bd2226);
  background: linear-gradient(to right, #c22b2f, #bd2226);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(7)::after,
.white-label.mica .steps--progress .step--completed:nth-child(7)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #bd2226;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(n+8),
.white-label.mica .steps--progress .step--completed:nth-child(n+8), .white-label.mica .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #bd2226;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .step--active:nth-child(n+8)::after,
.white-label.mica .steps--progress .step--completed:nth-child(n+8)::after, .white-label.mica .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #bd2226;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .steps--progress .vertical-step--active,
.white-label.mica .steps--progress .vertical-step--completed, .white-label.mica .steps--progress:hover .vertical-step--saved {
  color: #bd2226;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e36266, #dd595c);
  -moz-background: linear-gradient(to bottom, #e36266, #dd595c);
  -ms-background: linear-gradient(to bottom, #e36266, #dd595c);
  -o-background: linear-gradient(to bottom, #e36266, #dd595c);
  background: linear-gradient(to bottom, #e36266, #dd595c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #dd595c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e36266;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #dd595c, #d85053);
  -moz-background: linear-gradient(to bottom, #dd595c, #d85053);
  -ms-background: linear-gradient(to bottom, #dd595c, #d85053);
  -o-background: linear-gradient(to bottom, #dd595c, #d85053);
  background: linear-gradient(to bottom, #dd595c, #d85053);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #d85053;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #dd595c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #d85053, #d3474a);
  -moz-background: linear-gradient(to bottom, #d85053, #d3474a);
  -ms-background: linear-gradient(to bottom, #d85053, #d3474a);
  -o-background: linear-gradient(to bottom, #d85053, #d3474a);
  background: linear-gradient(to bottom, #d85053, #d3474a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d3474a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #d85053;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d3474a, #cd3e41);
  -moz-background: linear-gradient(to bottom, #d3474a, #cd3e41);
  -ms-background: linear-gradient(to bottom, #d3474a, #cd3e41);
  -o-background: linear-gradient(to bottom, #d3474a, #cd3e41);
  background: linear-gradient(to bottom, #d3474a, #cd3e41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #cd3e41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d3474a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #cd3e41, #c83438);
  -moz-background: linear-gradient(to bottom, #cd3e41, #c83438);
  -ms-background: linear-gradient(to bottom, #cd3e41, #c83438);
  -o-background: linear-gradient(to bottom, #cd3e41, #c83438);
  background: linear-gradient(to bottom, #cd3e41, #c83438);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #c83438;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #cd3e41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #c83438, #c22b2f);
  -moz-background: linear-gradient(to bottom, #c83438, #c22b2f);
  -ms-background: linear-gradient(to bottom, #c83438, #c22b2f);
  -o-background: linear-gradient(to bottom, #c83438, #c22b2f);
  background: linear-gradient(to bottom, #c83438, #c22b2f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #c22b2f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #c83438;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #c22b2f, #bd2226);
  -moz-background: linear-gradient(to bottom, #c22b2f, #bd2226);
  -ms-background: linear-gradient(to bottom, #c22b2f, #bd2226);
  -o-background: linear-gradient(to bottom, #c22b2f, #bd2226);
  background: linear-gradient(to bottom, #c22b2f, #bd2226);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #bd2226;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #c22b2f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #bd2226;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #bd2226;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mica .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mica .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #bd2226;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .sidebar .steps .steps__label-toggle {
  background-color: #bd2226;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .sidebar .steps .step--active {
  border-left: 0.5rem solid #bd2226;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #231f20, #391f21);
  -moz-background: linear-gradient(to right, #231f20, #391f21);
  -ms-background: linear-gradient(to right, #231f20, #391f21);
  -o-background: linear-gradient(to right, #231f20, #391f21);
  background: linear-gradient(to right, #231f20, #391f21);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #391f21;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #391f21, #4f2022);
  -moz-background: linear-gradient(to right, #391f21, #4f2022);
  -ms-background: linear-gradient(to right, #391f21, #4f2022);
  -o-background: linear-gradient(to right, #391f21, #4f2022);
  background: linear-gradient(to right, #391f21, #4f2022);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4f2022;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4f2022, #652023);
  -moz-background: linear-gradient(to right, #4f2022, #652023);
  -ms-background: linear-gradient(to right, #4f2022, #652023);
  -o-background: linear-gradient(to right, #4f2022, #652023);
  background: linear-gradient(to right, #4f2022, #652023);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #652023;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #652023, #7b2123);
  -moz-background: linear-gradient(to right, #652023, #7b2123);
  -ms-background: linear-gradient(to right, #652023, #7b2123);
  -o-background: linear-gradient(to right, #652023, #7b2123);
  background: linear-gradient(to right, #652023, #7b2123);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #7b2123;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #7b2123, #912124);
  -moz-background: linear-gradient(to right, #7b2123, #912124);
  -ms-background: linear-gradient(to right, #7b2123, #912124);
  -o-background: linear-gradient(to right, #7b2123, #912124);
  background: linear-gradient(to right, #7b2123, #912124);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #912124;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #912124, #a72225);
  -moz-background: linear-gradient(to right, #912124, #a72225);
  -ms-background: linear-gradient(to right, #912124, #a72225);
  -o-background: linear-gradient(to right, #912124, #a72225);
  background: linear-gradient(to right, #912124, #a72225);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a72225;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a72225, #bd2226);
  -moz-background: linear-gradient(to right, #a72225, #bd2226);
  -ms-background: linear-gradient(to right, #a72225, #bd2226);
  -o-background: linear-gradient(to right, #a72225, #bd2226);
  background: linear-gradient(to right, #a72225, #bd2226);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #bd2226;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #bd2226;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mica.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mica.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.mica.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mica.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mica.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #bd2226;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #231f20, #391f21);
  -moz-background: linear-gradient(to bottom, #231f20, #391f21);
  -ms-background: linear-gradient(to bottom, #231f20, #391f21);
  -o-background: linear-gradient(to bottom, #231f20, #391f21);
  background: linear-gradient(to bottom, #231f20, #391f21);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #391f21;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #231f20;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #391f21, #4f2022);
  -moz-background: linear-gradient(to bottom, #391f21, #4f2022);
  -ms-background: linear-gradient(to bottom, #391f21, #4f2022);
  -o-background: linear-gradient(to bottom, #391f21, #4f2022);
  background: linear-gradient(to bottom, #391f21, #4f2022);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4f2022;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #391f21;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4f2022, #652023);
  -moz-background: linear-gradient(to bottom, #4f2022, #652023);
  -ms-background: linear-gradient(to bottom, #4f2022, #652023);
  -o-background: linear-gradient(to bottom, #4f2022, #652023);
  background: linear-gradient(to bottom, #4f2022, #652023);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #652023;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4f2022;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #652023, #7b2123);
  -moz-background: linear-gradient(to bottom, #652023, #7b2123);
  -ms-background: linear-gradient(to bottom, #652023, #7b2123);
  -o-background: linear-gradient(to bottom, #652023, #7b2123);
  background: linear-gradient(to bottom, #652023, #7b2123);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #7b2123;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #652023;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #7b2123, #912124);
  -moz-background: linear-gradient(to bottom, #7b2123, #912124);
  -ms-background: linear-gradient(to bottom, #7b2123, #912124);
  -o-background: linear-gradient(to bottom, #7b2123, #912124);
  background: linear-gradient(to bottom, #7b2123, #912124);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #912124;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #7b2123;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #912124, #a72225);
  -moz-background: linear-gradient(to bottom, #912124, #a72225);
  -ms-background: linear-gradient(to bottom, #912124, #a72225);
  -o-background: linear-gradient(to bottom, #912124, #a72225);
  background: linear-gradient(to bottom, #912124, #a72225);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a72225;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #912124;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a72225, #bd2226);
  -moz-background: linear-gradient(to bottom, #a72225, #bd2226);
  -ms-background: linear-gradient(to bottom, #a72225, #bd2226);
  -o-background: linear-gradient(to bottom, #a72225, #bd2226);
  background: linear-gradient(to bottom, #a72225, #bd2226);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #bd2226;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a72225;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #bd2226;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #bd2226;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mica.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mica.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.mica.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mica.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mica.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #bd2226;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .referrals-advocate__overlay {
  background-color: #bd2226;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .referrals-advocate__steps-circle {
  fill: #bd2226;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .referrals-advocate__testimonial {
  background-color: #bd2226;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mica .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.mica .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.mica .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.mica .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #bd2226;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.mica .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mica .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.mica .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mica .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.mica .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mica .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.mica .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #bd2226;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .terms__title {
  border-color: #231f20;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .terms__links {
  color: #bd2226;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mica .referral-tooltip__image path {
  fill: #bd2226;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.mica .main-header,
.mica .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00274c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001326;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .main-header__menu__btn:hover, .white-label.michigan-engineering-professional-education .main-header__menu__btn:focus, .white-label.michigan-engineering-professional-education .main-header__menu__btn:active, .white-label.michigan-engineering-professional-education .main-header__menu__btn:checked, .white-label.michigan-engineering-professional-education .main-header__menu__btn:focus:hover, .white-label.michigan-engineering-professional-education .main-header__menu__btn:focus:active, .white-label.michigan-engineering-professional-education .main-header__menu__btn:not(:disabled):hover, .white-label.michigan-engineering-professional-education .main-header__menu__btn:not(:disabled):active, .white-label.michigan-engineering-professional-education .main-header__menu__btn:not(.disabled):active, .white-label.michigan-engineering-professional-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.michigan-engineering-professional-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:hover,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:focus,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:active,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:checked,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:focus:hover,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:focus:active,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:not(:disabled):active,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:not(.disabled):active,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.michigan-engineering-professional-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00274c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .main-header .nav__link:hover, .white-label.michigan-engineering-professional-education .main-header .nav__link:focus, .white-label.michigan-engineering-professional-education .main-header .nav__link:active, .white-label.michigan-engineering-professional-education .main-header .nav__link:checked, .white-label.michigan-engineering-professional-education .main-header .nav__link:focus:hover, .white-label.michigan-engineering-professional-education .main-header .nav__link:focus:active, .white-label.michigan-engineering-professional-education .main-header .nav__link:not(:disabled):hover, .white-label.michigan-engineering-professional-education .main-header .nav__link:not(:disabled):active, .white-label.michigan-engineering-professional-education .main-header .nav__link:not(.disabled):active, .white-label.michigan-engineering-professional-education .main-header .nav__link:not(:disabled):active:focus, .white-label.michigan-engineering-professional-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:hover,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:focus,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:active,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:checked,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:focus:hover,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:focus:active,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:not(:disabled):hover,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:not(:disabled):active,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:not(.disabled):active,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.michigan-engineering-professional-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #001326;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education.signed-out .btn:not(.btn--social), .white-label.michigan-engineering-professional-education.signed-in .btn--primary {
  background-color: #2f65a7;
  border-color: #2f65a7;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.signed-out .btn:not(.btn--social):hover, .white-label.michigan-engineering-professional-education.signed-out .btn:not(.btn--social):focus, .white-label.michigan-engineering-professional-education.signed-out .btn:not(.btn--social):active, .white-label.michigan-engineering-professional-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.michigan-engineering-professional-education.signed-in .btn--primary:hover, .white-label.michigan-engineering-professional-education.signed-in .btn--primary:focus, .white-label.michigan-engineering-professional-education.signed-in .btn--primary:active, .white-label.michigan-engineering-professional-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #2f65a7;
  box-shadow: none;
  color: #2f65a7;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .nav__btn:hover span,
.white-label.michigan-engineering-professional-education .nav__btn:hover span::after,
.white-label.michigan-engineering-professional-education .nav__btn:hover span::before,
.white-label.michigan-engineering-professional-education .nav__btn:focus span,
.white-label.michigan-engineering-professional-education .nav__btn:focus span::after,
.white-label.michigan-engineering-professional-education .nav__btn:focus span::before {
  background-color: #00274c;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.michigan-engineering-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00274c;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00274c;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__list li:hover::after {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__list li:hover .heading-3 {
  color: #00274c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .profile__link:hover, .white-label.michigan-engineering-professional-education .profile__link:focus, .white-label.michigan-engineering-professional-education .profile__link:active, .white-label.michigan-engineering-professional-education .profile__link:checked, .white-label.michigan-engineering-professional-education .profile__link:focus:hover, .white-label.michigan-engineering-professional-education .profile__link:focus:active, .white-label.michigan-engineering-professional-education .profile__link:not(:disabled):hover, .white-label.michigan-engineering-professional-education .profile__link:not(:disabled):active, .white-label.michigan-engineering-professional-education .profile__link:not(.disabled):active, .white-label.michigan-engineering-professional-education .profile__link:not(:disabled):active:focus, .white-label.michigan-engineering-professional-education .profile__link:not(.disabled):active:focus {
  color: #00274c;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .profile__actions:hover .profile__icn g,
.white-label.michigan-engineering-professional-education .profile__actions:focus .profile__icn g {
  fill: #00274c;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .students__classmate:hover .students__thumbnail,
.white-label.michigan-engineering-professional-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00274c, 0 0 0 1px #00274c inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .pagination__page-link:hover::after {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modal__bg-icn {
  fill: #00274c;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .payments__paragraph--initial, .white-label.michigan-engineering-professional-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .form__input:-webkit-autofill, .white-label.michigan-engineering-professional-education .StripeElement:-webkit-autofill, .white-label.michigan-engineering-professional-education .form__input:-webkit-autofill:focus, .white-label.michigan-engineering-professional-education .form__input:-internal-autofill-selected, .white-label.michigan-engineering-professional-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .form__input:-moz-autofill, .white-label.michigan-engineering-professional-education .StripeElement:-moz-autofill, .white-label.michigan-engineering-professional-education .form__input:-moz-autofill-preview, .white-label.michigan-engineering-professional-education .StripeElement:-moz-autofill-preview {
  filter: rgba(47, 101, 167, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .form-radio__input:hover + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:hover + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:focus + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:focus + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:active + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:active + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:checked + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:checked + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:focus:hover + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:focus:hover + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:focus:active + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:focus:active + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):hover + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):active + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:not(.disabled):active + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.michigan-engineering-professional-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.michigan-engineering-professional-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00274c;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .form-radio__input:hover + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:focus + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:active + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:checked + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.michigan-engineering-professional-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00274c inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .form-check-input:checked + label::before, .white-label.michigan-engineering-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00274c;
  border-color: #00274c;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .form-check-input:valid:focus:checked + label::before, .white-label.michigan-engineering-professional-education .form-check-input.valid:focus:checked + label::before, .white-label.michigan-engineering-professional-education .form-check-input--valid:focus:checked + label::before, .white-label.michigan-engineering-professional-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00274c;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .electives .form-radio__input:checked + label::before {
  background-color: #00274c;
  border: 3px solid #00274c;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .enrollment__icon path {
  fill: #2f65a7;
  stroke: #2f65a7;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .enrollment__icon tspan {
  fill: #2f65a7;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__tasks li:hover::after, .white-label.michigan-engineering-professional-education .modules__tasks li.selected::after {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__tasks li::before {
  color: rgba(0, 39, 76, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 39, 76, 0.4);
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .modules__tasks li .modules__btn:hover::after, .white-label.michigan-engineering-professional-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .tabs__li:hover {
  border-color: rgba(0, 39, 76, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .tabs__label {
  border-bottom-color: #00274c;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.michigan-engineering-professional-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00274c;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .survey__success .check {
  fill: #00274c;
  stroke: #00274c;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .electives__checkbox:checked + label::before,
.white-label.michigan-engineering-professional-education .program-card__checkbox:checked + label::before {
  background-color: #00274c;
  border-color: #00274c;
  color: #00274c;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .electives__checkbox:checked ~ .program-card__content,
.white-label.michigan-engineering-professional-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00274c;
  box-shadow: 0 0 0 1px #00274c inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .canvas-assignments__submission-type::before {
  border-color: #00274c;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .canvas-assignments__submission-type::after {
  border-color: #00274c;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 39, 76, 0.1);
  border-color: #00274c;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .canvas-assignments__submission-type.typed--selected, .white-label.michigan-engineering-professional-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 39, 76, 0.1);
  border-color: #00274c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(1),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(1), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #005bb2, #0054a3);
  -moz-background: linear-gradient(to right, #005bb2, #0054a3);
  -ms-background: linear-gradient(to right, #005bb2, #0054a3);
  -o-background: linear-gradient(to right, #005bb2, #0054a3);
  background: linear-gradient(to right, #005bb2, #0054a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(1)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(1)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0054a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(2),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(2), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0054a3, #004c95);
  -moz-background: linear-gradient(to right, #0054a3, #004c95);
  -ms-background: linear-gradient(to right, #0054a3, #004c95);
  -o-background: linear-gradient(to right, #0054a3, #004c95);
  background: linear-gradient(to right, #0054a3, #004c95);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(2)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(2)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #004c95;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(3),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(3), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #004c95, #004586);
  -moz-background: linear-gradient(to right, #004c95, #004586);
  -ms-background: linear-gradient(to right, #004c95, #004586);
  -o-background: linear-gradient(to right, #004c95, #004586);
  background: linear-gradient(to right, #004c95, #004586);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(3)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(3)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #004586;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(4),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(4), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #004586, #003d78);
  -moz-background: linear-gradient(to right, #004586, #003d78);
  -ms-background: linear-gradient(to right, #004586, #003d78);
  -o-background: linear-gradient(to right, #004586, #003d78);
  background: linear-gradient(to right, #004586, #003d78);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(4)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(4)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003d78;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(5),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(5), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003d78, #003669);
  -moz-background: linear-gradient(to right, #003d78, #003669);
  -ms-background: linear-gradient(to right, #003d78, #003669);
  -o-background: linear-gradient(to right, #003d78, #003669);
  background: linear-gradient(to right, #003d78, #003669);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(5)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(5)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #003669;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(6),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(6), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #003669, #002e5b);
  -moz-background: linear-gradient(to right, #003669, #002e5b);
  -ms-background: linear-gradient(to right, #003669, #002e5b);
  -o-background: linear-gradient(to right, #003669, #002e5b);
  background: linear-gradient(to right, #003669, #002e5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(6)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(6)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #002e5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(7),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(7), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #002e5b, #00274c);
  -moz-background: linear-gradient(to right, #002e5b, #00274c);
  -ms-background: linear-gradient(to right, #002e5b, #00274c);
  -o-background: linear-gradient(to right, #002e5b, #00274c);
  background: linear-gradient(to right, #002e5b, #00274c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(7)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(7)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00274c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(n+8),
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(n+8), .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00274c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.michigan-engineering-professional-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00274c;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved {
  color: #00274c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #005bb2, #0054a3);
  -moz-background: linear-gradient(to bottom, #005bb2, #0054a3);
  -ms-background: linear-gradient(to bottom, #005bb2, #0054a3);
  -o-background: linear-gradient(to bottom, #005bb2, #0054a3);
  background: linear-gradient(to bottom, #005bb2, #0054a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0054a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #005bb2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0054a3, #004c95);
  -moz-background: linear-gradient(to bottom, #0054a3, #004c95);
  -ms-background: linear-gradient(to bottom, #0054a3, #004c95);
  -o-background: linear-gradient(to bottom, #0054a3, #004c95);
  background: linear-gradient(to bottom, #0054a3, #004c95);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #004c95;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0054a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #004c95, #004586);
  -moz-background: linear-gradient(to bottom, #004c95, #004586);
  -ms-background: linear-gradient(to bottom, #004c95, #004586);
  -o-background: linear-gradient(to bottom, #004c95, #004586);
  background: linear-gradient(to bottom, #004c95, #004586);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #004586;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #004c95;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #004586, #003d78);
  -moz-background: linear-gradient(to bottom, #004586, #003d78);
  -ms-background: linear-gradient(to bottom, #004586, #003d78);
  -o-background: linear-gradient(to bottom, #004586, #003d78);
  background: linear-gradient(to bottom, #004586, #003d78);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003d78;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #004586;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003d78, #003669);
  -moz-background: linear-gradient(to bottom, #003d78, #003669);
  -ms-background: linear-gradient(to bottom, #003d78, #003669);
  -o-background: linear-gradient(to bottom, #003d78, #003669);
  background: linear-gradient(to bottom, #003d78, #003669);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #003669;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003d78;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #003669, #002e5b);
  -moz-background: linear-gradient(to bottom, #003669, #002e5b);
  -ms-background: linear-gradient(to bottom, #003669, #002e5b);
  -o-background: linear-gradient(to bottom, #003669, #002e5b);
  background: linear-gradient(to bottom, #003669, #002e5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #002e5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #003669;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #002e5b, #00274c);
  -moz-background: linear-gradient(to bottom, #002e5b, #00274c);
  -ms-background: linear-gradient(to bottom, #002e5b, #00274c);
  -o-background: linear-gradient(to bottom, #002e5b, #00274c);
  background: linear-gradient(to bottom, #002e5b, #00274c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00274c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #002e5b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00274c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00274c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00274c;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .sidebar .steps .steps__label-toggle {
  background-color: #00274c;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #00274c;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2f65a7, #285c9a);
  -moz-background: linear-gradient(to right, #2f65a7, #285c9a);
  -ms-background: linear-gradient(to right, #2f65a7, #285c9a);
  -o-background: linear-gradient(to right, #2f65a7, #285c9a);
  background: linear-gradient(to right, #2f65a7, #285c9a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #285c9a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #285c9a, #22538d);
  -moz-background: linear-gradient(to right, #285c9a, #22538d);
  -ms-background: linear-gradient(to right, #285c9a, #22538d);
  -o-background: linear-gradient(to right, #285c9a, #22538d);
  background: linear-gradient(to right, #285c9a, #22538d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #22538d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #22538d, #1b4a80);
  -moz-background: linear-gradient(to right, #22538d, #1b4a80);
  -ms-background: linear-gradient(to right, #22538d, #1b4a80);
  -o-background: linear-gradient(to right, #22538d, #1b4a80);
  background: linear-gradient(to right, #22538d, #1b4a80);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1b4a80;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1b4a80, #144273);
  -moz-background: linear-gradient(to right, #1b4a80, #144273);
  -ms-background: linear-gradient(to right, #1b4a80, #144273);
  -o-background: linear-gradient(to right, #1b4a80, #144273);
  background: linear-gradient(to right, #1b4a80, #144273);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #144273;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #144273, #0d3966);
  -moz-background: linear-gradient(to right, #144273, #0d3966);
  -ms-background: linear-gradient(to right, #144273, #0d3966);
  -o-background: linear-gradient(to right, #144273, #0d3966);
  background: linear-gradient(to right, #144273, #0d3966);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0d3966;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0d3966, #073059);
  -moz-background: linear-gradient(to right, #0d3966, #073059);
  -ms-background: linear-gradient(to right, #0d3966, #073059);
  -o-background: linear-gradient(to right, #0d3966, #073059);
  background: linear-gradient(to right, #0d3966, #073059);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #073059;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #073059, #00274c);
  -moz-background: linear-gradient(to right, #073059, #00274c);
  -ms-background: linear-gradient(to right, #073059, #00274c);
  -o-background: linear-gradient(to right, #073059, #00274c);
  background: linear-gradient(to right, #073059, #00274c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00274c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00274c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00274c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  -moz-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  -ms-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  -o-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  background: linear-gradient(to bottom, #2f65a7, #285c9a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #285c9a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2f65a7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #285c9a, #22538d);
  -moz-background: linear-gradient(to bottom, #285c9a, #22538d);
  -ms-background: linear-gradient(to bottom, #285c9a, #22538d);
  -o-background: linear-gradient(to bottom, #285c9a, #22538d);
  background: linear-gradient(to bottom, #285c9a, #22538d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #22538d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #285c9a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #22538d, #1b4a80);
  -moz-background: linear-gradient(to bottom, #22538d, #1b4a80);
  -ms-background: linear-gradient(to bottom, #22538d, #1b4a80);
  -o-background: linear-gradient(to bottom, #22538d, #1b4a80);
  background: linear-gradient(to bottom, #22538d, #1b4a80);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1b4a80;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #22538d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b4a80, #144273);
  -moz-background: linear-gradient(to bottom, #1b4a80, #144273);
  -ms-background: linear-gradient(to bottom, #1b4a80, #144273);
  -o-background: linear-gradient(to bottom, #1b4a80, #144273);
  background: linear-gradient(to bottom, #1b4a80, #144273);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #144273;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1b4a80;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #144273, #0d3966);
  -moz-background: linear-gradient(to bottom, #144273, #0d3966);
  -ms-background: linear-gradient(to bottom, #144273, #0d3966);
  -o-background: linear-gradient(to bottom, #144273, #0d3966);
  background: linear-gradient(to bottom, #144273, #0d3966);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0d3966;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #144273;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d3966, #073059);
  -moz-background: linear-gradient(to bottom, #0d3966, #073059);
  -ms-background: linear-gradient(to bottom, #0d3966, #073059);
  -o-background: linear-gradient(to bottom, #0d3966, #073059);
  background: linear-gradient(to bottom, #0d3966, #073059);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #073059;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0d3966;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #073059, #00274c);
  -moz-background: linear-gradient(to bottom, #073059, #00274c);
  -ms-background: linear-gradient(to bottom, #073059, #00274c);
  -o-background: linear-gradient(to bottom, #073059, #00274c);
  background: linear-gradient(to bottom, #073059, #00274c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00274c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #073059;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00274c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00274c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00274c;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .referrals-advocate__overlay {
  background-color: #00274c;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .referrals-advocate__steps-circle {
  fill: #00274c;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .referrals-advocate__testimonial {
  background-color: #00274c;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00274c;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00274c;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .terms__title {
  border-color: #2f65a7;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .terms__links {
  color: #00274c;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-professional-education .referral-tooltip__image path {
  fill: #00274c;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.michigan-engineering-professional-education .main-header,
.michigan-engineering-professional-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00274c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.michigan-engineering-online-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001326;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .main-header__menu__btn:hover, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:focus, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:active, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:checked, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:focus:hover, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:focus:active, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:not(:disabled):hover, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:not(:disabled):active, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:not(.disabled):active, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.michigan-engineering-online-professional-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:hover,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:focus,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:active,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:checked,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:focus:hover,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:focus:active,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:not(:disabled):active,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:not(.disabled):active,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.michigan-engineering-online-professional-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00274c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .main-header .nav__link:hover, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:focus, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:active, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:checked, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:focus:hover, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:focus:active, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:not(:disabled):hover, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:not(:disabled):active, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:not(.disabled):active, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:not(:disabled):active:focus, .white-label.michigan-engineering-online-professional-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:hover,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:focus,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:active,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:checked,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:focus:hover,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:focus:active,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:not(:disabled):hover,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:not(:disabled):active,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:not(.disabled):active,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.michigan-engineering-online-professional-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #001326;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education.signed-out .btn:not(.btn--social), .white-label.michigan-engineering-online-professional-education.signed-in .btn--primary {
  background-color: #2f65a7;
  border-color: #2f65a7;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.signed-out .btn:not(.btn--social):hover, .white-label.michigan-engineering-online-professional-education.signed-out .btn:not(.btn--social):focus, .white-label.michigan-engineering-online-professional-education.signed-out .btn:not(.btn--social):active, .white-label.michigan-engineering-online-professional-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.michigan-engineering-online-professional-education.signed-in .btn--primary:hover, .white-label.michigan-engineering-online-professional-education.signed-in .btn--primary:focus, .white-label.michigan-engineering-online-professional-education.signed-in .btn--primary:active, .white-label.michigan-engineering-online-professional-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #2f65a7;
  box-shadow: none;
  color: #2f65a7;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .nav__btn:hover span,
.white-label.michigan-engineering-online-professional-education .nav__btn:hover span::after,
.white-label.michigan-engineering-online-professional-education .nav__btn:hover span::before,
.white-label.michigan-engineering-online-professional-education .nav__btn:focus span,
.white-label.michigan-engineering-online-professional-education .nav__btn:focus span::after,
.white-label.michigan-engineering-online-professional-education .nav__btn:focus span::before {
  background-color: #00274c;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.michigan-engineering-online-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00274c;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00274c;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__list li:hover::after {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__list li:hover .heading-3 {
  color: #00274c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .profile__link:hover, .white-label.michigan-engineering-online-professional-education .profile__link:focus, .white-label.michigan-engineering-online-professional-education .profile__link:active, .white-label.michigan-engineering-online-professional-education .profile__link:checked, .white-label.michigan-engineering-online-professional-education .profile__link:focus:hover, .white-label.michigan-engineering-online-professional-education .profile__link:focus:active, .white-label.michigan-engineering-online-professional-education .profile__link:not(:disabled):hover, .white-label.michigan-engineering-online-professional-education .profile__link:not(:disabled):active, .white-label.michigan-engineering-online-professional-education .profile__link:not(.disabled):active, .white-label.michigan-engineering-online-professional-education .profile__link:not(:disabled):active:focus, .white-label.michigan-engineering-online-professional-education .profile__link:not(.disabled):active:focus {
  color: #00274c;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .profile__actions:hover .profile__icn g,
.white-label.michigan-engineering-online-professional-education .profile__actions:focus .profile__icn g {
  fill: #00274c;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .students__classmate:hover .students__thumbnail,
.white-label.michigan-engineering-online-professional-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00274c, 0 0 0 1px #00274c inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .pagination__page-link:hover::after {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modal__bg-icn {
  fill: #00274c;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .payments__paragraph--initial, .white-label.michigan-engineering-online-professional-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .form__input:-webkit-autofill, .white-label.michigan-engineering-online-professional-education .StripeElement:-webkit-autofill, .white-label.michigan-engineering-online-professional-education .form__input:-webkit-autofill:focus, .white-label.michigan-engineering-online-professional-education .form__input:-internal-autofill-selected, .white-label.michigan-engineering-online-professional-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(47, 101, 167, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .form__input:-moz-autofill, .white-label.michigan-engineering-online-professional-education .StripeElement:-moz-autofill, .white-label.michigan-engineering-online-professional-education .form__input:-moz-autofill-preview, .white-label.michigan-engineering-online-professional-education .StripeElement:-moz-autofill-preview {
  filter: rgba(47, 101, 167, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .form-radio__input:hover + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:hover + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:focus + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:focus + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:active + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:active + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:checked + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:checked + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:focus:hover + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:focus:hover + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:focus:active + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:focus:active + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):hover + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):active + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:not(.disabled):active + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.michigan-engineering-online-professional-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00274c;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .form-radio__input:hover + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:focus + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:active + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:checked + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.michigan-engineering-online-professional-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00274c inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .form-check-input:checked + label::before, .white-label.michigan-engineering-online-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00274c;
  border-color: #00274c;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .form-check-input:valid:focus:checked + label::before, .white-label.michigan-engineering-online-professional-education .form-check-input.valid:focus:checked + label::before, .white-label.michigan-engineering-online-professional-education .form-check-input--valid:focus:checked + label::before, .white-label.michigan-engineering-online-professional-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00274c;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .electives .form-radio__input:checked + label::before {
  background-color: #00274c;
  border: 3px solid #00274c;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .enrollment__icon path {
  fill: #2f65a7;
  stroke: #2f65a7;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .enrollment__icon tspan {
  fill: #2f65a7;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__tasks li:hover::after, .white-label.michigan-engineering-online-professional-education .modules__tasks li.selected::after {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__tasks li::before {
  color: rgba(0, 39, 76, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 39, 76, 0.4);
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .modules__tasks li .modules__btn:hover::after, .white-label.michigan-engineering-online-professional-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 39, 76, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .tabs__li:hover {
  border-color: rgba(0, 39, 76, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .tabs__label {
  border-bottom-color: #00274c;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.michigan-engineering-online-professional-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00274c;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .survey__success .check {
  fill: #00274c;
  stroke: #00274c;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .electives__checkbox:checked + label::before,
.white-label.michigan-engineering-online-professional-education .program-card__checkbox:checked + label::before {
  background-color: #00274c;
  border-color: #00274c;
  color: #00274c;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .electives__checkbox:checked ~ .program-card__content,
.white-label.michigan-engineering-online-professional-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00274c;
  box-shadow: 0 0 0 1px #00274c inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .canvas-assignments__submission-type::before {
  border-color: #00274c;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .canvas-assignments__submission-type::after {
  border-color: #00274c;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 39, 76, 0.1);
  border-color: #00274c;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .canvas-assignments__submission-type.typed--selected, .white-label.michigan-engineering-online-professional-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 39, 76, 0.1);
  border-color: #00274c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(1),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(1), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #005bb2, #0054a3);
  -moz-background: linear-gradient(to right, #005bb2, #0054a3);
  -ms-background: linear-gradient(to right, #005bb2, #0054a3);
  -o-background: linear-gradient(to right, #005bb2, #0054a3);
  background: linear-gradient(to right, #005bb2, #0054a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(1)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(1)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0054a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(2),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(2), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0054a3, #004c95);
  -moz-background: linear-gradient(to right, #0054a3, #004c95);
  -ms-background: linear-gradient(to right, #0054a3, #004c95);
  -o-background: linear-gradient(to right, #0054a3, #004c95);
  background: linear-gradient(to right, #0054a3, #004c95);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(2)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(2)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #004c95;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(3),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(3), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #004c95, #004586);
  -moz-background: linear-gradient(to right, #004c95, #004586);
  -ms-background: linear-gradient(to right, #004c95, #004586);
  -o-background: linear-gradient(to right, #004c95, #004586);
  background: linear-gradient(to right, #004c95, #004586);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(3)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(3)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #004586;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(4),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(4), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #004586, #003d78);
  -moz-background: linear-gradient(to right, #004586, #003d78);
  -ms-background: linear-gradient(to right, #004586, #003d78);
  -o-background: linear-gradient(to right, #004586, #003d78);
  background: linear-gradient(to right, #004586, #003d78);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(4)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(4)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003d78;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(5),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(5), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003d78, #003669);
  -moz-background: linear-gradient(to right, #003d78, #003669);
  -ms-background: linear-gradient(to right, #003d78, #003669);
  -o-background: linear-gradient(to right, #003d78, #003669);
  background: linear-gradient(to right, #003d78, #003669);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(5)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(5)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #003669;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(6),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(6), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #003669, #002e5b);
  -moz-background: linear-gradient(to right, #003669, #002e5b);
  -ms-background: linear-gradient(to right, #003669, #002e5b);
  -o-background: linear-gradient(to right, #003669, #002e5b);
  background: linear-gradient(to right, #003669, #002e5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(6)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(6)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #002e5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(7),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(7), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #002e5b, #00274c);
  -moz-background: linear-gradient(to right, #002e5b, #00274c);
  -ms-background: linear-gradient(to right, #002e5b, #00274c);
  -o-background: linear-gradient(to right, #002e5b, #00274c);
  background: linear-gradient(to right, #002e5b, #00274c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(7)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(7)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00274c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(n+8),
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(n+8), .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00274c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00274c;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved {
  color: #00274c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #005bb2, #0054a3);
  -moz-background: linear-gradient(to bottom, #005bb2, #0054a3);
  -ms-background: linear-gradient(to bottom, #005bb2, #0054a3);
  -o-background: linear-gradient(to bottom, #005bb2, #0054a3);
  background: linear-gradient(to bottom, #005bb2, #0054a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0054a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #005bb2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0054a3, #004c95);
  -moz-background: linear-gradient(to bottom, #0054a3, #004c95);
  -ms-background: linear-gradient(to bottom, #0054a3, #004c95);
  -o-background: linear-gradient(to bottom, #0054a3, #004c95);
  background: linear-gradient(to bottom, #0054a3, #004c95);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #004c95;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0054a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #004c95, #004586);
  -moz-background: linear-gradient(to bottom, #004c95, #004586);
  -ms-background: linear-gradient(to bottom, #004c95, #004586);
  -o-background: linear-gradient(to bottom, #004c95, #004586);
  background: linear-gradient(to bottom, #004c95, #004586);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #004586;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #004c95;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #004586, #003d78);
  -moz-background: linear-gradient(to bottom, #004586, #003d78);
  -ms-background: linear-gradient(to bottom, #004586, #003d78);
  -o-background: linear-gradient(to bottom, #004586, #003d78);
  background: linear-gradient(to bottom, #004586, #003d78);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003d78;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #004586;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003d78, #003669);
  -moz-background: linear-gradient(to bottom, #003d78, #003669);
  -ms-background: linear-gradient(to bottom, #003d78, #003669);
  -o-background: linear-gradient(to bottom, #003d78, #003669);
  background: linear-gradient(to bottom, #003d78, #003669);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #003669;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003d78;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #003669, #002e5b);
  -moz-background: linear-gradient(to bottom, #003669, #002e5b);
  -ms-background: linear-gradient(to bottom, #003669, #002e5b);
  -o-background: linear-gradient(to bottom, #003669, #002e5b);
  background: linear-gradient(to bottom, #003669, #002e5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #002e5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #003669;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #002e5b, #00274c);
  -moz-background: linear-gradient(to bottom, #002e5b, #00274c);
  -ms-background: linear-gradient(to bottom, #002e5b, #00274c);
  -o-background: linear-gradient(to bottom, #002e5b, #00274c);
  background: linear-gradient(to bottom, #002e5b, #00274c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00274c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #002e5b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00274c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00274c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-engineering-online-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-engineering-online-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00274c;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .sidebar .steps .steps__label-toggle {
  background-color: #00274c;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #00274c;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2f65a7, #285c9a);
  -moz-background: linear-gradient(to right, #2f65a7, #285c9a);
  -ms-background: linear-gradient(to right, #2f65a7, #285c9a);
  -o-background: linear-gradient(to right, #2f65a7, #285c9a);
  background: linear-gradient(to right, #2f65a7, #285c9a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #285c9a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #285c9a, #22538d);
  -moz-background: linear-gradient(to right, #285c9a, #22538d);
  -ms-background: linear-gradient(to right, #285c9a, #22538d);
  -o-background: linear-gradient(to right, #285c9a, #22538d);
  background: linear-gradient(to right, #285c9a, #22538d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #22538d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #22538d, #1b4a80);
  -moz-background: linear-gradient(to right, #22538d, #1b4a80);
  -ms-background: linear-gradient(to right, #22538d, #1b4a80);
  -o-background: linear-gradient(to right, #22538d, #1b4a80);
  background: linear-gradient(to right, #22538d, #1b4a80);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1b4a80;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1b4a80, #144273);
  -moz-background: linear-gradient(to right, #1b4a80, #144273);
  -ms-background: linear-gradient(to right, #1b4a80, #144273);
  -o-background: linear-gradient(to right, #1b4a80, #144273);
  background: linear-gradient(to right, #1b4a80, #144273);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #144273;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #144273, #0d3966);
  -moz-background: linear-gradient(to right, #144273, #0d3966);
  -ms-background: linear-gradient(to right, #144273, #0d3966);
  -o-background: linear-gradient(to right, #144273, #0d3966);
  background: linear-gradient(to right, #144273, #0d3966);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0d3966;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0d3966, #073059);
  -moz-background: linear-gradient(to right, #0d3966, #073059);
  -ms-background: linear-gradient(to right, #0d3966, #073059);
  -o-background: linear-gradient(to right, #0d3966, #073059);
  background: linear-gradient(to right, #0d3966, #073059);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #073059;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #073059, #00274c);
  -moz-background: linear-gradient(to right, #073059, #00274c);
  -ms-background: linear-gradient(to right, #073059, #00274c);
  -o-background: linear-gradient(to right, #073059, #00274c);
  background: linear-gradient(to right, #073059, #00274c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00274c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00274c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00274c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  -moz-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  -ms-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  -o-background: linear-gradient(to bottom, #2f65a7, #285c9a);
  background: linear-gradient(to bottom, #2f65a7, #285c9a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #285c9a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2f65a7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #285c9a, #22538d);
  -moz-background: linear-gradient(to bottom, #285c9a, #22538d);
  -ms-background: linear-gradient(to bottom, #285c9a, #22538d);
  -o-background: linear-gradient(to bottom, #285c9a, #22538d);
  background: linear-gradient(to bottom, #285c9a, #22538d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #22538d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #285c9a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #22538d, #1b4a80);
  -moz-background: linear-gradient(to bottom, #22538d, #1b4a80);
  -ms-background: linear-gradient(to bottom, #22538d, #1b4a80);
  -o-background: linear-gradient(to bottom, #22538d, #1b4a80);
  background: linear-gradient(to bottom, #22538d, #1b4a80);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1b4a80;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #22538d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b4a80, #144273);
  -moz-background: linear-gradient(to bottom, #1b4a80, #144273);
  -ms-background: linear-gradient(to bottom, #1b4a80, #144273);
  -o-background: linear-gradient(to bottom, #1b4a80, #144273);
  background: linear-gradient(to bottom, #1b4a80, #144273);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #144273;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1b4a80;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #144273, #0d3966);
  -moz-background: linear-gradient(to bottom, #144273, #0d3966);
  -ms-background: linear-gradient(to bottom, #144273, #0d3966);
  -o-background: linear-gradient(to bottom, #144273, #0d3966);
  background: linear-gradient(to bottom, #144273, #0d3966);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0d3966;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #144273;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d3966, #073059);
  -moz-background: linear-gradient(to bottom, #0d3966, #073059);
  -ms-background: linear-gradient(to bottom, #0d3966, #073059);
  -o-background: linear-gradient(to bottom, #0d3966, #073059);
  background: linear-gradient(to bottom, #0d3966, #073059);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #073059;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0d3966;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #073059, #00274c);
  -moz-background: linear-gradient(to bottom, #073059, #00274c);
  -ms-background: linear-gradient(to bottom, #073059, #00274c);
  -o-background: linear-gradient(to bottom, #073059, #00274c);
  background: linear-gradient(to bottom, #073059, #00274c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00274c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #073059;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00274c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00274c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-engineering-online-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-engineering-online-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00274c;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .referrals-advocate__overlay {
  background-color: #00274c;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .referrals-advocate__steps-circle {
  fill: #00274c;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .referrals-advocate__testimonial {
  background-color: #00274c;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00274c;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.michigan-engineering-online-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00274c;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .terms__title {
  border-color: #2f65a7;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .terms__links {
  color: #00274c;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-engineering-online-professional-education .referral-tooltip__image path {
  fill: #00274c;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.michigan-engineering-online-professional-education .main-header,
.michigan-engineering-online-professional-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0057aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004384;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:focus:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:focus:active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:not(:disabled):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:not(:disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:not(.disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:checked,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:focus:hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:focus:active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:not(:disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:not(.disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0057aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:focus:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:focus:active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:not(:disabled):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:not(:disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:not(.disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:not(:disabled):active:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:checked,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:focus:hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:focus:active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:not(:disabled):hover,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:not(:disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:not(.disabled):active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.michigan-ross-and-michigan-engineering-professional-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #004384;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.signed-out .btn:not(.btn--social), .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-in .btn--primary {
  background-color: #002746;
  border-color: #002746;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.signed-out .btn:not(.btn--social):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-out .btn:not(.btn--social):focus, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-out .btn:not(.btn--social):active, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-in .btn--primary:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-in .btn--primary:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-in .btn--primary:active, .white-label.michigan-ross-and-michigan-engineering-professional-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #002746;
  box-shadow: none;
  color: #002746;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__btn:hover span,
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__btn:hover span::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__btn:hover span::before,
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__btn:focus span,
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__btn:focus span::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__btn:focus span::before {
  background-color: #0057aa;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0057aa;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0057aa;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__list li:hover::after {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__list li:hover .heading-3 {
  color: #0057aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:active, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:focus:hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:focus:active, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:not(:disabled):hover, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:not(:disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:not(.disabled):active, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:not(:disabled):active:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .profile__link:not(.disabled):active:focus {
  color: #0057aa;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .profile__actions:hover .profile__icn g,
.white-label.michigan-ross-and-michigan-engineering-professional-education .profile__actions:focus .profile__icn g {
  fill: #0057aa;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .students__classmate:hover .students__thumbnail,
.white-label.michigan-ross-and-michigan-engineering-professional-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0057aa, 0 0 0 1px #0057aa inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .pagination__page-link:hover::after {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modal__bg-icn {
  fill: #0057aa;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .payments__paragraph--initial, .white-label.michigan-ross-and-michigan-engineering-professional-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form__input:-webkit-autofill, .white-label.michigan-ross-and-michigan-engineering-professional-education .StripeElement:-webkit-autofill, .white-label.michigan-ross-and-michigan-engineering-professional-education .form__input:-webkit-autofill:focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .form__input:-internal-autofill-selected, .white-label.michigan-ross-and-michigan-engineering-professional-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form__input:-moz-autofill, .white-label.michigan-ross-and-michigan-engineering-professional-education .StripeElement:-moz-autofill, .white-label.michigan-ross-and-michigan-engineering-professional-education .form__input:-moz-autofill-preview, .white-label.michigan-ross-and-michigan-engineering-professional-education .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 39, 70, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:hover + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:hover + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:active + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:active + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:checked + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:checked + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus:hover + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus:hover + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus:active + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus:active + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):hover + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):active + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(.disabled):active + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0057aa;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:hover + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:active + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:checked + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0057aa inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input:checked + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0057aa;
  border-color: #0057aa;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input:valid:focus:checked + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input.valid:focus:checked + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input--valid:focus:checked + label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0057aa;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .electives .form-radio__input:checked + label::before {
  background-color: #0057aa;
  border: 3px solid #0057aa;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .enrollment__icon path {
  fill: #002746;
  stroke: #002746;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .enrollment__icon tspan {
  fill: #002746;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li:hover::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li.selected::after {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li::before {
  color: rgba(0, 87, 170, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 87, 170, 0.4);
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li .modules__btn:hover::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .tabs__li:hover {
  border-color: rgba(0, 87, 170, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .tabs__label {
  border-bottom-color: #0057aa;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.michigan-ross-and-michigan-engineering-professional-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0057aa;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .survey__success .check {
  fill: #0057aa;
  stroke: #0057aa;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .electives__checkbox:checked + label::before,
.white-label.michigan-ross-and-michigan-engineering-professional-education .program-card__checkbox:checked + label::before {
  background-color: #0057aa;
  border-color: #0057aa;
  color: #0057aa;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .electives__checkbox:checked ~ .program-card__content,
.white-label.michigan-ross-and-michigan-engineering-professional-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0057aa;
  box-shadow: 0 0 0 1px #0057aa inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .canvas-assignments__submission-type::before {
  border-color: #0057aa;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .canvas-assignments__submission-type::after {
  border-color: #0057aa;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 87, 170, 0.1);
  border-color: #0057aa;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .canvas-assignments__submission-type.typed--selected, .white-label.michigan-ross-and-michigan-engineering-professional-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 87, 170, 0.1);
  border-color: #0057aa;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(1),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(1), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #118bff, #0f83f3);
  -moz-background: linear-gradient(to right, #118bff, #0f83f3);
  -ms-background: linear-gradient(to right, #118bff, #0f83f3);
  -o-background: linear-gradient(to right, #118bff, #0f83f3);
  background: linear-gradient(to right, #118bff, #0f83f3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(1)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(1)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0f83f3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(2),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(2), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  -moz-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  -ms-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  -o-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  background: linear-gradient(to right, #0f83f3, #0c7ce7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(2)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(2)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0c7ce7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(3),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(3), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0c7ce7, #0a75db);
  -moz-background: linear-gradient(to right, #0c7ce7, #0a75db);
  -ms-background: linear-gradient(to right, #0c7ce7, #0a75db);
  -o-background: linear-gradient(to right, #0c7ce7, #0a75db);
  background: linear-gradient(to right, #0c7ce7, #0a75db);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(3)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(3)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0a75db;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(4),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(4), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0a75db, #076dce);
  -moz-background: linear-gradient(to right, #0a75db, #076dce);
  -ms-background: linear-gradient(to right, #0a75db, #076dce);
  -o-background: linear-gradient(to right, #0a75db, #076dce);
  background: linear-gradient(to right, #0a75db, #076dce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(4)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(4)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #076dce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(5),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(5), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #076dce, #0566c2);
  -moz-background: linear-gradient(to right, #076dce, #0566c2);
  -ms-background: linear-gradient(to right, #076dce, #0566c2);
  -o-background: linear-gradient(to right, #076dce, #0566c2);
  background: linear-gradient(to right, #076dce, #0566c2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(5)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(5)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0566c2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(6),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(6), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0566c2, #025eb6);
  -moz-background: linear-gradient(to right, #0566c2, #025eb6);
  -ms-background: linear-gradient(to right, #0566c2, #025eb6);
  -o-background: linear-gradient(to right, #0566c2, #025eb6);
  background: linear-gradient(to right, #0566c2, #025eb6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(6)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(6)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #025eb6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(7),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(7), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #025eb6, #0057aa);
  -moz-background: linear-gradient(to right, #025eb6, #0057aa);
  -ms-background: linear-gradient(to right, #025eb6, #0057aa);
  -o-background: linear-gradient(to right, #025eb6, #0057aa);
  background: linear-gradient(to right, #025eb6, #0057aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(7)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(7)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0057aa;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(n+8),
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(n+8), .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0057aa;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0057aa;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved {
  color: #0057aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #118bff, #0f83f3);
  -moz-background: linear-gradient(to bottom, #118bff, #0f83f3);
  -ms-background: linear-gradient(to bottom, #118bff, #0f83f3);
  -o-background: linear-gradient(to bottom, #118bff, #0f83f3);
  background: linear-gradient(to bottom, #118bff, #0f83f3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0f83f3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #118bff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  -moz-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  -ms-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  -o-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0c7ce7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0f83f3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  -moz-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  -ms-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  -o-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  background: linear-gradient(to bottom, #0c7ce7, #0a75db);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0a75db;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0c7ce7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a75db, #076dce);
  -moz-background: linear-gradient(to bottom, #0a75db, #076dce);
  -ms-background: linear-gradient(to bottom, #0a75db, #076dce);
  -o-background: linear-gradient(to bottom, #0a75db, #076dce);
  background: linear-gradient(to bottom, #0a75db, #076dce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #076dce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0a75db;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #076dce, #0566c2);
  -moz-background: linear-gradient(to bottom, #076dce, #0566c2);
  -ms-background: linear-gradient(to bottom, #076dce, #0566c2);
  -o-background: linear-gradient(to bottom, #076dce, #0566c2);
  background: linear-gradient(to bottom, #076dce, #0566c2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0566c2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #076dce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0566c2, #025eb6);
  -moz-background: linear-gradient(to bottom, #0566c2, #025eb6);
  -ms-background: linear-gradient(to bottom, #0566c2, #025eb6);
  -o-background: linear-gradient(to bottom, #0566c2, #025eb6);
  background: linear-gradient(to bottom, #0566c2, #025eb6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #025eb6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0566c2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #025eb6, #0057aa);
  -moz-background: linear-gradient(to bottom, #025eb6, #0057aa);
  -ms-background: linear-gradient(to bottom, #025eb6, #0057aa);
  -o-background: linear-gradient(to bottom, #025eb6, #0057aa);
  background: linear-gradient(to bottom, #025eb6, #0057aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0057aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #025eb6;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0057aa;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0057aa;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0057aa;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .sidebar .steps .steps__label-toggle {
  background-color: #0057aa;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #0057aa;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #002746, #002e54);
  -moz-background: linear-gradient(to right, #002746, #002e54);
  -ms-background: linear-gradient(to right, #002746, #002e54);
  -o-background: linear-gradient(to right, #002746, #002e54);
  background: linear-gradient(to right, #002746, #002e54);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #002e54;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #002e54, #003563);
  -moz-background: linear-gradient(to right, #002e54, #003563);
  -ms-background: linear-gradient(to right, #002e54, #003563);
  -o-background: linear-gradient(to right, #002e54, #003563);
  background: linear-gradient(to right, #002e54, #003563);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #003563;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #003563, #003c71);
  -moz-background: linear-gradient(to right, #003563, #003c71);
  -ms-background: linear-gradient(to right, #003563, #003c71);
  -o-background: linear-gradient(to right, #003563, #003c71);
  background: linear-gradient(to right, #003563, #003c71);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #003c71;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #003c71, #00427f);
  -moz-background: linear-gradient(to right, #003c71, #00427f);
  -ms-background: linear-gradient(to right, #003c71, #00427f);
  -o-background: linear-gradient(to right, #003c71, #00427f);
  background: linear-gradient(to right, #003c71, #00427f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00427f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00427f, #00498d);
  -moz-background: linear-gradient(to right, #00427f, #00498d);
  -ms-background: linear-gradient(to right, #00427f, #00498d);
  -o-background: linear-gradient(to right, #00427f, #00498d);
  background: linear-gradient(to right, #00427f, #00498d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00498d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00498d, #00509c);
  -moz-background: linear-gradient(to right, #00498d, #00509c);
  -ms-background: linear-gradient(to right, #00498d, #00509c);
  -o-background: linear-gradient(to right, #00498d, #00509c);
  background: linear-gradient(to right, #00498d, #00509c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00509c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00509c, #0057aa);
  -moz-background: linear-gradient(to right, #00509c, #0057aa);
  -ms-background: linear-gradient(to right, #00509c, #0057aa);
  -o-background: linear-gradient(to right, #00509c, #0057aa);
  background: linear-gradient(to right, #00509c, #0057aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0057aa;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0057aa;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0057aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #002746, #002e54);
  -moz-background: linear-gradient(to bottom, #002746, #002e54);
  -ms-background: linear-gradient(to bottom, #002746, #002e54);
  -o-background: linear-gradient(to bottom, #002746, #002e54);
  background: linear-gradient(to bottom, #002746, #002e54);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #002e54;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #002746;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #002e54, #003563);
  -moz-background: linear-gradient(to bottom, #002e54, #003563);
  -ms-background: linear-gradient(to bottom, #002e54, #003563);
  -o-background: linear-gradient(to bottom, #002e54, #003563);
  background: linear-gradient(to bottom, #002e54, #003563);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #003563;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #002e54;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #003563, #003c71);
  -moz-background: linear-gradient(to bottom, #003563, #003c71);
  -ms-background: linear-gradient(to bottom, #003563, #003c71);
  -o-background: linear-gradient(to bottom, #003563, #003c71);
  background: linear-gradient(to bottom, #003563, #003c71);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #003c71;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #003563;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #003c71, #00427f);
  -moz-background: linear-gradient(to bottom, #003c71, #00427f);
  -ms-background: linear-gradient(to bottom, #003c71, #00427f);
  -o-background: linear-gradient(to bottom, #003c71, #00427f);
  background: linear-gradient(to bottom, #003c71, #00427f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00427f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #003c71;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00427f, #00498d);
  -moz-background: linear-gradient(to bottom, #00427f, #00498d);
  -ms-background: linear-gradient(to bottom, #00427f, #00498d);
  -o-background: linear-gradient(to bottom, #00427f, #00498d);
  background: linear-gradient(to bottom, #00427f, #00498d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00498d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00427f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00498d, #00509c);
  -moz-background: linear-gradient(to bottom, #00498d, #00509c);
  -ms-background: linear-gradient(to bottom, #00498d, #00509c);
  -o-background: linear-gradient(to bottom, #00498d, #00509c);
  background: linear-gradient(to bottom, #00498d, #00509c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00509c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00498d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00509c, #0057aa);
  -moz-background: linear-gradient(to bottom, #00509c, #0057aa);
  -ms-background: linear-gradient(to bottom, #00509c, #0057aa);
  -o-background: linear-gradient(to bottom, #00509c, #0057aa);
  background: linear-gradient(to bottom, #00509c, #0057aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0057aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00509c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0057aa;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0057aa;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.michigan-ross-and-michigan-engineering-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0057aa;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate__overlay {
  background-color: #0057aa;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate__steps-circle {
  fill: #0057aa;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate__testimonial {
  background-color: #0057aa;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0057aa;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.michigan-ross-and-michigan-engineering-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0057aa;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .terms__title {
  border-color: #002746;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .terms__links {
  color: #0057aa;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.michigan-ross-and-michigan-engineering-professional-education .referral-tooltip__image path {
  fill: #0057aa;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.michigan-ross-and-michigan-engineering-professional-education .main-header,
.michigan-ross-and-michigan-engineering-professional-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #3b8ea5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-open-learning-high-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #317689;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .main-header__menu__btn:hover, .white-label.mit-open-learning-high-school .main-header__menu__btn:focus, .white-label.mit-open-learning-high-school .main-header__menu__btn:active, .white-label.mit-open-learning-high-school .main-header__menu__btn:checked, .white-label.mit-open-learning-high-school .main-header__menu__btn:focus:hover, .white-label.mit-open-learning-high-school .main-header__menu__btn:focus:active, .white-label.mit-open-learning-high-school .main-header__menu__btn:not(:disabled):hover, .white-label.mit-open-learning-high-school .main-header__menu__btn:not(:disabled):active, .white-label.mit-open-learning-high-school .main-header__menu__btn:not(.disabled):active, .white-label.mit-open-learning-high-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.mit-open-learning-high-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:hover,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:focus,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:active,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:checked,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:focus:hover,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:focus:active,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:not(:disabled):active,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:not(.disabled):active,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.mit-open-learning-high-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #3b8ea5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .main-header .nav__link:hover, .white-label.mit-open-learning-high-school .main-header .nav__link:focus, .white-label.mit-open-learning-high-school .main-header .nav__link:active, .white-label.mit-open-learning-high-school .main-header .nav__link:checked, .white-label.mit-open-learning-high-school .main-header .nav__link:focus:hover, .white-label.mit-open-learning-high-school .main-header .nav__link:focus:active, .white-label.mit-open-learning-high-school .main-header .nav__link:not(:disabled):hover, .white-label.mit-open-learning-high-school .main-header .nav__link:not(:disabled):active, .white-label.mit-open-learning-high-school .main-header .nav__link:not(.disabled):active, .white-label.mit-open-learning-high-school .main-header .nav__link:not(:disabled):active:focus, .white-label.mit-open-learning-high-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.mit-open-learning-high-school .main-footer .nav__link:hover,
.white-label.mit-open-learning-high-school .main-footer .nav__link:focus,
.white-label.mit-open-learning-high-school .main-footer .nav__link:active,
.white-label.mit-open-learning-high-school .main-footer .nav__link:checked,
.white-label.mit-open-learning-high-school .main-footer .nav__link:focus:hover,
.white-label.mit-open-learning-high-school .main-footer .nav__link:focus:active,
.white-label.mit-open-learning-high-school .main-footer .nav__link:not(:disabled):hover,
.white-label.mit-open-learning-high-school .main-footer .nav__link:not(:disabled):active,
.white-label.mit-open-learning-high-school .main-footer .nav__link:not(.disabled):active,
.white-label.mit-open-learning-high-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.mit-open-learning-high-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #317689;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school.signed-out .btn:not(.btn--social), .white-label.mit-open-learning-high-school.signed-in .btn--primary {
  background-color: #f49e4c;
  border-color: #f49e4c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.signed-out .btn:not(.btn--social):hover, .white-label.mit-open-learning-high-school.signed-out .btn:not(.btn--social):focus, .white-label.mit-open-learning-high-school.signed-out .btn:not(.btn--social):active, .white-label.mit-open-learning-high-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.mit-open-learning-high-school.signed-in .btn--primary:hover, .white-label.mit-open-learning-high-school.signed-in .btn--primary:focus, .white-label.mit-open-learning-high-school.signed-in .btn--primary:active, .white-label.mit-open-learning-high-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #f49e4c;
  box-shadow: none;
  color: #f49e4c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .nav__btn:hover span,
.white-label.mit-open-learning-high-school .nav__btn:hover span::after,
.white-label.mit-open-learning-high-school .nav__btn:hover span::before,
.white-label.mit-open-learning-high-school .nav__btn:focus span,
.white-label.mit-open-learning-high-school .nav__btn:focus span::after,
.white-label.mit-open-learning-high-school .nav__btn:focus span::before {
  background-color: #3b8ea5;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.mit-open-learning-high-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #3b8ea5;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #3b8ea5;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__list li:hover::after {
  border-color: rgba(59, 142, 165, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__list li:hover .heading-3 {
  color: #3b8ea5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .profile__link:hover, .white-label.mit-open-learning-high-school .profile__link:focus, .white-label.mit-open-learning-high-school .profile__link:active, .white-label.mit-open-learning-high-school .profile__link:checked, .white-label.mit-open-learning-high-school .profile__link:focus:hover, .white-label.mit-open-learning-high-school .profile__link:focus:active, .white-label.mit-open-learning-high-school .profile__link:not(:disabled):hover, .white-label.mit-open-learning-high-school .profile__link:not(:disabled):active, .white-label.mit-open-learning-high-school .profile__link:not(.disabled):active, .white-label.mit-open-learning-high-school .profile__link:not(:disabled):active:focus, .white-label.mit-open-learning-high-school .profile__link:not(.disabled):active:focus {
  color: #3b8ea5;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .profile__actions:hover .profile__icn g,
.white-label.mit-open-learning-high-school .profile__actions:focus .profile__icn g {
  fill: #3b8ea5;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .students__classmate:hover .students__thumbnail,
.white-label.mit-open-learning-high-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #3b8ea5, 0 0 0 1px #3b8ea5 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .pagination__page-link:hover::after {
  border-color: rgba(59, 142, 165, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modal__bg-icn {
  fill: #3b8ea5;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .payments__paragraph--initial, .white-label.mit-open-learning-high-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .form__input:-webkit-autofill, .white-label.mit-open-learning-high-school .StripeElement:-webkit-autofill, .white-label.mit-open-learning-high-school .form__input:-webkit-autofill:focus, .white-label.mit-open-learning-high-school .form__input:-internal-autofill-selected, .white-label.mit-open-learning-high-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(244, 158, 76, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(244, 158, 76, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(244, 158, 76, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(244, 158, 76, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(244, 158, 76, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .form__input:-moz-autofill, .white-label.mit-open-learning-high-school .StripeElement:-moz-autofill, .white-label.mit-open-learning-high-school .form__input:-moz-autofill-preview, .white-label.mit-open-learning-high-school .StripeElement:-moz-autofill-preview {
  filter: rgba(244, 158, 76, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .form-radio__input:hover + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:hover + label::before, .white-label.mit-open-learning-high-school .form-radio__input:focus + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:focus + label::before, .white-label.mit-open-learning-high-school .form-radio__input:active + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:active + label::before, .white-label.mit-open-learning-high-school .form-radio__input:checked + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:checked + label::before, .white-label.mit-open-learning-high-school .form-radio__input:focus:hover + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:focus:hover + label::before, .white-label.mit-open-learning-high-school .form-radio__input:focus:active + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:focus:active + label::before, .white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):hover + label::before, .white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):active + label::before, .white-label.mit-open-learning-high-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:not(.disabled):active + label::before, .white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.mit-open-learning-high-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.mit-open-learning-high-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #3b8ea5;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .form-radio__input:hover + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:focus + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:active + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:checked + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.mit-open-learning-high-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #3b8ea5 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .form-check-input:checked + label::before, .white-label.mit-open-learning-high-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #3b8ea5;
  border-color: #3b8ea5;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .form-check-input:valid:focus:checked + label::before, .white-label.mit-open-learning-high-school .form-check-input.valid:focus:checked + label::before, .white-label.mit-open-learning-high-school .form-check-input--valid:focus:checked + label::before, .white-label.mit-open-learning-high-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #3b8ea5;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .electives .form-radio__input:checked + label::before {
  background-color: #3b8ea5;
  border: 3px solid #3b8ea5;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .enrollment__icon path {
  fill: #f49e4c;
  stroke: #f49e4c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .enrollment__icon tspan {
  fill: #f49e4c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__tasks li:hover::after, .white-label.mit-open-learning-high-school .modules__tasks li.selected::after {
  border-color: rgba(59, 142, 165, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__tasks li::before {
  color: rgba(59, 142, 165, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(59, 142, 165, 0.4);
  border-color: rgba(59, 142, 165, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .modules__tasks li .modules__btn:hover::after, .white-label.mit-open-learning-high-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(59, 142, 165, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .tabs__li:hover {
  border-color: rgba(59, 142, 165, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .tabs__label {
  border-bottom-color: #3b8ea5;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.mit-open-learning-high-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #3b8ea5;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .survey__success .check {
  fill: #3b8ea5;
  stroke: #3b8ea5;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .electives__checkbox:checked + label::before,
.white-label.mit-open-learning-high-school .program-card__checkbox:checked + label::before {
  background-color: #3b8ea5;
  border-color: #3b8ea5;
  color: #3b8ea5;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .electives__checkbox:checked ~ .program-card__content,
.white-label.mit-open-learning-high-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #3b8ea5;
  box-shadow: 0 0 0 1px #3b8ea5 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .canvas-assignments__submission-type::before {
  border-color: #3b8ea5;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .canvas-assignments__submission-type::after {
  border-color: #3b8ea5;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .canvas-assignments__submission-type:hover {
  background-color: rgba(59, 142, 165, 0.1);
  border-color: #3b8ea5;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .canvas-assignments__submission-type.typed--selected, .white-label.mit-open-learning-high-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(59, 142, 165, 0.1);
  border-color: #3b8ea5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(1),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(1), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #77bccf, #6fb5c9);
  -moz-background: linear-gradient(to right, #77bccf, #6fb5c9);
  -ms-background: linear-gradient(to right, #77bccf, #6fb5c9);
  -o-background: linear-gradient(to right, #77bccf, #6fb5c9);
  background: linear-gradient(to right, #77bccf, #6fb5c9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(1)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(1)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #6fb5c9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(2),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(2), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #6fb5c9, #66afc3);
  -moz-background: linear-gradient(to right, #6fb5c9, #66afc3);
  -ms-background: linear-gradient(to right, #6fb5c9, #66afc3);
  -o-background: linear-gradient(to right, #6fb5c9, #66afc3);
  background: linear-gradient(to right, #6fb5c9, #66afc3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(2)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(2)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #66afc3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(3),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(3), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #66afc3, #5ea8bd);
  -moz-background: linear-gradient(to right, #66afc3, #5ea8bd);
  -ms-background: linear-gradient(to right, #66afc3, #5ea8bd);
  -o-background: linear-gradient(to right, #66afc3, #5ea8bd);
  background: linear-gradient(to right, #66afc3, #5ea8bd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(3)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(3)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #5ea8bd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(4),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(4), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #5ea8bd, #55a2b7);
  -moz-background: linear-gradient(to right, #5ea8bd, #55a2b7);
  -ms-background: linear-gradient(to right, #5ea8bd, #55a2b7);
  -o-background: linear-gradient(to right, #5ea8bd, #55a2b7);
  background: linear-gradient(to right, #5ea8bd, #55a2b7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(4)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(4)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #55a2b7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(5),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(5), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #55a2b7, #4c9bb1);
  -moz-background: linear-gradient(to right, #55a2b7, #4c9bb1);
  -ms-background: linear-gradient(to right, #55a2b7, #4c9bb1);
  -o-background: linear-gradient(to right, #55a2b7, #4c9bb1);
  background: linear-gradient(to right, #55a2b7, #4c9bb1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(5)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(5)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #4c9bb1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(6),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(6), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #4c9bb1, #4495ab);
  -moz-background: linear-gradient(to right, #4c9bb1, #4495ab);
  -ms-background: linear-gradient(to right, #4c9bb1, #4495ab);
  -o-background: linear-gradient(to right, #4c9bb1, #4495ab);
  background: linear-gradient(to right, #4c9bb1, #4495ab);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(6)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(6)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #4495ab;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(7),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(7), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #4495ab, #3b8ea5);
  -moz-background: linear-gradient(to right, #4495ab, #3b8ea5);
  -ms-background: linear-gradient(to right, #4495ab, #3b8ea5);
  -o-background: linear-gradient(to right, #4495ab, #3b8ea5);
  background: linear-gradient(to right, #4495ab, #3b8ea5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(7)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(7)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #3b8ea5;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(n+8),
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(n+8), .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #3b8ea5;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.mit-open-learning-high-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.mit-open-learning-high-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #3b8ea5;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved {
  color: #3b8ea5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #77bccf, #6fb5c9);
  -moz-background: linear-gradient(to bottom, #77bccf, #6fb5c9);
  -ms-background: linear-gradient(to bottom, #77bccf, #6fb5c9);
  -o-background: linear-gradient(to bottom, #77bccf, #6fb5c9);
  background: linear-gradient(to bottom, #77bccf, #6fb5c9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #6fb5c9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #77bccf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #6fb5c9, #66afc3);
  -moz-background: linear-gradient(to bottom, #6fb5c9, #66afc3);
  -ms-background: linear-gradient(to bottom, #6fb5c9, #66afc3);
  -o-background: linear-gradient(to bottom, #6fb5c9, #66afc3);
  background: linear-gradient(to bottom, #6fb5c9, #66afc3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #66afc3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #6fb5c9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #66afc3, #5ea8bd);
  -moz-background: linear-gradient(to bottom, #66afc3, #5ea8bd);
  -ms-background: linear-gradient(to bottom, #66afc3, #5ea8bd);
  -o-background: linear-gradient(to bottom, #66afc3, #5ea8bd);
  background: linear-gradient(to bottom, #66afc3, #5ea8bd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #5ea8bd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #66afc3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #5ea8bd, #55a2b7);
  -moz-background: linear-gradient(to bottom, #5ea8bd, #55a2b7);
  -ms-background: linear-gradient(to bottom, #5ea8bd, #55a2b7);
  -o-background: linear-gradient(to bottom, #5ea8bd, #55a2b7);
  background: linear-gradient(to bottom, #5ea8bd, #55a2b7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #55a2b7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #5ea8bd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #55a2b7, #4c9bb1);
  -moz-background: linear-gradient(to bottom, #55a2b7, #4c9bb1);
  -ms-background: linear-gradient(to bottom, #55a2b7, #4c9bb1);
  -o-background: linear-gradient(to bottom, #55a2b7, #4c9bb1);
  background: linear-gradient(to bottom, #55a2b7, #4c9bb1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #4c9bb1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #55a2b7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #4c9bb1, #4495ab);
  -moz-background: linear-gradient(to bottom, #4c9bb1, #4495ab);
  -ms-background: linear-gradient(to bottom, #4c9bb1, #4495ab);
  -o-background: linear-gradient(to bottom, #4c9bb1, #4495ab);
  background: linear-gradient(to bottom, #4c9bb1, #4495ab);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #4495ab;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #4c9bb1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #4495ab, #3b8ea5);
  -moz-background: linear-gradient(to bottom, #4495ab, #3b8ea5);
  -ms-background: linear-gradient(to bottom, #4495ab, #3b8ea5);
  -o-background: linear-gradient(to bottom, #4495ab, #3b8ea5);
  background: linear-gradient(to bottom, #4495ab, #3b8ea5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #3b8ea5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #4495ab;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #3b8ea5;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #3b8ea5;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-open-learning-high-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-open-learning-high-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #3b8ea5;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .sidebar .steps .steps__label-toggle {
  background-color: #3b8ea5;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #3b8ea5;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f49e4c, #da9c59);
  -moz-background: linear-gradient(to right, #f49e4c, #da9c59);
  -ms-background: linear-gradient(to right, #f49e4c, #da9c59);
  -o-background: linear-gradient(to right, #f49e4c, #da9c59);
  background: linear-gradient(to right, #f49e4c, #da9c59);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #da9c59;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #da9c59, #bf9965);
  -moz-background: linear-gradient(to right, #da9c59, #bf9965);
  -ms-background: linear-gradient(to right, #da9c59, #bf9965);
  -o-background: linear-gradient(to right, #da9c59, #bf9965);
  background: linear-gradient(to right, #da9c59, #bf9965);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #bf9965;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #bf9965, #a59772);
  -moz-background: linear-gradient(to right, #bf9965, #a59772);
  -ms-background: linear-gradient(to right, #bf9965, #a59772);
  -o-background: linear-gradient(to right, #bf9965, #a59772);
  background: linear-gradient(to right, #bf9965, #a59772);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #a59772;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #a59772, #8a957f);
  -moz-background: linear-gradient(to right, #a59772, #8a957f);
  -ms-background: linear-gradient(to right, #a59772, #8a957f);
  -o-background: linear-gradient(to right, #a59772, #8a957f);
  background: linear-gradient(to right, #a59772, #8a957f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #8a957f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #8a957f, #70938c);
  -moz-background: linear-gradient(to right, #8a957f, #70938c);
  -ms-background: linear-gradient(to right, #8a957f, #70938c);
  -o-background: linear-gradient(to right, #8a957f, #70938c);
  background: linear-gradient(to right, #8a957f, #70938c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #70938c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #70938c, #559098);
  -moz-background: linear-gradient(to right, #70938c, #559098);
  -ms-background: linear-gradient(to right, #70938c, #559098);
  -o-background: linear-gradient(to right, #70938c, #559098);
  background: linear-gradient(to right, #70938c, #559098);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #559098;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #559098, #3b8ea5);
  -moz-background: linear-gradient(to right, #559098, #3b8ea5);
  -ms-background: linear-gradient(to right, #559098, #3b8ea5);
  -o-background: linear-gradient(to right, #559098, #3b8ea5);
  background: linear-gradient(to right, #559098, #3b8ea5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #3b8ea5;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #3b8ea5;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #3b8ea5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f49e4c, #da9c59);
  -moz-background: linear-gradient(to bottom, #f49e4c, #da9c59);
  -ms-background: linear-gradient(to bottom, #f49e4c, #da9c59);
  -o-background: linear-gradient(to bottom, #f49e4c, #da9c59);
  background: linear-gradient(to bottom, #f49e4c, #da9c59);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #da9c59;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f49e4c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #da9c59, #bf9965);
  -moz-background: linear-gradient(to bottom, #da9c59, #bf9965);
  -ms-background: linear-gradient(to bottom, #da9c59, #bf9965);
  -o-background: linear-gradient(to bottom, #da9c59, #bf9965);
  background: linear-gradient(to bottom, #da9c59, #bf9965);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #bf9965;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #da9c59;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #bf9965, #a59772);
  -moz-background: linear-gradient(to bottom, #bf9965, #a59772);
  -ms-background: linear-gradient(to bottom, #bf9965, #a59772);
  -o-background: linear-gradient(to bottom, #bf9965, #a59772);
  background: linear-gradient(to bottom, #bf9965, #a59772);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #a59772;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #bf9965;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #a59772, #8a957f);
  -moz-background: linear-gradient(to bottom, #a59772, #8a957f);
  -ms-background: linear-gradient(to bottom, #a59772, #8a957f);
  -o-background: linear-gradient(to bottom, #a59772, #8a957f);
  background: linear-gradient(to bottom, #a59772, #8a957f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #8a957f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #a59772;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #8a957f, #70938c);
  -moz-background: linear-gradient(to bottom, #8a957f, #70938c);
  -ms-background: linear-gradient(to bottom, #8a957f, #70938c);
  -o-background: linear-gradient(to bottom, #8a957f, #70938c);
  background: linear-gradient(to bottom, #8a957f, #70938c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #70938c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #8a957f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #70938c, #559098);
  -moz-background: linear-gradient(to bottom, #70938c, #559098);
  -ms-background: linear-gradient(to bottom, #70938c, #559098);
  -o-background: linear-gradient(to bottom, #70938c, #559098);
  background: linear-gradient(to bottom, #70938c, #559098);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #559098;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #70938c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #559098, #3b8ea5);
  -moz-background: linear-gradient(to bottom, #559098, #3b8ea5);
  -ms-background: linear-gradient(to bottom, #559098, #3b8ea5);
  -o-background: linear-gradient(to bottom, #559098, #3b8ea5);
  background: linear-gradient(to bottom, #559098, #3b8ea5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #3b8ea5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #559098;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #3b8ea5;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #3b8ea5;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-open-learning-high-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-open-learning-high-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-open-learning-high-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-open-learning-high-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #3b8ea5;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .referrals-advocate__overlay {
  background-color: #3b8ea5;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .referrals-advocate__steps-circle {
  fill: #3b8ea5;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .referrals-advocate__testimonial {
  background-color: #3b8ea5;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #3b8ea5;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.mit-open-learning-high-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #3b8ea5;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .terms__title {
  border-color: #f49e4c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .terms__links {
  color: #3b8ea5;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-open-learning-high-school .referral-tooltip__image path {
  fill: #3b8ea5;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.mit-open-learning-high-school .main-header,
.mit-open-learning-high-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #83192a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .main-header__menu__btn:hover, .white-label.mit-professional-education .main-header__menu__btn:focus, .white-label.mit-professional-education .main-header__menu__btn:active, .white-label.mit-professional-education .main-header__menu__btn:checked, .white-label.mit-professional-education .main-header__menu__btn:focus:hover, .white-label.mit-professional-education .main-header__menu__btn:focus:active, .white-label.mit-professional-education .main-header__menu__btn:not(:disabled):hover, .white-label.mit-professional-education .main-header__menu__btn:not(:disabled):active, .white-label.mit-professional-education .main-header__menu__btn:not(.disabled):active, .white-label.mit-professional-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.mit-professional-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.mit-professional-education .main-footer__menu__btn:hover,
.white-label.mit-professional-education .main-footer__menu__btn:focus,
.white-label.mit-professional-education .main-footer__menu__btn:active,
.white-label.mit-professional-education .main-footer__menu__btn:checked,
.white-label.mit-professional-education .main-footer__menu__btn:focus:hover,
.white-label.mit-professional-education .main-footer__menu__btn:focus:active,
.white-label.mit-professional-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.mit-professional-education .main-footer__menu__btn:not(:disabled):active,
.white-label.mit-professional-education .main-footer__menu__btn:not(.disabled):active,
.white-label.mit-professional-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.mit-professional-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .main-header .nav__link:hover, .white-label.mit-professional-education .main-header .nav__link:focus, .white-label.mit-professional-education .main-header .nav__link:active, .white-label.mit-professional-education .main-header .nav__link:checked, .white-label.mit-professional-education .main-header .nav__link:focus:hover, .white-label.mit-professional-education .main-header .nav__link:focus:active, .white-label.mit-professional-education .main-header .nav__link:not(:disabled):hover, .white-label.mit-professional-education .main-header .nav__link:not(:disabled):active, .white-label.mit-professional-education .main-header .nav__link:not(.disabled):active, .white-label.mit-professional-education .main-header .nav__link:not(:disabled):active:focus, .white-label.mit-professional-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.mit-professional-education .main-footer .nav__link:hover,
.white-label.mit-professional-education .main-footer .nav__link:focus,
.white-label.mit-professional-education .main-footer .nav__link:active,
.white-label.mit-professional-education .main-footer .nav__link:checked,
.white-label.mit-professional-education .main-footer .nav__link:focus:hover,
.white-label.mit-professional-education .main-footer .nav__link:focus:active,
.white-label.mit-professional-education .main-footer .nav__link:not(:disabled):hover,
.white-label.mit-professional-education .main-footer .nav__link:not(:disabled):active,
.white-label.mit-professional-education .main-footer .nav__link:not(.disabled):active,
.white-label.mit-professional-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.mit-professional-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #83192a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education.signed-out .btn:not(.btn--social), .white-label.mit-professional-education.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.signed-out .btn:not(.btn--social):hover, .white-label.mit-professional-education.signed-out .btn:not(.btn--social):focus, .white-label.mit-professional-education.signed-out .btn:not(.btn--social):active, .white-label.mit-professional-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.mit-professional-education.signed-in .btn--primary:hover, .white-label.mit-professional-education.signed-in .btn--primary:focus, .white-label.mit-professional-education.signed-in .btn--primary:active, .white-label.mit-professional-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .nav__btn:hover span,
.white-label.mit-professional-education .nav__btn:hover span::after,
.white-label.mit-professional-education .nav__btn:hover span::before,
.white-label.mit-professional-education .nav__btn:focus span,
.white-label.mit-professional-education .nav__btn:focus span::after,
.white-label.mit-professional-education .nav__btn:focus span::before {
  background-color: #a31f34;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.mit-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a31f34;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a31f34;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__list li:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__list li:hover .heading-3 {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .profile__link:hover, .white-label.mit-professional-education .profile__link:focus, .white-label.mit-professional-education .profile__link:active, .white-label.mit-professional-education .profile__link:checked, .white-label.mit-professional-education .profile__link:focus:hover, .white-label.mit-professional-education .profile__link:focus:active, .white-label.mit-professional-education .profile__link:not(:disabled):hover, .white-label.mit-professional-education .profile__link:not(:disabled):active, .white-label.mit-professional-education .profile__link:not(.disabled):active, .white-label.mit-professional-education .profile__link:not(:disabled):active:focus, .white-label.mit-professional-education .profile__link:not(.disabled):active:focus {
  color: #a31f34;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .profile__actions:hover .profile__icn g,
.white-label.mit-professional-education .profile__actions:focus .profile__icn g {
  fill: #a31f34;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .students__classmate:hover .students__thumbnail,
.white-label.mit-professional-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a31f34, 0 0 0 1px #a31f34 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .pagination__page-link:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modal__bg-icn {
  fill: #a31f34;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .payments__paragraph--initial, .white-label.mit-professional-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .form__input:-webkit-autofill, .white-label.mit-professional-education .StripeElement:-webkit-autofill, .white-label.mit-professional-education .form__input:-webkit-autofill:focus, .white-label.mit-professional-education .form__input:-internal-autofill-selected, .white-label.mit-professional-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .form__input:-moz-autofill, .white-label.mit-professional-education .StripeElement:-moz-autofill, .white-label.mit-professional-education .form__input:-moz-autofill-preview, .white-label.mit-professional-education .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .form-radio__input:hover + label.bordered,
.white-label.mit-professional-education .form-radio__input:hover + label::before, .white-label.mit-professional-education .form-radio__input:focus + label.bordered,
.white-label.mit-professional-education .form-radio__input:focus + label::before, .white-label.mit-professional-education .form-radio__input:active + label.bordered,
.white-label.mit-professional-education .form-radio__input:active + label::before, .white-label.mit-professional-education .form-radio__input:checked + label.bordered,
.white-label.mit-professional-education .form-radio__input:checked + label::before, .white-label.mit-professional-education .form-radio__input:focus:hover + label.bordered,
.white-label.mit-professional-education .form-radio__input:focus:hover + label::before, .white-label.mit-professional-education .form-radio__input:focus:active + label.bordered,
.white-label.mit-professional-education .form-radio__input:focus:active + label::before, .white-label.mit-professional-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.mit-professional-education .form-radio__input:not(:disabled):hover + label::before, .white-label.mit-professional-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.mit-professional-education .form-radio__input:not(:disabled):active + label::before, .white-label.mit-professional-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.mit-professional-education .form-radio__input:not(.disabled):active + label::before, .white-label.mit-professional-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.mit-professional-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.mit-professional-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.mit-professional-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a31f34;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .form-radio__input:hover + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:focus + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:active + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:checked + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.mit-professional-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a31f34 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .form-check-input:checked + label::before, .white-label.mit-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a31f34;
  border-color: #a31f34;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .form-check-input:valid:focus:checked + label::before, .white-label.mit-professional-education .form-check-input.valid:focus:checked + label::before, .white-label.mit-professional-education .form-check-input--valid:focus:checked + label::before, .white-label.mit-professional-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a31f34;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .electives .form-radio__input:checked + label::before {
  background-color: #a31f34;
  border: 3px solid #a31f34;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__tasks li:hover::after, .white-label.mit-professional-education .modules__tasks li.selected::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__tasks li::before {
  color: rgba(163, 31, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(163, 31, 52, 0.4);
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .modules__tasks li .modules__btn:hover::after, .white-label.mit-professional-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .tabs__li:hover {
  border-color: rgba(163, 31, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .tabs__label {
  border-bottom-color: #a31f34;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.mit-professional-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a31f34;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .survey__success .check {
  fill: #a31f34;
  stroke: #a31f34;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .electives__checkbox:checked + label::before,
.white-label.mit-professional-education .program-card__checkbox:checked + label::before {
  background-color: #a31f34;
  border-color: #a31f34;
  color: #a31f34;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .electives__checkbox:checked ~ .program-card__content,
.white-label.mit-professional-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a31f34;
  box-shadow: 0 0 0 1px #a31f34 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .canvas-assignments__submission-type::before {
  border-color: #a31f34;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .canvas-assignments__submission-type::after {
  border-color: #a31f34;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .canvas-assignments__submission-type:hover {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .canvas-assignments__submission-type.typed--selected, .white-label.mit-professional-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(1),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(1), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to right, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to right, #dd4b62, #d5455c);
  -o-background: linear-gradient(to right, #dd4b62, #d5455c);
  background: linear-gradient(to right, #dd4b62, #d5455c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(1)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(1)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d5455c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(2),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(2), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to right, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to right, #d5455c, #cc3f55);
  -o-background: linear-gradient(to right, #d5455c, #cc3f55);
  background: linear-gradient(to right, #d5455c, #cc3f55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(2)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(2)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cc3f55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(3),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(3), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to right, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to right, #cc3f55, #c4384e);
  -o-background: linear-gradient(to right, #cc3f55, #c4384e);
  background: linear-gradient(to right, #cc3f55, #c4384e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(3)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(3)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c4384e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(4),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(4), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c4384e, #bc3248);
  -moz-background: linear-gradient(to right, #c4384e, #bc3248);
  -ms-background: linear-gradient(to right, #c4384e, #bc3248);
  -o-background: linear-gradient(to right, #c4384e, #bc3248);
  background: linear-gradient(to right, #c4384e, #bc3248);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(4)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(4)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #bc3248;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(5),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(5), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #bc3248, #b42c41);
  -moz-background: linear-gradient(to right, #bc3248, #b42c41);
  -ms-background: linear-gradient(to right, #bc3248, #b42c41);
  -o-background: linear-gradient(to right, #bc3248, #b42c41);
  background: linear-gradient(to right, #bc3248, #b42c41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(5)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(5)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b42c41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(6),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(6), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b42c41, #ab253b);
  -moz-background: linear-gradient(to right, #b42c41, #ab253b);
  -ms-background: linear-gradient(to right, #b42c41, #ab253b);
  -o-background: linear-gradient(to right, #b42c41, #ab253b);
  background: linear-gradient(to right, #b42c41, #ab253b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(6)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(6)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ab253b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(7),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(7), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ab253b, #a31f34);
  -moz-background: linear-gradient(to right, #ab253b, #a31f34);
  -ms-background: linear-gradient(to right, #ab253b, #a31f34);
  -o-background: linear-gradient(to right, #ab253b, #a31f34);
  background: linear-gradient(to right, #ab253b, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(7)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(7)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(n+8),
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(n+8), .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.mit-professional-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.mit-professional-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active,
.white-label.mit-professional-education .steps--progress .vertical-step--completed, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved {
  color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -o-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  background: linear-gradient(to bottom, #dd4b62, #d5455c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d5455c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #dd4b62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -o-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  background: linear-gradient(to bottom, #d5455c, #cc3f55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cc3f55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d5455c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -o-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  background: linear-gradient(to bottom, #cc3f55, #c4384e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c4384e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cc3f55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -moz-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -ms-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -o-background: linear-gradient(to bottom, #c4384e, #bc3248);
  background: linear-gradient(to bottom, #c4384e, #bc3248);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #bc3248;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c4384e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -moz-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -ms-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -o-background: linear-gradient(to bottom, #bc3248, #b42c41);
  background: linear-gradient(to bottom, #bc3248, #b42c41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b42c41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #bc3248;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -moz-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -ms-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -o-background: linear-gradient(to bottom, #b42c41, #ab253b);
  background: linear-gradient(to bottom, #b42c41, #ab253b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ab253b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b42c41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -moz-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -ms-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -o-background: linear-gradient(to bottom, #ab253b, #a31f34);
  background: linear-gradient(to bottom, #ab253b, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ab253b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .sidebar .steps .steps__label-toggle {
  background-color: #a31f34;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #a31f34;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #170407);
  -moz-background: linear-gradient(to right, black, #170407);
  -ms-background: linear-gradient(to right, black, #170407);
  -o-background: linear-gradient(to right, black, #170407);
  background: linear-gradient(to right, black, #170407);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #170407;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #170407, #2f090f);
  -moz-background: linear-gradient(to right, #170407, #2f090f);
  -ms-background: linear-gradient(to right, #170407, #2f090f);
  -o-background: linear-gradient(to right, #170407, #2f090f);
  background: linear-gradient(to right, #170407, #2f090f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2f090f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2f090f, #460d16);
  -moz-background: linear-gradient(to right, #2f090f, #460d16);
  -ms-background: linear-gradient(to right, #2f090f, #460d16);
  -o-background: linear-gradient(to right, #2f090f, #460d16);
  background: linear-gradient(to right, #2f090f, #460d16);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #460d16;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #460d16, #5d121e);
  -moz-background: linear-gradient(to right, #460d16, #5d121e);
  -ms-background: linear-gradient(to right, #460d16, #5d121e);
  -o-background: linear-gradient(to right, #460d16, #5d121e);
  background: linear-gradient(to right, #460d16, #5d121e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5d121e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5d121e, #741625);
  -moz-background: linear-gradient(to right, #5d121e, #741625);
  -ms-background: linear-gradient(to right, #5d121e, #741625);
  -o-background: linear-gradient(to right, #5d121e, #741625);
  background: linear-gradient(to right, #5d121e, #741625);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #741625;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #741625, #8c1b2d);
  -moz-background: linear-gradient(to right, #741625, #8c1b2d);
  -ms-background: linear-gradient(to right, #741625, #8c1b2d);
  -o-background: linear-gradient(to right, #741625, #8c1b2d);
  background: linear-gradient(to right, #741625, #8c1b2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8c1b2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -moz-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -ms-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -o-background: linear-gradient(to right, #8c1b2d, #a31f34);
  background: linear-gradient(to right, #8c1b2d, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.mit-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #170407);
  -moz-background: linear-gradient(to bottom, black, #170407);
  -ms-background: linear-gradient(to bottom, black, #170407);
  -o-background: linear-gradient(to bottom, black, #170407);
  background: linear-gradient(to bottom, black, #170407);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #170407;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #170407, #2f090f);
  -moz-background: linear-gradient(to bottom, #170407, #2f090f);
  -ms-background: linear-gradient(to bottom, #170407, #2f090f);
  -o-background: linear-gradient(to bottom, #170407, #2f090f);
  background: linear-gradient(to bottom, #170407, #2f090f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2f090f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #170407;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f090f, #460d16);
  -moz-background: linear-gradient(to bottom, #2f090f, #460d16);
  -ms-background: linear-gradient(to bottom, #2f090f, #460d16);
  -o-background: linear-gradient(to bottom, #2f090f, #460d16);
  background: linear-gradient(to bottom, #2f090f, #460d16);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #460d16;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2f090f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #460d16, #5d121e);
  -moz-background: linear-gradient(to bottom, #460d16, #5d121e);
  -ms-background: linear-gradient(to bottom, #460d16, #5d121e);
  -o-background: linear-gradient(to bottom, #460d16, #5d121e);
  background: linear-gradient(to bottom, #460d16, #5d121e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5d121e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #460d16;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d121e, #741625);
  -moz-background: linear-gradient(to bottom, #5d121e, #741625);
  -ms-background: linear-gradient(to bottom, #5d121e, #741625);
  -o-background: linear-gradient(to bottom, #5d121e, #741625);
  background: linear-gradient(to bottom, #5d121e, #741625);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #741625;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5d121e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -moz-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -ms-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -o-background: linear-gradient(to bottom, #741625, #8c1b2d);
  background: linear-gradient(to bottom, #741625, #8c1b2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8c1b2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #741625;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -moz-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -ms-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -o-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  background: linear-gradient(to bottom, #8c1b2d, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8c1b2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .referrals-advocate__overlay {
  background-color: #a31f34;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .referrals-advocate__steps-circle {
  fill: #a31f34;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .referrals-advocate__testimonial {
  background-color: #a31f34;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-professional-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a31f34;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.mit-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a31f34;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .terms__links {
  color: #a31f34;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-professional-education .referral-tooltip__image path {
  fill: #a31f34;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.mit-professional-education .main-header,
.mit-professional-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #1d57a5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #174684;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:hover, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:focus, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:active, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:checked, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:focus:hover, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:focus:active, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:not(:disabled):hover, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:not(:disabled):active, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:not(.disabled):active, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:not(:disabled):active:focus, .white-label.mit-schwarzman-college-of-computing .main-header__menu__btn:not(.disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:hover,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:focus,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:active,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:checked,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:focus:hover,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:focus:active,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:not(:disabled):hover,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:not(:disabled):active,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:not(.disabled):active,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #1d57a5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .main-header .nav__link:hover, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:focus, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:active, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:checked, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:focus:hover, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:focus:active, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:not(:disabled):hover, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:not(:disabled):active, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:not(.disabled):active, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:not(:disabled):active:focus, .white-label.mit-schwarzman-college-of-computing .main-header .nav__link:not(.disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:hover,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:focus,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:active,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:checked,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:focus:hover,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:focus:active,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:not(:disabled):hover,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:not(:disabled):active,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:not(.disabled):active,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:not(:disabled):active:focus,
.white-label.mit-schwarzman-college-of-computing .main-footer .nav__link:not(.disabled):active:focus {
  color: #174684;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing.signed-out .btn:not(.btn--social), .white-label.mit-schwarzman-college-of-computing.signed-in .btn--primary {
  background-color: #fed141;
  border-color: #fed141;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.signed-out .btn:not(.btn--social):hover, .white-label.mit-schwarzman-college-of-computing.signed-out .btn:not(.btn--social):focus, .white-label.mit-schwarzman-college-of-computing.signed-out .btn:not(.btn--social):active, .white-label.mit-schwarzman-college-of-computing.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.mit-schwarzman-college-of-computing.signed-in .btn--primary:hover, .white-label.mit-schwarzman-college-of-computing.signed-in .btn--primary:focus, .white-label.mit-schwarzman-college-of-computing.signed-in .btn--primary:active, .white-label.mit-schwarzman-college-of-computing.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #fed141;
  box-shadow: none;
  color: #fed141;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .nav__btn:hover span,
.white-label.mit-schwarzman-college-of-computing .nav__btn:hover span::after,
.white-label.mit-schwarzman-college-of-computing .nav__btn:hover span::before,
.white-label.mit-schwarzman-college-of-computing .nav__btn:focus span,
.white-label.mit-schwarzman-college-of-computing .nav__btn:focus span::after,
.white-label.mit-schwarzman-college-of-computing .nav__btn:focus span::before {
  background-color: #1d57a5;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.mit-schwarzman-college-of-computing .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #1d57a5;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .nav__sidebar ul .profile__no-menu-link:hover {
  color: #1d57a5;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__list li:hover::after {
  border-color: rgba(29, 87, 165, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__list li:hover .heading-3 {
  color: #1d57a5;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .profile__link:hover, .white-label.mit-schwarzman-college-of-computing .profile__link:focus, .white-label.mit-schwarzman-college-of-computing .profile__link:active, .white-label.mit-schwarzman-college-of-computing .profile__link:checked, .white-label.mit-schwarzman-college-of-computing .profile__link:focus:hover, .white-label.mit-schwarzman-college-of-computing .profile__link:focus:active, .white-label.mit-schwarzman-college-of-computing .profile__link:not(:disabled):hover, .white-label.mit-schwarzman-college-of-computing .profile__link:not(:disabled):active, .white-label.mit-schwarzman-college-of-computing .profile__link:not(.disabled):active, .white-label.mit-schwarzman-college-of-computing .profile__link:not(:disabled):active:focus, .white-label.mit-schwarzman-college-of-computing .profile__link:not(.disabled):active:focus {
  color: #1d57a5;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .profile__actions:hover .profile__icn g,
.white-label.mit-schwarzman-college-of-computing .profile__actions:focus .profile__icn g {
  fill: #1d57a5;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .students__classmate:hover .students__thumbnail,
.white-label.mit-schwarzman-college-of-computing .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #1d57a5, 0 0 0 1px #1d57a5 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .pagination__page-link:hover::after {
  border-color: rgba(29, 87, 165, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modal__bg-icn {
  fill: #1d57a5;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .payments__paragraph--initial, .white-label.mit-schwarzman-college-of-computing .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .form__input:-webkit-autofill, .white-label.mit-schwarzman-college-of-computing .StripeElement:-webkit-autofill, .white-label.mit-schwarzman-college-of-computing .form__input:-webkit-autofill:focus, .white-label.mit-schwarzman-college-of-computing .form__input:-internal-autofill-selected, .white-label.mit-schwarzman-college-of-computing .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(254, 209, 65, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(254, 209, 65, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(254, 209, 65, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(254, 209, 65, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(254, 209, 65, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .form__input:-moz-autofill, .white-label.mit-schwarzman-college-of-computing .StripeElement:-moz-autofill, .white-label.mit-schwarzman-college-of-computing .form__input:-moz-autofill-preview, .white-label.mit-schwarzman-college-of-computing .StripeElement:-moz-autofill-preview {
  filter: rgba(254, 209, 65, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .form-radio__input:hover + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:hover + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:focus + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:focus + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:active + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:active + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:checked + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:checked + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:focus:hover + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:focus:hover + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:focus:active + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:focus:active + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):hover + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):active + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):active + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(.disabled):active + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:not(.disabled):active + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):active:focus + label::before, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.mit-schwarzman-college-of-computing .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #1d57a5;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .form-radio__input:hover + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:focus + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:active + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:checked + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:focus:hover + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:focus:active + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.mit-schwarzman-college-of-computing .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #1d57a5 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .form-check-input:checked + label::before, .white-label.mit-schwarzman-college-of-computing .form-check-input:checked + label.collection_radio_buttons::before {
  background: #1d57a5;
  border-color: #1d57a5;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .form-check-input:valid:focus:checked + label::before, .white-label.mit-schwarzman-college-of-computing .form-check-input.valid:focus:checked + label::before, .white-label.mit-schwarzman-college-of-computing .form-check-input--valid:focus:checked + label::before, .white-label.mit-schwarzman-college-of-computing .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #1d57a5;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .electives .form-radio__input:checked + label::before {
  background-color: #1d57a5;
  border: 3px solid #1d57a5;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .enrollment__icon path {
  fill: #fed141;
  stroke: #fed141;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .enrollment__icon tspan {
  fill: #fed141;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__tasks li:hover::after, .white-label.mit-schwarzman-college-of-computing .modules__tasks li.selected::after {
  border-color: rgba(29, 87, 165, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__tasks li::before {
  color: rgba(29, 87, 165, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(29, 87, 165, 0.4);
  border-color: rgba(29, 87, 165, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .modules__tasks li .modules__btn:hover::after, .white-label.mit-schwarzman-college-of-computing .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(29, 87, 165, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .tabs__li:hover {
  border-color: rgba(29, 87, 165, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .tabs__label {
  border-bottom-color: #1d57a5;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.mit-schwarzman-college-of-computing .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #1d57a5;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .survey__success .check {
  fill: #1d57a5;
  stroke: #1d57a5;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .electives__checkbox:checked + label::before,
.white-label.mit-schwarzman-college-of-computing .program-card__checkbox:checked + label::before {
  background-color: #1d57a5;
  border-color: #1d57a5;
  color: #1d57a5;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .electives__checkbox:checked ~ .program-card__content,
.white-label.mit-schwarzman-college-of-computing .program-card__checkbox:checked ~ .program-card__content {
  border-color: #1d57a5;
  box-shadow: 0 0 0 1px #1d57a5 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .canvas-assignments__submission-type::before {
  border-color: #1d57a5;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .canvas-assignments__submission-type::after {
  border-color: #1d57a5;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .canvas-assignments__submission-type:hover {
  background-color: rgba(29, 87, 165, 0.1);
  border-color: #1d57a5;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .canvas-assignments__submission-type.typed--selected, .white-label.mit-schwarzman-college-of-computing .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(29, 87, 165, 0.1);
  border-color: #1d57a5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(1),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(1), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4989df, #4382d7);
  -moz-background: linear-gradient(to right, #4989df, #4382d7);
  -ms-background: linear-gradient(to right, #4989df, #4382d7);
  -o-background: linear-gradient(to right, #4989df, #4382d7);
  background: linear-gradient(to right, #4989df, #4382d7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(1)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(1)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4382d7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(2),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(2), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4382d7, #3c7bce);
  -moz-background: linear-gradient(to right, #4382d7, #3c7bce);
  -ms-background: linear-gradient(to right, #4382d7, #3c7bce);
  -o-background: linear-gradient(to right, #4382d7, #3c7bce);
  background: linear-gradient(to right, #4382d7, #3c7bce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(2)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(2)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3c7bce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(3),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(3), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3c7bce, #3674c6);
  -moz-background: linear-gradient(to right, #3c7bce, #3674c6);
  -ms-background: linear-gradient(to right, #3c7bce, #3674c6);
  -o-background: linear-gradient(to right, #3c7bce, #3674c6);
  background: linear-gradient(to right, #3c7bce, #3674c6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(3)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(3)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3674c6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(4),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(4), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3674c6, #306cbe);
  -moz-background: linear-gradient(to right, #3674c6, #306cbe);
  -ms-background: linear-gradient(to right, #3674c6, #306cbe);
  -o-background: linear-gradient(to right, #3674c6, #306cbe);
  background: linear-gradient(to right, #3674c6, #306cbe);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(4)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(4)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #306cbe;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(5),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(5), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #306cbe, #2a65b6);
  -moz-background: linear-gradient(to right, #306cbe, #2a65b6);
  -ms-background: linear-gradient(to right, #306cbe, #2a65b6);
  -o-background: linear-gradient(to right, #306cbe, #2a65b6);
  background: linear-gradient(to right, #306cbe, #2a65b6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(5)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(5)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2a65b6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(6),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(6), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2a65b6, #235ead);
  -moz-background: linear-gradient(to right, #2a65b6, #235ead);
  -ms-background: linear-gradient(to right, #2a65b6, #235ead);
  -o-background: linear-gradient(to right, #2a65b6, #235ead);
  background: linear-gradient(to right, #2a65b6, #235ead);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(6)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(6)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #235ead;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(7),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(7), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #235ead, #1d57a5);
  -moz-background: linear-gradient(to right, #235ead, #1d57a5);
  -ms-background: linear-gradient(to right, #235ead, #1d57a5);
  -o-background: linear-gradient(to right, #235ead, #1d57a5);
  background: linear-gradient(to right, #235ead, #1d57a5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(7)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(7)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1d57a5;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(n+8),
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(n+8), .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1d57a5;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--active:nth-child(n+8)::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .step--completed:nth-child(n+8)::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1d57a5;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved {
  color: #1d57a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4989df, #4382d7);
  -moz-background: linear-gradient(to bottom, #4989df, #4382d7);
  -ms-background: linear-gradient(to bottom, #4989df, #4382d7);
  -o-background: linear-gradient(to bottom, #4989df, #4382d7);
  background: linear-gradient(to bottom, #4989df, #4382d7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4382d7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4989df;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4382d7, #3c7bce);
  -moz-background: linear-gradient(to bottom, #4382d7, #3c7bce);
  -ms-background: linear-gradient(to bottom, #4382d7, #3c7bce);
  -o-background: linear-gradient(to bottom, #4382d7, #3c7bce);
  background: linear-gradient(to bottom, #4382d7, #3c7bce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3c7bce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4382d7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3c7bce, #3674c6);
  -moz-background: linear-gradient(to bottom, #3c7bce, #3674c6);
  -ms-background: linear-gradient(to bottom, #3c7bce, #3674c6);
  -o-background: linear-gradient(to bottom, #3c7bce, #3674c6);
  background: linear-gradient(to bottom, #3c7bce, #3674c6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3674c6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3c7bce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3674c6, #306cbe);
  -moz-background: linear-gradient(to bottom, #3674c6, #306cbe);
  -ms-background: linear-gradient(to bottom, #3674c6, #306cbe);
  -o-background: linear-gradient(to bottom, #3674c6, #306cbe);
  background: linear-gradient(to bottom, #3674c6, #306cbe);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #306cbe;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3674c6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #306cbe, #2a65b6);
  -moz-background: linear-gradient(to bottom, #306cbe, #2a65b6);
  -ms-background: linear-gradient(to bottom, #306cbe, #2a65b6);
  -o-background: linear-gradient(to bottom, #306cbe, #2a65b6);
  background: linear-gradient(to bottom, #306cbe, #2a65b6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2a65b6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #306cbe;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2a65b6, #235ead);
  -moz-background: linear-gradient(to bottom, #2a65b6, #235ead);
  -ms-background: linear-gradient(to bottom, #2a65b6, #235ead);
  -o-background: linear-gradient(to bottom, #2a65b6, #235ead);
  background: linear-gradient(to bottom, #2a65b6, #235ead);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #235ead;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2a65b6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #235ead, #1d57a5);
  -moz-background: linear-gradient(to bottom, #235ead, #1d57a5);
  -ms-background: linear-gradient(to bottom, #235ead, #1d57a5);
  -o-background: linear-gradient(to bottom, #235ead, #1d57a5);
  background: linear-gradient(to bottom, #235ead, #1d57a5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1d57a5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #235ead;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1d57a5;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1d57a5;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-schwarzman-college-of-computing .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-schwarzman-college-of-computing .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1d57a5;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .sidebar .steps .steps__label-toggle {
  background-color: #1d57a5;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .sidebar .steps .step--active {
  border-left: 0.5rem solid #1d57a5;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #fed141, #dec04f);
  -moz-background: linear-gradient(to right, #fed141, #dec04f);
  -ms-background: linear-gradient(to right, #fed141, #dec04f);
  -o-background: linear-gradient(to right, #fed141, #dec04f);
  background: linear-gradient(to right, #fed141, #dec04f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #dec04f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #dec04f, #beae5e);
  -moz-background: linear-gradient(to right, #dec04f, #beae5e);
  -ms-background: linear-gradient(to right, #dec04f, #beae5e);
  -o-background: linear-gradient(to right, #dec04f, #beae5e);
  background: linear-gradient(to right, #dec04f, #beae5e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #beae5e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #beae5e, #9e9d6c);
  -moz-background: linear-gradient(to right, #beae5e, #9e9d6c);
  -ms-background: linear-gradient(to right, #beae5e, #9e9d6c);
  -o-background: linear-gradient(to right, #beae5e, #9e9d6c);
  background: linear-gradient(to right, #beae5e, #9e9d6c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #9e9d6c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #9e9d6c, #7d8b7a);
  -moz-background: linear-gradient(to right, #9e9d6c, #7d8b7a);
  -ms-background: linear-gradient(to right, #9e9d6c, #7d8b7a);
  -o-background: linear-gradient(to right, #9e9d6c, #7d8b7a);
  background: linear-gradient(to right, #9e9d6c, #7d8b7a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #7d8b7a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #7d8b7a, #5d7a88);
  -moz-background: linear-gradient(to right, #7d8b7a, #5d7a88);
  -ms-background: linear-gradient(to right, #7d8b7a, #5d7a88);
  -o-background: linear-gradient(to right, #7d8b7a, #5d7a88);
  background: linear-gradient(to right, #7d8b7a, #5d7a88);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #5d7a88;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #5d7a88, #3d6897);
  -moz-background: linear-gradient(to right, #5d7a88, #3d6897);
  -ms-background: linear-gradient(to right, #5d7a88, #3d6897);
  -o-background: linear-gradient(to right, #5d7a88, #3d6897);
  background: linear-gradient(to right, #5d7a88, #3d6897);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3d6897;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3d6897, #1d57a5);
  -moz-background: linear-gradient(to right, #3d6897, #1d57a5);
  -ms-background: linear-gradient(to right, #3d6897, #1d57a5);
  -o-background: linear-gradient(to right, #3d6897, #1d57a5);
  background: linear-gradient(to right, #3d6897, #1d57a5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1d57a5;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1d57a5;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1d57a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #fed141, #dec04f);
  -moz-background: linear-gradient(to bottom, #fed141, #dec04f);
  -ms-background: linear-gradient(to bottom, #fed141, #dec04f);
  -o-background: linear-gradient(to bottom, #fed141, #dec04f);
  background: linear-gradient(to bottom, #fed141, #dec04f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #dec04f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #fed141;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #dec04f, #beae5e);
  -moz-background: linear-gradient(to bottom, #dec04f, #beae5e);
  -ms-background: linear-gradient(to bottom, #dec04f, #beae5e);
  -o-background: linear-gradient(to bottom, #dec04f, #beae5e);
  background: linear-gradient(to bottom, #dec04f, #beae5e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #beae5e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #dec04f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #beae5e, #9e9d6c);
  -moz-background: linear-gradient(to bottom, #beae5e, #9e9d6c);
  -ms-background: linear-gradient(to bottom, #beae5e, #9e9d6c);
  -o-background: linear-gradient(to bottom, #beae5e, #9e9d6c);
  background: linear-gradient(to bottom, #beae5e, #9e9d6c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #9e9d6c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #beae5e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #9e9d6c, #7d8b7a);
  -moz-background: linear-gradient(to bottom, #9e9d6c, #7d8b7a);
  -ms-background: linear-gradient(to bottom, #9e9d6c, #7d8b7a);
  -o-background: linear-gradient(to bottom, #9e9d6c, #7d8b7a);
  background: linear-gradient(to bottom, #9e9d6c, #7d8b7a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #7d8b7a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #9e9d6c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #7d8b7a, #5d7a88);
  -moz-background: linear-gradient(to bottom, #7d8b7a, #5d7a88);
  -ms-background: linear-gradient(to bottom, #7d8b7a, #5d7a88);
  -o-background: linear-gradient(to bottom, #7d8b7a, #5d7a88);
  background: linear-gradient(to bottom, #7d8b7a, #5d7a88);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #5d7a88;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #7d8b7a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d7a88, #3d6897);
  -moz-background: linear-gradient(to bottom, #5d7a88, #3d6897);
  -ms-background: linear-gradient(to bottom, #5d7a88, #3d6897);
  -o-background: linear-gradient(to bottom, #5d7a88, #3d6897);
  background: linear-gradient(to bottom, #5d7a88, #3d6897);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3d6897;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #5d7a88;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3d6897, #1d57a5);
  -moz-background: linear-gradient(to bottom, #3d6897, #1d57a5);
  -ms-background: linear-gradient(to bottom, #3d6897, #1d57a5);
  -o-background: linear-gradient(to bottom, #3d6897, #1d57a5);
  background: linear-gradient(to bottom, #3d6897, #1d57a5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1d57a5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3d6897;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1d57a5;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1d57a5;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-schwarzman-college-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-schwarzman-college-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1d57a5;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .referrals-advocate__overlay {
  background-color: #1d57a5;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .referrals-advocate__steps-circle {
  fill: #1d57a5;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .referrals-advocate__testimonial {
  background-color: #1d57a5;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #1d57a5;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.mit-schwarzman-college-of-computing .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #1d57a5;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .terms__title {
  border-color: #fed141;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .terms__links {
  color: #1d57a5;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-schwarzman-college-of-computing .referral-tooltip__image path {
  fill: #1d57a5;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.mit-schwarzman-college-of-computing .main-header,
.mit-schwarzman-college-of-computing .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-sloan-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #83192a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .main-header__menu__btn:hover, .white-label.mit-sloan-executive-education .main-header__menu__btn:focus, .white-label.mit-sloan-executive-education .main-header__menu__btn:active, .white-label.mit-sloan-executive-education .main-header__menu__btn:checked, .white-label.mit-sloan-executive-education .main-header__menu__btn:focus:hover, .white-label.mit-sloan-executive-education .main-header__menu__btn:focus:active, .white-label.mit-sloan-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.mit-sloan-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.mit-sloan-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.mit-sloan-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.mit-sloan-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:hover,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:focus,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:active,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:checked,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:focus:hover,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:focus:active,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.mit-sloan-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .main-header .nav__link:hover, .white-label.mit-sloan-executive-education .main-header .nav__link:focus, .white-label.mit-sloan-executive-education .main-header .nav__link:active, .white-label.mit-sloan-executive-education .main-header .nav__link:checked, .white-label.mit-sloan-executive-education .main-header .nav__link:focus:hover, .white-label.mit-sloan-executive-education .main-header .nav__link:focus:active, .white-label.mit-sloan-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.mit-sloan-executive-education .main-header .nav__link:not(:disabled):active, .white-label.mit-sloan-executive-education .main-header .nav__link:not(.disabled):active, .white-label.mit-sloan-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.mit-sloan-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.mit-sloan-executive-education .main-footer .nav__link:hover,
.white-label.mit-sloan-executive-education .main-footer .nav__link:focus,
.white-label.mit-sloan-executive-education .main-footer .nav__link:active,
.white-label.mit-sloan-executive-education .main-footer .nav__link:checked,
.white-label.mit-sloan-executive-education .main-footer .nav__link:focus:hover,
.white-label.mit-sloan-executive-education .main-footer .nav__link:focus:active,
.white-label.mit-sloan-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.mit-sloan-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.mit-sloan-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.mit-sloan-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.mit-sloan-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #83192a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education.signed-out .btn:not(.btn--social), .white-label.mit-sloan-executive-education.signed-in .btn--primary {
  background-color: #f6b221;
  border-color: #f6b221;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.mit-sloan-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.mit-sloan-executive-education.signed-out .btn:not(.btn--social):active, .white-label.mit-sloan-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.mit-sloan-executive-education.signed-in .btn--primary:hover, .white-label.mit-sloan-executive-education.signed-in .btn--primary:focus, .white-label.mit-sloan-executive-education.signed-in .btn--primary:active, .white-label.mit-sloan-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #f6b221;
  box-shadow: none;
  color: #f6b221;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .nav__btn:hover span,
.white-label.mit-sloan-executive-education .nav__btn:hover span::after,
.white-label.mit-sloan-executive-education .nav__btn:hover span::before,
.white-label.mit-sloan-executive-education .nav__btn:focus span,
.white-label.mit-sloan-executive-education .nav__btn:focus span::after,
.white-label.mit-sloan-executive-education .nav__btn:focus span::before {
  background-color: #a31f34;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.mit-sloan-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a31f34;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a31f34;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__list li:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__list li:hover .heading-3 {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .profile__link:hover, .white-label.mit-sloan-executive-education .profile__link:focus, .white-label.mit-sloan-executive-education .profile__link:active, .white-label.mit-sloan-executive-education .profile__link:checked, .white-label.mit-sloan-executive-education .profile__link:focus:hover, .white-label.mit-sloan-executive-education .profile__link:focus:active, .white-label.mit-sloan-executive-education .profile__link:not(:disabled):hover, .white-label.mit-sloan-executive-education .profile__link:not(:disabled):active, .white-label.mit-sloan-executive-education .profile__link:not(.disabled):active, .white-label.mit-sloan-executive-education .profile__link:not(:disabled):active:focus, .white-label.mit-sloan-executive-education .profile__link:not(.disabled):active:focus {
  color: #a31f34;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .profile__actions:hover .profile__icn g,
.white-label.mit-sloan-executive-education .profile__actions:focus .profile__icn g {
  fill: #a31f34;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .students__classmate:hover .students__thumbnail,
.white-label.mit-sloan-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a31f34, 0 0 0 1px #a31f34 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .pagination__page-link:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modal__bg-icn {
  fill: #a31f34;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .payments__paragraph--initial, .white-label.mit-sloan-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .form__input:-webkit-autofill, .white-label.mit-sloan-executive-education .StripeElement:-webkit-autofill, .white-label.mit-sloan-executive-education .form__input:-webkit-autofill:focus, .white-label.mit-sloan-executive-education .form__input:-internal-autofill-selected, .white-label.mit-sloan-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(246, 178, 33, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .form__input:-moz-autofill, .white-label.mit-sloan-executive-education .StripeElement:-moz-autofill, .white-label.mit-sloan-executive-education .form__input:-moz-autofill-preview, .white-label.mit-sloan-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(246, 178, 33, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .form-radio__input:hover + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:hover + label::before, .white-label.mit-sloan-executive-education .form-radio__input:focus + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:focus + label::before, .white-label.mit-sloan-executive-education .form-radio__input:active + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:active + label::before, .white-label.mit-sloan-executive-education .form-radio__input:checked + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:checked + label::before, .white-label.mit-sloan-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:focus:hover + label::before, .white-label.mit-sloan-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:focus:active + label::before, .white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.mit-sloan-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.mit-sloan-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.mit-sloan-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a31f34;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.mit-sloan-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a31f34 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .form-check-input:checked + label::before, .white-label.mit-sloan-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a31f34;
  border-color: #a31f34;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.mit-sloan-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.mit-sloan-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.mit-sloan-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a31f34;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #a31f34;
  border: 3px solid #a31f34;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .enrollment__icon path {
  fill: #f6b221;
  stroke: #f6b221;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .enrollment__icon tspan {
  fill: #f6b221;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__tasks li:hover::after, .white-label.mit-sloan-executive-education .modules__tasks li.selected::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__tasks li::before {
  color: rgba(163, 31, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(163, 31, 52, 0.4);
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.mit-sloan-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .tabs__li:hover {
  border-color: rgba(163, 31, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .tabs__label {
  border-bottom-color: #a31f34;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.mit-sloan-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a31f34;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .survey__success .check {
  fill: #a31f34;
  stroke: #a31f34;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .electives__checkbox:checked + label::before,
.white-label.mit-sloan-executive-education .program-card__checkbox:checked + label::before {
  background-color: #a31f34;
  border-color: #a31f34;
  color: #a31f34;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.mit-sloan-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a31f34;
  box-shadow: 0 0 0 1px #a31f34 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .canvas-assignments__submission-type::before {
  border-color: #a31f34;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .canvas-assignments__submission-type::after {
  border-color: #a31f34;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.mit-sloan-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(1),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(1), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to right, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to right, #dd4b62, #d5455c);
  -o-background: linear-gradient(to right, #dd4b62, #d5455c);
  background: linear-gradient(to right, #dd4b62, #d5455c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d5455c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(2),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(2), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to right, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to right, #d5455c, #cc3f55);
  -o-background: linear-gradient(to right, #d5455c, #cc3f55);
  background: linear-gradient(to right, #d5455c, #cc3f55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cc3f55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(3),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(3), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to right, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to right, #cc3f55, #c4384e);
  -o-background: linear-gradient(to right, #cc3f55, #c4384e);
  background: linear-gradient(to right, #cc3f55, #c4384e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c4384e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(4),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(4), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c4384e, #bc3248);
  -moz-background: linear-gradient(to right, #c4384e, #bc3248);
  -ms-background: linear-gradient(to right, #c4384e, #bc3248);
  -o-background: linear-gradient(to right, #c4384e, #bc3248);
  background: linear-gradient(to right, #c4384e, #bc3248);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #bc3248;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(5),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(5), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #bc3248, #b42c41);
  -moz-background: linear-gradient(to right, #bc3248, #b42c41);
  -ms-background: linear-gradient(to right, #bc3248, #b42c41);
  -o-background: linear-gradient(to right, #bc3248, #b42c41);
  background: linear-gradient(to right, #bc3248, #b42c41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b42c41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(6),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(6), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b42c41, #ab253b);
  -moz-background: linear-gradient(to right, #b42c41, #ab253b);
  -ms-background: linear-gradient(to right, #b42c41, #ab253b);
  -o-background: linear-gradient(to right, #b42c41, #ab253b);
  background: linear-gradient(to right, #b42c41, #ab253b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ab253b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(7),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(7), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ab253b, #a31f34);
  -moz-background: linear-gradient(to right, #ab253b, #a31f34);
  -ms-background: linear-gradient(to right, #ab253b, #a31f34);
  -o-background: linear-gradient(to right, #ab253b, #a31f34);
  background: linear-gradient(to right, #ab253b, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.mit-sloan-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.mit-sloan-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved {
  color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -o-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  background: linear-gradient(to bottom, #dd4b62, #d5455c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d5455c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #dd4b62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -o-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  background: linear-gradient(to bottom, #d5455c, #cc3f55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cc3f55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d5455c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -o-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  background: linear-gradient(to bottom, #cc3f55, #c4384e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c4384e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cc3f55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -moz-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -ms-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -o-background: linear-gradient(to bottom, #c4384e, #bc3248);
  background: linear-gradient(to bottom, #c4384e, #bc3248);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #bc3248;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c4384e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -moz-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -ms-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -o-background: linear-gradient(to bottom, #bc3248, #b42c41);
  background: linear-gradient(to bottom, #bc3248, #b42c41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b42c41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #bc3248;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -moz-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -ms-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -o-background: linear-gradient(to bottom, #b42c41, #ab253b);
  background: linear-gradient(to bottom, #b42c41, #ab253b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ab253b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b42c41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -moz-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -ms-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -o-background: linear-gradient(to bottom, #ab253b, #a31f34);
  background: linear-gradient(to bottom, #ab253b, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ab253b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-sloan-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-sloan-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #a31f34;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #a31f34;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f6b221, #ea9d24);
  -moz-background: linear-gradient(to right, #f6b221, #ea9d24);
  -ms-background: linear-gradient(to right, #f6b221, #ea9d24);
  -o-background: linear-gradient(to right, #f6b221, #ea9d24);
  background: linear-gradient(to right, #f6b221, #ea9d24);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ea9d24;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ea9d24, #de8826);
  -moz-background: linear-gradient(to right, #ea9d24, #de8826);
  -ms-background: linear-gradient(to right, #ea9d24, #de8826);
  -o-background: linear-gradient(to right, #ea9d24, #de8826);
  background: linear-gradient(to right, #ea9d24, #de8826);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #de8826;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #de8826, #d27329);
  -moz-background: linear-gradient(to right, #de8826, #d27329);
  -ms-background: linear-gradient(to right, #de8826, #d27329);
  -o-background: linear-gradient(to right, #de8826, #d27329);
  background: linear-gradient(to right, #de8826, #d27329);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d27329;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d27329, #c75e2c);
  -moz-background: linear-gradient(to right, #d27329, #c75e2c);
  -ms-background: linear-gradient(to right, #d27329, #c75e2c);
  -o-background: linear-gradient(to right, #d27329, #c75e2c);
  background: linear-gradient(to right, #d27329, #c75e2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c75e2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c75e2c, #bb492f);
  -moz-background: linear-gradient(to right, #c75e2c, #bb492f);
  -ms-background: linear-gradient(to right, #c75e2c, #bb492f);
  -o-background: linear-gradient(to right, #c75e2c, #bb492f);
  background: linear-gradient(to right, #c75e2c, #bb492f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #bb492f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #bb492f, #af3431);
  -moz-background: linear-gradient(to right, #bb492f, #af3431);
  -ms-background: linear-gradient(to right, #bb492f, #af3431);
  -o-background: linear-gradient(to right, #bb492f, #af3431);
  background: linear-gradient(to right, #bb492f, #af3431);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #af3431;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #af3431, #a31f34);
  -moz-background: linear-gradient(to right, #af3431, #a31f34);
  -ms-background: linear-gradient(to right, #af3431, #a31f34);
  -o-background: linear-gradient(to right, #af3431, #a31f34);
  background: linear-gradient(to right, #af3431, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  -moz-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  -ms-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  -o-background: linear-gradient(to bottom, #f6b221, #ea9d24);
  background: linear-gradient(to bottom, #f6b221, #ea9d24);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ea9d24;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f6b221;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ea9d24, #de8826);
  -moz-background: linear-gradient(to bottom, #ea9d24, #de8826);
  -ms-background: linear-gradient(to bottom, #ea9d24, #de8826);
  -o-background: linear-gradient(to bottom, #ea9d24, #de8826);
  background: linear-gradient(to bottom, #ea9d24, #de8826);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #de8826;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ea9d24;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #de8826, #d27329);
  -moz-background: linear-gradient(to bottom, #de8826, #d27329);
  -ms-background: linear-gradient(to bottom, #de8826, #d27329);
  -o-background: linear-gradient(to bottom, #de8826, #d27329);
  background: linear-gradient(to bottom, #de8826, #d27329);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d27329;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #de8826;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d27329, #c75e2c);
  -moz-background: linear-gradient(to bottom, #d27329, #c75e2c);
  -ms-background: linear-gradient(to bottom, #d27329, #c75e2c);
  -o-background: linear-gradient(to bottom, #d27329, #c75e2c);
  background: linear-gradient(to bottom, #d27329, #c75e2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c75e2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d27329;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  -moz-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  -ms-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  -o-background: linear-gradient(to bottom, #c75e2c, #bb492f);
  background: linear-gradient(to bottom, #c75e2c, #bb492f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #bb492f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c75e2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #bb492f, #af3431);
  -moz-background: linear-gradient(to bottom, #bb492f, #af3431);
  -ms-background: linear-gradient(to bottom, #bb492f, #af3431);
  -o-background: linear-gradient(to bottom, #bb492f, #af3431);
  background: linear-gradient(to bottom, #bb492f, #af3431);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #af3431;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #bb492f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #af3431, #a31f34);
  -moz-background: linear-gradient(to bottom, #af3431, #a31f34);
  -ms-background: linear-gradient(to bottom, #af3431, #a31f34);
  -o-background: linear-gradient(to bottom, #af3431, #a31f34);
  background: linear-gradient(to bottom, #af3431, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #af3431;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-sloan-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-sloan-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-sloan-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-sloan-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .referrals-advocate__overlay {
  background-color: #a31f34;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .referrals-advocate__steps-circle {
  fill: #a31f34;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .referrals-advocate__testimonial {
  background-color: #a31f34;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a31f34;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.mit-sloan-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a31f34;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .terms__title {
  border-color: #f6b221;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .terms__links {
  color: #a31f34;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-sloan-executive-education .referral-tooltip__image path {
  fill: #a31f34;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.mit-sloan-executive-education .main-header,
.mit-sloan-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.mit-xpro div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #83192a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .main-header__menu__btn:hover, .white-label.mit-xpro .main-header__menu__btn:focus, .white-label.mit-xpro .main-header__menu__btn:active, .white-label.mit-xpro .main-header__menu__btn:checked, .white-label.mit-xpro .main-header__menu__btn:focus:hover, .white-label.mit-xpro .main-header__menu__btn:focus:active, .white-label.mit-xpro .main-header__menu__btn:not(:disabled):hover, .white-label.mit-xpro .main-header__menu__btn:not(:disabled):active, .white-label.mit-xpro .main-header__menu__btn:not(.disabled):active, .white-label.mit-xpro .main-header__menu__btn:not(:disabled):active:focus, .white-label.mit-xpro .main-header__menu__btn:not(.disabled):active:focus,
.white-label.mit-xpro .main-footer__menu__btn:hover,
.white-label.mit-xpro .main-footer__menu__btn:focus,
.white-label.mit-xpro .main-footer__menu__btn:active,
.white-label.mit-xpro .main-footer__menu__btn:checked,
.white-label.mit-xpro .main-footer__menu__btn:focus:hover,
.white-label.mit-xpro .main-footer__menu__btn:focus:active,
.white-label.mit-xpro .main-footer__menu__btn:not(:disabled):hover,
.white-label.mit-xpro .main-footer__menu__btn:not(:disabled):active,
.white-label.mit-xpro .main-footer__menu__btn:not(.disabled):active,
.white-label.mit-xpro .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.mit-xpro .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .main-header .nav__link:hover, .white-label.mit-xpro .main-header .nav__link:focus, .white-label.mit-xpro .main-header .nav__link:active, .white-label.mit-xpro .main-header .nav__link:checked, .white-label.mit-xpro .main-header .nav__link:focus:hover, .white-label.mit-xpro .main-header .nav__link:focus:active, .white-label.mit-xpro .main-header .nav__link:not(:disabled):hover, .white-label.mit-xpro .main-header .nav__link:not(:disabled):active, .white-label.mit-xpro .main-header .nav__link:not(.disabled):active, .white-label.mit-xpro .main-header .nav__link:not(:disabled):active:focus, .white-label.mit-xpro .main-header .nav__link:not(.disabled):active:focus,
.white-label.mit-xpro .main-footer .nav__link:hover,
.white-label.mit-xpro .main-footer .nav__link:focus,
.white-label.mit-xpro .main-footer .nav__link:active,
.white-label.mit-xpro .main-footer .nav__link:checked,
.white-label.mit-xpro .main-footer .nav__link:focus:hover,
.white-label.mit-xpro .main-footer .nav__link:focus:active,
.white-label.mit-xpro .main-footer .nav__link:not(:disabled):hover,
.white-label.mit-xpro .main-footer .nav__link:not(:disabled):active,
.white-label.mit-xpro .main-footer .nav__link:not(.disabled):active,
.white-label.mit-xpro .main-footer .nav__link:not(:disabled):active:focus,
.white-label.mit-xpro .main-footer .nav__link:not(.disabled):active:focus {
  color: #83192a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro.signed-out .btn:not(.btn--social), .white-label.mit-xpro.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.signed-out .btn:not(.btn--social):hover, .white-label.mit-xpro.signed-out .btn:not(.btn--social):focus, .white-label.mit-xpro.signed-out .btn:not(.btn--social):active, .white-label.mit-xpro.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.mit-xpro.signed-in .btn--primary:hover, .white-label.mit-xpro.signed-in .btn--primary:focus, .white-label.mit-xpro.signed-in .btn--primary:active, .white-label.mit-xpro.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .nav__btn:hover span,
.white-label.mit-xpro .nav__btn:hover span::after,
.white-label.mit-xpro .nav__btn:hover span::before,
.white-label.mit-xpro .nav__btn:focus span,
.white-label.mit-xpro .nav__btn:focus span::after,
.white-label.mit-xpro .nav__btn:focus span::before {
  background-color: #a31f34;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.mit-xpro .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #a31f34;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .nav__sidebar ul .profile__no-menu-link:hover {
  color: #a31f34;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__list li:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__list li:hover .heading-3 {
  color: #a31f34;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .profile__link:hover, .white-label.mit-xpro .profile__link:focus, .white-label.mit-xpro .profile__link:active, .white-label.mit-xpro .profile__link:checked, .white-label.mit-xpro .profile__link:focus:hover, .white-label.mit-xpro .profile__link:focus:active, .white-label.mit-xpro .profile__link:not(:disabled):hover, .white-label.mit-xpro .profile__link:not(:disabled):active, .white-label.mit-xpro .profile__link:not(.disabled):active, .white-label.mit-xpro .profile__link:not(:disabled):active:focus, .white-label.mit-xpro .profile__link:not(.disabled):active:focus {
  color: #a31f34;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .profile__actions:hover .profile__icn g,
.white-label.mit-xpro .profile__actions:focus .profile__icn g {
  fill: #a31f34;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .students__classmate:hover .students__thumbnail,
.white-label.mit-xpro .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #a31f34, 0 0 0 1px #a31f34 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .pagination__page-link:hover::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modal__bg-icn {
  fill: #a31f34;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .payments__paragraph--initial, .white-label.mit-xpro .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .form__input:-webkit-autofill, .white-label.mit-xpro .StripeElement:-webkit-autofill, .white-label.mit-xpro .form__input:-webkit-autofill:focus, .white-label.mit-xpro .form__input:-internal-autofill-selected, .white-label.mit-xpro .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .form__input:-moz-autofill, .white-label.mit-xpro .StripeElement:-moz-autofill, .white-label.mit-xpro .form__input:-moz-autofill-preview, .white-label.mit-xpro .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .form-radio__input:hover + label.bordered,
.white-label.mit-xpro .form-radio__input:hover + label::before, .white-label.mit-xpro .form-radio__input:focus + label.bordered,
.white-label.mit-xpro .form-radio__input:focus + label::before, .white-label.mit-xpro .form-radio__input:active + label.bordered,
.white-label.mit-xpro .form-radio__input:active + label::before, .white-label.mit-xpro .form-radio__input:checked + label.bordered,
.white-label.mit-xpro .form-radio__input:checked + label::before, .white-label.mit-xpro .form-radio__input:focus:hover + label.bordered,
.white-label.mit-xpro .form-radio__input:focus:hover + label::before, .white-label.mit-xpro .form-radio__input:focus:active + label.bordered,
.white-label.mit-xpro .form-radio__input:focus:active + label::before, .white-label.mit-xpro .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.mit-xpro .form-radio__input:not(:disabled):hover + label::before, .white-label.mit-xpro .form-radio__input:not(:disabled):active + label.bordered,
.white-label.mit-xpro .form-radio__input:not(:disabled):active + label::before, .white-label.mit-xpro .form-radio__input:not(.disabled):active + label.bordered,
.white-label.mit-xpro .form-radio__input:not(.disabled):active + label::before, .white-label.mit-xpro .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.mit-xpro .form-radio__input:not(:disabled):active:focus + label::before, .white-label.mit-xpro .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.mit-xpro .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #a31f34;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .form-radio__input:hover + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:focus + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:active + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:checked + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:focus:hover + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:focus:active + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.mit-xpro .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #a31f34 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .form-check-input:checked + label::before, .white-label.mit-xpro .form-check-input:checked + label.collection_radio_buttons::before {
  background: #a31f34;
  border-color: #a31f34;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .form-check-input:valid:focus:checked + label::before, .white-label.mit-xpro .form-check-input.valid:focus:checked + label::before, .white-label.mit-xpro .form-check-input--valid:focus:checked + label::before, .white-label.mit-xpro .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #a31f34;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .electives .form-radio__input:checked + label::before {
  background-color: #a31f34;
  border: 3px solid #a31f34;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__tasks li:hover::after, .white-label.mit-xpro .modules__tasks li.selected::after {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__tasks li::before {
  color: rgba(163, 31, 52, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(163, 31, 52, 0.4);
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .modules__tasks li .modules__btn:hover::after, .white-label.mit-xpro .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(163, 31, 52, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .tabs__li:hover {
  border-color: rgba(163, 31, 52, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .tabs__label {
  border-bottom-color: #a31f34;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.mit-xpro .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #a31f34;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .survey__success .check {
  fill: #a31f34;
  stroke: #a31f34;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .electives__checkbox:checked + label::before,
.white-label.mit-xpro .program-card__checkbox:checked + label::before {
  background-color: #a31f34;
  border-color: #a31f34;
  color: #a31f34;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .electives__checkbox:checked ~ .program-card__content,
.white-label.mit-xpro .program-card__checkbox:checked ~ .program-card__content {
  border-color: #a31f34;
  box-shadow: 0 0 0 1px #a31f34 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .canvas-assignments__submission-type::before {
  border-color: #a31f34;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .canvas-assignments__submission-type::after {
  border-color: #a31f34;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .canvas-assignments__submission-type:hover {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .canvas-assignments__submission-type.typed--selected, .white-label.mit-xpro .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(163, 31, 52, 0.1);
  border-color: #a31f34;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(1),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(1), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to right, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to right, #dd4b62, #d5455c);
  -o-background: linear-gradient(to right, #dd4b62, #d5455c);
  background: linear-gradient(to right, #dd4b62, #d5455c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(1)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(1)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d5455c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(2),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(2), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to right, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to right, #d5455c, #cc3f55);
  -o-background: linear-gradient(to right, #d5455c, #cc3f55);
  background: linear-gradient(to right, #d5455c, #cc3f55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(2)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(2)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cc3f55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(3),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(3), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to right, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to right, #cc3f55, #c4384e);
  -o-background: linear-gradient(to right, #cc3f55, #c4384e);
  background: linear-gradient(to right, #cc3f55, #c4384e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(3)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(3)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #c4384e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(4),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(4), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #c4384e, #bc3248);
  -moz-background: linear-gradient(to right, #c4384e, #bc3248);
  -ms-background: linear-gradient(to right, #c4384e, #bc3248);
  -o-background: linear-gradient(to right, #c4384e, #bc3248);
  background: linear-gradient(to right, #c4384e, #bc3248);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(4)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(4)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #bc3248;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(5),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(5), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #bc3248, #b42c41);
  -moz-background: linear-gradient(to right, #bc3248, #b42c41);
  -ms-background: linear-gradient(to right, #bc3248, #b42c41);
  -o-background: linear-gradient(to right, #bc3248, #b42c41);
  background: linear-gradient(to right, #bc3248, #b42c41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(5)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(5)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b42c41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(6),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(6), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b42c41, #ab253b);
  -moz-background: linear-gradient(to right, #b42c41, #ab253b);
  -ms-background: linear-gradient(to right, #b42c41, #ab253b);
  -o-background: linear-gradient(to right, #b42c41, #ab253b);
  background: linear-gradient(to right, #b42c41, #ab253b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(6)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(6)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ab253b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(7),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(7), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ab253b, #a31f34);
  -moz-background: linear-gradient(to right, #ab253b, #a31f34);
  -ms-background: linear-gradient(to right, #ab253b, #a31f34);
  -o-background: linear-gradient(to right, #ab253b, #a31f34);
  background: linear-gradient(to right, #ab253b, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(7)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(7)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(n+8),
.white-label.mit-xpro .steps--progress .step--completed:nth-child(n+8), .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .step--active:nth-child(n+8)::after,
.white-label.mit-xpro .steps--progress .step--completed:nth-child(n+8)::after, .white-label.mit-xpro .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active,
.white-label.mit-xpro .steps--progress .vertical-step--completed, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved {
  color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -moz-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -ms-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  -o-background: linear-gradient(to bottom, #dd4b62, #d5455c);
  background: linear-gradient(to bottom, #dd4b62, #d5455c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d5455c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #dd4b62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -moz-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -ms-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  -o-background: linear-gradient(to bottom, #d5455c, #cc3f55);
  background: linear-gradient(to bottom, #d5455c, #cc3f55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cc3f55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d5455c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -moz-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -ms-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  -o-background: linear-gradient(to bottom, #cc3f55, #c4384e);
  background: linear-gradient(to bottom, #cc3f55, #c4384e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #c4384e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cc3f55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -moz-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -ms-background: linear-gradient(to bottom, #c4384e, #bc3248);
  -o-background: linear-gradient(to bottom, #c4384e, #bc3248);
  background: linear-gradient(to bottom, #c4384e, #bc3248);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #bc3248;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #c4384e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -moz-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -ms-background: linear-gradient(to bottom, #bc3248, #b42c41);
  -o-background: linear-gradient(to bottom, #bc3248, #b42c41);
  background: linear-gradient(to bottom, #bc3248, #b42c41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b42c41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #bc3248;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -moz-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -ms-background: linear-gradient(to bottom, #b42c41, #ab253b);
  -o-background: linear-gradient(to bottom, #b42c41, #ab253b);
  background: linear-gradient(to bottom, #b42c41, #ab253b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ab253b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b42c41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -moz-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -ms-background: linear-gradient(to bottom, #ab253b, #a31f34);
  -o-background: linear-gradient(to bottom, #ab253b, #a31f34);
  background: linear-gradient(to bottom, #ab253b, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ab253b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-xpro .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-xpro .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .sidebar .steps .steps__label-toggle {
  background-color: #a31f34;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .sidebar .steps .step--active {
  border-left: 0.5rem solid #a31f34;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #170407);
  -moz-background: linear-gradient(to right, black, #170407);
  -ms-background: linear-gradient(to right, black, #170407);
  -o-background: linear-gradient(to right, black, #170407);
  background: linear-gradient(to right, black, #170407);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #170407;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #170407, #2f090f);
  -moz-background: linear-gradient(to right, #170407, #2f090f);
  -ms-background: linear-gradient(to right, #170407, #2f090f);
  -o-background: linear-gradient(to right, #170407, #2f090f);
  background: linear-gradient(to right, #170407, #2f090f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2f090f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2f090f, #460d16);
  -moz-background: linear-gradient(to right, #2f090f, #460d16);
  -ms-background: linear-gradient(to right, #2f090f, #460d16);
  -o-background: linear-gradient(to right, #2f090f, #460d16);
  background: linear-gradient(to right, #2f090f, #460d16);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #460d16;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #460d16, #5d121e);
  -moz-background: linear-gradient(to right, #460d16, #5d121e);
  -ms-background: linear-gradient(to right, #460d16, #5d121e);
  -o-background: linear-gradient(to right, #460d16, #5d121e);
  background: linear-gradient(to right, #460d16, #5d121e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5d121e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5d121e, #741625);
  -moz-background: linear-gradient(to right, #5d121e, #741625);
  -ms-background: linear-gradient(to right, #5d121e, #741625);
  -o-background: linear-gradient(to right, #5d121e, #741625);
  background: linear-gradient(to right, #5d121e, #741625);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #741625;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #741625, #8c1b2d);
  -moz-background: linear-gradient(to right, #741625, #8c1b2d);
  -ms-background: linear-gradient(to right, #741625, #8c1b2d);
  -o-background: linear-gradient(to right, #741625, #8c1b2d);
  background: linear-gradient(to right, #741625, #8c1b2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8c1b2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -moz-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -ms-background: linear-gradient(to right, #8c1b2d, #a31f34);
  -o-background: linear-gradient(to right, #8c1b2d, #a31f34);
  background: linear-gradient(to right, #8c1b2d, #a31f34);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #a31f34;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #a31f34;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-xpro.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.mit-xpro.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.mit-xpro.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #a31f34;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #170407);
  -moz-background: linear-gradient(to bottom, black, #170407);
  -ms-background: linear-gradient(to bottom, black, #170407);
  -o-background: linear-gradient(to bottom, black, #170407);
  background: linear-gradient(to bottom, black, #170407);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #170407;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #170407, #2f090f);
  -moz-background: linear-gradient(to bottom, #170407, #2f090f);
  -ms-background: linear-gradient(to bottom, #170407, #2f090f);
  -o-background: linear-gradient(to bottom, #170407, #2f090f);
  background: linear-gradient(to bottom, #170407, #2f090f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2f090f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #170407;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f090f, #460d16);
  -moz-background: linear-gradient(to bottom, #2f090f, #460d16);
  -ms-background: linear-gradient(to bottom, #2f090f, #460d16);
  -o-background: linear-gradient(to bottom, #2f090f, #460d16);
  background: linear-gradient(to bottom, #2f090f, #460d16);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #460d16;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2f090f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #460d16, #5d121e);
  -moz-background: linear-gradient(to bottom, #460d16, #5d121e);
  -ms-background: linear-gradient(to bottom, #460d16, #5d121e);
  -o-background: linear-gradient(to bottom, #460d16, #5d121e);
  background: linear-gradient(to bottom, #460d16, #5d121e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5d121e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #460d16;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d121e, #741625);
  -moz-background: linear-gradient(to bottom, #5d121e, #741625);
  -ms-background: linear-gradient(to bottom, #5d121e, #741625);
  -o-background: linear-gradient(to bottom, #5d121e, #741625);
  background: linear-gradient(to bottom, #5d121e, #741625);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #741625;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5d121e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -moz-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -ms-background: linear-gradient(to bottom, #741625, #8c1b2d);
  -o-background: linear-gradient(to bottom, #741625, #8c1b2d);
  background: linear-gradient(to bottom, #741625, #8c1b2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8c1b2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #741625;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -moz-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -ms-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  -o-background: linear-gradient(to bottom, #8c1b2d, #a31f34);
  background: linear-gradient(to bottom, #8c1b2d, #a31f34);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #a31f34;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8c1b2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #a31f34;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #a31f34;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-xpro.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-xpro.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.mit-xpro.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.mit-xpro.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #a31f34;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .referrals-advocate__overlay {
  background-color: #a31f34;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .referrals-advocate__steps-circle {
  fill: #a31f34;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .referrals-advocate__testimonial {
  background-color: #a31f34;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.mit-xpro .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #a31f34;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.mit-xpro .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #a31f34;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .terms__links {
  color: #a31f34;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.mit-xpro .referral-tooltip__image path {
  fill: #a31f34;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.mit-xpro .main-header,
.mit-xpro .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0054a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.nanyang-technological-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004180;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .main-header__menu__btn:hover, .white-label.nanyang-technological-university .main-header__menu__btn:focus, .white-label.nanyang-technological-university .main-header__menu__btn:active, .white-label.nanyang-technological-university .main-header__menu__btn:checked, .white-label.nanyang-technological-university .main-header__menu__btn:focus:hover, .white-label.nanyang-technological-university .main-header__menu__btn:focus:active, .white-label.nanyang-technological-university .main-header__menu__btn:not(:disabled):hover, .white-label.nanyang-technological-university .main-header__menu__btn:not(:disabled):active, .white-label.nanyang-technological-university .main-header__menu__btn:not(.disabled):active, .white-label.nanyang-technological-university .main-header__menu__btn:not(:disabled):active:focus, .white-label.nanyang-technological-university .main-header__menu__btn:not(.disabled):active:focus,
.white-label.nanyang-technological-university .main-footer__menu__btn:hover,
.white-label.nanyang-technological-university .main-footer__menu__btn:focus,
.white-label.nanyang-technological-university .main-footer__menu__btn:active,
.white-label.nanyang-technological-university .main-footer__menu__btn:checked,
.white-label.nanyang-technological-university .main-footer__menu__btn:focus:hover,
.white-label.nanyang-technological-university .main-footer__menu__btn:focus:active,
.white-label.nanyang-technological-university .main-footer__menu__btn:not(:disabled):hover,
.white-label.nanyang-technological-university .main-footer__menu__btn:not(:disabled):active,
.white-label.nanyang-technological-university .main-footer__menu__btn:not(.disabled):active,
.white-label.nanyang-technological-university .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.nanyang-technological-university .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0054a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .main-header .nav__link:hover, .white-label.nanyang-technological-university .main-header .nav__link:focus, .white-label.nanyang-technological-university .main-header .nav__link:active, .white-label.nanyang-technological-university .main-header .nav__link:checked, .white-label.nanyang-technological-university .main-header .nav__link:focus:hover, .white-label.nanyang-technological-university .main-header .nav__link:focus:active, .white-label.nanyang-technological-university .main-header .nav__link:not(:disabled):hover, .white-label.nanyang-technological-university .main-header .nav__link:not(:disabled):active, .white-label.nanyang-technological-university .main-header .nav__link:not(.disabled):active, .white-label.nanyang-technological-university .main-header .nav__link:not(:disabled):active:focus, .white-label.nanyang-technological-university .main-header .nav__link:not(.disabled):active:focus,
.white-label.nanyang-technological-university .main-footer .nav__link:hover,
.white-label.nanyang-technological-university .main-footer .nav__link:focus,
.white-label.nanyang-technological-university .main-footer .nav__link:active,
.white-label.nanyang-technological-university .main-footer .nav__link:checked,
.white-label.nanyang-technological-university .main-footer .nav__link:focus:hover,
.white-label.nanyang-technological-university .main-footer .nav__link:focus:active,
.white-label.nanyang-technological-university .main-footer .nav__link:not(:disabled):hover,
.white-label.nanyang-technological-university .main-footer .nav__link:not(:disabled):active,
.white-label.nanyang-technological-university .main-footer .nav__link:not(.disabled):active,
.white-label.nanyang-technological-university .main-footer .nav__link:not(:disabled):active:focus,
.white-label.nanyang-technological-university .main-footer .nav__link:not(.disabled):active:focus {
  color: #004180;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university.signed-out .btn:not(.btn--social), .white-label.nanyang-technological-university.signed-in .btn--primary {
  background-color: #1b1c62;
  border-color: #1b1c62;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.signed-out .btn:not(.btn--social):hover, .white-label.nanyang-technological-university.signed-out .btn:not(.btn--social):focus, .white-label.nanyang-technological-university.signed-out .btn:not(.btn--social):active, .white-label.nanyang-technological-university.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.nanyang-technological-university.signed-in .btn--primary:hover, .white-label.nanyang-technological-university.signed-in .btn--primary:focus, .white-label.nanyang-technological-university.signed-in .btn--primary:active, .white-label.nanyang-technological-university.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #1b1c62;
  box-shadow: none;
  color: #1b1c62;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .nav__btn:hover span,
.white-label.nanyang-technological-university .nav__btn:hover span::after,
.white-label.nanyang-technological-university .nav__btn:hover span::before,
.white-label.nanyang-technological-university .nav__btn:focus span,
.white-label.nanyang-technological-university .nav__btn:focus span::after,
.white-label.nanyang-technological-university .nav__btn:focus span::before {
  background-color: #0054a6;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.nanyang-technological-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0054a6;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0054a6;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__list li:hover::after {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__list li:hover .heading-3 {
  color: #0054a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .profile__link:hover, .white-label.nanyang-technological-university .profile__link:focus, .white-label.nanyang-technological-university .profile__link:active, .white-label.nanyang-technological-university .profile__link:checked, .white-label.nanyang-technological-university .profile__link:focus:hover, .white-label.nanyang-technological-university .profile__link:focus:active, .white-label.nanyang-technological-university .profile__link:not(:disabled):hover, .white-label.nanyang-technological-university .profile__link:not(:disabled):active, .white-label.nanyang-technological-university .profile__link:not(.disabled):active, .white-label.nanyang-technological-university .profile__link:not(:disabled):active:focus, .white-label.nanyang-technological-university .profile__link:not(.disabled):active:focus {
  color: #0054a6;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .profile__actions:hover .profile__icn g,
.white-label.nanyang-technological-university .profile__actions:focus .profile__icn g {
  fill: #0054a6;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .students__classmate:hover .students__thumbnail,
.white-label.nanyang-technological-university .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0054a6, 0 0 0 1px #0054a6 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .pagination__page-link:hover::after {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modal__bg-icn {
  fill: #0054a6;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .payments__paragraph--initial, .white-label.nanyang-technological-university .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .form__input:-webkit-autofill, .white-label.nanyang-technological-university .StripeElement:-webkit-autofill, .white-label.nanyang-technological-university .form__input:-webkit-autofill:focus, .white-label.nanyang-technological-university .form__input:-internal-autofill-selected, .white-label.nanyang-technological-university .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(27, 28, 98, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(27, 28, 98, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(27, 28, 98, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(27, 28, 98, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(27, 28, 98, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .form__input:-moz-autofill, .white-label.nanyang-technological-university .StripeElement:-moz-autofill, .white-label.nanyang-technological-university .form__input:-moz-autofill-preview, .white-label.nanyang-technological-university .StripeElement:-moz-autofill-preview {
  filter: rgba(27, 28, 98, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .form-radio__input:hover + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:hover + label::before, .white-label.nanyang-technological-university .form-radio__input:focus + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:focus + label::before, .white-label.nanyang-technological-university .form-radio__input:active + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:active + label::before, .white-label.nanyang-technological-university .form-radio__input:checked + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:checked + label::before, .white-label.nanyang-technological-university .form-radio__input:focus:hover + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:focus:hover + label::before, .white-label.nanyang-technological-university .form-radio__input:focus:active + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:focus:active + label::before, .white-label.nanyang-technological-university .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:not(:disabled):hover + label::before, .white-label.nanyang-technological-university .form-radio__input:not(:disabled):active + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:not(:disabled):active + label::before, .white-label.nanyang-technological-university .form-radio__input:not(.disabled):active + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:not(.disabled):active + label::before, .white-label.nanyang-technological-university .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:not(:disabled):active:focus + label::before, .white-label.nanyang-technological-university .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.nanyang-technological-university .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0054a6;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .form-radio__input:hover + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:focus + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:active + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:checked + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:focus:hover + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:focus:active + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.nanyang-technological-university .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0054a6 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .form-check-input:checked + label::before, .white-label.nanyang-technological-university .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0054a6;
  border-color: #0054a6;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .form-check-input:valid:focus:checked + label::before, .white-label.nanyang-technological-university .form-check-input.valid:focus:checked + label::before, .white-label.nanyang-technological-university .form-check-input--valid:focus:checked + label::before, .white-label.nanyang-technological-university .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0054a6;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .electives .form-radio__input:checked + label::before {
  background-color: #0054a6;
  border: 3px solid #0054a6;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .enrollment__icon path {
  fill: #1b1c62;
  stroke: #1b1c62;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .enrollment__icon tspan {
  fill: #1b1c62;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__tasks li:hover::after, .white-label.nanyang-technological-university .modules__tasks li.selected::after {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__tasks li::before {
  color: rgba(0, 84, 166, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 84, 166, 0.4);
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .modules__tasks li .modules__btn:hover::after, .white-label.nanyang-technological-university .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .tabs__li:hover {
  border-color: rgba(0, 84, 166, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .tabs__label {
  border-bottom-color: #0054a6;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.nanyang-technological-university .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0054a6;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .survey__success .check {
  fill: #0054a6;
  stroke: #0054a6;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .electives__checkbox:checked + label::before,
.white-label.nanyang-technological-university .program-card__checkbox:checked + label::before {
  background-color: #0054a6;
  border-color: #0054a6;
  color: #0054a6;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .electives__checkbox:checked ~ .program-card__content,
.white-label.nanyang-technological-university .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0054a6;
  box-shadow: 0 0 0 1px #0054a6 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .canvas-assignments__submission-type::before {
  border-color: #0054a6;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .canvas-assignments__submission-type::after {
  border-color: #0054a6;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 84, 166, 0.1);
  border-color: #0054a6;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .canvas-assignments__submission-type.typed--selected, .white-label.nanyang-technological-university .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 84, 166, 0.1);
  border-color: #0054a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(1),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(1), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0d87ff, #0b80f2);
  -moz-background: linear-gradient(to right, #0d87ff, #0b80f2);
  -ms-background: linear-gradient(to right, #0d87ff, #0b80f2);
  -o-background: linear-gradient(to right, #0d87ff, #0b80f2);
  background: linear-gradient(to right, #0d87ff, #0b80f2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(1)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(1)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0b80f2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(2),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(2), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0b80f2, #0979e6);
  -moz-background: linear-gradient(to right, #0b80f2, #0979e6);
  -ms-background: linear-gradient(to right, #0b80f2, #0979e6);
  -o-background: linear-gradient(to right, #0b80f2, #0979e6);
  background: linear-gradient(to right, #0b80f2, #0979e6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(2)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(2)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0979e6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(3),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(3), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0979e6, #0771d9);
  -moz-background: linear-gradient(to right, #0979e6, #0771d9);
  -ms-background: linear-gradient(to right, #0979e6, #0771d9);
  -o-background: linear-gradient(to right, #0979e6, #0771d9);
  background: linear-gradient(to right, #0979e6, #0771d9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(3)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(3)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0771d9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(4),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(4), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0771d9, #066acc);
  -moz-background: linear-gradient(to right, #0771d9, #066acc);
  -ms-background: linear-gradient(to right, #0771d9, #066acc);
  -o-background: linear-gradient(to right, #0771d9, #066acc);
  background: linear-gradient(to right, #0771d9, #066acc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(4)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(4)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #066acc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(5),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(5), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #066acc, #0463bf);
  -moz-background: linear-gradient(to right, #066acc, #0463bf);
  -ms-background: linear-gradient(to right, #066acc, #0463bf);
  -o-background: linear-gradient(to right, #066acc, #0463bf);
  background: linear-gradient(to right, #066acc, #0463bf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(5)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(5)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0463bf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(6),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(6), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0463bf, #025bb3);
  -moz-background: linear-gradient(to right, #0463bf, #025bb3);
  -ms-background: linear-gradient(to right, #0463bf, #025bb3);
  -o-background: linear-gradient(to right, #0463bf, #025bb3);
  background: linear-gradient(to right, #0463bf, #025bb3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(6)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(6)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #025bb3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(7),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(7), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #025bb3, #0054a6);
  -moz-background: linear-gradient(to right, #025bb3, #0054a6);
  -ms-background: linear-gradient(to right, #025bb3, #0054a6);
  -o-background: linear-gradient(to right, #025bb3, #0054a6);
  background: linear-gradient(to right, #025bb3, #0054a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(7)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(7)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0054a6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(n+8),
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(n+8), .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0054a6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .step--active:nth-child(n+8)::after,
.white-label.nanyang-technological-university .steps--progress .step--completed:nth-child(n+8)::after, .white-label.nanyang-technological-university .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0054a6;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved {
  color: #0054a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  -moz-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  -ms-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  -o-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  background: linear-gradient(to bottom, #0d87ff, #0b80f2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0b80f2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0d87ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  -moz-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  -ms-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  -o-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  background: linear-gradient(to bottom, #0b80f2, #0979e6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0979e6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0b80f2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0979e6, #0771d9);
  -moz-background: linear-gradient(to bottom, #0979e6, #0771d9);
  -ms-background: linear-gradient(to bottom, #0979e6, #0771d9);
  -o-background: linear-gradient(to bottom, #0979e6, #0771d9);
  background: linear-gradient(to bottom, #0979e6, #0771d9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0771d9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0979e6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0771d9, #066acc);
  -moz-background: linear-gradient(to bottom, #0771d9, #066acc);
  -ms-background: linear-gradient(to bottom, #0771d9, #066acc);
  -o-background: linear-gradient(to bottom, #0771d9, #066acc);
  background: linear-gradient(to bottom, #0771d9, #066acc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #066acc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0771d9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #066acc, #0463bf);
  -moz-background: linear-gradient(to bottom, #066acc, #0463bf);
  -ms-background: linear-gradient(to bottom, #066acc, #0463bf);
  -o-background: linear-gradient(to bottom, #066acc, #0463bf);
  background: linear-gradient(to bottom, #066acc, #0463bf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0463bf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #066acc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0463bf, #025bb3);
  -moz-background: linear-gradient(to bottom, #0463bf, #025bb3);
  -ms-background: linear-gradient(to bottom, #0463bf, #025bb3);
  -o-background: linear-gradient(to bottom, #0463bf, #025bb3);
  background: linear-gradient(to bottom, #0463bf, #025bb3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #025bb3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0463bf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #025bb3, #0054a6);
  -moz-background: linear-gradient(to bottom, #025bb3, #0054a6);
  -ms-background: linear-gradient(to bottom, #025bb3, #0054a6);
  -o-background: linear-gradient(to bottom, #025bb3, #0054a6);
  background: linear-gradient(to bottom, #025bb3, #0054a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0054a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #025bb3;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0054a6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0054a6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nanyang-technological-university .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nanyang-technological-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0054a6;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .sidebar .steps .steps__label-toggle {
  background-color: #0054a6;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .sidebar .steps .step--active {
  border-left: 0.5rem solid #0054a6;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1b1c62, #17246c);
  -moz-background: linear-gradient(to right, #1b1c62, #17246c);
  -ms-background: linear-gradient(to right, #1b1c62, #17246c);
  -o-background: linear-gradient(to right, #1b1c62, #17246c);
  background: linear-gradient(to right, #1b1c62, #17246c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #17246c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #17246c, #132c75);
  -moz-background: linear-gradient(to right, #17246c, #132c75);
  -ms-background: linear-gradient(to right, #17246c, #132c75);
  -o-background: linear-gradient(to right, #17246c, #132c75);
  background: linear-gradient(to right, #17246c, #132c75);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #132c75;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #132c75, #0f347f);
  -moz-background: linear-gradient(to right, #132c75, #0f347f);
  -ms-background: linear-gradient(to right, #132c75, #0f347f);
  -o-background: linear-gradient(to right, #132c75, #0f347f);
  background: linear-gradient(to right, #132c75, #0f347f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0f347f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0f347f, #0c3c89);
  -moz-background: linear-gradient(to right, #0f347f, #0c3c89);
  -ms-background: linear-gradient(to right, #0f347f, #0c3c89);
  -o-background: linear-gradient(to right, #0f347f, #0c3c89);
  background: linear-gradient(to right, #0f347f, #0c3c89);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0c3c89;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0c3c89, #084493);
  -moz-background: linear-gradient(to right, #0c3c89, #084493);
  -ms-background: linear-gradient(to right, #0c3c89, #084493);
  -o-background: linear-gradient(to right, #0c3c89, #084493);
  background: linear-gradient(to right, #0c3c89, #084493);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #084493;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #084493, #044c9c);
  -moz-background: linear-gradient(to right, #084493, #044c9c);
  -ms-background: linear-gradient(to right, #084493, #044c9c);
  -o-background: linear-gradient(to right, #084493, #044c9c);
  background: linear-gradient(to right, #084493, #044c9c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #044c9c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #044c9c, #0054a6);
  -moz-background: linear-gradient(to right, #044c9c, #0054a6);
  -ms-background: linear-gradient(to right, #044c9c, #0054a6);
  -o-background: linear-gradient(to right, #044c9c, #0054a6);
  background: linear-gradient(to right, #044c9c, #0054a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0054a6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0054a6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0054a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b1c62, #17246c);
  -moz-background: linear-gradient(to bottom, #1b1c62, #17246c);
  -ms-background: linear-gradient(to bottom, #1b1c62, #17246c);
  -o-background: linear-gradient(to bottom, #1b1c62, #17246c);
  background: linear-gradient(to bottom, #1b1c62, #17246c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #17246c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1b1c62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #17246c, #132c75);
  -moz-background: linear-gradient(to bottom, #17246c, #132c75);
  -ms-background: linear-gradient(to bottom, #17246c, #132c75);
  -o-background: linear-gradient(to bottom, #17246c, #132c75);
  background: linear-gradient(to bottom, #17246c, #132c75);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #132c75;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #17246c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #132c75, #0f347f);
  -moz-background: linear-gradient(to bottom, #132c75, #0f347f);
  -ms-background: linear-gradient(to bottom, #132c75, #0f347f);
  -o-background: linear-gradient(to bottom, #132c75, #0f347f);
  background: linear-gradient(to bottom, #132c75, #0f347f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0f347f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #132c75;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f347f, #0c3c89);
  -moz-background: linear-gradient(to bottom, #0f347f, #0c3c89);
  -ms-background: linear-gradient(to bottom, #0f347f, #0c3c89);
  -o-background: linear-gradient(to bottom, #0f347f, #0c3c89);
  background: linear-gradient(to bottom, #0f347f, #0c3c89);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0c3c89;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0f347f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0c3c89, #084493);
  -moz-background: linear-gradient(to bottom, #0c3c89, #084493);
  -ms-background: linear-gradient(to bottom, #0c3c89, #084493);
  -o-background: linear-gradient(to bottom, #0c3c89, #084493);
  background: linear-gradient(to bottom, #0c3c89, #084493);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #084493;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0c3c89;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #084493, #044c9c);
  -moz-background: linear-gradient(to bottom, #084493, #044c9c);
  -ms-background: linear-gradient(to bottom, #084493, #044c9c);
  -o-background: linear-gradient(to bottom, #084493, #044c9c);
  background: linear-gradient(to bottom, #084493, #044c9c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #044c9c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #084493;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #044c9c, #0054a6);
  -moz-background: linear-gradient(to bottom, #044c9c, #0054a6);
  -ms-background: linear-gradient(to bottom, #044c9c, #0054a6);
  -o-background: linear-gradient(to bottom, #044c9c, #0054a6);
  background: linear-gradient(to bottom, #044c9c, #0054a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0054a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #044c9c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0054a6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0054a6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nanyang-technological-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nanyang-technological-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nanyang-technological-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nanyang-technological-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0054a6;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .referrals-advocate__overlay {
  background-color: #0054a6;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .referrals-advocate__steps-circle {
  fill: #0054a6;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .referrals-advocate__testimonial {
  background-color: #0054a6;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0054a6;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.nanyang-technological-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0054a6;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .terms__title {
  border-color: #1b1c62;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .terms__links {
  color: #0054a6;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nanyang-technological-university .referral-tooltip__image path {
  fill: #0054a6;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.nanyang-technological-university .main-header,
.nanyang-technological-university .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #782f40;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5d2431;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:focus:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:focus:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:not(:disabled):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:not(:disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:not(.disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:not(:disabled):active:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header__menu__btn:not(.disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:checked,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:focus:hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:focus:active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:not(:disabled):hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:not(:disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:not(.disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #782f40;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:focus:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:focus:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:not(:disabled):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:not(:disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:not(.disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:not(:disabled):active:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header .nav__link:not(.disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:checked,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:focus:hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:focus:active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:not(:disabled):hover,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:not(:disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:not(.disabled):active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:not(:disabled):active:focus,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer .nav__link:not(.disabled):active:focus {
  color: #5d2431;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-out .btn:not(.btn--social), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-in .btn--primary {
  background-color: #898d8d;
  border-color: #898d8d;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-out .btn:not(.btn--social):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-out .btn:not(.btn--social):focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-out .btn:not(.btn--social):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-in .btn--primary:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-in .btn--primary:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-in .btn--primary:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #898d8d;
  box-shadow: none;
  color: #898d8d;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__btn:hover span,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__btn:hover span::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__btn:hover span::before,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__btn:focus span,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__btn:focus span::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__btn:focus span::before {
  background-color: #782f40;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #782f40;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .nav__sidebar ul .profile__no-menu-link:hover {
  color: #782f40;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__list li:hover::after {
  border-color: rgba(120, 47, 64, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__list li:hover .heading-3 {
  color: #782f40;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:focus:hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:focus:active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:not(:disabled):hover, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:not(:disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:not(.disabled):active, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:not(:disabled):active:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__link:not(.disabled):active:focus {
  color: #782f40;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__actions:hover .profile__icn g,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .profile__actions:focus .profile__icn g {
  fill: #782f40;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .students__classmate:hover .students__thumbnail,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #782f40, 0 0 0 1px #782f40 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .pagination__page-link:hover::after {
  border-color: rgba(120, 47, 64, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modal__bg-icn {
  fill: #782f40;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .payments__paragraph--initial, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form__input:-webkit-autofill, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .StripeElement:-webkit-autofill, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form__input:-webkit-autofill:focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form__input:-internal-autofill-selected, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(137, 141, 141, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(137, 141, 141, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(137, 141, 141, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(137, 141, 141, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(137, 141, 141, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form__input:-moz-autofill, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .StripeElement:-moz-autofill, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form__input:-moz-autofill-preview, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .StripeElement:-moz-autofill-preview {
  filter: rgba(137, 141, 141, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:hover + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:hover + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:active + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:active + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:checked + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:checked + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus:hover + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus:hover + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus:active + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus:active + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):hover + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):active + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):active + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(.disabled):active + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(.disabled):active + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):active:focus + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #782f40;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:hover + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:active + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:checked + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus:hover + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:focus:active + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #782f40 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input:checked + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input:checked + label.collection_radio_buttons::before {
  background: #782f40;
  border-color: #782f40;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input:valid:focus:checked + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input.valid:focus:checked + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input--valid:focus:checked + label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #782f40;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .electives .form-radio__input:checked + label::before {
  background-color: #782f40;
  border: 3px solid #782f40;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .enrollment__icon path {
  fill: #898d8d;
  stroke: #898d8d;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .enrollment__icon tspan {
  fill: #898d8d;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li:hover::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li.selected::after {
  border-color: rgba(120, 47, 64, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li::before {
  color: rgba(120, 47, 64, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(120, 47, 64, 0.4);
  border-color: rgba(120, 47, 64, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li .modules__btn:hover::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(120, 47, 64, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .tabs__li:hover {
  border-color: rgba(120, 47, 64, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .tabs__label {
  border-bottom-color: #782f40;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #782f40;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .survey__success .check {
  fill: #782f40;
  stroke: #782f40;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .electives__checkbox:checked + label::before,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .program-card__checkbox:checked + label::before {
  background-color: #782f40;
  border-color: #782f40;
  color: #782f40;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .electives__checkbox:checked ~ .program-card__content,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .program-card__checkbox:checked ~ .program-card__content {
  border-color: #782f40;
  box-shadow: 0 0 0 1px #782f40 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .canvas-assignments__submission-type::before {
  border-color: #782f40;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .canvas-assignments__submission-type::after {
  border-color: #782f40;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .canvas-assignments__submission-type:hover {
  background-color: rgba(120, 47, 64, 0.1);
  border-color: #782f40;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .canvas-assignments__submission-type.typed--selected, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(120, 47, 64, 0.1);
  border-color: #782f40;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(1),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(1), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #bb526a, #b24d64);
  -moz-background: linear-gradient(to right, #bb526a, #b24d64);
  -ms-background: linear-gradient(to right, #bb526a, #b24d64);
  -o-background: linear-gradient(to right, #bb526a, #b24d64);
  background: linear-gradient(to right, #bb526a, #b24d64);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(1)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(1)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #b24d64;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(2),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(2), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #b24d64, #a8485e);
  -moz-background: linear-gradient(to right, #b24d64, #a8485e);
  -ms-background: linear-gradient(to right, #b24d64, #a8485e);
  -o-background: linear-gradient(to right, #b24d64, #a8485e);
  background: linear-gradient(to right, #b24d64, #a8485e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(2)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(2)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #a8485e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(3),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(3), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #a8485e, #9e4358);
  -moz-background: linear-gradient(to right, #a8485e, #9e4358);
  -ms-background: linear-gradient(to right, #a8485e, #9e4358);
  -o-background: linear-gradient(to right, #a8485e, #9e4358);
  background: linear-gradient(to right, #a8485e, #9e4358);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(3)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(3)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #9e4358;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(4),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(4), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #9e4358, #953e52);
  -moz-background: linear-gradient(to right, #9e4358, #953e52);
  -ms-background: linear-gradient(to right, #9e4358, #953e52);
  -o-background: linear-gradient(to right, #9e4358, #953e52);
  background: linear-gradient(to right, #9e4358, #953e52);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(4)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(4)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #953e52;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(5),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(5), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #953e52, #8b394c);
  -moz-background: linear-gradient(to right, #953e52, #8b394c);
  -ms-background: linear-gradient(to right, #953e52, #8b394c);
  -o-background: linear-gradient(to right, #953e52, #8b394c);
  background: linear-gradient(to right, #953e52, #8b394c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(5)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(5)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #8b394c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(6),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(6), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #8b394c, #823446);
  -moz-background: linear-gradient(to right, #8b394c, #823446);
  -ms-background: linear-gradient(to right, #8b394c, #823446);
  -o-background: linear-gradient(to right, #8b394c, #823446);
  background: linear-gradient(to right, #8b394c, #823446);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(6)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(6)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #823446;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(7),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(7), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #823446, #782f40);
  -moz-background: linear-gradient(to right, #823446, #782f40);
  -ms-background: linear-gradient(to right, #823446, #782f40);
  -o-background: linear-gradient(to right, #823446, #782f40);
  background: linear-gradient(to right, #823446, #782f40);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(7)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(7)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #782f40;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(n+8),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(n+8), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #782f40;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--active:nth-child(n+8)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .step--completed:nth-child(n+8)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #782f40;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved {
  color: #782f40;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #bb526a, #b24d64);
  -moz-background: linear-gradient(to bottom, #bb526a, #b24d64);
  -ms-background: linear-gradient(to bottom, #bb526a, #b24d64);
  -o-background: linear-gradient(to bottom, #bb526a, #b24d64);
  background: linear-gradient(to bottom, #bb526a, #b24d64);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #b24d64;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #bb526a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #b24d64, #a8485e);
  -moz-background: linear-gradient(to bottom, #b24d64, #a8485e);
  -ms-background: linear-gradient(to bottom, #b24d64, #a8485e);
  -o-background: linear-gradient(to bottom, #b24d64, #a8485e);
  background: linear-gradient(to bottom, #b24d64, #a8485e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #a8485e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #b24d64;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #a8485e, #9e4358);
  -moz-background: linear-gradient(to bottom, #a8485e, #9e4358);
  -ms-background: linear-gradient(to bottom, #a8485e, #9e4358);
  -o-background: linear-gradient(to bottom, #a8485e, #9e4358);
  background: linear-gradient(to bottom, #a8485e, #9e4358);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #9e4358;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #a8485e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #9e4358, #953e52);
  -moz-background: linear-gradient(to bottom, #9e4358, #953e52);
  -ms-background: linear-gradient(to bottom, #9e4358, #953e52);
  -o-background: linear-gradient(to bottom, #9e4358, #953e52);
  background: linear-gradient(to bottom, #9e4358, #953e52);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #953e52;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #9e4358;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #953e52, #8b394c);
  -moz-background: linear-gradient(to bottom, #953e52, #8b394c);
  -ms-background: linear-gradient(to bottom, #953e52, #8b394c);
  -o-background: linear-gradient(to bottom, #953e52, #8b394c);
  background: linear-gradient(to bottom, #953e52, #8b394c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #8b394c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #953e52;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #8b394c, #823446);
  -moz-background: linear-gradient(to bottom, #8b394c, #823446);
  -ms-background: linear-gradient(to bottom, #8b394c, #823446);
  -o-background: linear-gradient(to bottom, #8b394c, #823446);
  background: linear-gradient(to bottom, #8b394c, #823446);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #823446;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #8b394c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #823446, #782f40);
  -moz-background: linear-gradient(to bottom, #823446, #782f40);
  -ms-background: linear-gradient(to bottom, #823446, #782f40);
  -o-background: linear-gradient(to bottom, #823446, #782f40);
  background: linear-gradient(to bottom, #823446, #782f40);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #782f40;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #823446;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #782f40;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #782f40;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #782f40;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .sidebar .steps .steps__label-toggle {
  background-color: #782f40;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .sidebar .steps .step--active {
  border-left: 0.5rem solid #782f40;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #898d8d, #878082);
  -moz-background: linear-gradient(to right, #898d8d, #878082);
  -ms-background: linear-gradient(to right, #898d8d, #878082);
  -o-background: linear-gradient(to right, #898d8d, #878082);
  background: linear-gradient(to right, #898d8d, #878082);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #878082;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #878082, #847277);
  -moz-background: linear-gradient(to right, #878082, #847277);
  -ms-background: linear-gradient(to right, #878082, #847277);
  -o-background: linear-gradient(to right, #878082, #847277);
  background: linear-gradient(to right, #878082, #847277);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #847277;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #847277, #82656c);
  -moz-background: linear-gradient(to right, #847277, #82656c);
  -ms-background: linear-gradient(to right, #847277, #82656c);
  -o-background: linear-gradient(to right, #847277, #82656c);
  background: linear-gradient(to right, #847277, #82656c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #82656c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #82656c, #7f5761);
  -moz-background: linear-gradient(to right, #82656c, #7f5761);
  -ms-background: linear-gradient(to right, #82656c, #7f5761);
  -o-background: linear-gradient(to right, #82656c, #7f5761);
  background: linear-gradient(to right, #82656c, #7f5761);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #7f5761;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #7f5761, #7d4a56);
  -moz-background: linear-gradient(to right, #7f5761, #7d4a56);
  -ms-background: linear-gradient(to right, #7f5761, #7d4a56);
  -o-background: linear-gradient(to right, #7f5761, #7d4a56);
  background: linear-gradient(to right, #7f5761, #7d4a56);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #7d4a56;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #7d4a56, #7a3c4b);
  -moz-background: linear-gradient(to right, #7d4a56, #7a3c4b);
  -ms-background: linear-gradient(to right, #7d4a56, #7a3c4b);
  -o-background: linear-gradient(to right, #7d4a56, #7a3c4b);
  background: linear-gradient(to right, #7d4a56, #7a3c4b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #7a3c4b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #7a3c4b, #782f40);
  -moz-background: linear-gradient(to right, #7a3c4b, #782f40);
  -ms-background: linear-gradient(to right, #7a3c4b, #782f40);
  -o-background: linear-gradient(to right, #7a3c4b, #782f40);
  background: linear-gradient(to right, #7a3c4b, #782f40);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #782f40;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #782f40;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #782f40;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #898d8d, #878082);
  -moz-background: linear-gradient(to bottom, #898d8d, #878082);
  -ms-background: linear-gradient(to bottom, #898d8d, #878082);
  -o-background: linear-gradient(to bottom, #898d8d, #878082);
  background: linear-gradient(to bottom, #898d8d, #878082);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #878082;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #898d8d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #878082, #847277);
  -moz-background: linear-gradient(to bottom, #878082, #847277);
  -ms-background: linear-gradient(to bottom, #878082, #847277);
  -o-background: linear-gradient(to bottom, #878082, #847277);
  background: linear-gradient(to bottom, #878082, #847277);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #847277;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #878082;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #847277, #82656c);
  -moz-background: linear-gradient(to bottom, #847277, #82656c);
  -ms-background: linear-gradient(to bottom, #847277, #82656c);
  -o-background: linear-gradient(to bottom, #847277, #82656c);
  background: linear-gradient(to bottom, #847277, #82656c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #82656c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #847277;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #82656c, #7f5761);
  -moz-background: linear-gradient(to bottom, #82656c, #7f5761);
  -ms-background: linear-gradient(to bottom, #82656c, #7f5761);
  -o-background: linear-gradient(to bottom, #82656c, #7f5761);
  background: linear-gradient(to bottom, #82656c, #7f5761);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #7f5761;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #82656c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #7f5761, #7d4a56);
  -moz-background: linear-gradient(to bottom, #7f5761, #7d4a56);
  -ms-background: linear-gradient(to bottom, #7f5761, #7d4a56);
  -o-background: linear-gradient(to bottom, #7f5761, #7d4a56);
  background: linear-gradient(to bottom, #7f5761, #7d4a56);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #7d4a56;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #7f5761;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #7d4a56, #7a3c4b);
  -moz-background: linear-gradient(to bottom, #7d4a56, #7a3c4b);
  -ms-background: linear-gradient(to bottom, #7d4a56, #7a3c4b);
  -o-background: linear-gradient(to bottom, #7d4a56, #7a3c4b);
  background: linear-gradient(to bottom, #7d4a56, #7a3c4b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #7a3c4b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #7d4a56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #7a3c4b, #782f40);
  -moz-background: linear-gradient(to bottom, #7a3c4b, #782f40);
  -ms-background: linear-gradient(to bottom, #7a3c4b, #782f40);
  -o-background: linear-gradient(to bottom, #7a3c4b, #782f40);
  background: linear-gradient(to bottom, #7a3c4b, #782f40);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #782f40;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #7a3c4b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #782f40;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #782f40;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #782f40;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate__overlay {
  background-color: #782f40;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate__steps-circle {
  fill: #782f40;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate__testimonial {
  background-color: #782f40;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #782f40;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #782f40;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .terms__title {
  border-color: #898d8d;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .terms__links {
  color: #782f40;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .referral-tooltip__image path {
  fill: #782f40;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-header,
.national-university-of-singapore-lee-kuan-yew-school-of-public-policy .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #003d7c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #002a56;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:focus:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:focus:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:not(:disabled):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:not(:disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:not(.disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:not(:disabled):active:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header__menu__btn:not(.disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:checked,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:focus:hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:focus:active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:not(:disabled):hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:not(:disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:not(.disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #003d7c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:focus:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:focus:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:not(:disabled):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:not(:disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:not(.disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:not(:disabled):active:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header .nav__link:not(.disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:checked,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:focus:hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:focus:active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:not(:disabled):hover,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:not(:disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:not(.disabled):active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:not(:disabled):active:focus,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer .nav__link:not(.disabled):active:focus {
  color: #002a56;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-out .btn:not(.btn--social), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-in .btn--primary {
  background-color: #ef7c00;
  border-color: #ef7c00;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-out .btn:not(.btn--social):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-out .btn:not(.btn--social):focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-out .btn:not(.btn--social):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-in .btn--primary:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-in .btn--primary:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-in .btn--primary:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #ef7c00;
  box-shadow: none;
  color: #ef7c00;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__btn:hover span,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__btn:hover span::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__btn:hover span::before,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__btn:focus span,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__btn:focus span::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__btn:focus span::before {
  background-color: #003d7c;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #003d7c;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .nav__sidebar ul .profile__no-menu-link:hover {
  color: #003d7c;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__list li:hover::after {
  border-color: rgba(0, 61, 124, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__list li:hover .heading-3 {
  color: #003d7c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:focus:hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:focus:active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:not(:disabled):hover, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:not(:disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:not(.disabled):active, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:not(:disabled):active:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__link:not(.disabled):active:focus {
  color: #003d7c;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__actions:hover .profile__icn g,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .profile__actions:focus .profile__icn g {
  fill: #003d7c;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .students__classmate:hover .students__thumbnail,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #003d7c, 0 0 0 1px #003d7c inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .pagination__page-link:hover::after {
  border-color: rgba(0, 61, 124, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modal__bg-icn {
  fill: #003d7c;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .payments__paragraph--initial, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form__input:-webkit-autofill, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .StripeElement:-webkit-autofill, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form__input:-webkit-autofill:focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form__input:-internal-autofill-selected, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form__input:-moz-autofill, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .StripeElement:-moz-autofill, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form__input:-moz-autofill-preview, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .StripeElement:-moz-autofill-preview {
  filter: rgba(239, 124, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:hover + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:hover + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:active + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:active + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:checked + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:checked + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus:hover + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus:hover + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus:active + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus:active + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):hover + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):active + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):active + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(.disabled):active + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(.disabled):active + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):active:focus + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #003d7c;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:hover + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:active + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:checked + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus:hover + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:focus:active + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #003d7c inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input:checked + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input:checked + label.collection_radio_buttons::before {
  background: #003d7c;
  border-color: #003d7c;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input:valid:focus:checked + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input.valid:focus:checked + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input--valid:focus:checked + label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #003d7c;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .electives .form-radio__input:checked + label::before {
  background-color: #003d7c;
  border: 3px solid #003d7c;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .enrollment__icon path {
  fill: #ef7c00;
  stroke: #ef7c00;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .enrollment__icon tspan {
  fill: #ef7c00;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li:hover::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li.selected::after {
  border-color: rgba(0, 61, 124, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li::before {
  color: rgba(0, 61, 124, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 61, 124, 0.4);
  border-color: rgba(0, 61, 124, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li .modules__btn:hover::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 61, 124, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .tabs__li:hover {
  border-color: rgba(0, 61, 124, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .tabs__label {
  border-bottom-color: #003d7c;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #003d7c;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .survey__success .check {
  fill: #003d7c;
  stroke: #003d7c;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .electives__checkbox:checked + label::before,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .program-card__checkbox:checked + label::before {
  background-color: #003d7c;
  border-color: #003d7c;
  color: #003d7c;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .electives__checkbox:checked ~ .program-card__content,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .program-card__checkbox:checked ~ .program-card__content {
  border-color: #003d7c;
  box-shadow: 0 0 0 1px #003d7c inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .canvas-assignments__submission-type::before {
  border-color: #003d7c;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .canvas-assignments__submission-type::after {
  border-color: #003d7c;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 61, 124, 0.1);
  border-color: #003d7c;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .canvas-assignments__submission-type.typed--selected, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 61, 124, 0.1);
  border-color: #003d7c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(1),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(1), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #006fe2, #0068d3);
  -moz-background: linear-gradient(to right, #006fe2, #0068d3);
  -ms-background: linear-gradient(to right, #006fe2, #0068d3);
  -o-background: linear-gradient(to right, #006fe2, #0068d3);
  background: linear-gradient(to right, #006fe2, #0068d3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(1)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(1)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0068d3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(2),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(2), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0068d3, #0061c5);
  -moz-background: linear-gradient(to right, #0068d3, #0061c5);
  -ms-background: linear-gradient(to right, #0068d3, #0061c5);
  -o-background: linear-gradient(to right, #0068d3, #0061c5);
  background: linear-gradient(to right, #0068d3, #0061c5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(2)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(2)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0061c5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(3),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(3), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0061c5, #005ab6);
  -moz-background: linear-gradient(to right, #0061c5, #005ab6);
  -ms-background: linear-gradient(to right, #0061c5, #005ab6);
  -o-background: linear-gradient(to right, #0061c5, #005ab6);
  background: linear-gradient(to right, #0061c5, #005ab6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(3)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(3)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #005ab6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(4),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(4), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #005ab6, #0053a8);
  -moz-background: linear-gradient(to right, #005ab6, #0053a8);
  -ms-background: linear-gradient(to right, #005ab6, #0053a8);
  -o-background: linear-gradient(to right, #005ab6, #0053a8);
  background: linear-gradient(to right, #005ab6, #0053a8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(4)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(4)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0053a8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(5),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(5), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0053a8, #004b99);
  -moz-background: linear-gradient(to right, #0053a8, #004b99);
  -ms-background: linear-gradient(to right, #0053a8, #004b99);
  -o-background: linear-gradient(to right, #0053a8, #004b99);
  background: linear-gradient(to right, #0053a8, #004b99);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(5)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(5)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #004b99;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(6),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(6), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #004b99, #00448b);
  -moz-background: linear-gradient(to right, #004b99, #00448b);
  -ms-background: linear-gradient(to right, #004b99, #00448b);
  -o-background: linear-gradient(to right, #004b99, #00448b);
  background: linear-gradient(to right, #004b99, #00448b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(6)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(6)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00448b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(7),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(7), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00448b, #003d7c);
  -moz-background: linear-gradient(to right, #00448b, #003d7c);
  -ms-background: linear-gradient(to right, #00448b, #003d7c);
  -o-background: linear-gradient(to right, #00448b, #003d7c);
  background: linear-gradient(to right, #00448b, #003d7c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(7)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(7)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #003d7c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(n+8),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(n+8), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #003d7c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--active:nth-child(n+8)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .step--completed:nth-child(n+8)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #003d7c;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved {
  color: #003d7c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #006fe2, #0068d3);
  -moz-background: linear-gradient(to bottom, #006fe2, #0068d3);
  -ms-background: linear-gradient(to bottom, #006fe2, #0068d3);
  -o-background: linear-gradient(to bottom, #006fe2, #0068d3);
  background: linear-gradient(to bottom, #006fe2, #0068d3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0068d3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #006fe2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0068d3, #0061c5);
  -moz-background: linear-gradient(to bottom, #0068d3, #0061c5);
  -ms-background: linear-gradient(to bottom, #0068d3, #0061c5);
  -o-background: linear-gradient(to bottom, #0068d3, #0061c5);
  background: linear-gradient(to bottom, #0068d3, #0061c5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0061c5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0068d3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0061c5, #005ab6);
  -moz-background: linear-gradient(to bottom, #0061c5, #005ab6);
  -ms-background: linear-gradient(to bottom, #0061c5, #005ab6);
  -o-background: linear-gradient(to bottom, #0061c5, #005ab6);
  background: linear-gradient(to bottom, #0061c5, #005ab6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #005ab6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0061c5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #005ab6, #0053a8);
  -moz-background: linear-gradient(to bottom, #005ab6, #0053a8);
  -ms-background: linear-gradient(to bottom, #005ab6, #0053a8);
  -o-background: linear-gradient(to bottom, #005ab6, #0053a8);
  background: linear-gradient(to bottom, #005ab6, #0053a8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0053a8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #005ab6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0053a8, #004b99);
  -moz-background: linear-gradient(to bottom, #0053a8, #004b99);
  -ms-background: linear-gradient(to bottom, #0053a8, #004b99);
  -o-background: linear-gradient(to bottom, #0053a8, #004b99);
  background: linear-gradient(to bottom, #0053a8, #004b99);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #004b99;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0053a8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #004b99, #00448b);
  -moz-background: linear-gradient(to bottom, #004b99, #00448b);
  -ms-background: linear-gradient(to bottom, #004b99, #00448b);
  -o-background: linear-gradient(to bottom, #004b99, #00448b);
  background: linear-gradient(to bottom, #004b99, #00448b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00448b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #004b99;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00448b, #003d7c);
  -moz-background: linear-gradient(to bottom, #00448b, #003d7c);
  -ms-background: linear-gradient(to bottom, #00448b, #003d7c);
  -o-background: linear-gradient(to bottom, #00448b, #003d7c);
  background: linear-gradient(to bottom, #00448b, #003d7c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #003d7c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00448b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #003d7c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #003d7c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #003d7c;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .sidebar .steps .steps__label-toggle {
  background-color: #003d7c;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .sidebar .steps .step--active {
  border-left: 0.5rem solid #003d7c;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ef7c00, #cd7312);
  -moz-background: linear-gradient(to right, #ef7c00, #cd7312);
  -ms-background: linear-gradient(to right, #ef7c00, #cd7312);
  -o-background: linear-gradient(to right, #ef7c00, #cd7312);
  background: linear-gradient(to right, #ef7c00, #cd7312);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #cd7312;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #cd7312, #ab6a23);
  -moz-background: linear-gradient(to right, #cd7312, #ab6a23);
  -ms-background: linear-gradient(to right, #cd7312, #ab6a23);
  -o-background: linear-gradient(to right, #cd7312, #ab6a23);
  background: linear-gradient(to right, #cd7312, #ab6a23);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ab6a23;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ab6a23, #896135);
  -moz-background: linear-gradient(to right, #ab6a23, #896135);
  -ms-background: linear-gradient(to right, #ab6a23, #896135);
  -o-background: linear-gradient(to right, #ab6a23, #896135);
  background: linear-gradient(to right, #ab6a23, #896135);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #896135;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #896135, #665847);
  -moz-background: linear-gradient(to right, #896135, #665847);
  -ms-background: linear-gradient(to right, #896135, #665847);
  -o-background: linear-gradient(to right, #896135, #665847);
  background: linear-gradient(to right, #896135, #665847);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #665847;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #665847, #444f59);
  -moz-background: linear-gradient(to right, #665847, #444f59);
  -ms-background: linear-gradient(to right, #665847, #444f59);
  -o-background: linear-gradient(to right, #665847, #444f59);
  background: linear-gradient(to right, #665847, #444f59);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #444f59;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #444f59, #22466a);
  -moz-background: linear-gradient(to right, #444f59, #22466a);
  -ms-background: linear-gradient(to right, #444f59, #22466a);
  -o-background: linear-gradient(to right, #444f59, #22466a);
  background: linear-gradient(to right, #444f59, #22466a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #22466a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #22466a, #003d7c);
  -moz-background: linear-gradient(to right, #22466a, #003d7c);
  -ms-background: linear-gradient(to right, #22466a, #003d7c);
  -o-background: linear-gradient(to right, #22466a, #003d7c);
  background: linear-gradient(to right, #22466a, #003d7c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #003d7c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #003d7c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #003d7c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #cd7312);
  -moz-background: linear-gradient(to bottom, #ef7c00, #cd7312);
  -ms-background: linear-gradient(to bottom, #ef7c00, #cd7312);
  -o-background: linear-gradient(to bottom, #ef7c00, #cd7312);
  background: linear-gradient(to bottom, #ef7c00, #cd7312);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #cd7312;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #cd7312, #ab6a23);
  -moz-background: linear-gradient(to bottom, #cd7312, #ab6a23);
  -ms-background: linear-gradient(to bottom, #cd7312, #ab6a23);
  -o-background: linear-gradient(to bottom, #cd7312, #ab6a23);
  background: linear-gradient(to bottom, #cd7312, #ab6a23);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ab6a23;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #cd7312;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab6a23, #896135);
  -moz-background: linear-gradient(to bottom, #ab6a23, #896135);
  -ms-background: linear-gradient(to bottom, #ab6a23, #896135);
  -o-background: linear-gradient(to bottom, #ab6a23, #896135);
  background: linear-gradient(to bottom, #ab6a23, #896135);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #896135;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ab6a23;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #896135, #665847);
  -moz-background: linear-gradient(to bottom, #896135, #665847);
  -ms-background: linear-gradient(to bottom, #896135, #665847);
  -o-background: linear-gradient(to bottom, #896135, #665847);
  background: linear-gradient(to bottom, #896135, #665847);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #665847;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #896135;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #665847, #444f59);
  -moz-background: linear-gradient(to bottom, #665847, #444f59);
  -ms-background: linear-gradient(to bottom, #665847, #444f59);
  -o-background: linear-gradient(to bottom, #665847, #444f59);
  background: linear-gradient(to bottom, #665847, #444f59);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #444f59;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #665847;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #444f59, #22466a);
  -moz-background: linear-gradient(to bottom, #444f59, #22466a);
  -ms-background: linear-gradient(to bottom, #444f59, #22466a);
  -o-background: linear-gradient(to bottom, #444f59, #22466a);
  background: linear-gradient(to bottom, #444f59, #22466a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #22466a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #444f59;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #22466a, #003d7c);
  -moz-background: linear-gradient(to bottom, #22466a, #003d7c);
  -ms-background: linear-gradient(to bottom, #22466a, #003d7c);
  -o-background: linear-gradient(to bottom, #22466a, #003d7c);
  background: linear-gradient(to bottom, #22466a, #003d7c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #003d7c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #22466a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #003d7c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #003d7c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #003d7c;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate__overlay {
  background-color: #003d7c;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate__steps-circle {
  fill: #003d7c;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate__testimonial {
  background-color: #003d7c;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #003d7c;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #003d7c;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .terms__title {
  border-color: #ef7c00;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .terms__links {
  color: #003d7c;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.national-university-of-singapore-yong-loo-lin-school-of-medicine .referral-tooltip__image path {
  fill: #003d7c;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-header,
.national-university-of-singapore-yong-loo-lin-school-of-medicine .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0054a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ntu-nanyang-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004180;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .main-header__menu__btn:hover, .white-label.ntu-nanyang-business-school .main-header__menu__btn:focus, .white-label.ntu-nanyang-business-school .main-header__menu__btn:active, .white-label.ntu-nanyang-business-school .main-header__menu__btn:checked, .white-label.ntu-nanyang-business-school .main-header__menu__btn:focus:hover, .white-label.ntu-nanyang-business-school .main-header__menu__btn:focus:active, .white-label.ntu-nanyang-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.ntu-nanyang-business-school .main-header__menu__btn:not(:disabled):active, .white-label.ntu-nanyang-business-school .main-header__menu__btn:not(.disabled):active, .white-label.ntu-nanyang-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.ntu-nanyang-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:hover,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:focus,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:active,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:checked,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:focus:hover,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:focus:active,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ntu-nanyang-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0054a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .main-header .nav__link:hover, .white-label.ntu-nanyang-business-school .main-header .nav__link:focus, .white-label.ntu-nanyang-business-school .main-header .nav__link:active, .white-label.ntu-nanyang-business-school .main-header .nav__link:checked, .white-label.ntu-nanyang-business-school .main-header .nav__link:focus:hover, .white-label.ntu-nanyang-business-school .main-header .nav__link:focus:active, .white-label.ntu-nanyang-business-school .main-header .nav__link:not(:disabled):hover, .white-label.ntu-nanyang-business-school .main-header .nav__link:not(:disabled):active, .white-label.ntu-nanyang-business-school .main-header .nav__link:not(.disabled):active, .white-label.ntu-nanyang-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.ntu-nanyang-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:hover,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:focus,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:active,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:checked,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:focus:hover,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:focus:active,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ntu-nanyang-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #004180;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school.signed-out .btn:not(.btn--social), .white-label.ntu-nanyang-business-school.signed-in .btn--primary {
  background-color: #181c62;
  border-color: #181c62;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.signed-out .btn:not(.btn--social):hover, .white-label.ntu-nanyang-business-school.signed-out .btn:not(.btn--social):focus, .white-label.ntu-nanyang-business-school.signed-out .btn:not(.btn--social):active, .white-label.ntu-nanyang-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ntu-nanyang-business-school.signed-in .btn--primary:hover, .white-label.ntu-nanyang-business-school.signed-in .btn--primary:focus, .white-label.ntu-nanyang-business-school.signed-in .btn--primary:active, .white-label.ntu-nanyang-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #181c62;
  box-shadow: none;
  color: #181c62;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .nav__btn:hover span,
.white-label.ntu-nanyang-business-school .nav__btn:hover span::after,
.white-label.ntu-nanyang-business-school .nav__btn:hover span::before,
.white-label.ntu-nanyang-business-school .nav__btn:focus span,
.white-label.ntu-nanyang-business-school .nav__btn:focus span::after,
.white-label.ntu-nanyang-business-school .nav__btn:focus span::before {
  background-color: #0054a6;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ntu-nanyang-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0054a6;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0054a6;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__list li:hover::after {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__list li:hover .heading-3 {
  color: #0054a6;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .profile__link:hover, .white-label.ntu-nanyang-business-school .profile__link:focus, .white-label.ntu-nanyang-business-school .profile__link:active, .white-label.ntu-nanyang-business-school .profile__link:checked, .white-label.ntu-nanyang-business-school .profile__link:focus:hover, .white-label.ntu-nanyang-business-school .profile__link:focus:active, .white-label.ntu-nanyang-business-school .profile__link:not(:disabled):hover, .white-label.ntu-nanyang-business-school .profile__link:not(:disabled):active, .white-label.ntu-nanyang-business-school .profile__link:not(.disabled):active, .white-label.ntu-nanyang-business-school .profile__link:not(:disabled):active:focus, .white-label.ntu-nanyang-business-school .profile__link:not(.disabled):active:focus {
  color: #0054a6;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .profile__actions:hover .profile__icn g,
.white-label.ntu-nanyang-business-school .profile__actions:focus .profile__icn g {
  fill: #0054a6;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .students__classmate:hover .students__thumbnail,
.white-label.ntu-nanyang-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0054a6, 0 0 0 1px #0054a6 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .pagination__page-link:hover::after {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modal__bg-icn {
  fill: #0054a6;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .payments__paragraph--initial, .white-label.ntu-nanyang-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .form__input:-webkit-autofill, .white-label.ntu-nanyang-business-school .StripeElement:-webkit-autofill, .white-label.ntu-nanyang-business-school .form__input:-webkit-autofill:focus, .white-label.ntu-nanyang-business-school .form__input:-internal-autofill-selected, .white-label.ntu-nanyang-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(24, 28, 98, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(24, 28, 98, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(24, 28, 98, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(24, 28, 98, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(24, 28, 98, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .form__input:-moz-autofill, .white-label.ntu-nanyang-business-school .StripeElement:-moz-autofill, .white-label.ntu-nanyang-business-school .form__input:-moz-autofill-preview, .white-label.ntu-nanyang-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(24, 28, 98, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .form-radio__input:hover + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:hover + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:focus + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:focus + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:active + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:active + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:checked + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:checked + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:focus:hover + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:focus:active + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:focus:active + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ntu-nanyang-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ntu-nanyang-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0054a6;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:active + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ntu-nanyang-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0054a6 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .form-check-input:checked + label::before, .white-label.ntu-nanyang-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0054a6;
  border-color: #0054a6;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .form-check-input:valid:focus:checked + label::before, .white-label.ntu-nanyang-business-school .form-check-input.valid:focus:checked + label::before, .white-label.ntu-nanyang-business-school .form-check-input--valid:focus:checked + label::before, .white-label.ntu-nanyang-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0054a6;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .electives .form-radio__input:checked + label::before {
  background-color: #0054a6;
  border: 3px solid #0054a6;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .enrollment__icon path {
  fill: #181c62;
  stroke: #181c62;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .enrollment__icon tspan {
  fill: #181c62;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__tasks li:hover::after, .white-label.ntu-nanyang-business-school .modules__tasks li.selected::after {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__tasks li::before {
  color: rgba(0, 84, 166, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 84, 166, 0.4);
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .modules__tasks li .modules__btn:hover::after, .white-label.ntu-nanyang-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 84, 166, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .tabs__li:hover {
  border-color: rgba(0, 84, 166, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .tabs__label {
  border-bottom-color: #0054a6;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ntu-nanyang-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0054a6;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .survey__success .check {
  fill: #0054a6;
  stroke: #0054a6;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .electives__checkbox:checked + label::before,
.white-label.ntu-nanyang-business-school .program-card__checkbox:checked + label::before {
  background-color: #0054a6;
  border-color: #0054a6;
  color: #0054a6;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.ntu-nanyang-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0054a6;
  box-shadow: 0 0 0 1px #0054a6 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .canvas-assignments__submission-type::before {
  border-color: #0054a6;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .canvas-assignments__submission-type::after {
  border-color: #0054a6;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 84, 166, 0.1);
  border-color: #0054a6;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .canvas-assignments__submission-type.typed--selected, .white-label.ntu-nanyang-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 84, 166, 0.1);
  border-color: #0054a6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(1),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(1), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0d87ff, #0b80f2);
  -moz-background: linear-gradient(to right, #0d87ff, #0b80f2);
  -ms-background: linear-gradient(to right, #0d87ff, #0b80f2);
  -o-background: linear-gradient(to right, #0d87ff, #0b80f2);
  background: linear-gradient(to right, #0d87ff, #0b80f2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0b80f2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(2),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(2), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0b80f2, #0979e6);
  -moz-background: linear-gradient(to right, #0b80f2, #0979e6);
  -ms-background: linear-gradient(to right, #0b80f2, #0979e6);
  -o-background: linear-gradient(to right, #0b80f2, #0979e6);
  background: linear-gradient(to right, #0b80f2, #0979e6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0979e6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(3),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(3), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0979e6, #0771d9);
  -moz-background: linear-gradient(to right, #0979e6, #0771d9);
  -ms-background: linear-gradient(to right, #0979e6, #0771d9);
  -o-background: linear-gradient(to right, #0979e6, #0771d9);
  background: linear-gradient(to right, #0979e6, #0771d9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0771d9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(4),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(4), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0771d9, #066acc);
  -moz-background: linear-gradient(to right, #0771d9, #066acc);
  -ms-background: linear-gradient(to right, #0771d9, #066acc);
  -o-background: linear-gradient(to right, #0771d9, #066acc);
  background: linear-gradient(to right, #0771d9, #066acc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #066acc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(5),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(5), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #066acc, #0463bf);
  -moz-background: linear-gradient(to right, #066acc, #0463bf);
  -ms-background: linear-gradient(to right, #066acc, #0463bf);
  -o-background: linear-gradient(to right, #066acc, #0463bf);
  background: linear-gradient(to right, #066acc, #0463bf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0463bf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(6),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(6), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0463bf, #025bb3);
  -moz-background: linear-gradient(to right, #0463bf, #025bb3);
  -ms-background: linear-gradient(to right, #0463bf, #025bb3);
  -o-background: linear-gradient(to right, #0463bf, #025bb3);
  background: linear-gradient(to right, #0463bf, #025bb3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #025bb3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(7),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(7), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #025bb3, #0054a6);
  -moz-background: linear-gradient(to right, #025bb3, #0054a6);
  -ms-background: linear-gradient(to right, #025bb3, #0054a6);
  -o-background: linear-gradient(to right, #025bb3, #0054a6);
  background: linear-gradient(to right, #025bb3, #0054a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0054a6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0054a6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ntu-nanyang-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0054a6;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved {
  color: #0054a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  -moz-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  -ms-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  -o-background: linear-gradient(to bottom, #0d87ff, #0b80f2);
  background: linear-gradient(to bottom, #0d87ff, #0b80f2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0b80f2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0d87ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  -moz-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  -ms-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  -o-background: linear-gradient(to bottom, #0b80f2, #0979e6);
  background: linear-gradient(to bottom, #0b80f2, #0979e6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0979e6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0b80f2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0979e6, #0771d9);
  -moz-background: linear-gradient(to bottom, #0979e6, #0771d9);
  -ms-background: linear-gradient(to bottom, #0979e6, #0771d9);
  -o-background: linear-gradient(to bottom, #0979e6, #0771d9);
  background: linear-gradient(to bottom, #0979e6, #0771d9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0771d9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0979e6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0771d9, #066acc);
  -moz-background: linear-gradient(to bottom, #0771d9, #066acc);
  -ms-background: linear-gradient(to bottom, #0771d9, #066acc);
  -o-background: linear-gradient(to bottom, #0771d9, #066acc);
  background: linear-gradient(to bottom, #0771d9, #066acc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #066acc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0771d9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #066acc, #0463bf);
  -moz-background: linear-gradient(to bottom, #066acc, #0463bf);
  -ms-background: linear-gradient(to bottom, #066acc, #0463bf);
  -o-background: linear-gradient(to bottom, #066acc, #0463bf);
  background: linear-gradient(to bottom, #066acc, #0463bf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0463bf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #066acc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0463bf, #025bb3);
  -moz-background: linear-gradient(to bottom, #0463bf, #025bb3);
  -ms-background: linear-gradient(to bottom, #0463bf, #025bb3);
  -o-background: linear-gradient(to bottom, #0463bf, #025bb3);
  background: linear-gradient(to bottom, #0463bf, #025bb3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #025bb3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0463bf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #025bb3, #0054a6);
  -moz-background: linear-gradient(to bottom, #025bb3, #0054a6);
  -ms-background: linear-gradient(to bottom, #025bb3, #0054a6);
  -o-background: linear-gradient(to bottom, #025bb3, #0054a6);
  background: linear-gradient(to bottom, #025bb3, #0054a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0054a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #025bb3;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0054a6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0054a6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ntu-nanyang-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ntu-nanyang-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0054a6;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .sidebar .steps .steps__label-toggle {
  background-color: #0054a6;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #0054a6;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #181c62, #15246c);
  -moz-background: linear-gradient(to right, #181c62, #15246c);
  -ms-background: linear-gradient(to right, #181c62, #15246c);
  -o-background: linear-gradient(to right, #181c62, #15246c);
  background: linear-gradient(to right, #181c62, #15246c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #15246c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #15246c, #112c75);
  -moz-background: linear-gradient(to right, #15246c, #112c75);
  -ms-background: linear-gradient(to right, #15246c, #112c75);
  -o-background: linear-gradient(to right, #15246c, #112c75);
  background: linear-gradient(to right, #15246c, #112c75);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #112c75;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #112c75, #0e347f);
  -moz-background: linear-gradient(to right, #112c75, #0e347f);
  -ms-background: linear-gradient(to right, #112c75, #0e347f);
  -o-background: linear-gradient(to right, #112c75, #0e347f);
  background: linear-gradient(to right, #112c75, #0e347f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0e347f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0e347f, #0a3c89);
  -moz-background: linear-gradient(to right, #0e347f, #0a3c89);
  -ms-background: linear-gradient(to right, #0e347f, #0a3c89);
  -o-background: linear-gradient(to right, #0e347f, #0a3c89);
  background: linear-gradient(to right, #0e347f, #0a3c89);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0a3c89;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0a3c89, #074493);
  -moz-background: linear-gradient(to right, #0a3c89, #074493);
  -ms-background: linear-gradient(to right, #0a3c89, #074493);
  -o-background: linear-gradient(to right, #0a3c89, #074493);
  background: linear-gradient(to right, #0a3c89, #074493);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #074493;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #074493, #034c9c);
  -moz-background: linear-gradient(to right, #074493, #034c9c);
  -ms-background: linear-gradient(to right, #074493, #034c9c);
  -o-background: linear-gradient(to right, #074493, #034c9c);
  background: linear-gradient(to right, #074493, #034c9c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #034c9c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #034c9c, #0054a6);
  -moz-background: linear-gradient(to right, #034c9c, #0054a6);
  -ms-background: linear-gradient(to right, #034c9c, #0054a6);
  -o-background: linear-gradient(to right, #034c9c, #0054a6);
  background: linear-gradient(to right, #034c9c, #0054a6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0054a6;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0054a6;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0054a6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #181c62, #15246c);
  -moz-background: linear-gradient(to bottom, #181c62, #15246c);
  -ms-background: linear-gradient(to bottom, #181c62, #15246c);
  -o-background: linear-gradient(to bottom, #181c62, #15246c);
  background: linear-gradient(to bottom, #181c62, #15246c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #15246c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #181c62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #15246c, #112c75);
  -moz-background: linear-gradient(to bottom, #15246c, #112c75);
  -ms-background: linear-gradient(to bottom, #15246c, #112c75);
  -o-background: linear-gradient(to bottom, #15246c, #112c75);
  background: linear-gradient(to bottom, #15246c, #112c75);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #112c75;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #15246c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #112c75, #0e347f);
  -moz-background: linear-gradient(to bottom, #112c75, #0e347f);
  -ms-background: linear-gradient(to bottom, #112c75, #0e347f);
  -o-background: linear-gradient(to bottom, #112c75, #0e347f);
  background: linear-gradient(to bottom, #112c75, #0e347f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0e347f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #112c75;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e347f, #0a3c89);
  -moz-background: linear-gradient(to bottom, #0e347f, #0a3c89);
  -ms-background: linear-gradient(to bottom, #0e347f, #0a3c89);
  -o-background: linear-gradient(to bottom, #0e347f, #0a3c89);
  background: linear-gradient(to bottom, #0e347f, #0a3c89);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0a3c89;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0e347f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a3c89, #074493);
  -moz-background: linear-gradient(to bottom, #0a3c89, #074493);
  -ms-background: linear-gradient(to bottom, #0a3c89, #074493);
  -o-background: linear-gradient(to bottom, #0a3c89, #074493);
  background: linear-gradient(to bottom, #0a3c89, #074493);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #074493;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0a3c89;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #074493, #034c9c);
  -moz-background: linear-gradient(to bottom, #074493, #034c9c);
  -ms-background: linear-gradient(to bottom, #074493, #034c9c);
  -o-background: linear-gradient(to bottom, #074493, #034c9c);
  background: linear-gradient(to bottom, #074493, #034c9c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #034c9c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #074493;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #034c9c, #0054a6);
  -moz-background: linear-gradient(to bottom, #034c9c, #0054a6);
  -ms-background: linear-gradient(to bottom, #034c9c, #0054a6);
  -o-background: linear-gradient(to bottom, #034c9c, #0054a6);
  background: linear-gradient(to bottom, #034c9c, #0054a6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0054a6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #034c9c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0054a6;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0054a6;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ntu-nanyang-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ntu-nanyang-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ntu-nanyang-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ntu-nanyang-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0054a6;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .referrals-advocate__overlay {
  background-color: #0054a6;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .referrals-advocate__steps-circle {
  fill: #0054a6;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .referrals-advocate__testimonial {
  background-color: #0054a6;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0054a6;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ntu-nanyang-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0054a6;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .terms__title {
  border-color: #181c62;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .terms__links {
  color: #0054a6;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ntu-nanyang-business-school .referral-tooltip__image path {
  fill: #0054a6;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ntu-nanyang-business-school .main-header,
.ntu-nanyang-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #ef7c00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.nus-school-of-computing div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #c96800;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .main-header__menu__btn:hover, .white-label.nus-school-of-computing .main-header__menu__btn:focus, .white-label.nus-school-of-computing .main-header__menu__btn:active, .white-label.nus-school-of-computing .main-header__menu__btn:checked, .white-label.nus-school-of-computing .main-header__menu__btn:focus:hover, .white-label.nus-school-of-computing .main-header__menu__btn:focus:active, .white-label.nus-school-of-computing .main-header__menu__btn:not(:disabled):hover, .white-label.nus-school-of-computing .main-header__menu__btn:not(:disabled):active, .white-label.nus-school-of-computing .main-header__menu__btn:not(.disabled):active, .white-label.nus-school-of-computing .main-header__menu__btn:not(:disabled):active:focus, .white-label.nus-school-of-computing .main-header__menu__btn:not(.disabled):active:focus,
.white-label.nus-school-of-computing .main-footer__menu__btn:hover,
.white-label.nus-school-of-computing .main-footer__menu__btn:focus,
.white-label.nus-school-of-computing .main-footer__menu__btn:active,
.white-label.nus-school-of-computing .main-footer__menu__btn:checked,
.white-label.nus-school-of-computing .main-footer__menu__btn:focus:hover,
.white-label.nus-school-of-computing .main-footer__menu__btn:focus:active,
.white-label.nus-school-of-computing .main-footer__menu__btn:not(:disabled):hover,
.white-label.nus-school-of-computing .main-footer__menu__btn:not(:disabled):active,
.white-label.nus-school-of-computing .main-footer__menu__btn:not(.disabled):active,
.white-label.nus-school-of-computing .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.nus-school-of-computing .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #ef7c00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .main-header .nav__link:hover, .white-label.nus-school-of-computing .main-header .nav__link:focus, .white-label.nus-school-of-computing .main-header .nav__link:active, .white-label.nus-school-of-computing .main-header .nav__link:checked, .white-label.nus-school-of-computing .main-header .nav__link:focus:hover, .white-label.nus-school-of-computing .main-header .nav__link:focus:active, .white-label.nus-school-of-computing .main-header .nav__link:not(:disabled):hover, .white-label.nus-school-of-computing .main-header .nav__link:not(:disabled):active, .white-label.nus-school-of-computing .main-header .nav__link:not(.disabled):active, .white-label.nus-school-of-computing .main-header .nav__link:not(:disabled):active:focus, .white-label.nus-school-of-computing .main-header .nav__link:not(.disabled):active:focus,
.white-label.nus-school-of-computing .main-footer .nav__link:hover,
.white-label.nus-school-of-computing .main-footer .nav__link:focus,
.white-label.nus-school-of-computing .main-footer .nav__link:active,
.white-label.nus-school-of-computing .main-footer .nav__link:checked,
.white-label.nus-school-of-computing .main-footer .nav__link:focus:hover,
.white-label.nus-school-of-computing .main-footer .nav__link:focus:active,
.white-label.nus-school-of-computing .main-footer .nav__link:not(:disabled):hover,
.white-label.nus-school-of-computing .main-footer .nav__link:not(:disabled):active,
.white-label.nus-school-of-computing .main-footer .nav__link:not(.disabled):active,
.white-label.nus-school-of-computing .main-footer .nav__link:not(:disabled):active:focus,
.white-label.nus-school-of-computing .main-footer .nav__link:not(.disabled):active:focus {
  color: #c96800;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing.signed-out .btn:not(.btn--social), .white-label.nus-school-of-computing.signed-in .btn--primary {
  background-color: #003d7c;
  border-color: #003d7c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.signed-out .btn:not(.btn--social):hover, .white-label.nus-school-of-computing.signed-out .btn:not(.btn--social):focus, .white-label.nus-school-of-computing.signed-out .btn:not(.btn--social):active, .white-label.nus-school-of-computing.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.nus-school-of-computing.signed-in .btn--primary:hover, .white-label.nus-school-of-computing.signed-in .btn--primary:focus, .white-label.nus-school-of-computing.signed-in .btn--primary:active, .white-label.nus-school-of-computing.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #003d7c;
  box-shadow: none;
  color: #003d7c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .nav__btn:hover span,
.white-label.nus-school-of-computing .nav__btn:hover span::after,
.white-label.nus-school-of-computing .nav__btn:hover span::before,
.white-label.nus-school-of-computing .nav__btn:focus span,
.white-label.nus-school-of-computing .nav__btn:focus span::after,
.white-label.nus-school-of-computing .nav__btn:focus span::before {
  background-color: #ef7c00;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.nus-school-of-computing .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #ef7c00;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .nav__sidebar ul .profile__no-menu-link:hover {
  color: #ef7c00;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__list li:hover::after {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__list li:hover .heading-3 {
  color: #ef7c00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .profile__link:hover, .white-label.nus-school-of-computing .profile__link:focus, .white-label.nus-school-of-computing .profile__link:active, .white-label.nus-school-of-computing .profile__link:checked, .white-label.nus-school-of-computing .profile__link:focus:hover, .white-label.nus-school-of-computing .profile__link:focus:active, .white-label.nus-school-of-computing .profile__link:not(:disabled):hover, .white-label.nus-school-of-computing .profile__link:not(:disabled):active, .white-label.nus-school-of-computing .profile__link:not(.disabled):active, .white-label.nus-school-of-computing .profile__link:not(:disabled):active:focus, .white-label.nus-school-of-computing .profile__link:not(.disabled):active:focus {
  color: #ef7c00;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .profile__actions:hover .profile__icn g,
.white-label.nus-school-of-computing .profile__actions:focus .profile__icn g {
  fill: #ef7c00;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .students__classmate:hover .students__thumbnail,
.white-label.nus-school-of-computing .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #ef7c00, 0 0 0 1px #ef7c00 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .pagination__page-link:hover::after {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modal__bg-icn {
  fill: #ef7c00;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .payments__paragraph--initial, .white-label.nus-school-of-computing .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .form__input:-webkit-autofill, .white-label.nus-school-of-computing .StripeElement:-webkit-autofill, .white-label.nus-school-of-computing .form__input:-webkit-autofill:focus, .white-label.nus-school-of-computing .form__input:-internal-autofill-selected, .white-label.nus-school-of-computing .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 61, 124, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 61, 124, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 61, 124, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 61, 124, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 61, 124, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .form__input:-moz-autofill, .white-label.nus-school-of-computing .StripeElement:-moz-autofill, .white-label.nus-school-of-computing .form__input:-moz-autofill-preview, .white-label.nus-school-of-computing .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 61, 124, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .form-radio__input:hover + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:hover + label::before, .white-label.nus-school-of-computing .form-radio__input:focus + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:focus + label::before, .white-label.nus-school-of-computing .form-radio__input:active + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:active + label::before, .white-label.nus-school-of-computing .form-radio__input:checked + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:checked + label::before, .white-label.nus-school-of-computing .form-radio__input:focus:hover + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:focus:hover + label::before, .white-label.nus-school-of-computing .form-radio__input:focus:active + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:focus:active + label::before, .white-label.nus-school-of-computing .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:not(:disabled):hover + label::before, .white-label.nus-school-of-computing .form-radio__input:not(:disabled):active + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:not(:disabled):active + label::before, .white-label.nus-school-of-computing .form-radio__input:not(.disabled):active + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:not(.disabled):active + label::before, .white-label.nus-school-of-computing .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:not(:disabled):active:focus + label::before, .white-label.nus-school-of-computing .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.nus-school-of-computing .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #ef7c00;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .form-radio__input:hover + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:focus + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:active + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:checked + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:focus:hover + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:focus:active + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.nus-school-of-computing .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #ef7c00 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .form-check-input:checked + label::before, .white-label.nus-school-of-computing .form-check-input:checked + label.collection_radio_buttons::before {
  background: #ef7c00;
  border-color: #ef7c00;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .form-check-input:valid:focus:checked + label::before, .white-label.nus-school-of-computing .form-check-input.valid:focus:checked + label::before, .white-label.nus-school-of-computing .form-check-input--valid:focus:checked + label::before, .white-label.nus-school-of-computing .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #ef7c00;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .electives .form-radio__input:checked + label::before {
  background-color: #ef7c00;
  border: 3px solid #ef7c00;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .enrollment__icon path {
  fill: #003d7c;
  stroke: #003d7c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .enrollment__icon tspan {
  fill: #003d7c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__tasks li:hover::after, .white-label.nus-school-of-computing .modules__tasks li.selected::after {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__tasks li::before {
  color: rgba(239, 124, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(239, 124, 0, 0.4);
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .modules__tasks li .modules__btn:hover::after, .white-label.nus-school-of-computing .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .tabs__li:hover {
  border-color: rgba(239, 124, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .tabs__label {
  border-bottom-color: #ef7c00;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.nus-school-of-computing .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #ef7c00;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .survey__success .check {
  fill: #ef7c00;
  stroke: #ef7c00;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .electives__checkbox:checked + label::before,
.white-label.nus-school-of-computing .program-card__checkbox:checked + label::before {
  background-color: #ef7c00;
  border-color: #ef7c00;
  color: #ef7c00;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .electives__checkbox:checked ~ .program-card__content,
.white-label.nus-school-of-computing .program-card__checkbox:checked ~ .program-card__content {
  border-color: #ef7c00;
  box-shadow: 0 0 0 1px #ef7c00 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .canvas-assignments__submission-type::before {
  border-color: #ef7c00;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .canvas-assignments__submission-type::after {
  border-color: #ef7c00;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .canvas-assignments__submission-type:hover {
  background-color: rgba(239, 124, 0, 0.1);
  border-color: #ef7c00;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .canvas-assignments__submission-type.typed--selected, .white-label.nus-school-of-computing .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(239, 124, 0, 0.1);
  border-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(1),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(1), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ffae56, #fda74a);
  -moz-background: linear-gradient(to right, #ffae56, #fda74a);
  -ms-background: linear-gradient(to right, #ffae56, #fda74a);
  -o-background: linear-gradient(to right, #ffae56, #fda74a);
  background: linear-gradient(to right, #ffae56, #fda74a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(1)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(1)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #fda74a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(2),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(2), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #fda74a, #fa9f3d);
  -moz-background: linear-gradient(to right, #fda74a, #fa9f3d);
  -ms-background: linear-gradient(to right, #fda74a, #fa9f3d);
  -o-background: linear-gradient(to right, #fda74a, #fa9f3d);
  background: linear-gradient(to right, #fda74a, #fa9f3d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(2)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(2)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #fa9f3d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(3),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(3), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #fa9f3d, #f89831);
  -moz-background: linear-gradient(to right, #fa9f3d, #f89831);
  -ms-background: linear-gradient(to right, #fa9f3d, #f89831);
  -o-background: linear-gradient(to right, #fa9f3d, #f89831);
  background: linear-gradient(to right, #fa9f3d, #f89831);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(3)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(3)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #f89831;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(4),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(4), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #f89831, #f69125);
  -moz-background: linear-gradient(to right, #f89831, #f69125);
  -ms-background: linear-gradient(to right, #f89831, #f69125);
  -o-background: linear-gradient(to right, #f89831, #f69125);
  background: linear-gradient(to right, #f89831, #f69125);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(4)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(4)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #f69125;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(5),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(5), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #f69125, #f48a19);
  -moz-background: linear-gradient(to right, #f69125, #f48a19);
  -ms-background: linear-gradient(to right, #f69125, #f48a19);
  -o-background: linear-gradient(to right, #f69125, #f48a19);
  background: linear-gradient(to right, #f69125, #f48a19);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(5)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(5)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #f48a19;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(6),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(6), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #f48a19, #f1830c);
  -moz-background: linear-gradient(to right, #f48a19, #f1830c);
  -ms-background: linear-gradient(to right, #f48a19, #f1830c);
  -o-background: linear-gradient(to right, #f48a19, #f1830c);
  background: linear-gradient(to right, #f48a19, #f1830c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(6)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(6)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #f1830c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(7),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(7), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #f1830c, #ef7c00);
  -moz-background: linear-gradient(to right, #f1830c, #ef7c00);
  -ms-background: linear-gradient(to right, #f1830c, #ef7c00);
  -o-background: linear-gradient(to right, #f1830c, #ef7c00);
  background: linear-gradient(to right, #f1830c, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(7)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(7)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #ef7c00;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(n+8),
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(n+8), .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #ef7c00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .step--active:nth-child(n+8)::after,
.white-label.nus-school-of-computing .steps--progress .step--completed:nth-child(n+8)::after, .white-label.nus-school-of-computing .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #ef7c00;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffae56, #fda74a);
  -moz-background: linear-gradient(to bottom, #ffae56, #fda74a);
  -ms-background: linear-gradient(to bottom, #ffae56, #fda74a);
  -o-background: linear-gradient(to bottom, #ffae56, #fda74a);
  background: linear-gradient(to bottom, #ffae56, #fda74a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #fda74a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ffae56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  -moz-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  -ms-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  -o-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  background: linear-gradient(to bottom, #fda74a, #fa9f3d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #fa9f3d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #fda74a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  -moz-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  -ms-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  -o-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  background: linear-gradient(to bottom, #fa9f3d, #f89831);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #f89831;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #fa9f3d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #f89831, #f69125);
  -moz-background: linear-gradient(to bottom, #f89831, #f69125);
  -ms-background: linear-gradient(to bottom, #f89831, #f69125);
  -o-background: linear-gradient(to bottom, #f89831, #f69125);
  background: linear-gradient(to bottom, #f89831, #f69125);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #f69125;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #f89831;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #f69125, #f48a19);
  -moz-background: linear-gradient(to bottom, #f69125, #f48a19);
  -ms-background: linear-gradient(to bottom, #f69125, #f48a19);
  -o-background: linear-gradient(to bottom, #f69125, #f48a19);
  background: linear-gradient(to bottom, #f69125, #f48a19);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #f48a19;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #f69125;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #f48a19, #f1830c);
  -moz-background: linear-gradient(to bottom, #f48a19, #f1830c);
  -ms-background: linear-gradient(to bottom, #f48a19, #f1830c);
  -o-background: linear-gradient(to bottom, #f48a19, #f1830c);
  background: linear-gradient(to bottom, #f48a19, #f1830c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #f1830c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #f48a19;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  -moz-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  -ms-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  -o-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  background: linear-gradient(to bottom, #f1830c, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #f1830c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #ef7c00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nus-school-of-computing .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nus-school-of-computing .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #ef7c00;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .sidebar .steps .steps__label-toggle {
  background-color: #ef7c00;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .sidebar .steps .step--active {
  border-left: 0.5rem solid #ef7c00;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003d7c, #22466a);
  -moz-background: linear-gradient(to right, #003d7c, #22466a);
  -ms-background: linear-gradient(to right, #003d7c, #22466a);
  -o-background: linear-gradient(to right, #003d7c, #22466a);
  background: linear-gradient(to right, #003d7c, #22466a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #22466a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #22466a, #444f59);
  -moz-background: linear-gradient(to right, #22466a, #444f59);
  -ms-background: linear-gradient(to right, #22466a, #444f59);
  -o-background: linear-gradient(to right, #22466a, #444f59);
  background: linear-gradient(to right, #22466a, #444f59);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #444f59;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #444f59, #665847);
  -moz-background: linear-gradient(to right, #444f59, #665847);
  -ms-background: linear-gradient(to right, #444f59, #665847);
  -o-background: linear-gradient(to right, #444f59, #665847);
  background: linear-gradient(to right, #444f59, #665847);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #665847;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #665847, #896135);
  -moz-background: linear-gradient(to right, #665847, #896135);
  -ms-background: linear-gradient(to right, #665847, #896135);
  -o-background: linear-gradient(to right, #665847, #896135);
  background: linear-gradient(to right, #665847, #896135);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #896135;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #896135, #ab6a23);
  -moz-background: linear-gradient(to right, #896135, #ab6a23);
  -ms-background: linear-gradient(to right, #896135, #ab6a23);
  -o-background: linear-gradient(to right, #896135, #ab6a23);
  background: linear-gradient(to right, #896135, #ab6a23);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ab6a23;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ab6a23, #cd7312);
  -moz-background: linear-gradient(to right, #ab6a23, #cd7312);
  -ms-background: linear-gradient(to right, #ab6a23, #cd7312);
  -o-background: linear-gradient(to right, #ab6a23, #cd7312);
  background: linear-gradient(to right, #ab6a23, #cd7312);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #cd7312;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #cd7312, #ef7c00);
  -moz-background: linear-gradient(to right, #cd7312, #ef7c00);
  -ms-background: linear-gradient(to right, #cd7312, #ef7c00);
  -o-background: linear-gradient(to right, #cd7312, #ef7c00);
  background: linear-gradient(to right, #cd7312, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #ef7c00;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #ef7c00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003d7c, #22466a);
  -moz-background: linear-gradient(to bottom, #003d7c, #22466a);
  -ms-background: linear-gradient(to bottom, #003d7c, #22466a);
  -o-background: linear-gradient(to bottom, #003d7c, #22466a);
  background: linear-gradient(to bottom, #003d7c, #22466a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #22466a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003d7c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #22466a, #444f59);
  -moz-background: linear-gradient(to bottom, #22466a, #444f59);
  -ms-background: linear-gradient(to bottom, #22466a, #444f59);
  -o-background: linear-gradient(to bottom, #22466a, #444f59);
  background: linear-gradient(to bottom, #22466a, #444f59);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #444f59;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #22466a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #444f59, #665847);
  -moz-background: linear-gradient(to bottom, #444f59, #665847);
  -ms-background: linear-gradient(to bottom, #444f59, #665847);
  -o-background: linear-gradient(to bottom, #444f59, #665847);
  background: linear-gradient(to bottom, #444f59, #665847);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #665847;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #444f59;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #665847, #896135);
  -moz-background: linear-gradient(to bottom, #665847, #896135);
  -ms-background: linear-gradient(to bottom, #665847, #896135);
  -o-background: linear-gradient(to bottom, #665847, #896135);
  background: linear-gradient(to bottom, #665847, #896135);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #896135;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #665847;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #896135, #ab6a23);
  -moz-background: linear-gradient(to bottom, #896135, #ab6a23);
  -ms-background: linear-gradient(to bottom, #896135, #ab6a23);
  -o-background: linear-gradient(to bottom, #896135, #ab6a23);
  background: linear-gradient(to bottom, #896135, #ab6a23);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ab6a23;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #896135;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ab6a23, #cd7312);
  -moz-background: linear-gradient(to bottom, #ab6a23, #cd7312);
  -ms-background: linear-gradient(to bottom, #ab6a23, #cd7312);
  -o-background: linear-gradient(to bottom, #ab6a23, #cd7312);
  background: linear-gradient(to bottom, #ab6a23, #cd7312);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #cd7312;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ab6a23;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #cd7312, #ef7c00);
  -moz-background: linear-gradient(to bottom, #cd7312, #ef7c00);
  -ms-background: linear-gradient(to bottom, #cd7312, #ef7c00);
  -o-background: linear-gradient(to bottom, #cd7312, #ef7c00);
  background: linear-gradient(to bottom, #cd7312, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #cd7312;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #ef7c00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nus-school-of-computing.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nus-school-of-computing.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nus-school-of-computing.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nus-school-of-computing.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #ef7c00;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .referrals-advocate__overlay {
  background-color: #ef7c00;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .referrals-advocate__steps-circle {
  fill: #ef7c00;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .referrals-advocate__testimonial {
  background-color: #ef7c00;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #ef7c00;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.nus-school-of-computing .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #ef7c00;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .terms__title {
  border-color: #003d7c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .terms__links {
  color: #ef7c00;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nus-school-of-computing .referral-tooltip__image path {
  fill: #ef7c00;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.nus-school-of-computing .main-header,
.nus-school-of-computing .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #57068c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.nyu-tandon-rlab div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #400467;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .main-header__menu__btn:hover, .white-label.nyu-tandon-rlab .main-header__menu__btn:focus, .white-label.nyu-tandon-rlab .main-header__menu__btn:active, .white-label.nyu-tandon-rlab .main-header__menu__btn:checked, .white-label.nyu-tandon-rlab .main-header__menu__btn:focus:hover, .white-label.nyu-tandon-rlab .main-header__menu__btn:focus:active, .white-label.nyu-tandon-rlab .main-header__menu__btn:not(:disabled):hover, .white-label.nyu-tandon-rlab .main-header__menu__btn:not(:disabled):active, .white-label.nyu-tandon-rlab .main-header__menu__btn:not(.disabled):active, .white-label.nyu-tandon-rlab .main-header__menu__btn:not(:disabled):active:focus, .white-label.nyu-tandon-rlab .main-header__menu__btn:not(.disabled):active:focus,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:hover,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:focus,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:active,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:checked,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:focus:hover,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:focus:active,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:not(:disabled):hover,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:not(:disabled):active,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:not(.disabled):active,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.nyu-tandon-rlab .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #57068c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .main-header .nav__link:hover, .white-label.nyu-tandon-rlab .main-header .nav__link:focus, .white-label.nyu-tandon-rlab .main-header .nav__link:active, .white-label.nyu-tandon-rlab .main-header .nav__link:checked, .white-label.nyu-tandon-rlab .main-header .nav__link:focus:hover, .white-label.nyu-tandon-rlab .main-header .nav__link:focus:active, .white-label.nyu-tandon-rlab .main-header .nav__link:not(:disabled):hover, .white-label.nyu-tandon-rlab .main-header .nav__link:not(:disabled):active, .white-label.nyu-tandon-rlab .main-header .nav__link:not(.disabled):active, .white-label.nyu-tandon-rlab .main-header .nav__link:not(:disabled):active:focus, .white-label.nyu-tandon-rlab .main-header .nav__link:not(.disabled):active:focus,
.white-label.nyu-tandon-rlab .main-footer .nav__link:hover,
.white-label.nyu-tandon-rlab .main-footer .nav__link:focus,
.white-label.nyu-tandon-rlab .main-footer .nav__link:active,
.white-label.nyu-tandon-rlab .main-footer .nav__link:checked,
.white-label.nyu-tandon-rlab .main-footer .nav__link:focus:hover,
.white-label.nyu-tandon-rlab .main-footer .nav__link:focus:active,
.white-label.nyu-tandon-rlab .main-footer .nav__link:not(:disabled):hover,
.white-label.nyu-tandon-rlab .main-footer .nav__link:not(:disabled):active,
.white-label.nyu-tandon-rlab .main-footer .nav__link:not(.disabled):active,
.white-label.nyu-tandon-rlab .main-footer .nav__link:not(:disabled):active:focus,
.white-label.nyu-tandon-rlab .main-footer .nav__link:not(.disabled):active:focus {
  color: #400467;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab.signed-out .btn:not(.btn--social), .white-label.nyu-tandon-rlab.signed-in .btn--primary {
  background-color: #57068c;
  border-color: #57068c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.signed-out .btn:not(.btn--social):hover, .white-label.nyu-tandon-rlab.signed-out .btn:not(.btn--social):focus, .white-label.nyu-tandon-rlab.signed-out .btn:not(.btn--social):active, .white-label.nyu-tandon-rlab.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.nyu-tandon-rlab.signed-in .btn--primary:hover, .white-label.nyu-tandon-rlab.signed-in .btn--primary:focus, .white-label.nyu-tandon-rlab.signed-in .btn--primary:active, .white-label.nyu-tandon-rlab.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #57068c;
  box-shadow: none;
  color: #57068c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .nav__btn:hover span,
.white-label.nyu-tandon-rlab .nav__btn:hover span::after,
.white-label.nyu-tandon-rlab .nav__btn:hover span::before,
.white-label.nyu-tandon-rlab .nav__btn:focus span,
.white-label.nyu-tandon-rlab .nav__btn:focus span::after,
.white-label.nyu-tandon-rlab .nav__btn:focus span::before {
  background-color: #57068c;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.nyu-tandon-rlab .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #57068c;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .nav__sidebar ul .profile__no-menu-link:hover {
  color: #57068c;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__list li:hover::after {
  border-color: rgba(87, 6, 140, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__list li:hover .heading-3 {
  color: #57068c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .profile__link:hover, .white-label.nyu-tandon-rlab .profile__link:focus, .white-label.nyu-tandon-rlab .profile__link:active, .white-label.nyu-tandon-rlab .profile__link:checked, .white-label.nyu-tandon-rlab .profile__link:focus:hover, .white-label.nyu-tandon-rlab .profile__link:focus:active, .white-label.nyu-tandon-rlab .profile__link:not(:disabled):hover, .white-label.nyu-tandon-rlab .profile__link:not(:disabled):active, .white-label.nyu-tandon-rlab .profile__link:not(.disabled):active, .white-label.nyu-tandon-rlab .profile__link:not(:disabled):active:focus, .white-label.nyu-tandon-rlab .profile__link:not(.disabled):active:focus {
  color: #57068c;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .profile__actions:hover .profile__icn g,
.white-label.nyu-tandon-rlab .profile__actions:focus .profile__icn g {
  fill: #57068c;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .students__classmate:hover .students__thumbnail,
.white-label.nyu-tandon-rlab .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #57068c, 0 0 0 1px #57068c inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .pagination__page-link:hover::after {
  border-color: rgba(87, 6, 140, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modal__bg-icn {
  fill: #57068c;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .payments__paragraph--initial, .white-label.nyu-tandon-rlab .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .form__input:-webkit-autofill, .white-label.nyu-tandon-rlab .StripeElement:-webkit-autofill, .white-label.nyu-tandon-rlab .form__input:-webkit-autofill:focus, .white-label.nyu-tandon-rlab .form__input:-internal-autofill-selected, .white-label.nyu-tandon-rlab .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(87, 6, 140, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(87, 6, 140, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(87, 6, 140, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(87, 6, 140, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(87, 6, 140, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .form__input:-moz-autofill, .white-label.nyu-tandon-rlab .StripeElement:-moz-autofill, .white-label.nyu-tandon-rlab .form__input:-moz-autofill-preview, .white-label.nyu-tandon-rlab .StripeElement:-moz-autofill-preview {
  filter: rgba(87, 6, 140, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .form-radio__input:hover + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:hover + label::before, .white-label.nyu-tandon-rlab .form-radio__input:focus + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:focus + label::before, .white-label.nyu-tandon-rlab .form-radio__input:active + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:active + label::before, .white-label.nyu-tandon-rlab .form-radio__input:checked + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:checked + label::before, .white-label.nyu-tandon-rlab .form-radio__input:focus:hover + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:focus:hover + label::before, .white-label.nyu-tandon-rlab .form-radio__input:focus:active + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:focus:active + label::before, .white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):hover + label::before, .white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):active + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):active + label::before, .white-label.nyu-tandon-rlab .form-radio__input:not(.disabled):active + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:not(.disabled):active + label::before, .white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):active:focus + label::before, .white-label.nyu-tandon-rlab .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.nyu-tandon-rlab .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #57068c;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .form-radio__input:hover + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:focus + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:active + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:checked + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:focus:hover + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:focus:active + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.nyu-tandon-rlab .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #57068c inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .form-check-input:checked + label::before, .white-label.nyu-tandon-rlab .form-check-input:checked + label.collection_radio_buttons::before {
  background: #57068c;
  border-color: #57068c;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .form-check-input:valid:focus:checked + label::before, .white-label.nyu-tandon-rlab .form-check-input.valid:focus:checked + label::before, .white-label.nyu-tandon-rlab .form-check-input--valid:focus:checked + label::before, .white-label.nyu-tandon-rlab .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #57068c;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .electives .form-radio__input:checked + label::before {
  background-color: #57068c;
  border: 3px solid #57068c;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .enrollment__icon path {
  fill: #57068c;
  stroke: #57068c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .enrollment__icon tspan {
  fill: #57068c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__tasks li:hover::after, .white-label.nyu-tandon-rlab .modules__tasks li.selected::after {
  border-color: rgba(87, 6, 140, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__tasks li::before {
  color: rgba(87, 6, 140, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(87, 6, 140, 0.4);
  border-color: rgba(87, 6, 140, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .modules__tasks li .modules__btn:hover::after, .white-label.nyu-tandon-rlab .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(87, 6, 140, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .tabs__li:hover {
  border-color: rgba(87, 6, 140, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .tabs__label {
  border-bottom-color: #57068c;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.nyu-tandon-rlab .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #57068c;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .survey__success .check {
  fill: #57068c;
  stroke: #57068c;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .electives__checkbox:checked + label::before,
.white-label.nyu-tandon-rlab .program-card__checkbox:checked + label::before {
  background-color: #57068c;
  border-color: #57068c;
  color: #57068c;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .electives__checkbox:checked ~ .program-card__content,
.white-label.nyu-tandon-rlab .program-card__checkbox:checked ~ .program-card__content {
  border-color: #57068c;
  box-shadow: 0 0 0 1px #57068c inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .canvas-assignments__submission-type::before {
  border-color: #57068c;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .canvas-assignments__submission-type::after {
  border-color: #57068c;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .canvas-assignments__submission-type:hover {
  background-color: rgba(87, 6, 140, 0.1);
  border-color: #57068c;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .canvas-assignments__submission-type.typed--selected, .white-label.nyu-tandon-rlab .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(87, 6, 140, 0.1);
  border-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(1),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(1), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #940aee, #8b0ae0);
  -moz-background: linear-gradient(to right, #940aee, #8b0ae0);
  -ms-background: linear-gradient(to right, #940aee, #8b0ae0);
  -o-background: linear-gradient(to right, #940aee, #8b0ae0);
  background: linear-gradient(to right, #940aee, #8b0ae0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(1)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(1)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #8b0ae0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(2),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(2), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #8b0ae0, #8209d2);
  -moz-background: linear-gradient(to right, #8b0ae0, #8209d2);
  -ms-background: linear-gradient(to right, #8b0ae0, #8209d2);
  -o-background: linear-gradient(to right, #8b0ae0, #8209d2);
  background: linear-gradient(to right, #8b0ae0, #8209d2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(2)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(2)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #8209d2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(3),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(3), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #8209d2, #7a08c4);
  -moz-background: linear-gradient(to right, #8209d2, #7a08c4);
  -ms-background: linear-gradient(to right, #8209d2, #7a08c4);
  -o-background: linear-gradient(to right, #8209d2, #7a08c4);
  background: linear-gradient(to right, #8209d2, #7a08c4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(3)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(3)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #7a08c4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(4),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(4), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #7a08c4, #7108b6);
  -moz-background: linear-gradient(to right, #7a08c4, #7108b6);
  -ms-background: linear-gradient(to right, #7a08c4, #7108b6);
  -o-background: linear-gradient(to right, #7a08c4, #7108b6);
  background: linear-gradient(to right, #7a08c4, #7108b6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(4)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(4)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #7108b6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(5),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(5), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #7108b6, #6807a8);
  -moz-background: linear-gradient(to right, #7108b6, #6807a8);
  -ms-background: linear-gradient(to right, #7108b6, #6807a8);
  -o-background: linear-gradient(to right, #7108b6, #6807a8);
  background: linear-gradient(to right, #7108b6, #6807a8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(5)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(5)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #6807a8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(6),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(6), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #6807a8, #60079a);
  -moz-background: linear-gradient(to right, #6807a8, #60079a);
  -ms-background: linear-gradient(to right, #6807a8, #60079a);
  -o-background: linear-gradient(to right, #6807a8, #60079a);
  background: linear-gradient(to right, #6807a8, #60079a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(6)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(6)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #60079a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(7),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(7), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #60079a, #57068c);
  -moz-background: linear-gradient(to right, #60079a, #57068c);
  -ms-background: linear-gradient(to right, #60079a, #57068c);
  -o-background: linear-gradient(to right, #60079a, #57068c);
  background: linear-gradient(to right, #60079a, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(7)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(7)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #57068c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(n+8),
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(n+8), .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #57068c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .step--active:nth-child(n+8)::after,
.white-label.nyu-tandon-rlab .steps--progress .step--completed:nth-child(n+8)::after, .white-label.nyu-tandon-rlab .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #57068c;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #940aee, #8b0ae0);
  -moz-background: linear-gradient(to bottom, #940aee, #8b0ae0);
  -ms-background: linear-gradient(to bottom, #940aee, #8b0ae0);
  -o-background: linear-gradient(to bottom, #940aee, #8b0ae0);
  background: linear-gradient(to bottom, #940aee, #8b0ae0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #8b0ae0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #940aee;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #8b0ae0, #8209d2);
  -moz-background: linear-gradient(to bottom, #8b0ae0, #8209d2);
  -ms-background: linear-gradient(to bottom, #8b0ae0, #8209d2);
  -o-background: linear-gradient(to bottom, #8b0ae0, #8209d2);
  background: linear-gradient(to bottom, #8b0ae0, #8209d2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #8209d2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #8b0ae0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #8209d2, #7a08c4);
  -moz-background: linear-gradient(to bottom, #8209d2, #7a08c4);
  -ms-background: linear-gradient(to bottom, #8209d2, #7a08c4);
  -o-background: linear-gradient(to bottom, #8209d2, #7a08c4);
  background: linear-gradient(to bottom, #8209d2, #7a08c4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #7a08c4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #8209d2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #7a08c4, #7108b6);
  -moz-background: linear-gradient(to bottom, #7a08c4, #7108b6);
  -ms-background: linear-gradient(to bottom, #7a08c4, #7108b6);
  -o-background: linear-gradient(to bottom, #7a08c4, #7108b6);
  background: linear-gradient(to bottom, #7a08c4, #7108b6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #7108b6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #7a08c4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #7108b6, #6807a8);
  -moz-background: linear-gradient(to bottom, #7108b6, #6807a8);
  -ms-background: linear-gradient(to bottom, #7108b6, #6807a8);
  -o-background: linear-gradient(to bottom, #7108b6, #6807a8);
  background: linear-gradient(to bottom, #7108b6, #6807a8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #6807a8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #7108b6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #6807a8, #60079a);
  -moz-background: linear-gradient(to bottom, #6807a8, #60079a);
  -ms-background: linear-gradient(to bottom, #6807a8, #60079a);
  -o-background: linear-gradient(to bottom, #6807a8, #60079a);
  background: linear-gradient(to bottom, #6807a8, #60079a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #60079a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #6807a8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #60079a, #57068c);
  -moz-background: linear-gradient(to bottom, #60079a, #57068c);
  -ms-background: linear-gradient(to bottom, #60079a, #57068c);
  -o-background: linear-gradient(to bottom, #60079a, #57068c);
  background: linear-gradient(to bottom, #60079a, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #60079a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #57068c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #57068c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nyu-tandon-rlab .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nyu-tandon-rlab .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #57068c;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .sidebar .steps .steps__label-toggle {
  background-color: #57068c;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .sidebar .steps .step--active {
  border-left: 0.5rem solid #57068c;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #57068c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #57068c, #57068c);
  -moz-background: linear-gradient(to right, #57068c, #57068c);
  -ms-background: linear-gradient(to right, #57068c, #57068c);
  -o-background: linear-gradient(to right, #57068c, #57068c);
  background: linear-gradient(to right, #57068c, #57068c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #57068c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #57068c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #57068c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #57068c, #57068c);
  -moz-background: linear-gradient(to bottom, #57068c, #57068c);
  -ms-background: linear-gradient(to bottom, #57068c, #57068c);
  -o-background: linear-gradient(to bottom, #57068c, #57068c);
  background: linear-gradient(to bottom, #57068c, #57068c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #57068c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #57068c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #57068c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #57068c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nyu-tandon-rlab.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nyu-tandon-rlab.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.nyu-tandon-rlab.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.nyu-tandon-rlab.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #57068c;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .referrals-advocate__overlay {
  background-color: #57068c;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .referrals-advocate__steps-circle {
  fill: #57068c;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .referrals-advocate__testimonial {
  background-color: #57068c;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #57068c;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.nyu-tandon-rlab .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #57068c;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .terms__title {
  border-color: #57068c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .terms__links {
  color: #57068c;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.nyu-tandon-rlab .referral-tooltip__image path {
  fill: #57068c;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.nyu-tandon-rlab .main-header,
.nyu-tandon-rlab .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #3d7edb;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #266acc;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:hover, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:focus, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:active, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:checked, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:focus:hover, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:focus:active, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:not(:disabled):hover, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:not(:disabled):active, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:not(.disabled):active, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:not(:disabled):active:focus, .white-label.pontificia-universidad-catolica-de-chile .main-header__menu__btn:not(.disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:hover,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:focus,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:checked,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:focus:hover,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:focus:active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:not(:disabled):hover,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:not(:disabled):active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:not(.disabled):active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #3d7edb;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:hover, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:focus, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:active, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:checked, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:focus:hover, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:focus:active, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:not(:disabled):hover, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:not(:disabled):active, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:not(.disabled):active, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:not(:disabled):active:focus, .white-label.pontificia-universidad-catolica-de-chile .main-header .nav__link:not(.disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:hover,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:focus,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:checked,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:focus:hover,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:focus:active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:not(:disabled):hover,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:not(:disabled):active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:not(.disabled):active,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:not(:disabled):active:focus,
.white-label.pontificia-universidad-catolica-de-chile .main-footer .nav__link:not(.disabled):active:focus {
  color: #266acc;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile.signed-out .btn:not(.btn--social), .white-label.pontificia-universidad-catolica-de-chile.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.signed-out .btn:not(.btn--social):hover, .white-label.pontificia-universidad-catolica-de-chile.signed-out .btn:not(.btn--social):focus, .white-label.pontificia-universidad-catolica-de-chile.signed-out .btn:not(.btn--social):active, .white-label.pontificia-universidad-catolica-de-chile.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.pontificia-universidad-catolica-de-chile.signed-in .btn--primary:hover, .white-label.pontificia-universidad-catolica-de-chile.signed-in .btn--primary:focus, .white-label.pontificia-universidad-catolica-de-chile.signed-in .btn--primary:active, .white-label.pontificia-universidad-catolica-de-chile.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .nav__btn:hover span,
.white-label.pontificia-universidad-catolica-de-chile .nav__btn:hover span::after,
.white-label.pontificia-universidad-catolica-de-chile .nav__btn:hover span::before,
.white-label.pontificia-universidad-catolica-de-chile .nav__btn:focus span,
.white-label.pontificia-universidad-catolica-de-chile .nav__btn:focus span::after,
.white-label.pontificia-universidad-catolica-de-chile .nav__btn:focus span::before {
  background-color: #3d7edb;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.pontificia-universidad-catolica-de-chile .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #3d7edb;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .nav__sidebar ul .profile__no-menu-link:hover {
  color: #3d7edb;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__list li:hover::after {
  border-color: rgba(61, 126, 219, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__list li:hover .heading-3 {
  color: #3d7edb;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .profile__link:hover, .white-label.pontificia-universidad-catolica-de-chile .profile__link:focus, .white-label.pontificia-universidad-catolica-de-chile .profile__link:active, .white-label.pontificia-universidad-catolica-de-chile .profile__link:checked, .white-label.pontificia-universidad-catolica-de-chile .profile__link:focus:hover, .white-label.pontificia-universidad-catolica-de-chile .profile__link:focus:active, .white-label.pontificia-universidad-catolica-de-chile .profile__link:not(:disabled):hover, .white-label.pontificia-universidad-catolica-de-chile .profile__link:not(:disabled):active, .white-label.pontificia-universidad-catolica-de-chile .profile__link:not(.disabled):active, .white-label.pontificia-universidad-catolica-de-chile .profile__link:not(:disabled):active:focus, .white-label.pontificia-universidad-catolica-de-chile .profile__link:not(.disabled):active:focus {
  color: #3d7edb;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .profile__actions:hover .profile__icn g,
.white-label.pontificia-universidad-catolica-de-chile .profile__actions:focus .profile__icn g {
  fill: #3d7edb;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .students__classmate:hover .students__thumbnail,
.white-label.pontificia-universidad-catolica-de-chile .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #3d7edb, 0 0 0 1px #3d7edb inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .pagination__page-link:hover::after {
  border-color: rgba(61, 126, 219, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modal__bg-icn {
  fill: #3d7edb;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .payments__paragraph--initial, .white-label.pontificia-universidad-catolica-de-chile .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .form__input:-webkit-autofill, .white-label.pontificia-universidad-catolica-de-chile .StripeElement:-webkit-autofill, .white-label.pontificia-universidad-catolica-de-chile .form__input:-webkit-autofill:focus, .white-label.pontificia-universidad-catolica-de-chile .form__input:-internal-autofill-selected, .white-label.pontificia-universidad-catolica-de-chile .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .form__input:-moz-autofill, .white-label.pontificia-universidad-catolica-de-chile .StripeElement:-moz-autofill, .white-label.pontificia-universidad-catolica-de-chile .form__input:-moz-autofill-preview, .white-label.pontificia-universidad-catolica-de-chile .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:hover + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:hover + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:active + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:active + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:checked + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:checked + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus:hover + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus:hover + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus:active + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus:active + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):hover + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):active + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):active + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(.disabled):active + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(.disabled):active + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):active:focus + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #3d7edb;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .form-radio__input:hover + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:active + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:checked + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus:hover + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:focus:active + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.pontificia-universidad-catolica-de-chile .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #3d7edb inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .form-check-input:checked + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-check-input:checked + label.collection_radio_buttons::before {
  background: #3d7edb;
  border-color: #3d7edb;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .form-check-input:valid:focus:checked + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-check-input.valid:focus:checked + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-check-input--valid:focus:checked + label::before, .white-label.pontificia-universidad-catolica-de-chile .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #3d7edb;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .electives .form-radio__input:checked + label::before {
  background-color: #3d7edb;
  border: 3px solid #3d7edb;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__tasks li:hover::after, .white-label.pontificia-universidad-catolica-de-chile .modules__tasks li.selected::after {
  border-color: rgba(61, 126, 219, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__tasks li::before {
  color: rgba(61, 126, 219, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(61, 126, 219, 0.4);
  border-color: rgba(61, 126, 219, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .modules__tasks li .modules__btn:hover::after, .white-label.pontificia-universidad-catolica-de-chile .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(61, 126, 219, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .tabs__li:hover {
  border-color: rgba(61, 126, 219, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .tabs__label {
  border-bottom-color: #3d7edb;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.pontificia-universidad-catolica-de-chile .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #3d7edb;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .survey__success .check {
  fill: #3d7edb;
  stroke: #3d7edb;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .electives__checkbox:checked + label::before,
.white-label.pontificia-universidad-catolica-de-chile .program-card__checkbox:checked + label::before {
  background-color: #3d7edb;
  border-color: #3d7edb;
  color: #3d7edb;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .electives__checkbox:checked ~ .program-card__content,
.white-label.pontificia-universidad-catolica-de-chile .program-card__checkbox:checked ~ .program-card__content {
  border-color: #3d7edb;
  box-shadow: 0 0 0 1px #3d7edb inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .canvas-assignments__submission-type::before {
  border-color: #3d7edb;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .canvas-assignments__submission-type::after {
  border-color: #3d7edb;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .canvas-assignments__submission-type:hover {
  background-color: rgba(61, 126, 219, 0.1);
  border-color: #3d7edb;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .canvas-assignments__submission-type.typed--selected, .white-label.pontificia-universidad-catolica-de-chile .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(61, 126, 219, 0.1);
  border-color: #3d7edb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(1),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(1), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #93b7eb, #87afe9);
  -moz-background: linear-gradient(to right, #93b7eb, #87afe9);
  -ms-background: linear-gradient(to right, #93b7eb, #87afe9);
  -o-background: linear-gradient(to right, #93b7eb, #87afe9);
  background: linear-gradient(to right, #93b7eb, #87afe9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(1)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(1)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #87afe9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(2),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(2), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #87afe9, #7aa7e6);
  -moz-background: linear-gradient(to right, #87afe9, #7aa7e6);
  -ms-background: linear-gradient(to right, #87afe9, #7aa7e6);
  -o-background: linear-gradient(to right, #87afe9, #7aa7e6);
  background: linear-gradient(to right, #87afe9, #7aa7e6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(2)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(2)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #7aa7e6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(3),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(3), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #7aa7e6, #6e9fe4);
  -moz-background: linear-gradient(to right, #7aa7e6, #6e9fe4);
  -ms-background: linear-gradient(to right, #7aa7e6, #6e9fe4);
  -o-background: linear-gradient(to right, #7aa7e6, #6e9fe4);
  background: linear-gradient(to right, #7aa7e6, #6e9fe4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(3)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(3)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6e9fe4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(4),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(4), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6e9fe4, #6297e2);
  -moz-background: linear-gradient(to right, #6e9fe4, #6297e2);
  -ms-background: linear-gradient(to right, #6e9fe4, #6297e2);
  -o-background: linear-gradient(to right, #6e9fe4, #6297e2);
  background: linear-gradient(to right, #6e9fe4, #6297e2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(4)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(4)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6297e2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(5),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(5), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6297e2, #568ee0);
  -moz-background: linear-gradient(to right, #6297e2, #568ee0);
  -ms-background: linear-gradient(to right, #6297e2, #568ee0);
  -o-background: linear-gradient(to right, #6297e2, #568ee0);
  background: linear-gradient(to right, #6297e2, #568ee0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(5)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(5)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #568ee0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(6),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(6), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #568ee0, #4986dd);
  -moz-background: linear-gradient(to right, #568ee0, #4986dd);
  -ms-background: linear-gradient(to right, #568ee0, #4986dd);
  -o-background: linear-gradient(to right, #568ee0, #4986dd);
  background: linear-gradient(to right, #568ee0, #4986dd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(6)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(6)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #4986dd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(7),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(7), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #4986dd, #3d7edb);
  -moz-background: linear-gradient(to right, #4986dd, #3d7edb);
  -ms-background: linear-gradient(to right, #4986dd, #3d7edb);
  -o-background: linear-gradient(to right, #4986dd, #3d7edb);
  background: linear-gradient(to right, #4986dd, #3d7edb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(7)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(7)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #3d7edb;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(n+8),
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(n+8), .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #3d7edb;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--active:nth-child(n+8)::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .step--completed:nth-child(n+8)::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #3d7edb;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved {
  color: #3d7edb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #93b7eb, #87afe9);
  -moz-background: linear-gradient(to bottom, #93b7eb, #87afe9);
  -ms-background: linear-gradient(to bottom, #93b7eb, #87afe9);
  -o-background: linear-gradient(to bottom, #93b7eb, #87afe9);
  background: linear-gradient(to bottom, #93b7eb, #87afe9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #87afe9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #93b7eb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #87afe9, #7aa7e6);
  -moz-background: linear-gradient(to bottom, #87afe9, #7aa7e6);
  -ms-background: linear-gradient(to bottom, #87afe9, #7aa7e6);
  -o-background: linear-gradient(to bottom, #87afe9, #7aa7e6);
  background: linear-gradient(to bottom, #87afe9, #7aa7e6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #7aa7e6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #87afe9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #7aa7e6, #6e9fe4);
  -moz-background: linear-gradient(to bottom, #7aa7e6, #6e9fe4);
  -ms-background: linear-gradient(to bottom, #7aa7e6, #6e9fe4);
  -o-background: linear-gradient(to bottom, #7aa7e6, #6e9fe4);
  background: linear-gradient(to bottom, #7aa7e6, #6e9fe4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6e9fe4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #7aa7e6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6e9fe4, #6297e2);
  -moz-background: linear-gradient(to bottom, #6e9fe4, #6297e2);
  -ms-background: linear-gradient(to bottom, #6e9fe4, #6297e2);
  -o-background: linear-gradient(to bottom, #6e9fe4, #6297e2);
  background: linear-gradient(to bottom, #6e9fe4, #6297e2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6297e2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6e9fe4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6297e2, #568ee0);
  -moz-background: linear-gradient(to bottom, #6297e2, #568ee0);
  -ms-background: linear-gradient(to bottom, #6297e2, #568ee0);
  -o-background: linear-gradient(to bottom, #6297e2, #568ee0);
  background: linear-gradient(to bottom, #6297e2, #568ee0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #568ee0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6297e2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #568ee0, #4986dd);
  -moz-background: linear-gradient(to bottom, #568ee0, #4986dd);
  -ms-background: linear-gradient(to bottom, #568ee0, #4986dd);
  -o-background: linear-gradient(to bottom, #568ee0, #4986dd);
  background: linear-gradient(to bottom, #568ee0, #4986dd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #4986dd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #568ee0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #4986dd, #3d7edb);
  -moz-background: linear-gradient(to bottom, #4986dd, #3d7edb);
  -ms-background: linear-gradient(to bottom, #4986dd, #3d7edb);
  -o-background: linear-gradient(to bottom, #4986dd, #3d7edb);
  background: linear-gradient(to bottom, #4986dd, #3d7edb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #3d7edb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #4986dd;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #3d7edb;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #3d7edb;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.pontificia-universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.pontificia-universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #3d7edb;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .sidebar .steps .steps__label-toggle {
  background-color: #3d7edb;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .sidebar .steps .step--active {
  border-left: 0.5rem solid #3d7edb;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #09121f);
  -moz-background: linear-gradient(to right, black, #09121f);
  -ms-background: linear-gradient(to right, black, #09121f);
  -o-background: linear-gradient(to right, black, #09121f);
  background: linear-gradient(to right, black, #09121f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #09121f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #09121f, #11243f);
  -moz-background: linear-gradient(to right, #09121f, #11243f);
  -ms-background: linear-gradient(to right, #09121f, #11243f);
  -o-background: linear-gradient(to right, #09121f, #11243f);
  background: linear-gradient(to right, #09121f, #11243f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #11243f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #11243f, #1a365e);
  -moz-background: linear-gradient(to right, #11243f, #1a365e);
  -ms-background: linear-gradient(to right, #11243f, #1a365e);
  -o-background: linear-gradient(to right, #11243f, #1a365e);
  background: linear-gradient(to right, #11243f, #1a365e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1a365e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1a365e, #23487d);
  -moz-background: linear-gradient(to right, #1a365e, #23487d);
  -ms-background: linear-gradient(to right, #1a365e, #23487d);
  -o-background: linear-gradient(to right, #1a365e, #23487d);
  background: linear-gradient(to right, #1a365e, #23487d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #23487d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #23487d, #2c5a9c);
  -moz-background: linear-gradient(to right, #23487d, #2c5a9c);
  -ms-background: linear-gradient(to right, #23487d, #2c5a9c);
  -o-background: linear-gradient(to right, #23487d, #2c5a9c);
  background: linear-gradient(to right, #23487d, #2c5a9c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2c5a9c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2c5a9c, #346cbc);
  -moz-background: linear-gradient(to right, #2c5a9c, #346cbc);
  -ms-background: linear-gradient(to right, #2c5a9c, #346cbc);
  -o-background: linear-gradient(to right, #2c5a9c, #346cbc);
  background: linear-gradient(to right, #2c5a9c, #346cbc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #346cbc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #346cbc, #3d7edb);
  -moz-background: linear-gradient(to right, #346cbc, #3d7edb);
  -ms-background: linear-gradient(to right, #346cbc, #3d7edb);
  -o-background: linear-gradient(to right, #346cbc, #3d7edb);
  background: linear-gradient(to right, #346cbc, #3d7edb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #3d7edb;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #3d7edb;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #3d7edb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #09121f);
  -moz-background: linear-gradient(to bottom, black, #09121f);
  -ms-background: linear-gradient(to bottom, black, #09121f);
  -o-background: linear-gradient(to bottom, black, #09121f);
  background: linear-gradient(to bottom, black, #09121f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #09121f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #09121f, #11243f);
  -moz-background: linear-gradient(to bottom, #09121f, #11243f);
  -ms-background: linear-gradient(to bottom, #09121f, #11243f);
  -o-background: linear-gradient(to bottom, #09121f, #11243f);
  background: linear-gradient(to bottom, #09121f, #11243f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #11243f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #09121f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #11243f, #1a365e);
  -moz-background: linear-gradient(to bottom, #11243f, #1a365e);
  -ms-background: linear-gradient(to bottom, #11243f, #1a365e);
  -o-background: linear-gradient(to bottom, #11243f, #1a365e);
  background: linear-gradient(to bottom, #11243f, #1a365e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1a365e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #11243f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1a365e, #23487d);
  -moz-background: linear-gradient(to bottom, #1a365e, #23487d);
  -ms-background: linear-gradient(to bottom, #1a365e, #23487d);
  -o-background: linear-gradient(to bottom, #1a365e, #23487d);
  background: linear-gradient(to bottom, #1a365e, #23487d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #23487d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1a365e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #23487d, #2c5a9c);
  -moz-background: linear-gradient(to bottom, #23487d, #2c5a9c);
  -ms-background: linear-gradient(to bottom, #23487d, #2c5a9c);
  -o-background: linear-gradient(to bottom, #23487d, #2c5a9c);
  background: linear-gradient(to bottom, #23487d, #2c5a9c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2c5a9c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #23487d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c5a9c, #346cbc);
  -moz-background: linear-gradient(to bottom, #2c5a9c, #346cbc);
  -ms-background: linear-gradient(to bottom, #2c5a9c, #346cbc);
  -o-background: linear-gradient(to bottom, #2c5a9c, #346cbc);
  background: linear-gradient(to bottom, #2c5a9c, #346cbc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #346cbc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2c5a9c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #346cbc, #3d7edb);
  -moz-background: linear-gradient(to bottom, #346cbc, #3d7edb);
  -ms-background: linear-gradient(to bottom, #346cbc, #3d7edb);
  -o-background: linear-gradient(to bottom, #346cbc, #3d7edb);
  background: linear-gradient(to bottom, #346cbc, #3d7edb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #3d7edb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #346cbc;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #3d7edb;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #3d7edb;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.pontificia-universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.pontificia-universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #3d7edb;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .referrals-advocate__overlay {
  background-color: #3d7edb;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .referrals-advocate__steps-circle {
  fill: #3d7edb;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .referrals-advocate__testimonial {
  background-color: #3d7edb;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #3d7edb;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.pontificia-universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #3d7edb;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .terms__links {
  color: #3d7edb;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.pontificia-universidad-catolica-de-chile .referral-tooltip__image path {
  fill: #3d7edb;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.pontificia-universidad-catolica-de-chile .main-header,
.pontificia-universidad-catolica-de-chile .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00205b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001335;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:hover, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:focus, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:active, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:checked, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:focus:hover, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:focus:active, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:not(:disabled):hover, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:not(:disabled):active, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:not(.disabled):active, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:not(:disabled):active:focus, .white-label.rice-glasscock-school-of-continuing-studies .main-header__menu__btn:not(.disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:hover,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:focus,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:checked,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:focus:hover,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:focus:active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:not(:disabled):hover,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:not(:disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:not(.disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00205b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:hover, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:focus, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:active, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:checked, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:focus:hover, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:focus:active, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:not(:disabled):hover, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:not(:disabled):active, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:not(.disabled):active, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:not(:disabled):active:focus, .white-label.rice-glasscock-school-of-continuing-studies .main-header .nav__link:not(.disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:hover,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:focus,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:checked,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:focus:hover,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:focus:active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:not(:disabled):hover,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:not(:disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:not(.disabled):active,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:not(:disabled):active:focus,
.white-label.rice-glasscock-school-of-continuing-studies .main-footer .nav__link:not(.disabled):active:focus {
  color: #001335;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies.signed-out .btn:not(.btn--social), .white-label.rice-glasscock-school-of-continuing-studies.signed-in .btn--primary {
  background-color: #4d9ad4;
  border-color: #4d9ad4;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.signed-out .btn:not(.btn--social):hover, .white-label.rice-glasscock-school-of-continuing-studies.signed-out .btn:not(.btn--social):focus, .white-label.rice-glasscock-school-of-continuing-studies.signed-out .btn:not(.btn--social):active, .white-label.rice-glasscock-school-of-continuing-studies.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.rice-glasscock-school-of-continuing-studies.signed-in .btn--primary:hover, .white-label.rice-glasscock-school-of-continuing-studies.signed-in .btn--primary:focus, .white-label.rice-glasscock-school-of-continuing-studies.signed-in .btn--primary:active, .white-label.rice-glasscock-school-of-continuing-studies.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #4d9ad4;
  box-shadow: none;
  color: #4d9ad4;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .nav__btn:hover span,
.white-label.rice-glasscock-school-of-continuing-studies .nav__btn:hover span::after,
.white-label.rice-glasscock-school-of-continuing-studies .nav__btn:hover span::before,
.white-label.rice-glasscock-school-of-continuing-studies .nav__btn:focus span,
.white-label.rice-glasscock-school-of-continuing-studies .nav__btn:focus span::after,
.white-label.rice-glasscock-school-of-continuing-studies .nav__btn:focus span::before {
  background-color: #00205b;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.rice-glasscock-school-of-continuing-studies .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00205b;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00205b;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__list li:hover::after {
  border-color: rgba(0, 32, 91, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__list li:hover .heading-3 {
  color: #00205b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .profile__link:hover, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:focus, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:active, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:checked, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:focus:hover, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:focus:active, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:not(:disabled):hover, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:not(:disabled):active, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:not(.disabled):active, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:not(:disabled):active:focus, .white-label.rice-glasscock-school-of-continuing-studies .profile__link:not(.disabled):active:focus {
  color: #00205b;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .profile__actions:hover .profile__icn g,
.white-label.rice-glasscock-school-of-continuing-studies .profile__actions:focus .profile__icn g {
  fill: #00205b;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .students__classmate:hover .students__thumbnail,
.white-label.rice-glasscock-school-of-continuing-studies .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00205b, 0 0 0 1px #00205b inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .pagination__page-link:hover::after {
  border-color: rgba(0, 32, 91, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modal__bg-icn {
  fill: #00205b;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .payments__paragraph--initial, .white-label.rice-glasscock-school-of-continuing-studies .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form__input:-webkit-autofill, .white-label.rice-glasscock-school-of-continuing-studies .StripeElement:-webkit-autofill, .white-label.rice-glasscock-school-of-continuing-studies .form__input:-webkit-autofill:focus, .white-label.rice-glasscock-school-of-continuing-studies .form__input:-internal-autofill-selected, .white-label.rice-glasscock-school-of-continuing-studies .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(77, 154, 212, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(77, 154, 212, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(77, 154, 212, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(77, 154, 212, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(77, 154, 212, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form__input:-moz-autofill, .white-label.rice-glasscock-school-of-continuing-studies .StripeElement:-moz-autofill, .white-label.rice-glasscock-school-of-continuing-studies .form__input:-moz-autofill-preview, .white-label.rice-glasscock-school-of-continuing-studies .StripeElement:-moz-autofill-preview {
  filter: rgba(77, 154, 212, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:hover + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:hover + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:active + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:active + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:checked + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:checked + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus:hover + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus:hover + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus:active + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus:active + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):hover + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):active + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):active + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(.disabled):active + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(.disabled):active + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):active:focus + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00205b;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:hover + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:active + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:checked + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus:hover + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:focus:active + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.rice-glasscock-school-of-continuing-studies .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00205b inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form-check-input:checked + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00205b;
  border-color: #00205b;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .form-check-input:valid:focus:checked + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-check-input.valid:focus:checked + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-check-input--valid:focus:checked + label::before, .white-label.rice-glasscock-school-of-continuing-studies .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00205b;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .electives .form-radio__input:checked + label::before {
  background-color: #00205b;
  border: 3px solid #00205b;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .enrollment__icon path {
  fill: #4d9ad4;
  stroke: #4d9ad4;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .enrollment__icon tspan {
  fill: #4d9ad4;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li:hover::after, .white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li.selected::after {
  border-color: rgba(0, 32, 91, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li::before {
  color: rgba(0, 32, 91, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 32, 91, 0.4);
  border-color: rgba(0, 32, 91, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li .modules__btn:hover::after, .white-label.rice-glasscock-school-of-continuing-studies .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 32, 91, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .tabs__li:hover {
  border-color: rgba(0, 32, 91, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .tabs__label {
  border-bottom-color: #00205b;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.rice-glasscock-school-of-continuing-studies .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00205b;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .survey__success .check {
  fill: #00205b;
  stroke: #00205b;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .electives__checkbox:checked + label::before,
.white-label.rice-glasscock-school-of-continuing-studies .program-card__checkbox:checked + label::before {
  background-color: #00205b;
  border-color: #00205b;
  color: #00205b;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .electives__checkbox:checked ~ .program-card__content,
.white-label.rice-glasscock-school-of-continuing-studies .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00205b;
  box-shadow: 0 0 0 1px #00205b inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .canvas-assignments__submission-type::before {
  border-color: #00205b;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .canvas-assignments__submission-type::after {
  border-color: #00205b;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 32, 91, 0.1);
  border-color: #00205b;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .canvas-assignments__submission-type.typed--selected, .white-label.rice-glasscock-school-of-continuing-studies .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 32, 91, 0.1);
  border-color: #00205b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(1),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(1), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0044c1, #003fb2);
  -moz-background: linear-gradient(to right, #0044c1, #003fb2);
  -ms-background: linear-gradient(to right, #0044c1, #003fb2);
  -o-background: linear-gradient(to right, #0044c1, #003fb2);
  background: linear-gradient(to right, #0044c1, #003fb2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(1)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(1)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #003fb2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(2),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(2), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #003fb2, #003aa4);
  -moz-background: linear-gradient(to right, #003fb2, #003aa4);
  -ms-background: linear-gradient(to right, #003fb2, #003aa4);
  -o-background: linear-gradient(to right, #003fb2, #003aa4);
  background: linear-gradient(to right, #003fb2, #003aa4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(2)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(2)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #003aa4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(3),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(3), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #003aa4, #003495);
  -moz-background: linear-gradient(to right, #003aa4, #003495);
  -ms-background: linear-gradient(to right, #003aa4, #003495);
  -o-background: linear-gradient(to right, #003aa4, #003495);
  background: linear-gradient(to right, #003aa4, #003495);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(3)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(3)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #003495;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(4),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(4), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #003495, #002f87);
  -moz-background: linear-gradient(to right, #003495, #002f87);
  -ms-background: linear-gradient(to right, #003495, #002f87);
  -o-background: linear-gradient(to right, #003495, #002f87);
  background: linear-gradient(to right, #003495, #002f87);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(4)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(4)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #002f87;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(5),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(5), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #002f87, #002a78);
  -moz-background: linear-gradient(to right, #002f87, #002a78);
  -ms-background: linear-gradient(to right, #002f87, #002a78);
  -o-background: linear-gradient(to right, #002f87, #002a78);
  background: linear-gradient(to right, #002f87, #002a78);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(5)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(5)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #002a78;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(6),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(6), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #002a78, #00256a);
  -moz-background: linear-gradient(to right, #002a78, #00256a);
  -ms-background: linear-gradient(to right, #002a78, #00256a);
  -o-background: linear-gradient(to right, #002a78, #00256a);
  background: linear-gradient(to right, #002a78, #00256a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(6)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(6)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00256a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(7),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(7), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00256a, #00205b);
  -moz-background: linear-gradient(to right, #00256a, #00205b);
  -ms-background: linear-gradient(to right, #00256a, #00205b);
  -o-background: linear-gradient(to right, #00256a, #00205b);
  background: linear-gradient(to right, #00256a, #00205b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(7)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(7)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00205b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(n+8),
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(n+8), .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00205b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--active:nth-child(n+8)::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .step--completed:nth-child(n+8)::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00205b;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved {
  color: #00205b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0044c1, #003fb2);
  -moz-background: linear-gradient(to bottom, #0044c1, #003fb2);
  -ms-background: linear-gradient(to bottom, #0044c1, #003fb2);
  -o-background: linear-gradient(to bottom, #0044c1, #003fb2);
  background: linear-gradient(to bottom, #0044c1, #003fb2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #003fb2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0044c1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #003fb2, #003aa4);
  -moz-background: linear-gradient(to bottom, #003fb2, #003aa4);
  -ms-background: linear-gradient(to bottom, #003fb2, #003aa4);
  -o-background: linear-gradient(to bottom, #003fb2, #003aa4);
  background: linear-gradient(to bottom, #003fb2, #003aa4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #003aa4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #003fb2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #003aa4, #003495);
  -moz-background: linear-gradient(to bottom, #003aa4, #003495);
  -ms-background: linear-gradient(to bottom, #003aa4, #003495);
  -o-background: linear-gradient(to bottom, #003aa4, #003495);
  background: linear-gradient(to bottom, #003aa4, #003495);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #003495;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #003aa4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #003495, #002f87);
  -moz-background: linear-gradient(to bottom, #003495, #002f87);
  -ms-background: linear-gradient(to bottom, #003495, #002f87);
  -o-background: linear-gradient(to bottom, #003495, #002f87);
  background: linear-gradient(to bottom, #003495, #002f87);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #002f87;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #003495;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #002f87, #002a78);
  -moz-background: linear-gradient(to bottom, #002f87, #002a78);
  -ms-background: linear-gradient(to bottom, #002f87, #002a78);
  -o-background: linear-gradient(to bottom, #002f87, #002a78);
  background: linear-gradient(to bottom, #002f87, #002a78);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #002a78;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #002f87;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #002a78, #00256a);
  -moz-background: linear-gradient(to bottom, #002a78, #00256a);
  -ms-background: linear-gradient(to bottom, #002a78, #00256a);
  -o-background: linear-gradient(to bottom, #002a78, #00256a);
  background: linear-gradient(to bottom, #002a78, #00256a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00256a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #002a78;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00256a, #00205b);
  -moz-background: linear-gradient(to bottom, #00256a, #00205b);
  -ms-background: linear-gradient(to bottom, #00256a, #00205b);
  -o-background: linear-gradient(to bottom, #00256a, #00205b);
  background: linear-gradient(to bottom, #00256a, #00205b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00205b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00256a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00205b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00205b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.rice-glasscock-school-of-continuing-studies .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00205b;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .sidebar .steps .steps__label-toggle {
  background-color: #00205b;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .sidebar .steps .step--active {
  border-left: 0.5rem solid #00205b;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4d9ad4, #4289c3);
  -moz-background: linear-gradient(to right, #4d9ad4, #4289c3);
  -ms-background: linear-gradient(to right, #4d9ad4, #4289c3);
  -o-background: linear-gradient(to right, #4d9ad4, #4289c3);
  background: linear-gradient(to right, #4d9ad4, #4289c3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4289c3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4289c3, #3777b1);
  -moz-background: linear-gradient(to right, #4289c3, #3777b1);
  -ms-background: linear-gradient(to right, #4289c3, #3777b1);
  -o-background: linear-gradient(to right, #4289c3, #3777b1);
  background: linear-gradient(to right, #4289c3, #3777b1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3777b1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3777b1, #2c66a0);
  -moz-background: linear-gradient(to right, #3777b1, #2c66a0);
  -ms-background: linear-gradient(to right, #3777b1, #2c66a0);
  -o-background: linear-gradient(to right, #3777b1, #2c66a0);
  background: linear-gradient(to right, #3777b1, #2c66a0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2c66a0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2c66a0, #21548f);
  -moz-background: linear-gradient(to right, #2c66a0, #21548f);
  -ms-background: linear-gradient(to right, #2c66a0, #21548f);
  -o-background: linear-gradient(to right, #2c66a0, #21548f);
  background: linear-gradient(to right, #2c66a0, #21548f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #21548f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #21548f, #16437e);
  -moz-background: linear-gradient(to right, #21548f, #16437e);
  -ms-background: linear-gradient(to right, #21548f, #16437e);
  -o-background: linear-gradient(to right, #21548f, #16437e);
  background: linear-gradient(to right, #21548f, #16437e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #16437e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #16437e, #0b316c);
  -moz-background: linear-gradient(to right, #16437e, #0b316c);
  -ms-background: linear-gradient(to right, #16437e, #0b316c);
  -o-background: linear-gradient(to right, #16437e, #0b316c);
  background: linear-gradient(to right, #16437e, #0b316c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0b316c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0b316c, #00205b);
  -moz-background: linear-gradient(to right, #0b316c, #00205b);
  -ms-background: linear-gradient(to right, #0b316c, #00205b);
  -o-background: linear-gradient(to right, #0b316c, #00205b);
  background: linear-gradient(to right, #0b316c, #00205b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00205b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00205b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00205b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d9ad4, #4289c3);
  -moz-background: linear-gradient(to bottom, #4d9ad4, #4289c3);
  -ms-background: linear-gradient(to bottom, #4d9ad4, #4289c3);
  -o-background: linear-gradient(to bottom, #4d9ad4, #4289c3);
  background: linear-gradient(to bottom, #4d9ad4, #4289c3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4289c3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4d9ad4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4289c3, #3777b1);
  -moz-background: linear-gradient(to bottom, #4289c3, #3777b1);
  -ms-background: linear-gradient(to bottom, #4289c3, #3777b1);
  -o-background: linear-gradient(to bottom, #4289c3, #3777b1);
  background: linear-gradient(to bottom, #4289c3, #3777b1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3777b1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4289c3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3777b1, #2c66a0);
  -moz-background: linear-gradient(to bottom, #3777b1, #2c66a0);
  -ms-background: linear-gradient(to bottom, #3777b1, #2c66a0);
  -o-background: linear-gradient(to bottom, #3777b1, #2c66a0);
  background: linear-gradient(to bottom, #3777b1, #2c66a0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2c66a0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3777b1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c66a0, #21548f);
  -moz-background: linear-gradient(to bottom, #2c66a0, #21548f);
  -ms-background: linear-gradient(to bottom, #2c66a0, #21548f);
  -o-background: linear-gradient(to bottom, #2c66a0, #21548f);
  background: linear-gradient(to bottom, #2c66a0, #21548f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #21548f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2c66a0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #21548f, #16437e);
  -moz-background: linear-gradient(to bottom, #21548f, #16437e);
  -ms-background: linear-gradient(to bottom, #21548f, #16437e);
  -o-background: linear-gradient(to bottom, #21548f, #16437e);
  background: linear-gradient(to bottom, #21548f, #16437e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #16437e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #21548f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #16437e, #0b316c);
  -moz-background: linear-gradient(to bottom, #16437e, #0b316c);
  -ms-background: linear-gradient(to bottom, #16437e, #0b316c);
  -o-background: linear-gradient(to bottom, #16437e, #0b316c);
  background: linear-gradient(to bottom, #16437e, #0b316c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0b316c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #16437e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b316c, #00205b);
  -moz-background: linear-gradient(to bottom, #0b316c, #00205b);
  -ms-background: linear-gradient(to bottom, #0b316c, #00205b);
  -o-background: linear-gradient(to bottom, #0b316c, #00205b);
  background: linear-gradient(to bottom, #0b316c, #00205b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00205b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0b316c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00205b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00205b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.rice-glasscock-school-of-continuing-studies.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00205b;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate__overlay {
  background-color: #00205b;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate__steps-circle {
  fill: #00205b;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate__testimonial {
  background-color: #00205b;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00205b;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.rice-glasscock-school-of-continuing-studies .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00205b;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .terms__title {
  border-color: #4d9ad4;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .terms__links {
  color: #00205b;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rice-glasscock-school-of-continuing-studies .referral-tooltip__image path {
  fill: #00205b;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.rice-glasscock-school-of-continuing-studies .main-header,
.rice-glasscock-school-of-continuing-studies .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0057aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ross-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004384;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .main-header__menu__btn:hover, .white-label.ross-school-of-business .main-header__menu__btn:focus, .white-label.ross-school-of-business .main-header__menu__btn:active, .white-label.ross-school-of-business .main-header__menu__btn:checked, .white-label.ross-school-of-business .main-header__menu__btn:focus:hover, .white-label.ross-school-of-business .main-header__menu__btn:focus:active, .white-label.ross-school-of-business .main-header__menu__btn:not(:disabled):hover, .white-label.ross-school-of-business .main-header__menu__btn:not(:disabled):active, .white-label.ross-school-of-business .main-header__menu__btn:not(.disabled):active, .white-label.ross-school-of-business .main-header__menu__btn:not(:disabled):active:focus, .white-label.ross-school-of-business .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ross-school-of-business .main-footer__menu__btn:hover,
.white-label.ross-school-of-business .main-footer__menu__btn:focus,
.white-label.ross-school-of-business .main-footer__menu__btn:active,
.white-label.ross-school-of-business .main-footer__menu__btn:checked,
.white-label.ross-school-of-business .main-footer__menu__btn:focus:hover,
.white-label.ross-school-of-business .main-footer__menu__btn:focus:active,
.white-label.ross-school-of-business .main-footer__menu__btn:not(:disabled):hover,
.white-label.ross-school-of-business .main-footer__menu__btn:not(:disabled):active,
.white-label.ross-school-of-business .main-footer__menu__btn:not(.disabled):active,
.white-label.ross-school-of-business .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ross-school-of-business .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0057aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .main-header .nav__link:hover, .white-label.ross-school-of-business .main-header .nav__link:focus, .white-label.ross-school-of-business .main-header .nav__link:active, .white-label.ross-school-of-business .main-header .nav__link:checked, .white-label.ross-school-of-business .main-header .nav__link:focus:hover, .white-label.ross-school-of-business .main-header .nav__link:focus:active, .white-label.ross-school-of-business .main-header .nav__link:not(:disabled):hover, .white-label.ross-school-of-business .main-header .nav__link:not(:disabled):active, .white-label.ross-school-of-business .main-header .nav__link:not(.disabled):active, .white-label.ross-school-of-business .main-header .nav__link:not(:disabled):active:focus, .white-label.ross-school-of-business .main-header .nav__link:not(.disabled):active:focus,
.white-label.ross-school-of-business .main-footer .nav__link:hover,
.white-label.ross-school-of-business .main-footer .nav__link:focus,
.white-label.ross-school-of-business .main-footer .nav__link:active,
.white-label.ross-school-of-business .main-footer .nav__link:checked,
.white-label.ross-school-of-business .main-footer .nav__link:focus:hover,
.white-label.ross-school-of-business .main-footer .nav__link:focus:active,
.white-label.ross-school-of-business .main-footer .nav__link:not(:disabled):hover,
.white-label.ross-school-of-business .main-footer .nav__link:not(:disabled):active,
.white-label.ross-school-of-business .main-footer .nav__link:not(.disabled):active,
.white-label.ross-school-of-business .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ross-school-of-business .main-footer .nav__link:not(.disabled):active:focus {
  color: #004384;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business.signed-out .btn:not(.btn--social), .white-label.ross-school-of-business.signed-in .btn--primary {
  background-color: #002746;
  border-color: #002746;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.signed-out .btn:not(.btn--social):hover, .white-label.ross-school-of-business.signed-out .btn:not(.btn--social):focus, .white-label.ross-school-of-business.signed-out .btn:not(.btn--social):active, .white-label.ross-school-of-business.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ross-school-of-business.signed-in .btn--primary:hover, .white-label.ross-school-of-business.signed-in .btn--primary:focus, .white-label.ross-school-of-business.signed-in .btn--primary:active, .white-label.ross-school-of-business.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #002746;
  box-shadow: none;
  color: #002746;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .nav__btn:hover span,
.white-label.ross-school-of-business .nav__btn:hover span::after,
.white-label.ross-school-of-business .nav__btn:hover span::before,
.white-label.ross-school-of-business .nav__btn:focus span,
.white-label.ross-school-of-business .nav__btn:focus span::after,
.white-label.ross-school-of-business .nav__btn:focus span::before {
  background-color: #0057aa;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ross-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0057aa;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0057aa;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__list li:hover::after {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__list li:hover .heading-3 {
  color: #0057aa;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .profile__link:hover, .white-label.ross-school-of-business .profile__link:focus, .white-label.ross-school-of-business .profile__link:active, .white-label.ross-school-of-business .profile__link:checked, .white-label.ross-school-of-business .profile__link:focus:hover, .white-label.ross-school-of-business .profile__link:focus:active, .white-label.ross-school-of-business .profile__link:not(:disabled):hover, .white-label.ross-school-of-business .profile__link:not(:disabled):active, .white-label.ross-school-of-business .profile__link:not(.disabled):active, .white-label.ross-school-of-business .profile__link:not(:disabled):active:focus, .white-label.ross-school-of-business .profile__link:not(.disabled):active:focus {
  color: #0057aa;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .profile__actions:hover .profile__icn g,
.white-label.ross-school-of-business .profile__actions:focus .profile__icn g {
  fill: #0057aa;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .students__classmate:hover .students__thumbnail,
.white-label.ross-school-of-business .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0057aa, 0 0 0 1px #0057aa inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .pagination__page-link:hover::after {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modal__bg-icn {
  fill: #0057aa;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .payments__paragraph--initial, .white-label.ross-school-of-business .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .form__input:-webkit-autofill, .white-label.ross-school-of-business .StripeElement:-webkit-autofill, .white-label.ross-school-of-business .form__input:-webkit-autofill:focus, .white-label.ross-school-of-business .form__input:-internal-autofill-selected, .white-label.ross-school-of-business .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 39, 70, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .form__input:-moz-autofill, .white-label.ross-school-of-business .StripeElement:-moz-autofill, .white-label.ross-school-of-business .form__input:-moz-autofill-preview, .white-label.ross-school-of-business .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 39, 70, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .form-radio__input:hover + label.bordered,
.white-label.ross-school-of-business .form-radio__input:hover + label::before, .white-label.ross-school-of-business .form-radio__input:focus + label.bordered,
.white-label.ross-school-of-business .form-radio__input:focus + label::before, .white-label.ross-school-of-business .form-radio__input:active + label.bordered,
.white-label.ross-school-of-business .form-radio__input:active + label::before, .white-label.ross-school-of-business .form-radio__input:checked + label.bordered,
.white-label.ross-school-of-business .form-radio__input:checked + label::before, .white-label.ross-school-of-business .form-radio__input:focus:hover + label.bordered,
.white-label.ross-school-of-business .form-radio__input:focus:hover + label::before, .white-label.ross-school-of-business .form-radio__input:focus:active + label.bordered,
.white-label.ross-school-of-business .form-radio__input:focus:active + label::before, .white-label.ross-school-of-business .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ross-school-of-business .form-radio__input:not(:disabled):hover + label::before, .white-label.ross-school-of-business .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ross-school-of-business .form-radio__input:not(:disabled):active + label::before, .white-label.ross-school-of-business .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ross-school-of-business .form-radio__input:not(.disabled):active + label::before, .white-label.ross-school-of-business .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ross-school-of-business .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ross-school-of-business .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ross-school-of-business .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0057aa;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .form-radio__input:hover + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:focus + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:active + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:checked + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:focus:active + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ross-school-of-business .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0057aa inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .form-check-input:checked + label::before, .white-label.ross-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0057aa;
  border-color: #0057aa;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .form-check-input:valid:focus:checked + label::before, .white-label.ross-school-of-business .form-check-input.valid:focus:checked + label::before, .white-label.ross-school-of-business .form-check-input--valid:focus:checked + label::before, .white-label.ross-school-of-business .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0057aa;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .electives .form-radio__input:checked + label::before {
  background-color: #0057aa;
  border: 3px solid #0057aa;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .enrollment__icon path {
  fill: #002746;
  stroke: #002746;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .enrollment__icon tspan {
  fill: #002746;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__tasks li:hover::after, .white-label.ross-school-of-business .modules__tasks li.selected::after {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__tasks li::before {
  color: rgba(0, 87, 170, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 87, 170, 0.4);
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .modules__tasks li .modules__btn:hover::after, .white-label.ross-school-of-business .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 87, 170, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .tabs__li:hover {
  border-color: rgba(0, 87, 170, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .tabs__label {
  border-bottom-color: #0057aa;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ross-school-of-business .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0057aa;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .survey__success .check {
  fill: #0057aa;
  stroke: #0057aa;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .electives__checkbox:checked + label::before,
.white-label.ross-school-of-business .program-card__checkbox:checked + label::before {
  background-color: #0057aa;
  border-color: #0057aa;
  color: #0057aa;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .electives__checkbox:checked ~ .program-card__content,
.white-label.ross-school-of-business .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0057aa;
  box-shadow: 0 0 0 1px #0057aa inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .canvas-assignments__submission-type::before {
  border-color: #0057aa;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .canvas-assignments__submission-type::after {
  border-color: #0057aa;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 87, 170, 0.1);
  border-color: #0057aa;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .canvas-assignments__submission-type.typed--selected, .white-label.ross-school-of-business .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 87, 170, 0.1);
  border-color: #0057aa;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(1),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(1), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #118bff, #0f83f3);
  -moz-background: linear-gradient(to right, #118bff, #0f83f3);
  -ms-background: linear-gradient(to right, #118bff, #0f83f3);
  -o-background: linear-gradient(to right, #118bff, #0f83f3);
  background: linear-gradient(to right, #118bff, #0f83f3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(1)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(1)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0f83f3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(2),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(2), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  -moz-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  -ms-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  -o-background: linear-gradient(to right, #0f83f3, #0c7ce7);
  background: linear-gradient(to right, #0f83f3, #0c7ce7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(2)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(2)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0c7ce7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(3),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(3), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0c7ce7, #0a75db);
  -moz-background: linear-gradient(to right, #0c7ce7, #0a75db);
  -ms-background: linear-gradient(to right, #0c7ce7, #0a75db);
  -o-background: linear-gradient(to right, #0c7ce7, #0a75db);
  background: linear-gradient(to right, #0c7ce7, #0a75db);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(3)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(3)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0a75db;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(4),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(4), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0a75db, #076dce);
  -moz-background: linear-gradient(to right, #0a75db, #076dce);
  -ms-background: linear-gradient(to right, #0a75db, #076dce);
  -o-background: linear-gradient(to right, #0a75db, #076dce);
  background: linear-gradient(to right, #0a75db, #076dce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(4)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(4)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #076dce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(5),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(5), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #076dce, #0566c2);
  -moz-background: linear-gradient(to right, #076dce, #0566c2);
  -ms-background: linear-gradient(to right, #076dce, #0566c2);
  -o-background: linear-gradient(to right, #076dce, #0566c2);
  background: linear-gradient(to right, #076dce, #0566c2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(5)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(5)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0566c2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(6),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(6), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0566c2, #025eb6);
  -moz-background: linear-gradient(to right, #0566c2, #025eb6);
  -ms-background: linear-gradient(to right, #0566c2, #025eb6);
  -o-background: linear-gradient(to right, #0566c2, #025eb6);
  background: linear-gradient(to right, #0566c2, #025eb6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(6)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(6)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #025eb6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(7),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(7), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #025eb6, #0057aa);
  -moz-background: linear-gradient(to right, #025eb6, #0057aa);
  -ms-background: linear-gradient(to right, #025eb6, #0057aa);
  -o-background: linear-gradient(to right, #025eb6, #0057aa);
  background: linear-gradient(to right, #025eb6, #0057aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(7)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(7)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0057aa;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(n+8),
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(n+8), .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0057aa;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ross-school-of-business .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ross-school-of-business .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0057aa;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved {
  color: #0057aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #118bff, #0f83f3);
  -moz-background: linear-gradient(to bottom, #118bff, #0f83f3);
  -ms-background: linear-gradient(to bottom, #118bff, #0f83f3);
  -o-background: linear-gradient(to bottom, #118bff, #0f83f3);
  background: linear-gradient(to bottom, #118bff, #0f83f3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0f83f3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #118bff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  -moz-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  -ms-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  -o-background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
  background: linear-gradient(to bottom, #0f83f3, #0c7ce7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0c7ce7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0f83f3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  -moz-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  -ms-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  -o-background: linear-gradient(to bottom, #0c7ce7, #0a75db);
  background: linear-gradient(to bottom, #0c7ce7, #0a75db);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0a75db;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0c7ce7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a75db, #076dce);
  -moz-background: linear-gradient(to bottom, #0a75db, #076dce);
  -ms-background: linear-gradient(to bottom, #0a75db, #076dce);
  -o-background: linear-gradient(to bottom, #0a75db, #076dce);
  background: linear-gradient(to bottom, #0a75db, #076dce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #076dce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0a75db;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #076dce, #0566c2);
  -moz-background: linear-gradient(to bottom, #076dce, #0566c2);
  -ms-background: linear-gradient(to bottom, #076dce, #0566c2);
  -o-background: linear-gradient(to bottom, #076dce, #0566c2);
  background: linear-gradient(to bottom, #076dce, #0566c2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0566c2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #076dce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0566c2, #025eb6);
  -moz-background: linear-gradient(to bottom, #0566c2, #025eb6);
  -ms-background: linear-gradient(to bottom, #0566c2, #025eb6);
  -o-background: linear-gradient(to bottom, #0566c2, #025eb6);
  background: linear-gradient(to bottom, #0566c2, #025eb6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #025eb6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0566c2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #025eb6, #0057aa);
  -moz-background: linear-gradient(to bottom, #025eb6, #0057aa);
  -ms-background: linear-gradient(to bottom, #025eb6, #0057aa);
  -o-background: linear-gradient(to bottom, #025eb6, #0057aa);
  background: linear-gradient(to bottom, #025eb6, #0057aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0057aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #025eb6;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0057aa;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0057aa;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ross-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ross-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0057aa;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .sidebar .steps .steps__label-toggle {
  background-color: #0057aa;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .sidebar .steps .step--active {
  border-left: 0.5rem solid #0057aa;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #002746, #002e54);
  -moz-background: linear-gradient(to right, #002746, #002e54);
  -ms-background: linear-gradient(to right, #002746, #002e54);
  -o-background: linear-gradient(to right, #002746, #002e54);
  background: linear-gradient(to right, #002746, #002e54);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #002e54;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #002e54, #003563);
  -moz-background: linear-gradient(to right, #002e54, #003563);
  -ms-background: linear-gradient(to right, #002e54, #003563);
  -o-background: linear-gradient(to right, #002e54, #003563);
  background: linear-gradient(to right, #002e54, #003563);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #003563;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #003563, #003c71);
  -moz-background: linear-gradient(to right, #003563, #003c71);
  -ms-background: linear-gradient(to right, #003563, #003c71);
  -o-background: linear-gradient(to right, #003563, #003c71);
  background: linear-gradient(to right, #003563, #003c71);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #003c71;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #003c71, #00427f);
  -moz-background: linear-gradient(to right, #003c71, #00427f);
  -ms-background: linear-gradient(to right, #003c71, #00427f);
  -o-background: linear-gradient(to right, #003c71, #00427f);
  background: linear-gradient(to right, #003c71, #00427f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00427f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00427f, #00498d);
  -moz-background: linear-gradient(to right, #00427f, #00498d);
  -ms-background: linear-gradient(to right, #00427f, #00498d);
  -o-background: linear-gradient(to right, #00427f, #00498d);
  background: linear-gradient(to right, #00427f, #00498d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00498d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00498d, #00509c);
  -moz-background: linear-gradient(to right, #00498d, #00509c);
  -ms-background: linear-gradient(to right, #00498d, #00509c);
  -o-background: linear-gradient(to right, #00498d, #00509c);
  background: linear-gradient(to right, #00498d, #00509c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #00509c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #00509c, #0057aa);
  -moz-background: linear-gradient(to right, #00509c, #0057aa);
  -ms-background: linear-gradient(to right, #00509c, #0057aa);
  -o-background: linear-gradient(to right, #00509c, #0057aa);
  background: linear-gradient(to right, #00509c, #0057aa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0057aa;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0057aa;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0057aa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #002746, #002e54);
  -moz-background: linear-gradient(to bottom, #002746, #002e54);
  -ms-background: linear-gradient(to bottom, #002746, #002e54);
  -o-background: linear-gradient(to bottom, #002746, #002e54);
  background: linear-gradient(to bottom, #002746, #002e54);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #002e54;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #002746;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #002e54, #003563);
  -moz-background: linear-gradient(to bottom, #002e54, #003563);
  -ms-background: linear-gradient(to bottom, #002e54, #003563);
  -o-background: linear-gradient(to bottom, #002e54, #003563);
  background: linear-gradient(to bottom, #002e54, #003563);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #003563;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #002e54;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #003563, #003c71);
  -moz-background: linear-gradient(to bottom, #003563, #003c71);
  -ms-background: linear-gradient(to bottom, #003563, #003c71);
  -o-background: linear-gradient(to bottom, #003563, #003c71);
  background: linear-gradient(to bottom, #003563, #003c71);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #003c71;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #003563;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #003c71, #00427f);
  -moz-background: linear-gradient(to bottom, #003c71, #00427f);
  -ms-background: linear-gradient(to bottom, #003c71, #00427f);
  -o-background: linear-gradient(to bottom, #003c71, #00427f);
  background: linear-gradient(to bottom, #003c71, #00427f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00427f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #003c71;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00427f, #00498d);
  -moz-background: linear-gradient(to bottom, #00427f, #00498d);
  -ms-background: linear-gradient(to bottom, #00427f, #00498d);
  -o-background: linear-gradient(to bottom, #00427f, #00498d);
  background: linear-gradient(to bottom, #00427f, #00498d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00498d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00427f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00498d, #00509c);
  -moz-background: linear-gradient(to bottom, #00498d, #00509c);
  -ms-background: linear-gradient(to bottom, #00498d, #00509c);
  -o-background: linear-gradient(to bottom, #00498d, #00509c);
  background: linear-gradient(to bottom, #00498d, #00509c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #00509c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00498d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #00509c, #0057aa);
  -moz-background: linear-gradient(to bottom, #00509c, #0057aa);
  -ms-background: linear-gradient(to bottom, #00509c, #0057aa);
  -o-background: linear-gradient(to bottom, #00509c, #0057aa);
  background: linear-gradient(to bottom, #00509c, #0057aa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0057aa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #00509c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0057aa;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0057aa;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ross-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ross-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ross-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ross-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0057aa;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .referrals-advocate__overlay {
  background-color: #0057aa;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .referrals-advocate__steps-circle {
  fill: #0057aa;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .referrals-advocate__testimonial {
  background-color: #0057aa;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0057aa;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ross-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0057aa;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .terms__title {
  border-color: #002746;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .terms__links {
  color: #0057aa;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ross-school-of-business .referral-tooltip__image path {
  fill: #0057aa;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ross-school-of-business .main-header,
.ross-school-of-business .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #4c4c4c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.rotman-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #393939;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .main-header__menu__btn:hover, .white-label.rotman-school-of-management .main-header__menu__btn:focus, .white-label.rotman-school-of-management .main-header__menu__btn:active, .white-label.rotman-school-of-management .main-header__menu__btn:checked, .white-label.rotman-school-of-management .main-header__menu__btn:focus:hover, .white-label.rotman-school-of-management .main-header__menu__btn:focus:active, .white-label.rotman-school-of-management .main-header__menu__btn:not(:disabled):hover, .white-label.rotman-school-of-management .main-header__menu__btn:not(:disabled):active, .white-label.rotman-school-of-management .main-header__menu__btn:not(.disabled):active, .white-label.rotman-school-of-management .main-header__menu__btn:not(:disabled):active:focus, .white-label.rotman-school-of-management .main-header__menu__btn:not(.disabled):active:focus,
.white-label.rotman-school-of-management .main-footer__menu__btn:hover,
.white-label.rotman-school-of-management .main-footer__menu__btn:focus,
.white-label.rotman-school-of-management .main-footer__menu__btn:active,
.white-label.rotman-school-of-management .main-footer__menu__btn:checked,
.white-label.rotman-school-of-management .main-footer__menu__btn:focus:hover,
.white-label.rotman-school-of-management .main-footer__menu__btn:focus:active,
.white-label.rotman-school-of-management .main-footer__menu__btn:not(:disabled):hover,
.white-label.rotman-school-of-management .main-footer__menu__btn:not(:disabled):active,
.white-label.rotman-school-of-management .main-footer__menu__btn:not(.disabled):active,
.white-label.rotman-school-of-management .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.rotman-school-of-management .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #4c4c4c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .main-header .nav__link:hover, .white-label.rotman-school-of-management .main-header .nav__link:focus, .white-label.rotman-school-of-management .main-header .nav__link:active, .white-label.rotman-school-of-management .main-header .nav__link:checked, .white-label.rotman-school-of-management .main-header .nav__link:focus:hover, .white-label.rotman-school-of-management .main-header .nav__link:focus:active, .white-label.rotman-school-of-management .main-header .nav__link:not(:disabled):hover, .white-label.rotman-school-of-management .main-header .nav__link:not(:disabled):active, .white-label.rotman-school-of-management .main-header .nav__link:not(.disabled):active, .white-label.rotman-school-of-management .main-header .nav__link:not(:disabled):active:focus, .white-label.rotman-school-of-management .main-header .nav__link:not(.disabled):active:focus,
.white-label.rotman-school-of-management .main-footer .nav__link:hover,
.white-label.rotman-school-of-management .main-footer .nav__link:focus,
.white-label.rotman-school-of-management .main-footer .nav__link:active,
.white-label.rotman-school-of-management .main-footer .nav__link:checked,
.white-label.rotman-school-of-management .main-footer .nav__link:focus:hover,
.white-label.rotman-school-of-management .main-footer .nav__link:focus:active,
.white-label.rotman-school-of-management .main-footer .nav__link:not(:disabled):hover,
.white-label.rotman-school-of-management .main-footer .nav__link:not(:disabled):active,
.white-label.rotman-school-of-management .main-footer .nav__link:not(.disabled):active,
.white-label.rotman-school-of-management .main-footer .nav__link:not(:disabled):active:focus,
.white-label.rotman-school-of-management .main-footer .nav__link:not(.disabled):active:focus {
  color: #393939;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management.signed-out .btn:not(.btn--social), .white-label.rotman-school-of-management.signed-in .btn--primary {
  background-color: #ebaa20;
  border-color: #ebaa20;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.signed-out .btn:not(.btn--social):hover, .white-label.rotman-school-of-management.signed-out .btn:not(.btn--social):focus, .white-label.rotman-school-of-management.signed-out .btn:not(.btn--social):active, .white-label.rotman-school-of-management.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.rotman-school-of-management.signed-in .btn--primary:hover, .white-label.rotman-school-of-management.signed-in .btn--primary:focus, .white-label.rotman-school-of-management.signed-in .btn--primary:active, .white-label.rotman-school-of-management.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #ebaa20;
  box-shadow: none;
  color: #ebaa20;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .nav__btn:hover span,
.white-label.rotman-school-of-management .nav__btn:hover span::after,
.white-label.rotman-school-of-management .nav__btn:hover span::before,
.white-label.rotman-school-of-management .nav__btn:focus span,
.white-label.rotman-school-of-management .nav__btn:focus span::after,
.white-label.rotman-school-of-management .nav__btn:focus span::before {
  background-color: #4c4c4c;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.rotman-school-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #4c4c4c;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .nav__sidebar ul .profile__no-menu-link:hover {
  color: #4c4c4c;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__list li:hover::after {
  border-color: rgba(76, 76, 76, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__list li:hover .heading-3 {
  color: #4c4c4c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .profile__link:hover, .white-label.rotman-school-of-management .profile__link:focus, .white-label.rotman-school-of-management .profile__link:active, .white-label.rotman-school-of-management .profile__link:checked, .white-label.rotman-school-of-management .profile__link:focus:hover, .white-label.rotman-school-of-management .profile__link:focus:active, .white-label.rotman-school-of-management .profile__link:not(:disabled):hover, .white-label.rotman-school-of-management .profile__link:not(:disabled):active, .white-label.rotman-school-of-management .profile__link:not(.disabled):active, .white-label.rotman-school-of-management .profile__link:not(:disabled):active:focus, .white-label.rotman-school-of-management .profile__link:not(.disabled):active:focus {
  color: #4c4c4c;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .profile__actions:hover .profile__icn g,
.white-label.rotman-school-of-management .profile__actions:focus .profile__icn g {
  fill: #4c4c4c;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .students__classmate:hover .students__thumbnail,
.white-label.rotman-school-of-management .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #4c4c4c, 0 0 0 1px #4c4c4c inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .pagination__page-link:hover::after {
  border-color: rgba(76, 76, 76, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modal__bg-icn {
  fill: #4c4c4c;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .payments__paragraph--initial, .white-label.rotman-school-of-management .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .form__input:-webkit-autofill, .white-label.rotman-school-of-management .StripeElement:-webkit-autofill, .white-label.rotman-school-of-management .form__input:-webkit-autofill:focus, .white-label.rotman-school-of-management .form__input:-internal-autofill-selected, .white-label.rotman-school-of-management .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(235, 170, 32, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .form__input:-moz-autofill, .white-label.rotman-school-of-management .StripeElement:-moz-autofill, .white-label.rotman-school-of-management .form__input:-moz-autofill-preview, .white-label.rotman-school-of-management .StripeElement:-moz-autofill-preview {
  filter: rgba(235, 170, 32, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .form-radio__input:hover + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:hover + label::before, .white-label.rotman-school-of-management .form-radio__input:focus + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:focus + label::before, .white-label.rotman-school-of-management .form-radio__input:active + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:active + label::before, .white-label.rotman-school-of-management .form-radio__input:checked + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:checked + label::before, .white-label.rotman-school-of-management .form-radio__input:focus:hover + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:focus:hover + label::before, .white-label.rotman-school-of-management .form-radio__input:focus:active + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:focus:active + label::before, .white-label.rotman-school-of-management .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:not(:disabled):hover + label::before, .white-label.rotman-school-of-management .form-radio__input:not(:disabled):active + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:not(:disabled):active + label::before, .white-label.rotman-school-of-management .form-radio__input:not(.disabled):active + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:not(.disabled):active + label::before, .white-label.rotman-school-of-management .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:not(:disabled):active:focus + label::before, .white-label.rotman-school-of-management .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.rotman-school-of-management .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #4c4c4c;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .form-radio__input:hover + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:focus + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:active + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:checked + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:focus:hover + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:focus:active + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.rotman-school-of-management .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #4c4c4c inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .form-check-input:checked + label::before, .white-label.rotman-school-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background: #4c4c4c;
  border-color: #4c4c4c;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .form-check-input:valid:focus:checked + label::before, .white-label.rotman-school-of-management .form-check-input.valid:focus:checked + label::before, .white-label.rotman-school-of-management .form-check-input--valid:focus:checked + label::before, .white-label.rotman-school-of-management .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #4c4c4c;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .electives .form-radio__input:checked + label::before {
  background-color: #4c4c4c;
  border: 3px solid #4c4c4c;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .enrollment__icon path {
  fill: #ebaa20;
  stroke: #ebaa20;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .enrollment__icon tspan {
  fill: #ebaa20;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__tasks li:hover::after, .white-label.rotman-school-of-management .modules__tasks li.selected::after {
  border-color: rgba(76, 76, 76, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__tasks li::before {
  color: rgba(76, 76, 76, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(76, 76, 76, 0.4);
  border-color: rgba(76, 76, 76, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .modules__tasks li .modules__btn:hover::after, .white-label.rotman-school-of-management .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(76, 76, 76, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .tabs__li:hover {
  border-color: rgba(76, 76, 76, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .tabs__label {
  border-bottom-color: #4c4c4c;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.rotman-school-of-management .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #4c4c4c;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .survey__success .check {
  fill: #4c4c4c;
  stroke: #4c4c4c;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .electives__checkbox:checked + label::before,
.white-label.rotman-school-of-management .program-card__checkbox:checked + label::before {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #4c4c4c;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .electives__checkbox:checked ~ .program-card__content,
.white-label.rotman-school-of-management .program-card__checkbox:checked ~ .program-card__content {
  border-color: #4c4c4c;
  box-shadow: 0 0 0 1px #4c4c4c inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .canvas-assignments__submission-type::before {
  border-color: #4c4c4c;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .canvas-assignments__submission-type::after {
  border-color: #4c4c4c;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .canvas-assignments__submission-type:hover {
  background-color: rgba(76, 76, 76, 0.1);
  border-color: #4c4c4c;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .canvas-assignments__submission-type.typed--selected, .white-label.rotman-school-of-management .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(76, 76, 76, 0.1);
  border-color: #4c4c4c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(1),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(1), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #7f7f7f, #787878);
  -moz-background: linear-gradient(to right, #7f7f7f, #787878);
  -ms-background: linear-gradient(to right, #7f7f7f, #787878);
  -o-background: linear-gradient(to right, #7f7f7f, #787878);
  background: linear-gradient(to right, #7f7f7f, #787878);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(1)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(1)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #787878;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(2),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(2), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #787878, #707070);
  -moz-background: linear-gradient(to right, #787878, #707070);
  -ms-background: linear-gradient(to right, #787878, #707070);
  -o-background: linear-gradient(to right, #787878, #707070);
  background: linear-gradient(to right, #787878, #707070);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(2)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(2)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #707070;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(3),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(3), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #707070, dimgray);
  -moz-background: linear-gradient(to right, #707070, dimgray);
  -ms-background: linear-gradient(to right, #707070, dimgray);
  -o-background: linear-gradient(to right, #707070, dimgray);
  background: linear-gradient(to right, #707070, dimgray);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(3)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(3)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: dimgray;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(4),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(4), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, dimgray, #626262);
  -moz-background: linear-gradient(to right, dimgray, #626262);
  -ms-background: linear-gradient(to right, dimgray, #626262);
  -o-background: linear-gradient(to right, dimgray, #626262);
  background: linear-gradient(to right, dimgray, #626262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(4)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(4)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #626262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(5),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(5), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #626262, #5b5b5b);
  -moz-background: linear-gradient(to right, #626262, #5b5b5b);
  -ms-background: linear-gradient(to right, #626262, #5b5b5b);
  -o-background: linear-gradient(to right, #626262, #5b5b5b);
  background: linear-gradient(to right, #626262, #5b5b5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(5)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(5)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #5b5b5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(6),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(6), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #5b5b5b, #535353);
  -moz-background: linear-gradient(to right, #5b5b5b, #535353);
  -ms-background: linear-gradient(to right, #5b5b5b, #535353);
  -o-background: linear-gradient(to right, #5b5b5b, #535353);
  background: linear-gradient(to right, #5b5b5b, #535353);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(6)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(6)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #535353;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(7),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(7), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #535353, #4c4c4c);
  -moz-background: linear-gradient(to right, #535353, #4c4c4c);
  -ms-background: linear-gradient(to right, #535353, #4c4c4c);
  -o-background: linear-gradient(to right, #535353, #4c4c4c);
  background: linear-gradient(to right, #535353, #4c4c4c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(7)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(7)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #4c4c4c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(n+8),
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(n+8), .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #4c4c4c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .step--active:nth-child(n+8)::after,
.white-label.rotman-school-of-management .steps--progress .step--completed:nth-child(n+8)::after, .white-label.rotman-school-of-management .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #4c4c4c;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved {
  color: #4c4c4c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #7f7f7f, #787878);
  -moz-background: linear-gradient(to bottom, #7f7f7f, #787878);
  -ms-background: linear-gradient(to bottom, #7f7f7f, #787878);
  -o-background: linear-gradient(to bottom, #7f7f7f, #787878);
  background: linear-gradient(to bottom, #7f7f7f, #787878);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #787878;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #7f7f7f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #787878, #707070);
  -moz-background: linear-gradient(to bottom, #787878, #707070);
  -ms-background: linear-gradient(to bottom, #787878, #707070);
  -o-background: linear-gradient(to bottom, #787878, #707070);
  background: linear-gradient(to bottom, #787878, #707070);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #707070;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #787878;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #707070, dimgray);
  -moz-background: linear-gradient(to bottom, #707070, dimgray);
  -ms-background: linear-gradient(to bottom, #707070, dimgray);
  -o-background: linear-gradient(to bottom, #707070, dimgray);
  background: linear-gradient(to bottom, #707070, dimgray);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: dimgray;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #707070;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, dimgray, #626262);
  -moz-background: linear-gradient(to bottom, dimgray, #626262);
  -ms-background: linear-gradient(to bottom, dimgray, #626262);
  -o-background: linear-gradient(to bottom, dimgray, #626262);
  background: linear-gradient(to bottom, dimgray, #626262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #626262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: dimgray;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #626262, #5b5b5b);
  -moz-background: linear-gradient(to bottom, #626262, #5b5b5b);
  -ms-background: linear-gradient(to bottom, #626262, #5b5b5b);
  -o-background: linear-gradient(to bottom, #626262, #5b5b5b);
  background: linear-gradient(to bottom, #626262, #5b5b5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #5b5b5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #626262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #5b5b5b, #535353);
  -moz-background: linear-gradient(to bottom, #5b5b5b, #535353);
  -ms-background: linear-gradient(to bottom, #5b5b5b, #535353);
  -o-background: linear-gradient(to bottom, #5b5b5b, #535353);
  background: linear-gradient(to bottom, #5b5b5b, #535353);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #535353;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #5b5b5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #535353, #4c4c4c);
  -moz-background: linear-gradient(to bottom, #535353, #4c4c4c);
  -ms-background: linear-gradient(to bottom, #535353, #4c4c4c);
  -o-background: linear-gradient(to bottom, #535353, #4c4c4c);
  background: linear-gradient(to bottom, #535353, #4c4c4c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #4c4c4c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #535353;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #4c4c4c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #4c4c4c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.rotman-school-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.rotman-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #4c4c4c;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .sidebar .steps .steps__label-toggle {
  background-color: #4c4c4c;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .sidebar .steps .step--active {
  border-left: 0.5rem solid #4c4c4c;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ebaa20, #d49d26);
  -moz-background: linear-gradient(to right, #ebaa20, #d49d26);
  -ms-background: linear-gradient(to right, #ebaa20, #d49d26);
  -o-background: linear-gradient(to right, #ebaa20, #d49d26);
  background: linear-gradient(to right, #ebaa20, #d49d26);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d49d26;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d49d26, #be8f2d);
  -moz-background: linear-gradient(to right, #d49d26, #be8f2d);
  -ms-background: linear-gradient(to right, #d49d26, #be8f2d);
  -o-background: linear-gradient(to right, #d49d26, #be8f2d);
  background: linear-gradient(to right, #d49d26, #be8f2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #be8f2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #be8f2d, #a78233);
  -moz-background: linear-gradient(to right, #be8f2d, #a78233);
  -ms-background: linear-gradient(to right, #be8f2d, #a78233);
  -o-background: linear-gradient(to right, #be8f2d, #a78233);
  background: linear-gradient(to right, #be8f2d, #a78233);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #a78233;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #a78233, #907439);
  -moz-background: linear-gradient(to right, #a78233, #907439);
  -ms-background: linear-gradient(to right, #a78233, #907439);
  -o-background: linear-gradient(to right, #a78233, #907439);
  background: linear-gradient(to right, #a78233, #907439);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #907439;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #907439, #79673f);
  -moz-background: linear-gradient(to right, #907439, #79673f);
  -ms-background: linear-gradient(to right, #907439, #79673f);
  -o-background: linear-gradient(to right, #907439, #79673f);
  background: linear-gradient(to right, #907439, #79673f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #79673f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #79673f, #635946);
  -moz-background: linear-gradient(to right, #79673f, #635946);
  -ms-background: linear-gradient(to right, #79673f, #635946);
  -o-background: linear-gradient(to right, #79673f, #635946);
  background: linear-gradient(to right, #79673f, #635946);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #635946;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #635946, #4c4c4c);
  -moz-background: linear-gradient(to right, #635946, #4c4c4c);
  -ms-background: linear-gradient(to right, #635946, #4c4c4c);
  -o-background: linear-gradient(to right, #635946, #4c4c4c);
  background: linear-gradient(to right, #635946, #4c4c4c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #4c4c4c;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #4c4c4c;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #4c4c4c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ebaa20, #d49d26);
  -moz-background: linear-gradient(to bottom, #ebaa20, #d49d26);
  -ms-background: linear-gradient(to bottom, #ebaa20, #d49d26);
  -o-background: linear-gradient(to bottom, #ebaa20, #d49d26);
  background: linear-gradient(to bottom, #ebaa20, #d49d26);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d49d26;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ebaa20;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d49d26, #be8f2d);
  -moz-background: linear-gradient(to bottom, #d49d26, #be8f2d);
  -ms-background: linear-gradient(to bottom, #d49d26, #be8f2d);
  -o-background: linear-gradient(to bottom, #d49d26, #be8f2d);
  background: linear-gradient(to bottom, #d49d26, #be8f2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #be8f2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d49d26;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #be8f2d, #a78233);
  -moz-background: linear-gradient(to bottom, #be8f2d, #a78233);
  -ms-background: linear-gradient(to bottom, #be8f2d, #a78233);
  -o-background: linear-gradient(to bottom, #be8f2d, #a78233);
  background: linear-gradient(to bottom, #be8f2d, #a78233);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #a78233;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #be8f2d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #a78233, #907439);
  -moz-background: linear-gradient(to bottom, #a78233, #907439);
  -ms-background: linear-gradient(to bottom, #a78233, #907439);
  -o-background: linear-gradient(to bottom, #a78233, #907439);
  background: linear-gradient(to bottom, #a78233, #907439);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #907439;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #a78233;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #907439, #79673f);
  -moz-background: linear-gradient(to bottom, #907439, #79673f);
  -ms-background: linear-gradient(to bottom, #907439, #79673f);
  -o-background: linear-gradient(to bottom, #907439, #79673f);
  background: linear-gradient(to bottom, #907439, #79673f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #79673f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #907439;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #79673f, #635946);
  -moz-background: linear-gradient(to bottom, #79673f, #635946);
  -ms-background: linear-gradient(to bottom, #79673f, #635946);
  -o-background: linear-gradient(to bottom, #79673f, #635946);
  background: linear-gradient(to bottom, #79673f, #635946);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #635946;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #79673f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #635946, #4c4c4c);
  -moz-background: linear-gradient(to bottom, #635946, #4c4c4c);
  -ms-background: linear-gradient(to bottom, #635946, #4c4c4c);
  -o-background: linear-gradient(to bottom, #635946, #4c4c4c);
  background: linear-gradient(to bottom, #635946, #4c4c4c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #4c4c4c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #635946;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #4c4c4c;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #4c4c4c;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.rotman-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.rotman-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.rotman-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.rotman-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #4c4c4c;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .referrals-advocate__overlay {
  background-color: #4c4c4c;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .referrals-advocate__steps-circle {
  fill: #4c4c4c;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .referrals-advocate__testimonial {
  background-color: #4c4c4c;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #4c4c4c;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.rotman-school-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #4c4c4c;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .terms__title {
  border-color: #ebaa20;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .terms__links {
  color: #4c4c4c;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.rotman-school-of-management .referral-tooltip__image path {
  fill: #4c4c4c;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.rotman-school-of-management .main-header,
.rotman-school-of-management .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.school-of-professional-studies-brown-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: black;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .main-header__menu__btn:hover, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:focus, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:active, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:checked, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:focus:hover, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:focus:active, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:not(:disabled):hover, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:not(:disabled):active, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:not(.disabled):active, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:not(:disabled):active:focus, .white-label.school-of-professional-studies-brown-university .main-header__menu__btn:not(.disabled):active:focus,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:hover,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:focus,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:active,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:checked,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:focus:hover,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:focus:active,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:not(:disabled):hover,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:not(:disabled):active,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:not(.disabled):active,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.school-of-professional-studies-brown-university .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .main-header .nav__link:hover, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:focus, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:active, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:checked, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:focus:hover, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:focus:active, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:not(:disabled):hover, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:not(:disabled):active, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:not(.disabled):active, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:not(:disabled):active:focus, .white-label.school-of-professional-studies-brown-university .main-header .nav__link:not(.disabled):active:focus,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:hover,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:focus,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:active,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:checked,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:focus:hover,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:focus:active,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:not(:disabled):hover,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:not(:disabled):active,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:not(.disabled):active,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:not(:disabled):active:focus,
.white-label.school-of-professional-studies-brown-university .main-footer .nav__link:not(.disabled):active:focus {
  color: black;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university.signed-out .btn:not(.btn--social), .white-label.school-of-professional-studies-brown-university.signed-in .btn--primary {
  background-color: #c00404;
  border-color: #c00404;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.signed-out .btn:not(.btn--social):hover, .white-label.school-of-professional-studies-brown-university.signed-out .btn:not(.btn--social):focus, .white-label.school-of-professional-studies-brown-university.signed-out .btn:not(.btn--social):active, .white-label.school-of-professional-studies-brown-university.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.school-of-professional-studies-brown-university.signed-in .btn--primary:hover, .white-label.school-of-professional-studies-brown-university.signed-in .btn--primary:focus, .white-label.school-of-professional-studies-brown-university.signed-in .btn--primary:active, .white-label.school-of-professional-studies-brown-university.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #c00404;
  box-shadow: none;
  color: #c00404;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .nav__btn:hover span,
.white-label.school-of-professional-studies-brown-university .nav__btn:hover span::after,
.white-label.school-of-professional-studies-brown-university .nav__btn:hover span::before,
.white-label.school-of-professional-studies-brown-university .nav__btn:focus span,
.white-label.school-of-professional-studies-brown-university .nav__btn:focus span::after,
.white-label.school-of-professional-studies-brown-university .nav__btn:focus span::before {
  background-color: #000;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.school-of-professional-studies-brown-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #000;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .nav__sidebar ul .profile__no-menu-link:hover {
  color: #000;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__list li:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__list li:hover .heading-3 {
  color: #000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .profile__link:hover, .white-label.school-of-professional-studies-brown-university .profile__link:focus, .white-label.school-of-professional-studies-brown-university .profile__link:active, .white-label.school-of-professional-studies-brown-university .profile__link:checked, .white-label.school-of-professional-studies-brown-university .profile__link:focus:hover, .white-label.school-of-professional-studies-brown-university .profile__link:focus:active, .white-label.school-of-professional-studies-brown-university .profile__link:not(:disabled):hover, .white-label.school-of-professional-studies-brown-university .profile__link:not(:disabled):active, .white-label.school-of-professional-studies-brown-university .profile__link:not(.disabled):active, .white-label.school-of-professional-studies-brown-university .profile__link:not(:disabled):active:focus, .white-label.school-of-professional-studies-brown-university .profile__link:not(.disabled):active:focus {
  color: #000;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .profile__actions:hover .profile__icn g,
.white-label.school-of-professional-studies-brown-university .profile__actions:focus .profile__icn g {
  fill: #000;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .students__classmate:hover .students__thumbnail,
.white-label.school-of-professional-studies-brown-university .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #000, 0 0 0 1px #000 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .pagination__page-link:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modal__bg-icn {
  fill: #000;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .payments__paragraph--initial, .white-label.school-of-professional-studies-brown-university .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .form__input:-webkit-autofill, .white-label.school-of-professional-studies-brown-university .StripeElement:-webkit-autofill, .white-label.school-of-professional-studies-brown-university .form__input:-webkit-autofill:focus, .white-label.school-of-professional-studies-brown-university .form__input:-internal-autofill-selected, .white-label.school-of-professional-studies-brown-university .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(192, 4, 4, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(192, 4, 4, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(192, 4, 4, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(192, 4, 4, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(192, 4, 4, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .form__input:-moz-autofill, .white-label.school-of-professional-studies-brown-university .StripeElement:-moz-autofill, .white-label.school-of-professional-studies-brown-university .form__input:-moz-autofill-preview, .white-label.school-of-professional-studies-brown-university .StripeElement:-moz-autofill-preview {
  filter: rgba(192, 4, 4, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .form-radio__input:hover + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:hover + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:focus + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:focus + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:active + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:active + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:checked + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:checked + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:focus:hover + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:focus:hover + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:focus:active + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:focus:active + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):hover + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):active + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):active + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(.disabled):active + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:not(.disabled):active + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):active:focus + label::before, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.school-of-professional-studies-brown-university .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #000;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .form-radio__input:hover + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:focus + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:active + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:checked + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:focus:hover + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:focus:active + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.school-of-professional-studies-brown-university .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #000 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .form-check-input:checked + label::before, .white-label.school-of-professional-studies-brown-university .form-check-input:checked + label.collection_radio_buttons::before {
  background: #000;
  border-color: #000;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .form-check-input:valid:focus:checked + label::before, .white-label.school-of-professional-studies-brown-university .form-check-input.valid:focus:checked + label::before, .white-label.school-of-professional-studies-brown-university .form-check-input--valid:focus:checked + label::before, .white-label.school-of-professional-studies-brown-university .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #000;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .electives .form-radio__input:checked + label::before {
  background-color: #000;
  border: 3px solid #000;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .enrollment__icon path {
  fill: #c00404;
  stroke: #c00404;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .enrollment__icon tspan {
  fill: #c00404;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__tasks li:hover::after, .white-label.school-of-professional-studies-brown-university .modules__tasks li.selected::after {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__tasks li::before {
  color: rgba(0, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .modules__tasks li .modules__btn:hover::after, .white-label.school-of-professional-studies-brown-university .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .tabs__li:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .tabs__label {
  border-bottom-color: #000;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.school-of-professional-studies-brown-university .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #000;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .survey__success .check {
  fill: #000;
  stroke: #000;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .electives__checkbox:checked + label::before,
.white-label.school-of-professional-studies-brown-university .program-card__checkbox:checked + label::before {
  background-color: #000;
  border-color: #000;
  color: #000;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .electives__checkbox:checked ~ .program-card__content,
.white-label.school-of-professional-studies-brown-university .program-card__checkbox:checked ~ .program-card__content {
  border-color: #000;
  box-shadow: 0 0 0 1px #000 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .canvas-assignments__submission-type::before {
  border-color: #000;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .canvas-assignments__submission-type::after {
  border-color: #000;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #000;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .canvas-assignments__submission-type.typed--selected, .white-label.school-of-professional-studies-brown-university .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(1),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(1), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #333333, #2c2c2c);
  -moz-background: linear-gradient(to right, #333333, #2c2c2c);
  -ms-background: linear-gradient(to right, #333333, #2c2c2c);
  -o-background: linear-gradient(to right, #333333, #2c2c2c);
  background: linear-gradient(to right, #333333, #2c2c2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(1)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(1)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2c2c2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(2),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(2), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2c2c2c, #242424);
  -moz-background: linear-gradient(to right, #2c2c2c, #242424);
  -ms-background: linear-gradient(to right, #2c2c2c, #242424);
  -o-background: linear-gradient(to right, #2c2c2c, #242424);
  background: linear-gradient(to right, #2c2c2c, #242424);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(2)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(2)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #242424;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(3),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(3), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #242424, #1d1d1d);
  -moz-background: linear-gradient(to right, #242424, #1d1d1d);
  -ms-background: linear-gradient(to right, #242424, #1d1d1d);
  -o-background: linear-gradient(to right, #242424, #1d1d1d);
  background: linear-gradient(to right, #242424, #1d1d1d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(3)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(3)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1d1d1d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(4),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(4), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1d1d1d, #161616);
  -moz-background: linear-gradient(to right, #1d1d1d, #161616);
  -ms-background: linear-gradient(to right, #1d1d1d, #161616);
  -o-background: linear-gradient(to right, #1d1d1d, #161616);
  background: linear-gradient(to right, #1d1d1d, #161616);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(4)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(4)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #161616;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(5),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(5), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #161616, #0f0f0f);
  -moz-background: linear-gradient(to right, #161616, #0f0f0f);
  -ms-background: linear-gradient(to right, #161616, #0f0f0f);
  -o-background: linear-gradient(to right, #161616, #0f0f0f);
  background: linear-gradient(to right, #161616, #0f0f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(5)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(5)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0f0f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(6),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(6), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0f0f0f, #070707);
  -moz-background: linear-gradient(to right, #0f0f0f, #070707);
  -ms-background: linear-gradient(to right, #0f0f0f, #070707);
  -o-background: linear-gradient(to right, #0f0f0f, #070707);
  background: linear-gradient(to right, #0f0f0f, #070707);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(6)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(6)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #070707;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(7),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(7), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #070707, black);
  -moz-background: linear-gradient(to right, #070707, black);
  -ms-background: linear-gradient(to right, #070707, black);
  -o-background: linear-gradient(to right, #070707, black);
  background: linear-gradient(to right, #070707, black);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(7)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(7)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: black;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(n+8),
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(n+8), .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .step--active:nth-child(n+8)::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .step--completed:nth-child(n+8)::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved {
  color: #000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #333333, #2c2c2c);
  -moz-background: linear-gradient(to bottom, #333333, #2c2c2c);
  -ms-background: linear-gradient(to bottom, #333333, #2c2c2c);
  -o-background: linear-gradient(to bottom, #333333, #2c2c2c);
  background: linear-gradient(to bottom, #333333, #2c2c2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2c2c2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #333333;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c2c2c, #242424);
  -moz-background: linear-gradient(to bottom, #2c2c2c, #242424);
  -ms-background: linear-gradient(to bottom, #2c2c2c, #242424);
  -o-background: linear-gradient(to bottom, #2c2c2c, #242424);
  background: linear-gradient(to bottom, #2c2c2c, #242424);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #242424;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2c2c2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #242424, #1d1d1d);
  -moz-background: linear-gradient(to bottom, #242424, #1d1d1d);
  -ms-background: linear-gradient(to bottom, #242424, #1d1d1d);
  -o-background: linear-gradient(to bottom, #242424, #1d1d1d);
  background: linear-gradient(to bottom, #242424, #1d1d1d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1d1d1d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #242424;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d1d1d, #161616);
  -moz-background: linear-gradient(to bottom, #1d1d1d, #161616);
  -ms-background: linear-gradient(to bottom, #1d1d1d, #161616);
  -o-background: linear-gradient(to bottom, #1d1d1d, #161616);
  background: linear-gradient(to bottom, #1d1d1d, #161616);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #161616;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1d1d1d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #161616, #0f0f0f);
  -moz-background: linear-gradient(to bottom, #161616, #0f0f0f);
  -ms-background: linear-gradient(to bottom, #161616, #0f0f0f);
  -o-background: linear-gradient(to bottom, #161616, #0f0f0f);
  background: linear-gradient(to bottom, #161616, #0f0f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0f0f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #161616;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f0f0f, #070707);
  -moz-background: linear-gradient(to bottom, #0f0f0f, #070707);
  -ms-background: linear-gradient(to bottom, #0f0f0f, #070707);
  -o-background: linear-gradient(to bottom, #0f0f0f, #070707);
  background: linear-gradient(to bottom, #0f0f0f, #070707);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #070707;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0f0f0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #070707, black);
  -moz-background: linear-gradient(to bottom, #070707, black);
  -ms-background: linear-gradient(to bottom, #070707, black);
  -o-background: linear-gradient(to bottom, #070707, black);
  background: linear-gradient(to bottom, #070707, black);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: black;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #070707;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.school-of-professional-studies-brown-university .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.school-of-professional-studies-brown-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .sidebar .steps .steps__label-toggle {
  background-color: black;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .sidebar .steps .step--active {
  border-left: 0.5rem solid black;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #c00404, #a50303);
  -moz-background: linear-gradient(to right, #c00404, #a50303);
  -ms-background: linear-gradient(to right, #c00404, #a50303);
  -o-background: linear-gradient(to right, #c00404, #a50303);
  background: linear-gradient(to right, #c00404, #a50303);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #a50303;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #a50303, #890303);
  -moz-background: linear-gradient(to right, #a50303, #890303);
  -ms-background: linear-gradient(to right, #a50303, #890303);
  -o-background: linear-gradient(to right, #a50303, #890303);
  background: linear-gradient(to right, #a50303, #890303);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #890303;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #890303, #6e0202);
  -moz-background: linear-gradient(to right, #890303, #6e0202);
  -ms-background: linear-gradient(to right, #890303, #6e0202);
  -o-background: linear-gradient(to right, #890303, #6e0202);
  background: linear-gradient(to right, #890303, #6e0202);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6e0202;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6e0202, #520202);
  -moz-background: linear-gradient(to right, #6e0202, #520202);
  -ms-background: linear-gradient(to right, #6e0202, #520202);
  -o-background: linear-gradient(to right, #6e0202, #520202);
  background: linear-gradient(to right, #6e0202, #520202);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #520202;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #520202, #370101);
  -moz-background: linear-gradient(to right, #520202, #370101);
  -ms-background: linear-gradient(to right, #520202, #370101);
  -o-background: linear-gradient(to right, #520202, #370101);
  background: linear-gradient(to right, #520202, #370101);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #370101;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #370101, #1b0101);
  -moz-background: linear-gradient(to right, #370101, #1b0101);
  -ms-background: linear-gradient(to right, #370101, #1b0101);
  -o-background: linear-gradient(to right, #370101, #1b0101);
  background: linear-gradient(to right, #370101, #1b0101);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1b0101;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1b0101, black);
  -moz-background: linear-gradient(to right, #1b0101, black);
  -ms-background: linear-gradient(to right, #1b0101, black);
  -o-background: linear-gradient(to right, #1b0101, black);
  background: linear-gradient(to right, #1b0101, black);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: black;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #c00404, #a50303);
  -moz-background: linear-gradient(to bottom, #c00404, #a50303);
  -ms-background: linear-gradient(to bottom, #c00404, #a50303);
  -o-background: linear-gradient(to bottom, #c00404, #a50303);
  background: linear-gradient(to bottom, #c00404, #a50303);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #a50303;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #c00404;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #a50303, #890303);
  -moz-background: linear-gradient(to bottom, #a50303, #890303);
  -ms-background: linear-gradient(to bottom, #a50303, #890303);
  -o-background: linear-gradient(to bottom, #a50303, #890303);
  background: linear-gradient(to bottom, #a50303, #890303);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #890303;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #a50303;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #890303, #6e0202);
  -moz-background: linear-gradient(to bottom, #890303, #6e0202);
  -ms-background: linear-gradient(to bottom, #890303, #6e0202);
  -o-background: linear-gradient(to bottom, #890303, #6e0202);
  background: linear-gradient(to bottom, #890303, #6e0202);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6e0202;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #890303;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6e0202, #520202);
  -moz-background: linear-gradient(to bottom, #6e0202, #520202);
  -ms-background: linear-gradient(to bottom, #6e0202, #520202);
  -o-background: linear-gradient(to bottom, #6e0202, #520202);
  background: linear-gradient(to bottom, #6e0202, #520202);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #520202;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6e0202;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #520202, #370101);
  -moz-background: linear-gradient(to bottom, #520202, #370101);
  -ms-background: linear-gradient(to bottom, #520202, #370101);
  -o-background: linear-gradient(to bottom, #520202, #370101);
  background: linear-gradient(to bottom, #520202, #370101);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #370101;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #520202;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #370101, #1b0101);
  -moz-background: linear-gradient(to bottom, #370101, #1b0101);
  -ms-background: linear-gradient(to bottom, #370101, #1b0101);
  -o-background: linear-gradient(to bottom, #370101, #1b0101);
  background: linear-gradient(to bottom, #370101, #1b0101);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1b0101;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #370101;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b0101, black);
  -moz-background: linear-gradient(to bottom, #1b0101, black);
  -ms-background: linear-gradient(to bottom, #1b0101, black);
  -o-background: linear-gradient(to bottom, #1b0101, black);
  background: linear-gradient(to bottom, #1b0101, black);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: black;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1b0101;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.school-of-professional-studies-brown-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.school-of-professional-studies-brown-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .referrals-advocate__overlay {
  background-color: #000;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .referrals-advocate__steps-circle {
  fill: #000;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .referrals-advocate__testimonial {
  background-color: #000;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #000;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.school-of-professional-studies-brown-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #000;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .terms__title {
  border-color: #c00404;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .terms__links {
  color: #000;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.school-of-professional-studies-brown-university .referral-tooltip__image path {
  fill: #000;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.school-of-professional-studies-brown-university .main-header,
.school-of-professional-studies-brown-university .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #3b1151;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #240a31;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:hover, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:focus, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:active, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:checked, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:focus:hover, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:focus:active, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:not(:disabled):hover, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:not(:disabled):active, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:not(.disabled):active, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:not(:disabled):active:focus, .white-label.s-p-jain-institute-of-management-and-research .main-header__menu__btn:not(.disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:hover,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:focus,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:checked,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:focus:hover,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:focus:active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:not(:disabled):hover,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:not(:disabled):active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:not(.disabled):active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #3b1151;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:hover, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:focus, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:active, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:checked, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:focus:hover, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:focus:active, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:not(:disabled):hover, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:not(:disabled):active, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:not(.disabled):active, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:not(:disabled):active:focus, .white-label.s-p-jain-institute-of-management-and-research .main-header .nav__link:not(.disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:hover,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:focus,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:checked,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:focus:hover,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:focus:active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:not(:disabled):hover,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:not(:disabled):active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:not(.disabled):active,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:not(:disabled):active:focus,
.white-label.s-p-jain-institute-of-management-and-research .main-footer .nav__link:not(.disabled):active:focus {
  color: #240a31;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research.signed-out .btn:not(.btn--social), .white-label.s-p-jain-institute-of-management-and-research.signed-in .btn--primary {
  background-color: #531f75;
  border-color: #531f75;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.signed-out .btn:not(.btn--social):hover, .white-label.s-p-jain-institute-of-management-and-research.signed-out .btn:not(.btn--social):focus, .white-label.s-p-jain-institute-of-management-and-research.signed-out .btn:not(.btn--social):active, .white-label.s-p-jain-institute-of-management-and-research.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.s-p-jain-institute-of-management-and-research.signed-in .btn--primary:hover, .white-label.s-p-jain-institute-of-management-and-research.signed-in .btn--primary:focus, .white-label.s-p-jain-institute-of-management-and-research.signed-in .btn--primary:active, .white-label.s-p-jain-institute-of-management-and-research.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #531f75;
  box-shadow: none;
  color: #531f75;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .nav__btn:hover span,
.white-label.s-p-jain-institute-of-management-and-research .nav__btn:hover span::after,
.white-label.s-p-jain-institute-of-management-and-research .nav__btn:hover span::before,
.white-label.s-p-jain-institute-of-management-and-research .nav__btn:focus span,
.white-label.s-p-jain-institute-of-management-and-research .nav__btn:focus span::after,
.white-label.s-p-jain-institute-of-management-and-research .nav__btn:focus span::before {
  background-color: #3b1151;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.s-p-jain-institute-of-management-and-research .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #3b1151;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .nav__sidebar ul .profile__no-menu-link:hover {
  color: #3b1151;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__list li:hover::after {
  border-color: rgba(59, 17, 81, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__list li:hover .heading-3 {
  color: #3b1151;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .profile__link:hover, .white-label.s-p-jain-institute-of-management-and-research .profile__link:focus, .white-label.s-p-jain-institute-of-management-and-research .profile__link:active, .white-label.s-p-jain-institute-of-management-and-research .profile__link:checked, .white-label.s-p-jain-institute-of-management-and-research .profile__link:focus:hover, .white-label.s-p-jain-institute-of-management-and-research .profile__link:focus:active, .white-label.s-p-jain-institute-of-management-and-research .profile__link:not(:disabled):hover, .white-label.s-p-jain-institute-of-management-and-research .profile__link:not(:disabled):active, .white-label.s-p-jain-institute-of-management-and-research .profile__link:not(.disabled):active, .white-label.s-p-jain-institute-of-management-and-research .profile__link:not(:disabled):active:focus, .white-label.s-p-jain-institute-of-management-and-research .profile__link:not(.disabled):active:focus {
  color: #3b1151;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .profile__actions:hover .profile__icn g,
.white-label.s-p-jain-institute-of-management-and-research .profile__actions:focus .profile__icn g {
  fill: #3b1151;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .students__classmate:hover .students__thumbnail,
.white-label.s-p-jain-institute-of-management-and-research .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #3b1151, 0 0 0 1px #3b1151 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .pagination__page-link:hover::after {
  border-color: rgba(59, 17, 81, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modal__bg-icn {
  fill: #3b1151;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .payments__paragraph--initial, .white-label.s-p-jain-institute-of-management-and-research .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .form__input:-webkit-autofill, .white-label.s-p-jain-institute-of-management-and-research .StripeElement:-webkit-autofill, .white-label.s-p-jain-institute-of-management-and-research .form__input:-webkit-autofill:focus, .white-label.s-p-jain-institute-of-management-and-research .form__input:-internal-autofill-selected, .white-label.s-p-jain-institute-of-management-and-research .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(83, 31, 117, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(83, 31, 117, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(83, 31, 117, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(83, 31, 117, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(83, 31, 117, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .form__input:-moz-autofill, .white-label.s-p-jain-institute-of-management-and-research .StripeElement:-moz-autofill, .white-label.s-p-jain-institute-of-management-and-research .form__input:-moz-autofill-preview, .white-label.s-p-jain-institute-of-management-and-research .StripeElement:-moz-autofill-preview {
  filter: rgba(83, 31, 117, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:hover + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:hover + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:active + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:active + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:checked + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:checked + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus:hover + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus:hover + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus:active + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus:active + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):hover + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):active + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):active + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(.disabled):active + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(.disabled):active + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):active:focus + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #3b1151;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .form-radio__input:hover + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:active + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:checked + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus:hover + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:focus:active + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.s-p-jain-institute-of-management-and-research .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #3b1151 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .form-check-input:checked + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-check-input:checked + label.collection_radio_buttons::before {
  background: #3b1151;
  border-color: #3b1151;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .form-check-input:valid:focus:checked + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-check-input.valid:focus:checked + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-check-input--valid:focus:checked + label::before, .white-label.s-p-jain-institute-of-management-and-research .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #3b1151;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .electives .form-radio__input:checked + label::before {
  background-color: #3b1151;
  border: 3px solid #3b1151;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .enrollment__icon path {
  fill: #531f75;
  stroke: #531f75;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .enrollment__icon tspan {
  fill: #531f75;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__tasks li:hover::after, .white-label.s-p-jain-institute-of-management-and-research .modules__tasks li.selected::after {
  border-color: rgba(59, 17, 81, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__tasks li::before {
  color: rgba(59, 17, 81, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(59, 17, 81, 0.4);
  border-color: rgba(59, 17, 81, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .modules__tasks li .modules__btn:hover::after, .white-label.s-p-jain-institute-of-management-and-research .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(59, 17, 81, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .tabs__li:hover {
  border-color: rgba(59, 17, 81, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .tabs__label {
  border-bottom-color: #3b1151;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.s-p-jain-institute-of-management-and-research .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #3b1151;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .survey__success .check {
  fill: #3b1151;
  stroke: #3b1151;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .electives__checkbox:checked + label::before,
.white-label.s-p-jain-institute-of-management-and-research .program-card__checkbox:checked + label::before {
  background-color: #3b1151;
  border-color: #3b1151;
  color: #3b1151;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .electives__checkbox:checked ~ .program-card__content,
.white-label.s-p-jain-institute-of-management-and-research .program-card__checkbox:checked ~ .program-card__content {
  border-color: #3b1151;
  box-shadow: 0 0 0 1px #3b1151 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .canvas-assignments__submission-type::before {
  border-color: #3b1151;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .canvas-assignments__submission-type::after {
  border-color: #3b1151;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .canvas-assignments__submission-type:hover {
  background-color: rgba(59, 17, 81, 0.1);
  border-color: #3b1151;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .canvas-assignments__submission-type.typed--selected, .white-label.s-p-jain-institute-of-management-and-research .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(59, 17, 81, 0.1);
  border-color: #3b1151;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(1),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(1), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #7823a5, #702099);
  -moz-background: linear-gradient(to right, #7823a5, #702099);
  -ms-background: linear-gradient(to right, #7823a5, #702099);
  -o-background: linear-gradient(to right, #7823a5, #702099);
  background: linear-gradient(to right, #7823a5, #702099);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(1)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(1)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #702099;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(2),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(2), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #702099, #671e8d);
  -moz-background: linear-gradient(to right, #702099, #671e8d);
  -ms-background: linear-gradient(to right, #702099, #671e8d);
  -o-background: linear-gradient(to right, #702099, #671e8d);
  background: linear-gradient(to right, #702099, #671e8d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(2)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(2)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #671e8d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(3),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(3), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #671e8d, #5e1b81);
  -moz-background: linear-gradient(to right, #671e8d, #5e1b81);
  -ms-background: linear-gradient(to right, #671e8d, #5e1b81);
  -o-background: linear-gradient(to right, #671e8d, #5e1b81);
  background: linear-gradient(to right, #671e8d, #5e1b81);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(3)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(3)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #5e1b81;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(4),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(4), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #5e1b81, #551975);
  -moz-background: linear-gradient(to right, #5e1b81, #551975);
  -ms-background: linear-gradient(to right, #5e1b81, #551975);
  -o-background: linear-gradient(to right, #5e1b81, #551975);
  background: linear-gradient(to right, #5e1b81, #551975);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(4)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(4)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #551975;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(5),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(5), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #551975, #4d1669);
  -moz-background: linear-gradient(to right, #551975, #4d1669);
  -ms-background: linear-gradient(to right, #551975, #4d1669);
  -o-background: linear-gradient(to right, #551975, #4d1669);
  background: linear-gradient(to right, #551975, #4d1669);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(5)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(5)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #4d1669;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(6),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(6), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #4d1669, #44145d);
  -moz-background: linear-gradient(to right, #4d1669, #44145d);
  -ms-background: linear-gradient(to right, #4d1669, #44145d);
  -o-background: linear-gradient(to right, #4d1669, #44145d);
  background: linear-gradient(to right, #4d1669, #44145d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(6)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(6)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #44145d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(7),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(7), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #44145d, #3b1151);
  -moz-background: linear-gradient(to right, #44145d, #3b1151);
  -ms-background: linear-gradient(to right, #44145d, #3b1151);
  -o-background: linear-gradient(to right, #44145d, #3b1151);
  background: linear-gradient(to right, #44145d, #3b1151);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(7)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(7)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #3b1151;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(n+8),
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(n+8), .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #3b1151;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--active:nth-child(n+8)::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .step--completed:nth-child(n+8)::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #3b1151;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved {
  color: #3b1151;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #7823a5, #702099);
  -moz-background: linear-gradient(to bottom, #7823a5, #702099);
  -ms-background: linear-gradient(to bottom, #7823a5, #702099);
  -o-background: linear-gradient(to bottom, #7823a5, #702099);
  background: linear-gradient(to bottom, #7823a5, #702099);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #702099;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #7823a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #702099, #671e8d);
  -moz-background: linear-gradient(to bottom, #702099, #671e8d);
  -ms-background: linear-gradient(to bottom, #702099, #671e8d);
  -o-background: linear-gradient(to bottom, #702099, #671e8d);
  background: linear-gradient(to bottom, #702099, #671e8d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #671e8d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #702099;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #671e8d, #5e1b81);
  -moz-background: linear-gradient(to bottom, #671e8d, #5e1b81);
  -ms-background: linear-gradient(to bottom, #671e8d, #5e1b81);
  -o-background: linear-gradient(to bottom, #671e8d, #5e1b81);
  background: linear-gradient(to bottom, #671e8d, #5e1b81);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #5e1b81;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #671e8d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #5e1b81, #551975);
  -moz-background: linear-gradient(to bottom, #5e1b81, #551975);
  -ms-background: linear-gradient(to bottom, #5e1b81, #551975);
  -o-background: linear-gradient(to bottom, #5e1b81, #551975);
  background: linear-gradient(to bottom, #5e1b81, #551975);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #551975;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #5e1b81;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #551975, #4d1669);
  -moz-background: linear-gradient(to bottom, #551975, #4d1669);
  -ms-background: linear-gradient(to bottom, #551975, #4d1669);
  -o-background: linear-gradient(to bottom, #551975, #4d1669);
  background: linear-gradient(to bottom, #551975, #4d1669);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #4d1669;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #551975;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d1669, #44145d);
  -moz-background: linear-gradient(to bottom, #4d1669, #44145d);
  -ms-background: linear-gradient(to bottom, #4d1669, #44145d);
  -o-background: linear-gradient(to bottom, #4d1669, #44145d);
  background: linear-gradient(to bottom, #4d1669, #44145d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #44145d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #4d1669;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #44145d, #3b1151);
  -moz-background: linear-gradient(to bottom, #44145d, #3b1151);
  -ms-background: linear-gradient(to bottom, #44145d, #3b1151);
  -o-background: linear-gradient(to bottom, #44145d, #3b1151);
  background: linear-gradient(to bottom, #44145d, #3b1151);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #3b1151;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #44145d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #3b1151;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #3b1151;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.s-p-jain-institute-of-management-and-research .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.s-p-jain-institute-of-management-and-research .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #3b1151;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .sidebar .steps .steps__label-toggle {
  background-color: #3b1151;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .sidebar .steps .step--active {
  border-left: 0.5rem solid #3b1151;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #531f75, #501d70);
  -moz-background: linear-gradient(to right, #531f75, #501d70);
  -ms-background: linear-gradient(to right, #531f75, #501d70);
  -o-background: linear-gradient(to right, #531f75, #501d70);
  background: linear-gradient(to right, #531f75, #501d70);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #501d70;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #501d70, #4c1b6b);
  -moz-background: linear-gradient(to right, #501d70, #4c1b6b);
  -ms-background: linear-gradient(to right, #501d70, #4c1b6b);
  -o-background: linear-gradient(to right, #501d70, #4c1b6b);
  background: linear-gradient(to right, #501d70, #4c1b6b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4c1b6b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4c1b6b, #491966);
  -moz-background: linear-gradient(to right, #4c1b6b, #491966);
  -ms-background: linear-gradient(to right, #4c1b6b, #491966);
  -o-background: linear-gradient(to right, #4c1b6b, #491966);
  background: linear-gradient(to right, #4c1b6b, #491966);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #491966;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #491966, #451760);
  -moz-background: linear-gradient(to right, #491966, #451760);
  -ms-background: linear-gradient(to right, #491966, #451760);
  -o-background: linear-gradient(to right, #491966, #451760);
  background: linear-gradient(to right, #491966, #451760);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #451760;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #451760, #42155b);
  -moz-background: linear-gradient(to right, #451760, #42155b);
  -ms-background: linear-gradient(to right, #451760, #42155b);
  -o-background: linear-gradient(to right, #451760, #42155b);
  background: linear-gradient(to right, #451760, #42155b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #42155b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #42155b, #3e1356);
  -moz-background: linear-gradient(to right, #42155b, #3e1356);
  -ms-background: linear-gradient(to right, #42155b, #3e1356);
  -o-background: linear-gradient(to right, #42155b, #3e1356);
  background: linear-gradient(to right, #42155b, #3e1356);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3e1356;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3e1356, #3b1151);
  -moz-background: linear-gradient(to right, #3e1356, #3b1151);
  -ms-background: linear-gradient(to right, #3e1356, #3b1151);
  -o-background: linear-gradient(to right, #3e1356, #3b1151);
  background: linear-gradient(to right, #3e1356, #3b1151);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #3b1151;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #3b1151;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #3b1151;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #531f75, #501d70);
  -moz-background: linear-gradient(to bottom, #531f75, #501d70);
  -ms-background: linear-gradient(to bottom, #531f75, #501d70);
  -o-background: linear-gradient(to bottom, #531f75, #501d70);
  background: linear-gradient(to bottom, #531f75, #501d70);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #501d70;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #531f75;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #501d70, #4c1b6b);
  -moz-background: linear-gradient(to bottom, #501d70, #4c1b6b);
  -ms-background: linear-gradient(to bottom, #501d70, #4c1b6b);
  -o-background: linear-gradient(to bottom, #501d70, #4c1b6b);
  background: linear-gradient(to bottom, #501d70, #4c1b6b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4c1b6b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #501d70;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4c1b6b, #491966);
  -moz-background: linear-gradient(to bottom, #4c1b6b, #491966);
  -ms-background: linear-gradient(to bottom, #4c1b6b, #491966);
  -o-background: linear-gradient(to bottom, #4c1b6b, #491966);
  background: linear-gradient(to bottom, #4c1b6b, #491966);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #491966;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4c1b6b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #491966, #451760);
  -moz-background: linear-gradient(to bottom, #491966, #451760);
  -ms-background: linear-gradient(to bottom, #491966, #451760);
  -o-background: linear-gradient(to bottom, #491966, #451760);
  background: linear-gradient(to bottom, #491966, #451760);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #451760;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #491966;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #451760, #42155b);
  -moz-background: linear-gradient(to bottom, #451760, #42155b);
  -ms-background: linear-gradient(to bottom, #451760, #42155b);
  -o-background: linear-gradient(to bottom, #451760, #42155b);
  background: linear-gradient(to bottom, #451760, #42155b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #42155b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #451760;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #42155b, #3e1356);
  -moz-background: linear-gradient(to bottom, #42155b, #3e1356);
  -ms-background: linear-gradient(to bottom, #42155b, #3e1356);
  -o-background: linear-gradient(to bottom, #42155b, #3e1356);
  background: linear-gradient(to bottom, #42155b, #3e1356);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3e1356;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #42155b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e1356, #3b1151);
  -moz-background: linear-gradient(to bottom, #3e1356, #3b1151);
  -ms-background: linear-gradient(to bottom, #3e1356, #3b1151);
  -o-background: linear-gradient(to bottom, #3e1356, #3b1151);
  background: linear-gradient(to bottom, #3e1356, #3b1151);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #3b1151;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3e1356;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #3b1151;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #3b1151;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.s-p-jain-institute-of-management-and-research.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.s-p-jain-institute-of-management-and-research.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #3b1151;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .referrals-advocate__overlay {
  background-color: #3b1151;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .referrals-advocate__steps-circle {
  fill: #3b1151;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .referrals-advocate__testimonial {
  background-color: #3b1151;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #3b1151;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.s-p-jain-institute-of-management-and-research .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #3b1151;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .terms__title {
  border-color: #531f75;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .terms__links {
  color: #3b1151;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.s-p-jain-institute-of-management-and-research .referral-tooltip__image path {
  fill: #3b1151;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.s-p-jain-institute-of-management-and-research .main-header,
.s-p-jain-institute-of-management-and-research .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #002855;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.sda-bocconi-school-of-management div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #00162f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .main-header__menu__btn:hover, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:focus, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:active, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:checked, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:focus:hover, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:focus:active, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:not(:disabled):hover, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:not(:disabled):active, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:not(.disabled):active, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:not(:disabled):active:focus, .white-label.sda-bocconi-school-of-management .main-header__menu__btn:not(.disabled):active:focus,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:hover,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:focus,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:active,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:checked,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:focus:hover,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:focus:active,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:not(:disabled):hover,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:not(:disabled):active,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:not(.disabled):active,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.sda-bocconi-school-of-management .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #002855;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .main-header .nav__link:hover, .white-label.sda-bocconi-school-of-management .main-header .nav__link:focus, .white-label.sda-bocconi-school-of-management .main-header .nav__link:active, .white-label.sda-bocconi-school-of-management .main-header .nav__link:checked, .white-label.sda-bocconi-school-of-management .main-header .nav__link:focus:hover, .white-label.sda-bocconi-school-of-management .main-header .nav__link:focus:active, .white-label.sda-bocconi-school-of-management .main-header .nav__link:not(:disabled):hover, .white-label.sda-bocconi-school-of-management .main-header .nav__link:not(:disabled):active, .white-label.sda-bocconi-school-of-management .main-header .nav__link:not(.disabled):active, .white-label.sda-bocconi-school-of-management .main-header .nav__link:not(:disabled):active:focus, .white-label.sda-bocconi-school-of-management .main-header .nav__link:not(.disabled):active:focus,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:hover,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:focus,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:active,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:checked,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:focus:hover,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:focus:active,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:not(:disabled):hover,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:not(:disabled):active,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:not(.disabled):active,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:not(:disabled):active:focus,
.white-label.sda-bocconi-school-of-management .main-footer .nav__link:not(.disabled):active:focus {
  color: #00162f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management.signed-out .btn:not(.btn--social), .white-label.sda-bocconi-school-of-management.signed-in .btn--primary {
  background-color: #862633;
  border-color: #862633;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.signed-out .btn:not(.btn--social):hover, .white-label.sda-bocconi-school-of-management.signed-out .btn:not(.btn--social):focus, .white-label.sda-bocconi-school-of-management.signed-out .btn:not(.btn--social):active, .white-label.sda-bocconi-school-of-management.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.sda-bocconi-school-of-management.signed-in .btn--primary:hover, .white-label.sda-bocconi-school-of-management.signed-in .btn--primary:focus, .white-label.sda-bocconi-school-of-management.signed-in .btn--primary:active, .white-label.sda-bocconi-school-of-management.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #862633;
  box-shadow: none;
  color: #862633;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .nav__btn:hover span,
.white-label.sda-bocconi-school-of-management .nav__btn:hover span::after,
.white-label.sda-bocconi-school-of-management .nav__btn:hover span::before,
.white-label.sda-bocconi-school-of-management .nav__btn:focus span,
.white-label.sda-bocconi-school-of-management .nav__btn:focus span::after,
.white-label.sda-bocconi-school-of-management .nav__btn:focus span::before {
  background-color: #002855;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.sda-bocconi-school-of-management .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #002855;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .nav__sidebar ul .profile__no-menu-link:hover {
  color: #002855;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__list li:hover::after {
  border-color: rgba(0, 40, 85, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__list li:hover .heading-3 {
  color: #002855;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .profile__link:hover, .white-label.sda-bocconi-school-of-management .profile__link:focus, .white-label.sda-bocconi-school-of-management .profile__link:active, .white-label.sda-bocconi-school-of-management .profile__link:checked, .white-label.sda-bocconi-school-of-management .profile__link:focus:hover, .white-label.sda-bocconi-school-of-management .profile__link:focus:active, .white-label.sda-bocconi-school-of-management .profile__link:not(:disabled):hover, .white-label.sda-bocconi-school-of-management .profile__link:not(:disabled):active, .white-label.sda-bocconi-school-of-management .profile__link:not(.disabled):active, .white-label.sda-bocconi-school-of-management .profile__link:not(:disabled):active:focus, .white-label.sda-bocconi-school-of-management .profile__link:not(.disabled):active:focus {
  color: #002855;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .profile__actions:hover .profile__icn g,
.white-label.sda-bocconi-school-of-management .profile__actions:focus .profile__icn g {
  fill: #002855;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .students__classmate:hover .students__thumbnail,
.white-label.sda-bocconi-school-of-management .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #002855, 0 0 0 1px #002855 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .pagination__page-link:hover::after {
  border-color: rgba(0, 40, 85, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modal__bg-icn {
  fill: #002855;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .payments__paragraph--initial, .white-label.sda-bocconi-school-of-management .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .form__input:-webkit-autofill, .white-label.sda-bocconi-school-of-management .StripeElement:-webkit-autofill, .white-label.sda-bocconi-school-of-management .form__input:-webkit-autofill:focus, .white-label.sda-bocconi-school-of-management .form__input:-internal-autofill-selected, .white-label.sda-bocconi-school-of-management .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(134, 38, 51, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(134, 38, 51, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(134, 38, 51, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(134, 38, 51, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(134, 38, 51, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .form__input:-moz-autofill, .white-label.sda-bocconi-school-of-management .StripeElement:-moz-autofill, .white-label.sda-bocconi-school-of-management .form__input:-moz-autofill-preview, .white-label.sda-bocconi-school-of-management .StripeElement:-moz-autofill-preview {
  filter: rgba(134, 38, 51, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .form-radio__input:hover + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:hover + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:focus + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:focus + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:active + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:active + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:checked + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:checked + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:focus:hover + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:focus:hover + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:focus:active + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:focus:active + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):hover + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):active + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):active + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:not(.disabled):active + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:not(.disabled):active + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):active:focus + label::before, .white-label.sda-bocconi-school-of-management .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.sda-bocconi-school-of-management .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #002855;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .form-radio__input:hover + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:focus + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:active + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:checked + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:focus:hover + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:focus:active + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.sda-bocconi-school-of-management .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #002855 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .form-check-input:checked + label::before, .white-label.sda-bocconi-school-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background: #002855;
  border-color: #002855;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .form-check-input:valid:focus:checked + label::before, .white-label.sda-bocconi-school-of-management .form-check-input.valid:focus:checked + label::before, .white-label.sda-bocconi-school-of-management .form-check-input--valid:focus:checked + label::before, .white-label.sda-bocconi-school-of-management .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #002855;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .electives .form-radio__input:checked + label::before {
  background-color: #002855;
  border: 3px solid #002855;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .enrollment__icon path {
  fill: #862633;
  stroke: #862633;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .enrollment__icon tspan {
  fill: #862633;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__tasks li:hover::after, .white-label.sda-bocconi-school-of-management .modules__tasks li.selected::after {
  border-color: rgba(0, 40, 85, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__tasks li::before {
  color: rgba(0, 40, 85, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 40, 85, 0.4);
  border-color: rgba(0, 40, 85, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .modules__tasks li .modules__btn:hover::after, .white-label.sda-bocconi-school-of-management .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 40, 85, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .tabs__li:hover {
  border-color: rgba(0, 40, 85, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .tabs__label {
  border-bottom-color: #002855;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.sda-bocconi-school-of-management .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #002855;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .survey__success .check {
  fill: #002855;
  stroke: #002855;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .electives__checkbox:checked + label::before,
.white-label.sda-bocconi-school-of-management .program-card__checkbox:checked + label::before {
  background-color: #002855;
  border-color: #002855;
  color: #002855;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .electives__checkbox:checked ~ .program-card__content,
.white-label.sda-bocconi-school-of-management .program-card__checkbox:checked ~ .program-card__content {
  border-color: #002855;
  box-shadow: 0 0 0 1px #002855 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .canvas-assignments__submission-type::before {
  border-color: #002855;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .canvas-assignments__submission-type::after {
  border-color: #002855;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 40, 85, 0.1);
  border-color: #002855;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .canvas-assignments__submission-type.typed--selected, .white-label.sda-bocconi-school-of-management .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 40, 85, 0.1);
  border-color: #002855;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(1),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(1), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0058bb, #0051ac);
  -moz-background: linear-gradient(to right, #0058bb, #0051ac);
  -ms-background: linear-gradient(to right, #0058bb, #0051ac);
  -o-background: linear-gradient(to right, #0058bb, #0051ac);
  background: linear-gradient(to right, #0058bb, #0051ac);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(1)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(1)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0051ac;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(2),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(2), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0051ac, #004a9e);
  -moz-background: linear-gradient(to right, #0051ac, #004a9e);
  -ms-background: linear-gradient(to right, #0051ac, #004a9e);
  -o-background: linear-gradient(to right, #0051ac, #004a9e);
  background: linear-gradient(to right, #0051ac, #004a9e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(2)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(2)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #004a9e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(3),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(3), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #004a9e, #00438f);
  -moz-background: linear-gradient(to right, #004a9e, #00438f);
  -ms-background: linear-gradient(to right, #004a9e, #00438f);
  -o-background: linear-gradient(to right, #004a9e, #00438f);
  background: linear-gradient(to right, #004a9e, #00438f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(3)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(3)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00438f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(4),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(4), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00438f, #003d81);
  -moz-background: linear-gradient(to right, #00438f, #003d81);
  -ms-background: linear-gradient(to right, #00438f, #003d81);
  -o-background: linear-gradient(to right, #00438f, #003d81);
  background: linear-gradient(to right, #00438f, #003d81);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(4)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(4)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003d81;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(5),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(5), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003d81, #003672);
  -moz-background: linear-gradient(to right, #003d81, #003672);
  -ms-background: linear-gradient(to right, #003d81, #003672);
  -o-background: linear-gradient(to right, #003d81, #003672);
  background: linear-gradient(to right, #003d81, #003672);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(5)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(5)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #003672;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(6),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(6), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #003672, #002f64);
  -moz-background: linear-gradient(to right, #003672, #002f64);
  -ms-background: linear-gradient(to right, #003672, #002f64);
  -o-background: linear-gradient(to right, #003672, #002f64);
  background: linear-gradient(to right, #003672, #002f64);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(6)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(6)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #002f64;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(7),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(7), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #002f64, #002855);
  -moz-background: linear-gradient(to right, #002f64, #002855);
  -ms-background: linear-gradient(to right, #002f64, #002855);
  -o-background: linear-gradient(to right, #002f64, #002855);
  background: linear-gradient(to right, #002f64, #002855);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(7)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(7)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002855;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(n+8),
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(n+8), .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002855;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .step--active:nth-child(n+8)::after,
.white-label.sda-bocconi-school-of-management .steps--progress .step--completed:nth-child(n+8)::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002855;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved {
  color: #002855;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0058bb, #0051ac);
  -moz-background: linear-gradient(to bottom, #0058bb, #0051ac);
  -ms-background: linear-gradient(to bottom, #0058bb, #0051ac);
  -o-background: linear-gradient(to bottom, #0058bb, #0051ac);
  background: linear-gradient(to bottom, #0058bb, #0051ac);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0051ac;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0058bb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0051ac, #004a9e);
  -moz-background: linear-gradient(to bottom, #0051ac, #004a9e);
  -ms-background: linear-gradient(to bottom, #0051ac, #004a9e);
  -o-background: linear-gradient(to bottom, #0051ac, #004a9e);
  background: linear-gradient(to bottom, #0051ac, #004a9e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #004a9e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0051ac;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #004a9e, #00438f);
  -moz-background: linear-gradient(to bottom, #004a9e, #00438f);
  -ms-background: linear-gradient(to bottom, #004a9e, #00438f);
  -o-background: linear-gradient(to bottom, #004a9e, #00438f);
  background: linear-gradient(to bottom, #004a9e, #00438f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00438f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #004a9e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00438f, #003d81);
  -moz-background: linear-gradient(to bottom, #00438f, #003d81);
  -ms-background: linear-gradient(to bottom, #00438f, #003d81);
  -o-background: linear-gradient(to bottom, #00438f, #003d81);
  background: linear-gradient(to bottom, #00438f, #003d81);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003d81;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00438f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003d81, #003672);
  -moz-background: linear-gradient(to bottom, #003d81, #003672);
  -ms-background: linear-gradient(to bottom, #003d81, #003672);
  -o-background: linear-gradient(to bottom, #003d81, #003672);
  background: linear-gradient(to bottom, #003d81, #003672);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #003672;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003d81;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #003672, #002f64);
  -moz-background: linear-gradient(to bottom, #003672, #002f64);
  -ms-background: linear-gradient(to bottom, #003672, #002f64);
  -o-background: linear-gradient(to bottom, #003672, #002f64);
  background: linear-gradient(to bottom, #003672, #002f64);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #002f64;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #003672;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #002f64, #002855);
  -moz-background: linear-gradient(to bottom, #002f64, #002855);
  -ms-background: linear-gradient(to bottom, #002f64, #002855);
  -o-background: linear-gradient(to bottom, #002f64, #002855);
  background: linear-gradient(to bottom, #002f64, #002855);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002855;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #002f64;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002855;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002855;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.sda-bocconi-school-of-management .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.sda-bocconi-school-of-management .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002855;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .sidebar .steps .steps__label-toggle {
  background-color: #002855;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .sidebar .steps .step--active {
  border-left: 0.5rem solid #002855;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #862633, #732638);
  -moz-background: linear-gradient(to right, #862633, #732638);
  -ms-background: linear-gradient(to right, #862633, #732638);
  -o-background: linear-gradient(to right, #862633, #732638);
  background: linear-gradient(to right, #862633, #732638);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #732638;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #732638, #60273d);
  -moz-background: linear-gradient(to right, #732638, #60273d);
  -ms-background: linear-gradient(to right, #732638, #60273d);
  -o-background: linear-gradient(to right, #732638, #60273d);
  background: linear-gradient(to right, #732638, #60273d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #60273d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #60273d, #4d2742);
  -moz-background: linear-gradient(to right, #60273d, #4d2742);
  -ms-background: linear-gradient(to right, #60273d, #4d2742);
  -o-background: linear-gradient(to right, #60273d, #4d2742);
  background: linear-gradient(to right, #60273d, #4d2742);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4d2742;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4d2742, #392746);
  -moz-background: linear-gradient(to right, #4d2742, #392746);
  -ms-background: linear-gradient(to right, #4d2742, #392746);
  -o-background: linear-gradient(to right, #4d2742, #392746);
  background: linear-gradient(to right, #4d2742, #392746);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #392746;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #392746, #26274b);
  -moz-background: linear-gradient(to right, #392746, #26274b);
  -ms-background: linear-gradient(to right, #392746, #26274b);
  -o-background: linear-gradient(to right, #392746, #26274b);
  background: linear-gradient(to right, #392746, #26274b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #26274b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #26274b, #132850);
  -moz-background: linear-gradient(to right, #26274b, #132850);
  -ms-background: linear-gradient(to right, #26274b, #132850);
  -o-background: linear-gradient(to right, #26274b, #132850);
  background: linear-gradient(to right, #26274b, #132850);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #132850;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #132850, #002855);
  -moz-background: linear-gradient(to right, #132850, #002855);
  -ms-background: linear-gradient(to right, #132850, #002855);
  -o-background: linear-gradient(to right, #132850, #002855);
  background: linear-gradient(to right, #132850, #002855);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #002855;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #002855;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #002855;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #862633, #732638);
  -moz-background: linear-gradient(to bottom, #862633, #732638);
  -ms-background: linear-gradient(to bottom, #862633, #732638);
  -o-background: linear-gradient(to bottom, #862633, #732638);
  background: linear-gradient(to bottom, #862633, #732638);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #732638;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #862633;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #732638, #60273d);
  -moz-background: linear-gradient(to bottom, #732638, #60273d);
  -ms-background: linear-gradient(to bottom, #732638, #60273d);
  -o-background: linear-gradient(to bottom, #732638, #60273d);
  background: linear-gradient(to bottom, #732638, #60273d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #60273d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #732638;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #60273d, #4d2742);
  -moz-background: linear-gradient(to bottom, #60273d, #4d2742);
  -ms-background: linear-gradient(to bottom, #60273d, #4d2742);
  -o-background: linear-gradient(to bottom, #60273d, #4d2742);
  background: linear-gradient(to bottom, #60273d, #4d2742);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4d2742;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #60273d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d2742, #392746);
  -moz-background: linear-gradient(to bottom, #4d2742, #392746);
  -ms-background: linear-gradient(to bottom, #4d2742, #392746);
  -o-background: linear-gradient(to bottom, #4d2742, #392746);
  background: linear-gradient(to bottom, #4d2742, #392746);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #392746;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4d2742;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #392746, #26274b);
  -moz-background: linear-gradient(to bottom, #392746, #26274b);
  -ms-background: linear-gradient(to bottom, #392746, #26274b);
  -o-background: linear-gradient(to bottom, #392746, #26274b);
  background: linear-gradient(to bottom, #392746, #26274b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #26274b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #392746;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #26274b, #132850);
  -moz-background: linear-gradient(to bottom, #26274b, #132850);
  -ms-background: linear-gradient(to bottom, #26274b, #132850);
  -o-background: linear-gradient(to bottom, #26274b, #132850);
  background: linear-gradient(to bottom, #26274b, #132850);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #132850;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #26274b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #132850, #002855);
  -moz-background: linear-gradient(to bottom, #132850, #002855);
  -ms-background: linear-gradient(to bottom, #132850, #002855);
  -o-background: linear-gradient(to bottom, #132850, #002855);
  background: linear-gradient(to bottom, #132850, #002855);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #002855;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #132850;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #002855;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #002855;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.sda-bocconi-school-of-management.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.sda-bocconi-school-of-management.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #002855;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .referrals-advocate__overlay {
  background-color: #002855;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .referrals-advocate__steps-circle {
  fill: #002855;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .referrals-advocate__testimonial {
  background-color: #002855;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #002855;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.sda-bocconi-school-of-management .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #002855;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .terms__title {
  border-color: #862633;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .terms__links {
  color: #002855;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.sda-bocconi-school-of-management .referral-tooltip__image path {
  fill: #002855;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.sda-bocconi-school-of-management .main-header,
.sda-bocconi-school-of-management .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #151c55;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.singapore-management-university div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #0d1236;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .main-header__menu__btn:hover, .white-label.singapore-management-university .main-header__menu__btn:focus, .white-label.singapore-management-university .main-header__menu__btn:active, .white-label.singapore-management-university .main-header__menu__btn:checked, .white-label.singapore-management-university .main-header__menu__btn:focus:hover, .white-label.singapore-management-university .main-header__menu__btn:focus:active, .white-label.singapore-management-university .main-header__menu__btn:not(:disabled):hover, .white-label.singapore-management-university .main-header__menu__btn:not(:disabled):active, .white-label.singapore-management-university .main-header__menu__btn:not(.disabled):active, .white-label.singapore-management-university .main-header__menu__btn:not(:disabled):active:focus, .white-label.singapore-management-university .main-header__menu__btn:not(.disabled):active:focus,
.white-label.singapore-management-university .main-footer__menu__btn:hover,
.white-label.singapore-management-university .main-footer__menu__btn:focus,
.white-label.singapore-management-university .main-footer__menu__btn:active,
.white-label.singapore-management-university .main-footer__menu__btn:checked,
.white-label.singapore-management-university .main-footer__menu__btn:focus:hover,
.white-label.singapore-management-university .main-footer__menu__btn:focus:active,
.white-label.singapore-management-university .main-footer__menu__btn:not(:disabled):hover,
.white-label.singapore-management-university .main-footer__menu__btn:not(:disabled):active,
.white-label.singapore-management-university .main-footer__menu__btn:not(.disabled):active,
.white-label.singapore-management-university .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.singapore-management-university .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #151c55;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .main-header .nav__link:hover, .white-label.singapore-management-university .main-header .nav__link:focus, .white-label.singapore-management-university .main-header .nav__link:active, .white-label.singapore-management-university .main-header .nav__link:checked, .white-label.singapore-management-university .main-header .nav__link:focus:hover, .white-label.singapore-management-university .main-header .nav__link:focus:active, .white-label.singapore-management-university .main-header .nav__link:not(:disabled):hover, .white-label.singapore-management-university .main-header .nav__link:not(:disabled):active, .white-label.singapore-management-university .main-header .nav__link:not(.disabled):active, .white-label.singapore-management-university .main-header .nav__link:not(:disabled):active:focus, .white-label.singapore-management-university .main-header .nav__link:not(.disabled):active:focus,
.white-label.singapore-management-university .main-footer .nav__link:hover,
.white-label.singapore-management-university .main-footer .nav__link:focus,
.white-label.singapore-management-university .main-footer .nav__link:active,
.white-label.singapore-management-university .main-footer .nav__link:checked,
.white-label.singapore-management-university .main-footer .nav__link:focus:hover,
.white-label.singapore-management-university .main-footer .nav__link:focus:active,
.white-label.singapore-management-university .main-footer .nav__link:not(:disabled):hover,
.white-label.singapore-management-university .main-footer .nav__link:not(:disabled):active,
.white-label.singapore-management-university .main-footer .nav__link:not(.disabled):active,
.white-label.singapore-management-university .main-footer .nav__link:not(:disabled):active:focus,
.white-label.singapore-management-university .main-footer .nav__link:not(.disabled):active:focus {
  color: #0d1236;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university.signed-out .btn:not(.btn--social), .white-label.singapore-management-university.signed-in .btn--primary {
  background-color: #8a704c;
  border-color: #8a704c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.signed-out .btn:not(.btn--social):hover, .white-label.singapore-management-university.signed-out .btn:not(.btn--social):focus, .white-label.singapore-management-university.signed-out .btn:not(.btn--social):active, .white-label.singapore-management-university.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.singapore-management-university.signed-in .btn--primary:hover, .white-label.singapore-management-university.signed-in .btn--primary:focus, .white-label.singapore-management-university.signed-in .btn--primary:active, .white-label.singapore-management-university.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #8a704c;
  box-shadow: none;
  color: #8a704c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .nav__btn:hover span,
.white-label.singapore-management-university .nav__btn:hover span::after,
.white-label.singapore-management-university .nav__btn:hover span::before,
.white-label.singapore-management-university .nav__btn:focus span,
.white-label.singapore-management-university .nav__btn:focus span::after,
.white-label.singapore-management-university .nav__btn:focus span::before {
  background-color: #151c55;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.singapore-management-university .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #151c55;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .nav__sidebar ul .profile__no-menu-link:hover {
  color: #151c55;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__list li:hover::after {
  border-color: rgba(21, 28, 85, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__list li:hover .heading-3 {
  color: #151c55;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .profile__link:hover, .white-label.singapore-management-university .profile__link:focus, .white-label.singapore-management-university .profile__link:active, .white-label.singapore-management-university .profile__link:checked, .white-label.singapore-management-university .profile__link:focus:hover, .white-label.singapore-management-university .profile__link:focus:active, .white-label.singapore-management-university .profile__link:not(:disabled):hover, .white-label.singapore-management-university .profile__link:not(:disabled):active, .white-label.singapore-management-university .profile__link:not(.disabled):active, .white-label.singapore-management-university .profile__link:not(:disabled):active:focus, .white-label.singapore-management-university .profile__link:not(.disabled):active:focus {
  color: #151c55;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .profile__actions:hover .profile__icn g,
.white-label.singapore-management-university .profile__actions:focus .profile__icn g {
  fill: #151c55;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .students__classmate:hover .students__thumbnail,
.white-label.singapore-management-university .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #151c55, 0 0 0 1px #151c55 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .pagination__page-link:hover::after {
  border-color: rgba(21, 28, 85, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modal__bg-icn {
  fill: #151c55;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .payments__paragraph--initial, .white-label.singapore-management-university .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .form__input:-webkit-autofill, .white-label.singapore-management-university .StripeElement:-webkit-autofill, .white-label.singapore-management-university .form__input:-webkit-autofill:focus, .white-label.singapore-management-university .form__input:-internal-autofill-selected, .white-label.singapore-management-university .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(138, 112, 76, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(138, 112, 76, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(138, 112, 76, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(138, 112, 76, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(138, 112, 76, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .form__input:-moz-autofill, .white-label.singapore-management-university .StripeElement:-moz-autofill, .white-label.singapore-management-university .form__input:-moz-autofill-preview, .white-label.singapore-management-university .StripeElement:-moz-autofill-preview {
  filter: rgba(138, 112, 76, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .form-radio__input:hover + label.bordered,
.white-label.singapore-management-university .form-radio__input:hover + label::before, .white-label.singapore-management-university .form-radio__input:focus + label.bordered,
.white-label.singapore-management-university .form-radio__input:focus + label::before, .white-label.singapore-management-university .form-radio__input:active + label.bordered,
.white-label.singapore-management-university .form-radio__input:active + label::before, .white-label.singapore-management-university .form-radio__input:checked + label.bordered,
.white-label.singapore-management-university .form-radio__input:checked + label::before, .white-label.singapore-management-university .form-radio__input:focus:hover + label.bordered,
.white-label.singapore-management-university .form-radio__input:focus:hover + label::before, .white-label.singapore-management-university .form-radio__input:focus:active + label.bordered,
.white-label.singapore-management-university .form-radio__input:focus:active + label::before, .white-label.singapore-management-university .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.singapore-management-university .form-radio__input:not(:disabled):hover + label::before, .white-label.singapore-management-university .form-radio__input:not(:disabled):active + label.bordered,
.white-label.singapore-management-university .form-radio__input:not(:disabled):active + label::before, .white-label.singapore-management-university .form-radio__input:not(.disabled):active + label.bordered,
.white-label.singapore-management-university .form-radio__input:not(.disabled):active + label::before, .white-label.singapore-management-university .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.singapore-management-university .form-radio__input:not(:disabled):active:focus + label::before, .white-label.singapore-management-university .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.singapore-management-university .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #151c55;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .form-radio__input:hover + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:focus + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:active + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:checked + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:focus:hover + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:focus:active + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.singapore-management-university .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #151c55 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .form-check-input:checked + label::before, .white-label.singapore-management-university .form-check-input:checked + label.collection_radio_buttons::before {
  background: #151c55;
  border-color: #151c55;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .form-check-input:valid:focus:checked + label::before, .white-label.singapore-management-university .form-check-input.valid:focus:checked + label::before, .white-label.singapore-management-university .form-check-input--valid:focus:checked + label::before, .white-label.singapore-management-university .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #151c55;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .electives .form-radio__input:checked + label::before {
  background-color: #151c55;
  border: 3px solid #151c55;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .enrollment__icon path {
  fill: #8a704c;
  stroke: #8a704c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .enrollment__icon tspan {
  fill: #8a704c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__tasks li:hover::after, .white-label.singapore-management-university .modules__tasks li.selected::after {
  border-color: rgba(21, 28, 85, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__tasks li::before {
  color: rgba(21, 28, 85, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(21, 28, 85, 0.4);
  border-color: rgba(21, 28, 85, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .modules__tasks li .modules__btn:hover::after, .white-label.singapore-management-university .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(21, 28, 85, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .tabs__li:hover {
  border-color: rgba(21, 28, 85, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .tabs__label {
  border-bottom-color: #151c55;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.singapore-management-university .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #151c55;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .survey__success .check {
  fill: #151c55;
  stroke: #151c55;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .electives__checkbox:checked + label::before,
.white-label.singapore-management-university .program-card__checkbox:checked + label::before {
  background-color: #151c55;
  border-color: #151c55;
  color: #151c55;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .electives__checkbox:checked ~ .program-card__content,
.white-label.singapore-management-university .program-card__checkbox:checked ~ .program-card__content {
  border-color: #151c55;
  box-shadow: 0 0 0 1px #151c55 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .canvas-assignments__submission-type::before {
  border-color: #151c55;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .canvas-assignments__submission-type::after {
  border-color: #151c55;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .canvas-assignments__submission-type:hover {
  background-color: rgba(21, 28, 85, 0.1);
  border-color: #151c55;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .canvas-assignments__submission-type.typed--selected, .white-label.singapore-management-university .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(21, 28, 85, 0.1);
  border-color: #151c55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(1),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(1), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2937a7, #26339b);
  -moz-background: linear-gradient(to right, #2937a7, #26339b);
  -ms-background: linear-gradient(to right, #2937a7, #26339b);
  -o-background: linear-gradient(to right, #2937a7, #26339b);
  background: linear-gradient(to right, #2937a7, #26339b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(1)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(1)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #26339b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(2),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(2), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #26339b, #232f8f);
  -moz-background: linear-gradient(to right, #26339b, #232f8f);
  -ms-background: linear-gradient(to right, #26339b, #232f8f);
  -o-background: linear-gradient(to right, #26339b, #232f8f);
  background: linear-gradient(to right, #26339b, #232f8f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(2)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(2)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #232f8f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(3),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(3), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #232f8f, #212b84);
  -moz-background: linear-gradient(to right, #232f8f, #212b84);
  -ms-background: linear-gradient(to right, #232f8f, #212b84);
  -o-background: linear-gradient(to right, #232f8f, #212b84);
  background: linear-gradient(to right, #232f8f, #212b84);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(3)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(3)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #212b84;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(4),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(4), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #212b84, #1e2878);
  -moz-background: linear-gradient(to right, #212b84, #1e2878);
  -ms-background: linear-gradient(to right, #212b84, #1e2878);
  -o-background: linear-gradient(to right, #212b84, #1e2878);
  background: linear-gradient(to right, #212b84, #1e2878);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(4)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(4)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1e2878;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(5),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(5), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1e2878, #1b246c);
  -moz-background: linear-gradient(to right, #1e2878, #1b246c);
  -ms-background: linear-gradient(to right, #1e2878, #1b246c);
  -o-background: linear-gradient(to right, #1e2878, #1b246c);
  background: linear-gradient(to right, #1e2878, #1b246c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(5)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(5)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1b246c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(6),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(6), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1b246c, #182061);
  -moz-background: linear-gradient(to right, #1b246c, #182061);
  -ms-background: linear-gradient(to right, #1b246c, #182061);
  -o-background: linear-gradient(to right, #1b246c, #182061);
  background: linear-gradient(to right, #1b246c, #182061);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(6)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(6)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #182061;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(7),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(7), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #182061, #151c55);
  -moz-background: linear-gradient(to right, #182061, #151c55);
  -ms-background: linear-gradient(to right, #182061, #151c55);
  -o-background: linear-gradient(to right, #182061, #151c55);
  background: linear-gradient(to right, #182061, #151c55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(7)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(7)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #151c55;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(n+8),
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(n+8), .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #151c55;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .step--active:nth-child(n+8)::after,
.white-label.singapore-management-university .steps--progress .step--completed:nth-child(n+8)::after, .white-label.singapore-management-university .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #151c55;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active,
.white-label.singapore-management-university .steps--progress .vertical-step--completed, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved {
  color: #151c55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2937a7, #26339b);
  -moz-background: linear-gradient(to bottom, #2937a7, #26339b);
  -ms-background: linear-gradient(to bottom, #2937a7, #26339b);
  -o-background: linear-gradient(to bottom, #2937a7, #26339b);
  background: linear-gradient(to bottom, #2937a7, #26339b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #26339b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2937a7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #26339b, #232f8f);
  -moz-background: linear-gradient(to bottom, #26339b, #232f8f);
  -ms-background: linear-gradient(to bottom, #26339b, #232f8f);
  -o-background: linear-gradient(to bottom, #26339b, #232f8f);
  background: linear-gradient(to bottom, #26339b, #232f8f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #232f8f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #26339b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #232f8f, #212b84);
  -moz-background: linear-gradient(to bottom, #232f8f, #212b84);
  -ms-background: linear-gradient(to bottom, #232f8f, #212b84);
  -o-background: linear-gradient(to bottom, #232f8f, #212b84);
  background: linear-gradient(to bottom, #232f8f, #212b84);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #212b84;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #232f8f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #212b84, #1e2878);
  -moz-background: linear-gradient(to bottom, #212b84, #1e2878);
  -ms-background: linear-gradient(to bottom, #212b84, #1e2878);
  -o-background: linear-gradient(to bottom, #212b84, #1e2878);
  background: linear-gradient(to bottom, #212b84, #1e2878);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1e2878;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #212b84;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e2878, #1b246c);
  -moz-background: linear-gradient(to bottom, #1e2878, #1b246c);
  -ms-background: linear-gradient(to bottom, #1e2878, #1b246c);
  -o-background: linear-gradient(to bottom, #1e2878, #1b246c);
  background: linear-gradient(to bottom, #1e2878, #1b246c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1b246c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1e2878;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b246c, #182061);
  -moz-background: linear-gradient(to bottom, #1b246c, #182061);
  -ms-background: linear-gradient(to bottom, #1b246c, #182061);
  -o-background: linear-gradient(to bottom, #1b246c, #182061);
  background: linear-gradient(to bottom, #1b246c, #182061);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #182061;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1b246c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #182061, #151c55);
  -moz-background: linear-gradient(to bottom, #182061, #151c55);
  -ms-background: linear-gradient(to bottom, #182061, #151c55);
  -o-background: linear-gradient(to bottom, #182061, #151c55);
  background: linear-gradient(to bottom, #182061, #151c55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #151c55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #182061;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #151c55;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #151c55;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.singapore-management-university .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.singapore-management-university .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #151c55;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .sidebar .steps .steps__label-toggle {
  background-color: #151c55;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .sidebar .steps .step--active {
  border-left: 0.5rem solid #151c55;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #8a704c, #79644d);
  -moz-background: linear-gradient(to right, #8a704c, #79644d);
  -ms-background: linear-gradient(to right, #8a704c, #79644d);
  -o-background: linear-gradient(to right, #8a704c, #79644d);
  background: linear-gradient(to right, #8a704c, #79644d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #79644d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #79644d, #69584f);
  -moz-background: linear-gradient(to right, #79644d, #69584f);
  -ms-background: linear-gradient(to right, #79644d, #69584f);
  -o-background: linear-gradient(to right, #79644d, #69584f);
  background: linear-gradient(to right, #79644d, #69584f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #69584f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #69584f, #584c50);
  -moz-background: linear-gradient(to right, #69584f, #584c50);
  -ms-background: linear-gradient(to right, #69584f, #584c50);
  -o-background: linear-gradient(to right, #69584f, #584c50);
  background: linear-gradient(to right, #69584f, #584c50);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #584c50;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #584c50, #474051);
  -moz-background: linear-gradient(to right, #584c50, #474051);
  -ms-background: linear-gradient(to right, #584c50, #474051);
  -o-background: linear-gradient(to right, #584c50, #474051);
  background: linear-gradient(to right, #584c50, #474051);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #474051;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #474051, #363452);
  -moz-background: linear-gradient(to right, #474051, #363452);
  -ms-background: linear-gradient(to right, #474051, #363452);
  -o-background: linear-gradient(to right, #474051, #363452);
  background: linear-gradient(to right, #474051, #363452);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #363452;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #363452, #262854);
  -moz-background: linear-gradient(to right, #363452, #262854);
  -ms-background: linear-gradient(to right, #363452, #262854);
  -o-background: linear-gradient(to right, #363452, #262854);
  background: linear-gradient(to right, #363452, #262854);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #262854;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #262854, #151c55);
  -moz-background: linear-gradient(to right, #262854, #151c55);
  -ms-background: linear-gradient(to right, #262854, #151c55);
  -o-background: linear-gradient(to right, #262854, #151c55);
  background: linear-gradient(to right, #262854, #151c55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #151c55;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #151c55;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.singapore-management-university.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #151c55;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #8a704c, #79644d);
  -moz-background: linear-gradient(to bottom, #8a704c, #79644d);
  -ms-background: linear-gradient(to bottom, #8a704c, #79644d);
  -o-background: linear-gradient(to bottom, #8a704c, #79644d);
  background: linear-gradient(to bottom, #8a704c, #79644d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #79644d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #8a704c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #79644d, #69584f);
  -moz-background: linear-gradient(to bottom, #79644d, #69584f);
  -ms-background: linear-gradient(to bottom, #79644d, #69584f);
  -o-background: linear-gradient(to bottom, #79644d, #69584f);
  background: linear-gradient(to bottom, #79644d, #69584f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #69584f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #79644d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #69584f, #584c50);
  -moz-background: linear-gradient(to bottom, #69584f, #584c50);
  -ms-background: linear-gradient(to bottom, #69584f, #584c50);
  -o-background: linear-gradient(to bottom, #69584f, #584c50);
  background: linear-gradient(to bottom, #69584f, #584c50);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #584c50;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #69584f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #584c50, #474051);
  -moz-background: linear-gradient(to bottom, #584c50, #474051);
  -ms-background: linear-gradient(to bottom, #584c50, #474051);
  -o-background: linear-gradient(to bottom, #584c50, #474051);
  background: linear-gradient(to bottom, #584c50, #474051);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #474051;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #584c50;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #474051, #363452);
  -moz-background: linear-gradient(to bottom, #474051, #363452);
  -ms-background: linear-gradient(to bottom, #474051, #363452);
  -o-background: linear-gradient(to bottom, #474051, #363452);
  background: linear-gradient(to bottom, #474051, #363452);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #363452;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #474051;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #363452, #262854);
  -moz-background: linear-gradient(to bottom, #363452, #262854);
  -ms-background: linear-gradient(to bottom, #363452, #262854);
  -o-background: linear-gradient(to bottom, #363452, #262854);
  background: linear-gradient(to bottom, #363452, #262854);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #262854;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #363452;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #262854, #151c55);
  -moz-background: linear-gradient(to bottom, #262854, #151c55);
  -ms-background: linear-gradient(to bottom, #262854, #151c55);
  -o-background: linear-gradient(to bottom, #262854, #151c55);
  background: linear-gradient(to bottom, #262854, #151c55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #151c55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #262854;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #151c55;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #151c55;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.singapore-management-university.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.singapore-management-university.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.singapore-management-university.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.singapore-management-university.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #151c55;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .referrals-advocate__overlay {
  background-color: #151c55;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .referrals-advocate__steps-circle {
  fill: #151c55;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .referrals-advocate__testimonial {
  background-color: #151c55;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.singapore-management-university .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #151c55;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.singapore-management-university .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #151c55;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .terms__title {
  border-color: #8a704c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .terms__links {
  color: #151c55;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.singapore-management-university .referral-tooltip__image path {
  fill: #151c55;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.singapore-management-university .main-header,
.singapore-management-university .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #820000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.stanford-center-for-professional-development div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5c0000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .main-header__menu__btn:hover, .white-label.stanford-center-for-professional-development .main-header__menu__btn:focus, .white-label.stanford-center-for-professional-development .main-header__menu__btn:active, .white-label.stanford-center-for-professional-development .main-header__menu__btn:checked, .white-label.stanford-center-for-professional-development .main-header__menu__btn:focus:hover, .white-label.stanford-center-for-professional-development .main-header__menu__btn:focus:active, .white-label.stanford-center-for-professional-development .main-header__menu__btn:not(:disabled):hover, .white-label.stanford-center-for-professional-development .main-header__menu__btn:not(:disabled):active, .white-label.stanford-center-for-professional-development .main-header__menu__btn:not(.disabled):active, .white-label.stanford-center-for-professional-development .main-header__menu__btn:not(:disabled):active:focus, .white-label.stanford-center-for-professional-development .main-header__menu__btn:not(.disabled):active:focus,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:hover,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:focus,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:active,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:checked,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:focus:hover,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:focus:active,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:not(:disabled):hover,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:not(:disabled):active,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:not(.disabled):active,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.stanford-center-for-professional-development .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #820000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .main-header .nav__link:hover, .white-label.stanford-center-for-professional-development .main-header .nav__link:focus, .white-label.stanford-center-for-professional-development .main-header .nav__link:active, .white-label.stanford-center-for-professional-development .main-header .nav__link:checked, .white-label.stanford-center-for-professional-development .main-header .nav__link:focus:hover, .white-label.stanford-center-for-professional-development .main-header .nav__link:focus:active, .white-label.stanford-center-for-professional-development .main-header .nav__link:not(:disabled):hover, .white-label.stanford-center-for-professional-development .main-header .nav__link:not(:disabled):active, .white-label.stanford-center-for-professional-development .main-header .nav__link:not(.disabled):active, .white-label.stanford-center-for-professional-development .main-header .nav__link:not(:disabled):active:focus, .white-label.stanford-center-for-professional-development .main-header .nav__link:not(.disabled):active:focus,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:hover,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:focus,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:active,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:checked,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:focus:hover,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:focus:active,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:not(:disabled):hover,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:not(:disabled):active,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:not(.disabled):active,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:not(:disabled):active:focus,
.white-label.stanford-center-for-professional-development .main-footer .nav__link:not(.disabled):active:focus {
  color: #5c0000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development.signed-out .btn:not(.btn--social), .white-label.stanford-center-for-professional-development.signed-in .btn--primary {
  background-color: #2e2d29;
  border-color: #2e2d29;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.signed-out .btn:not(.btn--social):hover, .white-label.stanford-center-for-professional-development.signed-out .btn:not(.btn--social):focus, .white-label.stanford-center-for-professional-development.signed-out .btn:not(.btn--social):active, .white-label.stanford-center-for-professional-development.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.stanford-center-for-professional-development.signed-in .btn--primary:hover, .white-label.stanford-center-for-professional-development.signed-in .btn--primary:focus, .white-label.stanford-center-for-professional-development.signed-in .btn--primary:active, .white-label.stanford-center-for-professional-development.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #2e2d29;
  box-shadow: none;
  color: #2e2d29;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .nav__btn:hover span,
.white-label.stanford-center-for-professional-development .nav__btn:hover span::after,
.white-label.stanford-center-for-professional-development .nav__btn:hover span::before,
.white-label.stanford-center-for-professional-development .nav__btn:focus span,
.white-label.stanford-center-for-professional-development .nav__btn:focus span::after,
.white-label.stanford-center-for-professional-development .nav__btn:focus span::before {
  background-color: #820000;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.stanford-center-for-professional-development .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #820000;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .nav__sidebar ul .profile__no-menu-link:hover {
  color: #820000;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__list li:hover::after {
  border-color: rgba(130, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__list li:hover .heading-3 {
  color: #820000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .profile__link:hover, .white-label.stanford-center-for-professional-development .profile__link:focus, .white-label.stanford-center-for-professional-development .profile__link:active, .white-label.stanford-center-for-professional-development .profile__link:checked, .white-label.stanford-center-for-professional-development .profile__link:focus:hover, .white-label.stanford-center-for-professional-development .profile__link:focus:active, .white-label.stanford-center-for-professional-development .profile__link:not(:disabled):hover, .white-label.stanford-center-for-professional-development .profile__link:not(:disabled):active, .white-label.stanford-center-for-professional-development .profile__link:not(.disabled):active, .white-label.stanford-center-for-professional-development .profile__link:not(:disabled):active:focus, .white-label.stanford-center-for-professional-development .profile__link:not(.disabled):active:focus {
  color: #820000;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .profile__actions:hover .profile__icn g,
.white-label.stanford-center-for-professional-development .profile__actions:focus .profile__icn g {
  fill: #820000;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .students__classmate:hover .students__thumbnail,
.white-label.stanford-center-for-professional-development .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #820000, 0 0 0 1px #820000 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .pagination__page-link:hover::after {
  border-color: rgba(130, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modal__bg-icn {
  fill: #820000;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .payments__paragraph--initial, .white-label.stanford-center-for-professional-development .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .form__input:-webkit-autofill, .white-label.stanford-center-for-professional-development .StripeElement:-webkit-autofill, .white-label.stanford-center-for-professional-development .form__input:-webkit-autofill:focus, .white-label.stanford-center-for-professional-development .form__input:-internal-autofill-selected, .white-label.stanford-center-for-professional-development .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(46, 45, 41, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(46, 45, 41, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(46, 45, 41, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(46, 45, 41, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(46, 45, 41, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .form__input:-moz-autofill, .white-label.stanford-center-for-professional-development .StripeElement:-moz-autofill, .white-label.stanford-center-for-professional-development .form__input:-moz-autofill-preview, .white-label.stanford-center-for-professional-development .StripeElement:-moz-autofill-preview {
  filter: rgba(46, 45, 41, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .form-radio__input:hover + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:hover + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:focus + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:focus + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:active + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:active + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:checked + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:checked + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:focus:hover + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:focus:hover + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:focus:active + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:focus:active + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):hover + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):active + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):active + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:not(.disabled):active + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:not(.disabled):active + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):active:focus + label::before, .white-label.stanford-center-for-professional-development .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.stanford-center-for-professional-development .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #820000;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .form-radio__input:hover + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:focus + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:active + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:checked + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:focus:hover + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:focus:active + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.stanford-center-for-professional-development .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #820000 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .form-check-input:checked + label::before, .white-label.stanford-center-for-professional-development .form-check-input:checked + label.collection_radio_buttons::before {
  background: #820000;
  border-color: #820000;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .form-check-input:valid:focus:checked + label::before, .white-label.stanford-center-for-professional-development .form-check-input.valid:focus:checked + label::before, .white-label.stanford-center-for-professional-development .form-check-input--valid:focus:checked + label::before, .white-label.stanford-center-for-professional-development .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #820000;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .electives .form-radio__input:checked + label::before {
  background-color: #820000;
  border: 3px solid #820000;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .enrollment__icon path {
  fill: #2e2d29;
  stroke: #2e2d29;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .enrollment__icon tspan {
  fill: #2e2d29;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__tasks li:hover::after, .white-label.stanford-center-for-professional-development .modules__tasks li.selected::after {
  border-color: rgba(130, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__tasks li::before {
  color: rgba(130, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(130, 0, 0, 0.4);
  border-color: rgba(130, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .modules__tasks li .modules__btn:hover::after, .white-label.stanford-center-for-professional-development .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(130, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .tabs__li:hover {
  border-color: rgba(130, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .tabs__label {
  border-bottom-color: #820000;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.stanford-center-for-professional-development .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #820000;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .survey__success .check {
  fill: #820000;
  stroke: #820000;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .electives__checkbox:checked + label::before,
.white-label.stanford-center-for-professional-development .program-card__checkbox:checked + label::before {
  background-color: #820000;
  border-color: #820000;
  color: #820000;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .electives__checkbox:checked ~ .program-card__content,
.white-label.stanford-center-for-professional-development .program-card__checkbox:checked ~ .program-card__content {
  border-color: #820000;
  box-shadow: 0 0 0 1px #820000 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .canvas-assignments__submission-type::before {
  border-color: #820000;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .canvas-assignments__submission-type::after {
  border-color: #820000;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .canvas-assignments__submission-type:hover {
  background-color: rgba(130, 0, 0, 0.1);
  border-color: #820000;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .canvas-assignments__submission-type.typed--selected, .white-label.stanford-center-for-professional-development .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(130, 0, 0, 0.1);
  border-color: #820000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(1),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(1), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e80000, #d90000);
  -moz-background: linear-gradient(to right, #e80000, #d90000);
  -ms-background: linear-gradient(to right, #e80000, #d90000);
  -o-background: linear-gradient(to right, #e80000, #d90000);
  background: linear-gradient(to right, #e80000, #d90000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(1)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(1)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d90000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(2),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(2), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d90000, #cb0000);
  -moz-background: linear-gradient(to right, #d90000, #cb0000);
  -ms-background: linear-gradient(to right, #d90000, #cb0000);
  -o-background: linear-gradient(to right, #d90000, #cb0000);
  background: linear-gradient(to right, #d90000, #cb0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(2)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(2)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #cb0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(3),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(3), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #cb0000, #bc0000);
  -moz-background: linear-gradient(to right, #cb0000, #bc0000);
  -ms-background: linear-gradient(to right, #cb0000, #bc0000);
  -o-background: linear-gradient(to right, #cb0000, #bc0000);
  background: linear-gradient(to right, #cb0000, #bc0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(3)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(3)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #bc0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(4),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(4), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #bc0000, #ae0000);
  -moz-background: linear-gradient(to right, #bc0000, #ae0000);
  -ms-background: linear-gradient(to right, #bc0000, #ae0000);
  -o-background: linear-gradient(to right, #bc0000, #ae0000);
  background: linear-gradient(to right, #bc0000, #ae0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(4)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(4)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ae0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(5),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(5), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ae0000, #9f0000);
  -moz-background: linear-gradient(to right, #ae0000, #9f0000);
  -ms-background: linear-gradient(to right, #ae0000, #9f0000);
  -o-background: linear-gradient(to right, #ae0000, #9f0000);
  background: linear-gradient(to right, #ae0000, #9f0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(5)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(5)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #9f0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(6),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(6), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #9f0000, #910000);
  -moz-background: linear-gradient(to right, #9f0000, #910000);
  -ms-background: linear-gradient(to right, #9f0000, #910000);
  -o-background: linear-gradient(to right, #9f0000, #910000);
  background: linear-gradient(to right, #9f0000, #910000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(6)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(6)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #910000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(7),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(7), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #910000, #820000);
  -moz-background: linear-gradient(to right, #910000, #820000);
  -ms-background: linear-gradient(to right, #910000, #820000);
  -o-background: linear-gradient(to right, #910000, #820000);
  background: linear-gradient(to right, #910000, #820000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(7)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(7)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #820000;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(n+8),
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(n+8), .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #820000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .step--active:nth-child(n+8)::after,
.white-label.stanford-center-for-professional-development .steps--progress .step--completed:nth-child(n+8)::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #820000;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved {
  color: #820000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e80000, #d90000);
  -moz-background: linear-gradient(to bottom, #e80000, #d90000);
  -ms-background: linear-gradient(to bottom, #e80000, #d90000);
  -o-background: linear-gradient(to bottom, #e80000, #d90000);
  background: linear-gradient(to bottom, #e80000, #d90000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d90000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e80000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d90000, #cb0000);
  -moz-background: linear-gradient(to bottom, #d90000, #cb0000);
  -ms-background: linear-gradient(to bottom, #d90000, #cb0000);
  -o-background: linear-gradient(to bottom, #d90000, #cb0000);
  background: linear-gradient(to bottom, #d90000, #cb0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #cb0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d90000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #cb0000, #bc0000);
  -moz-background: linear-gradient(to bottom, #cb0000, #bc0000);
  -ms-background: linear-gradient(to bottom, #cb0000, #bc0000);
  -o-background: linear-gradient(to bottom, #cb0000, #bc0000);
  background: linear-gradient(to bottom, #cb0000, #bc0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #bc0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #cb0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #bc0000, #ae0000);
  -moz-background: linear-gradient(to bottom, #bc0000, #ae0000);
  -ms-background: linear-gradient(to bottom, #bc0000, #ae0000);
  -o-background: linear-gradient(to bottom, #bc0000, #ae0000);
  background: linear-gradient(to bottom, #bc0000, #ae0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ae0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #bc0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ae0000, #9f0000);
  -moz-background: linear-gradient(to bottom, #ae0000, #9f0000);
  -ms-background: linear-gradient(to bottom, #ae0000, #9f0000);
  -o-background: linear-gradient(to bottom, #ae0000, #9f0000);
  background: linear-gradient(to bottom, #ae0000, #9f0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #9f0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ae0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #9f0000, #910000);
  -moz-background: linear-gradient(to bottom, #9f0000, #910000);
  -ms-background: linear-gradient(to bottom, #9f0000, #910000);
  -o-background: linear-gradient(to bottom, #9f0000, #910000);
  background: linear-gradient(to bottom, #9f0000, #910000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #910000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #9f0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #910000, #820000);
  -moz-background: linear-gradient(to bottom, #910000, #820000);
  -ms-background: linear-gradient(to bottom, #910000, #820000);
  -o-background: linear-gradient(to bottom, #910000, #820000);
  background: linear-gradient(to bottom, #910000, #820000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #820000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #910000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #820000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #820000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.stanford-center-for-professional-development .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.stanford-center-for-professional-development .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #820000;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .sidebar .steps .steps__label-toggle {
  background-color: #820000;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .sidebar .steps .step--active {
  border-left: 0.5rem solid #820000;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2e2d29, #3a2723);
  -moz-background: linear-gradient(to right, #2e2d29, #3a2723);
  -ms-background: linear-gradient(to right, #2e2d29, #3a2723);
  -o-background: linear-gradient(to right, #2e2d29, #3a2723);
  background: linear-gradient(to right, #2e2d29, #3a2723);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3a2723;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3a2723, #46201d);
  -moz-background: linear-gradient(to right, #3a2723, #46201d);
  -ms-background: linear-gradient(to right, #3a2723, #46201d);
  -o-background: linear-gradient(to right, #3a2723, #46201d);
  background: linear-gradient(to right, #3a2723, #46201d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #46201d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #46201d, #521a17);
  -moz-background: linear-gradient(to right, #46201d, #521a17);
  -ms-background: linear-gradient(to right, #46201d, #521a17);
  -o-background: linear-gradient(to right, #46201d, #521a17);
  background: linear-gradient(to right, #46201d, #521a17);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #521a17;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #521a17, #5e1312);
  -moz-background: linear-gradient(to right, #521a17, #5e1312);
  -ms-background: linear-gradient(to right, #521a17, #5e1312);
  -o-background: linear-gradient(to right, #521a17, #5e1312);
  background: linear-gradient(to right, #521a17, #5e1312);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5e1312;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5e1312, #6a0d0c);
  -moz-background: linear-gradient(to right, #5e1312, #6a0d0c);
  -ms-background: linear-gradient(to right, #5e1312, #6a0d0c);
  -o-background: linear-gradient(to right, #5e1312, #6a0d0c);
  background: linear-gradient(to right, #5e1312, #6a0d0c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #6a0d0c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #6a0d0c, #760606);
  -moz-background: linear-gradient(to right, #6a0d0c, #760606);
  -ms-background: linear-gradient(to right, #6a0d0c, #760606);
  -o-background: linear-gradient(to right, #6a0d0c, #760606);
  background: linear-gradient(to right, #6a0d0c, #760606);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #760606;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #760606, #820000);
  -moz-background: linear-gradient(to right, #760606, #820000);
  -ms-background: linear-gradient(to right, #760606, #820000);
  -o-background: linear-gradient(to right, #760606, #820000);
  background: linear-gradient(to right, #760606, #820000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #820000;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #820000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #820000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2e2d29, #3a2723);
  -moz-background: linear-gradient(to bottom, #2e2d29, #3a2723);
  -ms-background: linear-gradient(to bottom, #2e2d29, #3a2723);
  -o-background: linear-gradient(to bottom, #2e2d29, #3a2723);
  background: linear-gradient(to bottom, #2e2d29, #3a2723);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3a2723;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2e2d29;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a2723, #46201d);
  -moz-background: linear-gradient(to bottom, #3a2723, #46201d);
  -ms-background: linear-gradient(to bottom, #3a2723, #46201d);
  -o-background: linear-gradient(to bottom, #3a2723, #46201d);
  background: linear-gradient(to bottom, #3a2723, #46201d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #46201d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3a2723;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #46201d, #521a17);
  -moz-background: linear-gradient(to bottom, #46201d, #521a17);
  -ms-background: linear-gradient(to bottom, #46201d, #521a17);
  -o-background: linear-gradient(to bottom, #46201d, #521a17);
  background: linear-gradient(to bottom, #46201d, #521a17);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #521a17;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #46201d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #521a17, #5e1312);
  -moz-background: linear-gradient(to bottom, #521a17, #5e1312);
  -ms-background: linear-gradient(to bottom, #521a17, #5e1312);
  -o-background: linear-gradient(to bottom, #521a17, #5e1312);
  background: linear-gradient(to bottom, #521a17, #5e1312);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5e1312;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #521a17;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5e1312, #6a0d0c);
  -moz-background: linear-gradient(to bottom, #5e1312, #6a0d0c);
  -ms-background: linear-gradient(to bottom, #5e1312, #6a0d0c);
  -o-background: linear-gradient(to bottom, #5e1312, #6a0d0c);
  background: linear-gradient(to bottom, #5e1312, #6a0d0c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #6a0d0c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5e1312;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #6a0d0c, #760606);
  -moz-background: linear-gradient(to bottom, #6a0d0c, #760606);
  -ms-background: linear-gradient(to bottom, #6a0d0c, #760606);
  -o-background: linear-gradient(to bottom, #6a0d0c, #760606);
  background: linear-gradient(to bottom, #6a0d0c, #760606);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #760606;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #6a0d0c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #760606, #820000);
  -moz-background: linear-gradient(to bottom, #760606, #820000);
  -ms-background: linear-gradient(to bottom, #760606, #820000);
  -o-background: linear-gradient(to bottom, #760606, #820000);
  background: linear-gradient(to bottom, #760606, #820000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #820000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #760606;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #820000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #820000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.stanford-center-for-professional-development.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.stanford-center-for-professional-development.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.stanford-center-for-professional-development.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.stanford-center-for-professional-development.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #820000;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .referrals-advocate__overlay {
  background-color: #820000;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .referrals-advocate__steps-circle {
  fill: #820000;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .referrals-advocate__testimonial {
  background-color: #820000;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #820000;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.stanford-center-for-professional-development .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #820000;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .terms__title {
  border-color: #2e2d29;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .terms__links {
  color: #820000;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-center-for-professional-development .referral-tooltip__image path {
  fill: #820000;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.stanford-center-for-professional-development .main-header,
.stanford-center-for-professional-development .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.stanford-graduate-school-of-business div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #7e1b2a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .main-header__menu__btn:hover, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:focus, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:active, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:checked, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:focus:hover, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:focus:active, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:not(:disabled):hover, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:not(:disabled):active, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:not(.disabled):active, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:not(:disabled):active:focus, .white-label.stanford-graduate-school-of-business .main-header__menu__btn:not(.disabled):active:focus,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:hover,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:focus,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:active,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:checked,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:focus:hover,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:focus:active,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:not(:disabled):hover,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:not(:disabled):active,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:not(.disabled):active,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.stanford-graduate-school-of-business .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .main-header .nav__link:hover, .white-label.stanford-graduate-school-of-business .main-header .nav__link:focus, .white-label.stanford-graduate-school-of-business .main-header .nav__link:active, .white-label.stanford-graduate-school-of-business .main-header .nav__link:checked, .white-label.stanford-graduate-school-of-business .main-header .nav__link:focus:hover, .white-label.stanford-graduate-school-of-business .main-header .nav__link:focus:active, .white-label.stanford-graduate-school-of-business .main-header .nav__link:not(:disabled):hover, .white-label.stanford-graduate-school-of-business .main-header .nav__link:not(:disabled):active, .white-label.stanford-graduate-school-of-business .main-header .nav__link:not(.disabled):active, .white-label.stanford-graduate-school-of-business .main-header .nav__link:not(:disabled):active:focus, .white-label.stanford-graduate-school-of-business .main-header .nav__link:not(.disabled):active:focus,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:hover,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:focus,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:active,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:checked,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:focus:hover,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:focus:active,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:not(:disabled):hover,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:not(:disabled):active,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:not(.disabled):active,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:not(:disabled):active:focus,
.white-label.stanford-graduate-school-of-business .main-footer .nav__link:not(.disabled):active:focus {
  color: #7e1b2a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business.signed-out .btn:not(.btn--social), .white-label.stanford-graduate-school-of-business.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.signed-out .btn:not(.btn--social):hover, .white-label.stanford-graduate-school-of-business.signed-out .btn:not(.btn--social):focus, .white-label.stanford-graduate-school-of-business.signed-out .btn:not(.btn--social):active, .white-label.stanford-graduate-school-of-business.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.stanford-graduate-school-of-business.signed-in .btn--primary:hover, .white-label.stanford-graduate-school-of-business.signed-in .btn--primary:focus, .white-label.stanford-graduate-school-of-business.signed-in .btn--primary:active, .white-label.stanford-graduate-school-of-business.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .nav__btn:hover span,
.white-label.stanford-graduate-school-of-business .nav__btn:hover span::after,
.white-label.stanford-graduate-school-of-business .nav__btn:hover span::before,
.white-label.stanford-graduate-school-of-business .nav__btn:focus span,
.white-label.stanford-graduate-school-of-business .nav__btn:focus span::after,
.white-label.stanford-graduate-school-of-business .nav__btn:focus span::before {
  background-color: #9d2235;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.stanford-graduate-school-of-business .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #9d2235;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .nav__sidebar ul .profile__no-menu-link:hover {
  color: #9d2235;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__list li:hover::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__list li:hover .heading-3 {
  color: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .profile__link:hover, .white-label.stanford-graduate-school-of-business .profile__link:focus, .white-label.stanford-graduate-school-of-business .profile__link:active, .white-label.stanford-graduate-school-of-business .profile__link:checked, .white-label.stanford-graduate-school-of-business .profile__link:focus:hover, .white-label.stanford-graduate-school-of-business .profile__link:focus:active, .white-label.stanford-graduate-school-of-business .profile__link:not(:disabled):hover, .white-label.stanford-graduate-school-of-business .profile__link:not(:disabled):active, .white-label.stanford-graduate-school-of-business .profile__link:not(.disabled):active, .white-label.stanford-graduate-school-of-business .profile__link:not(:disabled):active:focus, .white-label.stanford-graduate-school-of-business .profile__link:not(.disabled):active:focus {
  color: #9d2235;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .profile__actions:hover .profile__icn g,
.white-label.stanford-graduate-school-of-business .profile__actions:focus .profile__icn g {
  fill: #9d2235;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .students__classmate:hover .students__thumbnail,
.white-label.stanford-graduate-school-of-business .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #9d2235, 0 0 0 1px #9d2235 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .pagination__page-link:hover::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modal__bg-icn {
  fill: #9d2235;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .payments__paragraph--initial, .white-label.stanford-graduate-school-of-business .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .form__input:-webkit-autofill, .white-label.stanford-graduate-school-of-business .StripeElement:-webkit-autofill, .white-label.stanford-graduate-school-of-business .form__input:-webkit-autofill:focus, .white-label.stanford-graduate-school-of-business .form__input:-internal-autofill-selected, .white-label.stanford-graduate-school-of-business .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .form__input:-moz-autofill, .white-label.stanford-graduate-school-of-business .StripeElement:-moz-autofill, .white-label.stanford-graduate-school-of-business .form__input:-moz-autofill-preview, .white-label.stanford-graduate-school-of-business .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .form-radio__input:hover + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:hover + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:focus + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:focus + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:active + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:active + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:checked + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:checked + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:focus:hover + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:focus:hover + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:focus:active + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:focus:active + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):hover + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):active + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):active + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:not(.disabled):active + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:not(.disabled):active + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):active:focus + label::before, .white-label.stanford-graduate-school-of-business .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.stanford-graduate-school-of-business .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #9d2235;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .form-radio__input:hover + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:focus + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:active + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:checked + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:focus:hover + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:focus:active + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.stanford-graduate-school-of-business .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #9d2235 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .form-check-input:checked + label::before, .white-label.stanford-graduate-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background: #9d2235;
  border-color: #9d2235;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .form-check-input:valid:focus:checked + label::before, .white-label.stanford-graduate-school-of-business .form-check-input.valid:focus:checked + label::before, .white-label.stanford-graduate-school-of-business .form-check-input--valid:focus:checked + label::before, .white-label.stanford-graduate-school-of-business .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #9d2235;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .electives .form-radio__input:checked + label::before {
  background-color: #9d2235;
  border: 3px solid #9d2235;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__tasks li:hover::after, .white-label.stanford-graduate-school-of-business .modules__tasks li.selected::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__tasks li::before {
  color: rgba(157, 34, 53, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(157, 34, 53, 0.4);
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .modules__tasks li .modules__btn:hover::after, .white-label.stanford-graduate-school-of-business .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .tabs__li:hover {
  border-color: rgba(157, 34, 53, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .tabs__label {
  border-bottom-color: #9d2235;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.stanford-graduate-school-of-business .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #9d2235;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .survey__success .check {
  fill: #9d2235;
  stroke: #9d2235;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .electives__checkbox:checked + label::before,
.white-label.stanford-graduate-school-of-business .program-card__checkbox:checked + label::before {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #9d2235;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .electives__checkbox:checked ~ .program-card__content,
.white-label.stanford-graduate-school-of-business .program-card__checkbox:checked ~ .program-card__content {
  border-color: #9d2235;
  box-shadow: 0 0 0 1px #9d2235 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .canvas-assignments__submission-type::before {
  border-color: #9d2235;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .canvas-assignments__submission-type::after {
  border-color: #9d2235;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .canvas-assignments__submission-type:hover {
  background-color: rgba(157, 34, 53, 0.1);
  border-color: #9d2235;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .canvas-assignments__submission-type.typed--selected, .white-label.stanford-graduate-school-of-business .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(157, 34, 53, 0.1);
  border-color: #9d2235;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(1),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(1), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #d84d62, #d0475c);
  -moz-background: linear-gradient(to right, #d84d62, #d0475c);
  -ms-background: linear-gradient(to right, #d84d62, #d0475c);
  -o-background: linear-gradient(to right, #d84d62, #d0475c);
  background: linear-gradient(to right, #d84d62, #d0475c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(1)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(1)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d0475c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(2),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(2), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d0475c, #c74055);
  -moz-background: linear-gradient(to right, #d0475c, #c74055);
  -ms-background: linear-gradient(to right, #d0475c, #c74055);
  -o-background: linear-gradient(to right, #d0475c, #c74055);
  background: linear-gradient(to right, #d0475c, #c74055);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(2)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(2)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c74055;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(3),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(3), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c74055, #bf3a4f);
  -moz-background: linear-gradient(to right, #c74055, #bf3a4f);
  -ms-background: linear-gradient(to right, #c74055, #bf3a4f);
  -o-background: linear-gradient(to right, #c74055, #bf3a4f);
  background: linear-gradient(to right, #c74055, #bf3a4f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(3)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(3)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #bf3a4f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(4),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(4), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #bf3a4f, #b63448);
  -moz-background: linear-gradient(to right, #bf3a4f, #b63448);
  -ms-background: linear-gradient(to right, #bf3a4f, #b63448);
  -o-background: linear-gradient(to right, #bf3a4f, #b63448);
  background: linear-gradient(to right, #bf3a4f, #b63448);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(4)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(4)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #b63448;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(5),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(5), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #b63448, #ae2e42);
  -moz-background: linear-gradient(to right, #b63448, #ae2e42);
  -ms-background: linear-gradient(to right, #b63448, #ae2e42);
  -o-background: linear-gradient(to right, #b63448, #ae2e42);
  background: linear-gradient(to right, #b63448, #ae2e42);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(5)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(5)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ae2e42;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(6),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(6), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ae2e42, #a5283b);
  -moz-background: linear-gradient(to right, #ae2e42, #a5283b);
  -ms-background: linear-gradient(to right, #ae2e42, #a5283b);
  -o-background: linear-gradient(to right, #ae2e42, #a5283b);
  background: linear-gradient(to right, #ae2e42, #a5283b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(6)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(6)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a5283b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(7),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(7), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a5283b, #9d2235);
  -moz-background: linear-gradient(to right, #a5283b, #9d2235);
  -ms-background: linear-gradient(to right, #a5283b, #9d2235);
  -o-background: linear-gradient(to right, #a5283b, #9d2235);
  background: linear-gradient(to right, #a5283b, #9d2235);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(7)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(7)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #9d2235;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(n+8),
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(n+8), .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #9d2235;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .step--active:nth-child(n+8)::after,
.white-label.stanford-graduate-school-of-business .steps--progress .step--completed:nth-child(n+8)::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #9d2235;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved {
  color: #9d2235;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -moz-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -ms-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -o-background: linear-gradient(to bottom, #d84d62, #d0475c);
  background: linear-gradient(to bottom, #d84d62, #d0475c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d0475c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #d84d62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d0475c, #c74055);
  -moz-background: linear-gradient(to bottom, #d0475c, #c74055);
  -ms-background: linear-gradient(to bottom, #d0475c, #c74055);
  -o-background: linear-gradient(to bottom, #d0475c, #c74055);
  background: linear-gradient(to bottom, #d0475c, #c74055);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c74055;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d0475c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -moz-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -ms-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -o-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  background: linear-gradient(to bottom, #c74055, #bf3a4f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #bf3a4f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c74055;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -moz-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -ms-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -o-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  background: linear-gradient(to bottom, #bf3a4f, #b63448);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #b63448;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #bf3a4f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -moz-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -ms-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -o-background: linear-gradient(to bottom, #b63448, #ae2e42);
  background: linear-gradient(to bottom, #b63448, #ae2e42);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ae2e42;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #b63448;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -moz-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -ms-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -o-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  background: linear-gradient(to bottom, #ae2e42, #a5283b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a5283b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ae2e42;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -moz-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -ms-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -o-background: linear-gradient(to bottom, #a5283b, #9d2235);
  background: linear-gradient(to bottom, #a5283b, #9d2235);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #9d2235;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a5283b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #9d2235;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #9d2235;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.stanford-graduate-school-of-business .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.stanford-graduate-school-of-business .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #9d2235;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .sidebar .steps .steps__label-toggle {
  background-color: #9d2235;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .sidebar .steps .step--active {
  border-left: 0.5rem solid #9d2235;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #160508);
  -moz-background: linear-gradient(to right, black, #160508);
  -ms-background: linear-gradient(to right, black, #160508);
  -o-background: linear-gradient(to right, black, #160508);
  background: linear-gradient(to right, black, #160508);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #160508;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #160508, #2d0a0f);
  -moz-background: linear-gradient(to right, #160508, #2d0a0f);
  -ms-background: linear-gradient(to right, #160508, #2d0a0f);
  -o-background: linear-gradient(to right, #160508, #2d0a0f);
  background: linear-gradient(to right, #160508, #2d0a0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2d0a0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2d0a0f, #430f17);
  -moz-background: linear-gradient(to right, #2d0a0f, #430f17);
  -ms-background: linear-gradient(to right, #2d0a0f, #430f17);
  -o-background: linear-gradient(to right, #2d0a0f, #430f17);
  background: linear-gradient(to right, #2d0a0f, #430f17);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #430f17;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #430f17, #5a131e);
  -moz-background: linear-gradient(to right, #430f17, #5a131e);
  -ms-background: linear-gradient(to right, #430f17, #5a131e);
  -o-background: linear-gradient(to right, #430f17, #5a131e);
  background: linear-gradient(to right, #430f17, #5a131e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5a131e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5a131e, #701826);
  -moz-background: linear-gradient(to right, #5a131e, #701826);
  -ms-background: linear-gradient(to right, #5a131e, #701826);
  -o-background: linear-gradient(to right, #5a131e, #701826);
  background: linear-gradient(to right, #5a131e, #701826);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #701826;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #701826, #871d2d);
  -moz-background: linear-gradient(to right, #701826, #871d2d);
  -ms-background: linear-gradient(to right, #701826, #871d2d);
  -o-background: linear-gradient(to right, #701826, #871d2d);
  background: linear-gradient(to right, #701826, #871d2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #871d2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #871d2d, #9d2235);
  -moz-background: linear-gradient(to right, #871d2d, #9d2235);
  -ms-background: linear-gradient(to right, #871d2d, #9d2235);
  -o-background: linear-gradient(to right, #871d2d, #9d2235);
  background: linear-gradient(to right, #871d2d, #9d2235);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #9d2235;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #9d2235;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #9d2235;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #160508);
  -moz-background: linear-gradient(to bottom, black, #160508);
  -ms-background: linear-gradient(to bottom, black, #160508);
  -o-background: linear-gradient(to bottom, black, #160508);
  background: linear-gradient(to bottom, black, #160508);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #160508;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #160508, #2d0a0f);
  -moz-background: linear-gradient(to bottom, #160508, #2d0a0f);
  -ms-background: linear-gradient(to bottom, #160508, #2d0a0f);
  -o-background: linear-gradient(to bottom, #160508, #2d0a0f);
  background: linear-gradient(to bottom, #160508, #2d0a0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2d0a0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #160508;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2d0a0f, #430f17);
  -moz-background: linear-gradient(to bottom, #2d0a0f, #430f17);
  -ms-background: linear-gradient(to bottom, #2d0a0f, #430f17);
  -o-background: linear-gradient(to bottom, #2d0a0f, #430f17);
  background: linear-gradient(to bottom, #2d0a0f, #430f17);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #430f17;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2d0a0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #430f17, #5a131e);
  -moz-background: linear-gradient(to bottom, #430f17, #5a131e);
  -ms-background: linear-gradient(to bottom, #430f17, #5a131e);
  -o-background: linear-gradient(to bottom, #430f17, #5a131e);
  background: linear-gradient(to bottom, #430f17, #5a131e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5a131e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #430f17;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5a131e, #701826);
  -moz-background: linear-gradient(to bottom, #5a131e, #701826);
  -ms-background: linear-gradient(to bottom, #5a131e, #701826);
  -o-background: linear-gradient(to bottom, #5a131e, #701826);
  background: linear-gradient(to bottom, #5a131e, #701826);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #701826;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5a131e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #701826, #871d2d);
  -moz-background: linear-gradient(to bottom, #701826, #871d2d);
  -ms-background: linear-gradient(to bottom, #701826, #871d2d);
  -o-background: linear-gradient(to bottom, #701826, #871d2d);
  background: linear-gradient(to bottom, #701826, #871d2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #871d2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #701826;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #871d2d, #9d2235);
  -moz-background: linear-gradient(to bottom, #871d2d, #9d2235);
  -ms-background: linear-gradient(to bottom, #871d2d, #9d2235);
  -o-background: linear-gradient(to bottom, #871d2d, #9d2235);
  background: linear-gradient(to bottom, #871d2d, #9d2235);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #9d2235;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #871d2d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #9d2235;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #9d2235;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.stanford-graduate-school-of-business.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.stanford-graduate-school-of-business.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #9d2235;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .referrals-advocate__overlay {
  background-color: #9d2235;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .referrals-advocate__steps-circle {
  fill: #9d2235;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .referrals-advocate__testimonial {
  background-color: #9d2235;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #9d2235;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.stanford-graduate-school-of-business .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #9d2235;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .terms__links {
  color: #9d2235;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.stanford-graduate-school-of-business .referral-tooltip__image path {
  fill: #9d2235;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.stanford-graduate-school-of-business .main-header,
.stanford-graduate-school-of-business .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #005f86;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.texas-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004460;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .main-header__menu__btn:hover, .white-label.texas-executive-education .main-header__menu__btn:focus, .white-label.texas-executive-education .main-header__menu__btn:active, .white-label.texas-executive-education .main-header__menu__btn:checked, .white-label.texas-executive-education .main-header__menu__btn:focus:hover, .white-label.texas-executive-education .main-header__menu__btn:focus:active, .white-label.texas-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.texas-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.texas-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.texas-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.texas-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.texas-executive-education .main-footer__menu__btn:hover,
.white-label.texas-executive-education .main-footer__menu__btn:focus,
.white-label.texas-executive-education .main-footer__menu__btn:active,
.white-label.texas-executive-education .main-footer__menu__btn:checked,
.white-label.texas-executive-education .main-footer__menu__btn:focus:hover,
.white-label.texas-executive-education .main-footer__menu__btn:focus:active,
.white-label.texas-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.texas-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.texas-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.texas-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.texas-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #005f86;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .main-header .nav__link:hover, .white-label.texas-executive-education .main-header .nav__link:focus, .white-label.texas-executive-education .main-header .nav__link:active, .white-label.texas-executive-education .main-header .nav__link:checked, .white-label.texas-executive-education .main-header .nav__link:focus:hover, .white-label.texas-executive-education .main-header .nav__link:focus:active, .white-label.texas-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.texas-executive-education .main-header .nav__link:not(:disabled):active, .white-label.texas-executive-education .main-header .nav__link:not(.disabled):active, .white-label.texas-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.texas-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.texas-executive-education .main-footer .nav__link:hover,
.white-label.texas-executive-education .main-footer .nav__link:focus,
.white-label.texas-executive-education .main-footer .nav__link:active,
.white-label.texas-executive-education .main-footer .nav__link:checked,
.white-label.texas-executive-education .main-footer .nav__link:focus:hover,
.white-label.texas-executive-education .main-footer .nav__link:focus:active,
.white-label.texas-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.texas-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.texas-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.texas-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.texas-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #004460;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education.signed-out .btn:not(.btn--social), .white-label.texas-executive-education.signed-in .btn--primary {
  background-color: #bf5700;
  border-color: #bf5700;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.texas-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.texas-executive-education.signed-out .btn:not(.btn--social):active, .white-label.texas-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.texas-executive-education.signed-in .btn--primary:hover, .white-label.texas-executive-education.signed-in .btn--primary:focus, .white-label.texas-executive-education.signed-in .btn--primary:active, .white-label.texas-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #bf5700;
  box-shadow: none;
  color: #bf5700;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .nav__btn:hover span,
.white-label.texas-executive-education .nav__btn:hover span::after,
.white-label.texas-executive-education .nav__btn:hover span::before,
.white-label.texas-executive-education .nav__btn:focus span,
.white-label.texas-executive-education .nav__btn:focus span::after,
.white-label.texas-executive-education .nav__btn:focus span::before {
  background-color: #005f86;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.texas-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #005f86;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #005f86;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 95, 134, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__list li:hover .heading-3 {
  color: #005f86;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .profile__link:hover, .white-label.texas-executive-education .profile__link:focus, .white-label.texas-executive-education .profile__link:active, .white-label.texas-executive-education .profile__link:checked, .white-label.texas-executive-education .profile__link:focus:hover, .white-label.texas-executive-education .profile__link:focus:active, .white-label.texas-executive-education .profile__link:not(:disabled):hover, .white-label.texas-executive-education .profile__link:not(:disabled):active, .white-label.texas-executive-education .profile__link:not(.disabled):active, .white-label.texas-executive-education .profile__link:not(:disabled):active:focus, .white-label.texas-executive-education .profile__link:not(.disabled):active:focus {
  color: #005f86;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .profile__actions:hover .profile__icn g,
.white-label.texas-executive-education .profile__actions:focus .profile__icn g {
  fill: #005f86;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .students__classmate:hover .students__thumbnail,
.white-label.texas-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #005f86, 0 0 0 1px #005f86 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 95, 134, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modal__bg-icn {
  fill: #005f86;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .payments__paragraph--initial, .white-label.texas-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .form__input:-webkit-autofill, .white-label.texas-executive-education .StripeElement:-webkit-autofill, .white-label.texas-executive-education .form__input:-webkit-autofill:focus, .white-label.texas-executive-education .form__input:-internal-autofill-selected, .white-label.texas-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(191, 87, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(191, 87, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(191, 87, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(191, 87, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(191, 87, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .form__input:-moz-autofill, .white-label.texas-executive-education .StripeElement:-moz-autofill, .white-label.texas-executive-education .form__input:-moz-autofill-preview, .white-label.texas-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(191, 87, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .form-radio__input:hover + label.bordered,
.white-label.texas-executive-education .form-radio__input:hover + label::before, .white-label.texas-executive-education .form-radio__input:focus + label.bordered,
.white-label.texas-executive-education .form-radio__input:focus + label::before, .white-label.texas-executive-education .form-radio__input:active + label.bordered,
.white-label.texas-executive-education .form-radio__input:active + label::before, .white-label.texas-executive-education .form-radio__input:checked + label.bordered,
.white-label.texas-executive-education .form-radio__input:checked + label::before, .white-label.texas-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.texas-executive-education .form-radio__input:focus:hover + label::before, .white-label.texas-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.texas-executive-education .form-radio__input:focus:active + label::before, .white-label.texas-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.texas-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.texas-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.texas-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.texas-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.texas-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.texas-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.texas-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.texas-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.texas-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #005f86;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.texas-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #005f86 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .form-check-input:checked + label::before, .white-label.texas-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #005f86;
  border-color: #005f86;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.texas-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.texas-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.texas-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #005f86;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #005f86;
  border: 3px solid #005f86;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .enrollment__icon path {
  fill: #bf5700;
  stroke: #bf5700;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .enrollment__icon tspan {
  fill: #bf5700;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__tasks li:hover::after, .white-label.texas-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 95, 134, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__tasks li::before {
  color: rgba(0, 95, 134, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 95, 134, 0.4);
  border-color: rgba(0, 95, 134, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.texas-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 95, 134, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .tabs__li:hover {
  border-color: rgba(0, 95, 134, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .tabs__label {
  border-bottom-color: #005f86;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.texas-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #005f86;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .survey__success .check {
  fill: #005f86;
  stroke: #005f86;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .electives__checkbox:checked + label::before,
.white-label.texas-executive-education .program-card__checkbox:checked + label::before {
  background-color: #005f86;
  border-color: #005f86;
  color: #005f86;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.texas-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #005f86;
  box-shadow: 0 0 0 1px #005f86 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .canvas-assignments__submission-type::before {
  border-color: #005f86;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .canvas-assignments__submission-type::after {
  border-color: #005f86;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 95, 134, 0.1);
  border-color: #005f86;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.texas-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 95, 134, 0.1);
  border-color: #005f86;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(1),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(1), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00a7ec, #009ddd);
  -moz-background: linear-gradient(to right, #00a7ec, #009ddd);
  -ms-background: linear-gradient(to right, #00a7ec, #009ddd);
  -o-background: linear-gradient(to right, #00a7ec, #009ddd);
  background: linear-gradient(to right, #00a7ec, #009ddd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #009ddd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(2),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(2), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #009ddd, #0093cf);
  -moz-background: linear-gradient(to right, #009ddd, #0093cf);
  -ms-background: linear-gradient(to right, #009ddd, #0093cf);
  -o-background: linear-gradient(to right, #009ddd, #0093cf);
  background: linear-gradient(to right, #009ddd, #0093cf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0093cf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(3),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(3), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0093cf, #0088c0);
  -moz-background: linear-gradient(to right, #0093cf, #0088c0);
  -ms-background: linear-gradient(to right, #0093cf, #0088c0);
  -o-background: linear-gradient(to right, #0093cf, #0088c0);
  background: linear-gradient(to right, #0093cf, #0088c0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0088c0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(4),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(4), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0088c0, #007eb2);
  -moz-background: linear-gradient(to right, #0088c0, #007eb2);
  -ms-background: linear-gradient(to right, #0088c0, #007eb2);
  -o-background: linear-gradient(to right, #0088c0, #007eb2);
  background: linear-gradient(to right, #0088c0, #007eb2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #007eb2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(5),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(5), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #007eb2, #0074a3);
  -moz-background: linear-gradient(to right, #007eb2, #0074a3);
  -ms-background: linear-gradient(to right, #007eb2, #0074a3);
  -o-background: linear-gradient(to right, #007eb2, #0074a3);
  background: linear-gradient(to right, #007eb2, #0074a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0074a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(6),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(6), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0074a3, #006995);
  -moz-background: linear-gradient(to right, #0074a3, #006995);
  -ms-background: linear-gradient(to right, #0074a3, #006995);
  -o-background: linear-gradient(to right, #0074a3, #006995);
  background: linear-gradient(to right, #0074a3, #006995);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #006995;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(7),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(7), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #006995, #005f86);
  -moz-background: linear-gradient(to right, #006995, #005f86);
  -ms-background: linear-gradient(to right, #006995, #005f86);
  -o-background: linear-gradient(to right, #006995, #005f86);
  background: linear-gradient(to right, #006995, #005f86);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #005f86;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #005f86;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.texas-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.texas-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #005f86;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active,
.white-label.texas-executive-education .steps--progress .vertical-step--completed, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved {
  color: #005f86;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00a7ec, #009ddd);
  -moz-background: linear-gradient(to bottom, #00a7ec, #009ddd);
  -ms-background: linear-gradient(to bottom, #00a7ec, #009ddd);
  -o-background: linear-gradient(to bottom, #00a7ec, #009ddd);
  background: linear-gradient(to bottom, #00a7ec, #009ddd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #009ddd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00a7ec;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #009ddd, #0093cf);
  -moz-background: linear-gradient(to bottom, #009ddd, #0093cf);
  -ms-background: linear-gradient(to bottom, #009ddd, #0093cf);
  -o-background: linear-gradient(to bottom, #009ddd, #0093cf);
  background: linear-gradient(to bottom, #009ddd, #0093cf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0093cf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #009ddd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0093cf, #0088c0);
  -moz-background: linear-gradient(to bottom, #0093cf, #0088c0);
  -ms-background: linear-gradient(to bottom, #0093cf, #0088c0);
  -o-background: linear-gradient(to bottom, #0093cf, #0088c0);
  background: linear-gradient(to bottom, #0093cf, #0088c0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0088c0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0093cf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0088c0, #007eb2);
  -moz-background: linear-gradient(to bottom, #0088c0, #007eb2);
  -ms-background: linear-gradient(to bottom, #0088c0, #007eb2);
  -o-background: linear-gradient(to bottom, #0088c0, #007eb2);
  background: linear-gradient(to bottom, #0088c0, #007eb2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #007eb2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0088c0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #007eb2, #0074a3);
  -moz-background: linear-gradient(to bottom, #007eb2, #0074a3);
  -ms-background: linear-gradient(to bottom, #007eb2, #0074a3);
  -o-background: linear-gradient(to bottom, #007eb2, #0074a3);
  background: linear-gradient(to bottom, #007eb2, #0074a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0074a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #007eb2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0074a3, #006995);
  -moz-background: linear-gradient(to bottom, #0074a3, #006995);
  -ms-background: linear-gradient(to bottom, #0074a3, #006995);
  -o-background: linear-gradient(to bottom, #0074a3, #006995);
  background: linear-gradient(to bottom, #0074a3, #006995);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #006995;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0074a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #006995, #005f86);
  -moz-background: linear-gradient(to bottom, #006995, #005f86);
  -ms-background: linear-gradient(to bottom, #006995, #005f86);
  -o-background: linear-gradient(to bottom, #006995, #005f86);
  background: linear-gradient(to bottom, #006995, #005f86);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #005f86;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #006995;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #005f86;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #005f86;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.texas-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.texas-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #005f86;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #005f86;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #005f86;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #bf5700, #a45813);
  -moz-background: linear-gradient(to right, #bf5700, #a45813);
  -ms-background: linear-gradient(to right, #bf5700, #a45813);
  -o-background: linear-gradient(to right, #bf5700, #a45813);
  background: linear-gradient(to right, #bf5700, #a45813);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #a45813;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #a45813, #885926);
  -moz-background: linear-gradient(to right, #a45813, #885926);
  -ms-background: linear-gradient(to right, #a45813, #885926);
  -o-background: linear-gradient(to right, #a45813, #885926);
  background: linear-gradient(to right, #a45813, #885926);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #885926;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #885926, #6d5a39);
  -moz-background: linear-gradient(to right, #885926, #6d5a39);
  -ms-background: linear-gradient(to right, #885926, #6d5a39);
  -o-background: linear-gradient(to right, #885926, #6d5a39);
  background: linear-gradient(to right, #885926, #6d5a39);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6d5a39;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6d5a39, #525c4d);
  -moz-background: linear-gradient(to right, #6d5a39, #525c4d);
  -ms-background: linear-gradient(to right, #6d5a39, #525c4d);
  -o-background: linear-gradient(to right, #6d5a39, #525c4d);
  background: linear-gradient(to right, #6d5a39, #525c4d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #525c4d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #525c4d, #375d60);
  -moz-background: linear-gradient(to right, #525c4d, #375d60);
  -ms-background: linear-gradient(to right, #525c4d, #375d60);
  -o-background: linear-gradient(to right, #525c4d, #375d60);
  background: linear-gradient(to right, #525c4d, #375d60);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #375d60;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #375d60, #1b5e73);
  -moz-background: linear-gradient(to right, #375d60, #1b5e73);
  -ms-background: linear-gradient(to right, #375d60, #1b5e73);
  -o-background: linear-gradient(to right, #375d60, #1b5e73);
  background: linear-gradient(to right, #375d60, #1b5e73);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1b5e73;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1b5e73, #005f86);
  -moz-background: linear-gradient(to right, #1b5e73, #005f86);
  -ms-background: linear-gradient(to right, #1b5e73, #005f86);
  -o-background: linear-gradient(to right, #1b5e73, #005f86);
  background: linear-gradient(to right, #1b5e73, #005f86);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #005f86;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #005f86;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.texas-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #005f86;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #bf5700, #a45813);
  -moz-background: linear-gradient(to bottom, #bf5700, #a45813);
  -ms-background: linear-gradient(to bottom, #bf5700, #a45813);
  -o-background: linear-gradient(to bottom, #bf5700, #a45813);
  background: linear-gradient(to bottom, #bf5700, #a45813);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #a45813;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #bf5700;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #a45813, #885926);
  -moz-background: linear-gradient(to bottom, #a45813, #885926);
  -ms-background: linear-gradient(to bottom, #a45813, #885926);
  -o-background: linear-gradient(to bottom, #a45813, #885926);
  background: linear-gradient(to bottom, #a45813, #885926);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #885926;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #a45813;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #885926, #6d5a39);
  -moz-background: linear-gradient(to bottom, #885926, #6d5a39);
  -ms-background: linear-gradient(to bottom, #885926, #6d5a39);
  -o-background: linear-gradient(to bottom, #885926, #6d5a39);
  background: linear-gradient(to bottom, #885926, #6d5a39);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6d5a39;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #885926;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d5a39, #525c4d);
  -moz-background: linear-gradient(to bottom, #6d5a39, #525c4d);
  -ms-background: linear-gradient(to bottom, #6d5a39, #525c4d);
  -o-background: linear-gradient(to bottom, #6d5a39, #525c4d);
  background: linear-gradient(to bottom, #6d5a39, #525c4d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #525c4d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6d5a39;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #525c4d, #375d60);
  -moz-background: linear-gradient(to bottom, #525c4d, #375d60);
  -ms-background: linear-gradient(to bottom, #525c4d, #375d60);
  -o-background: linear-gradient(to bottom, #525c4d, #375d60);
  background: linear-gradient(to bottom, #525c4d, #375d60);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #375d60;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #525c4d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #375d60, #1b5e73);
  -moz-background: linear-gradient(to bottom, #375d60, #1b5e73);
  -ms-background: linear-gradient(to bottom, #375d60, #1b5e73);
  -o-background: linear-gradient(to bottom, #375d60, #1b5e73);
  background: linear-gradient(to bottom, #375d60, #1b5e73);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1b5e73;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #375d60;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b5e73, #005f86);
  -moz-background: linear-gradient(to bottom, #1b5e73, #005f86);
  -ms-background: linear-gradient(to bottom, #1b5e73, #005f86);
  -o-background: linear-gradient(to bottom, #1b5e73, #005f86);
  background: linear-gradient(to bottom, #1b5e73, #005f86);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #005f86;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1b5e73;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #005f86;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #005f86;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.texas-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.texas-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.texas-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.texas-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #005f86;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .referrals-advocate__overlay {
  background-color: #005f86;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .referrals-advocate__steps-circle {
  fill: #005f86;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .referrals-advocate__testimonial {
  background-color: #005f86;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.texas-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #005f86;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.texas-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #005f86;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .terms__title {
  border-color: #bf5700;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .terms__links {
  color: #005f86;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.texas-executive-education .referral-tooltip__image path {
  fill: #005f86;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.texas-executive-education .main-header,
.texas-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004327;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:hover, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:focus, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:checked, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:focus:hover, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:focus:active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:not(:disabled):hover, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:not(:disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:not(.disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:not(:disabled):active:focus, .white-label.thayer-school-of-engineering-at-dartmouth .main-header__menu__btn:not(.disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:hover,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:focus,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:checked,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:focus:hover,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:focus:active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:not(:disabled):hover,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:not(:disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:not(.disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:hover, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:focus, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:checked, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:focus:hover, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:focus:active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:not(:disabled):hover, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:not(:disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:not(.disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:not(:disabled):active:focus, .white-label.thayer-school-of-engineering-at-dartmouth .main-header .nav__link:not(.disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:hover,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:focus,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:checked,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:focus:hover,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:focus:active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:not(:disabled):hover,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:not(:disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:not(.disabled):active,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:not(:disabled):active:focus,
.white-label.thayer-school-of-engineering-at-dartmouth .main-footer .nav__link:not(.disabled):active:focus {
  color: #004327;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.signed-out .btn:not(.btn--social), .white-label.thayer-school-of-engineering-at-dartmouth.signed-in .btn--primary {
  background-color: #003349;
  border-color: #003349;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.signed-out .btn:not(.btn--social):hover, .white-label.thayer-school-of-engineering-at-dartmouth.signed-out .btn:not(.btn--social):focus, .white-label.thayer-school-of-engineering-at-dartmouth.signed-out .btn:not(.btn--social):active, .white-label.thayer-school-of-engineering-at-dartmouth.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth.signed-in .btn--primary:hover, .white-label.thayer-school-of-engineering-at-dartmouth.signed-in .btn--primary:focus, .white-label.thayer-school-of-engineering-at-dartmouth.signed-in .btn--primary:active, .white-label.thayer-school-of-engineering-at-dartmouth.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #003349;
  box-shadow: none;
  color: #003349;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .nav__btn:hover span,
.white-label.thayer-school-of-engineering-at-dartmouth .nav__btn:hover span::after,
.white-label.thayer-school-of-engineering-at-dartmouth .nav__btn:hover span::before,
.white-label.thayer-school-of-engineering-at-dartmouth .nav__btn:focus span,
.white-label.thayer-school-of-engineering-at-dartmouth .nav__btn:focus span::after,
.white-label.thayer-school-of-engineering-at-dartmouth .nav__btn:focus span::before {
  background-color: #00693e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.thayer-school-of-engineering-at-dartmouth .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00693e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00693e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__list li:hover::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__list li:hover .heading-3 {
  color: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .profile__link:hover, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:focus, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:active, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:checked, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:focus:hover, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:focus:active, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:not(:disabled):hover, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:not(:disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:not(.disabled):active, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:not(:disabled):active:focus, .white-label.thayer-school-of-engineering-at-dartmouth .profile__link:not(.disabled):active:focus {
  color: #00693e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .profile__actions:hover .profile__icn g,
.white-label.thayer-school-of-engineering-at-dartmouth .profile__actions:focus .profile__icn g {
  fill: #00693e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .students__classmate:hover .students__thumbnail,
.white-label.thayer-school-of-engineering-at-dartmouth .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00693e, 0 0 0 1px #00693e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .pagination__page-link:hover::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modal__bg-icn {
  fill: #00693e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .payments__paragraph--initial, .white-label.thayer-school-of-engineering-at-dartmouth .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form__input:-webkit-autofill, .white-label.thayer-school-of-engineering-at-dartmouth .StripeElement:-webkit-autofill, .white-label.thayer-school-of-engineering-at-dartmouth .form__input:-webkit-autofill:focus, .white-label.thayer-school-of-engineering-at-dartmouth .form__input:-internal-autofill-selected, .white-label.thayer-school-of-engineering-at-dartmouth .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 51, 73, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 51, 73, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 51, 73, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 51, 73, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 51, 73, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form__input:-moz-autofill, .white-label.thayer-school-of-engineering-at-dartmouth .StripeElement:-moz-autofill, .white-label.thayer-school-of-engineering-at-dartmouth .form__input:-moz-autofill-preview, .white-label.thayer-school-of-engineering-at-dartmouth .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 51, 73, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:hover + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:hover + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:active + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:active + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:checked + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:checked + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus:hover + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus:hover + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus:active + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus:active + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):hover + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):active + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):active + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(.disabled):active + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(.disabled):active + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):active:focus + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00693e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:hover + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:active + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:checked + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus:hover + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:focus:active + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.thayer-school-of-engineering-at-dartmouth .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00693e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form-check-input:checked + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00693e;
  border-color: #00693e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .form-check-input:valid:focus:checked + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-check-input.valid:focus:checked + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-check-input--valid:focus:checked + label::before, .white-label.thayer-school-of-engineering-at-dartmouth .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00693e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .electives .form-radio__input:checked + label::before {
  background-color: #00693e;
  border: 3px solid #00693e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .enrollment__icon path {
  fill: #003349;
  stroke: #003349;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .enrollment__icon tspan {
  fill: #003349;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li:hover::after, .white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li.selected::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li::before {
  color: rgba(0, 105, 62, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 105, 62, 0.4);
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li .modules__btn:hover::after, .white-label.thayer-school-of-engineering-at-dartmouth .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .tabs__li:hover {
  border-color: rgba(0, 105, 62, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .tabs__label {
  border-bottom-color: #00693e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.thayer-school-of-engineering-at-dartmouth .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00693e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .survey__success .check {
  fill: #00693e;
  stroke: #00693e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .electives__checkbox:checked + label::before,
.white-label.thayer-school-of-engineering-at-dartmouth .program-card__checkbox:checked + label::before {
  background-color: #00693e;
  border-color: #00693e;
  color: #00693e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .electives__checkbox:checked ~ .program-card__content,
.white-label.thayer-school-of-engineering-at-dartmouth .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00693e;
  box-shadow: 0 0 0 1px #00693e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .canvas-assignments__submission-type::before {
  border-color: #00693e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .canvas-assignments__submission-type::after {
  border-color: #00693e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 105, 62, 0.1);
  border-color: #00693e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .canvas-assignments__submission-type.typed--selected, .white-label.thayer-school-of-engineering-at-dartmouth .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 105, 62, 0.1);
  border-color: #00693e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(1),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(1), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00cf7a, #00c072);
  -moz-background: linear-gradient(to right, #00cf7a, #00c072);
  -ms-background: linear-gradient(to right, #00cf7a, #00c072);
  -o-background: linear-gradient(to right, #00cf7a, #00c072);
  background: linear-gradient(to right, #00cf7a, #00c072);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(1)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(1)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #00c072;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(2),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(2), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #00c072, #00b269);
  -moz-background: linear-gradient(to right, #00c072, #00b269);
  -ms-background: linear-gradient(to right, #00c072, #00b269);
  -o-background: linear-gradient(to right, #00c072, #00b269);
  background: linear-gradient(to right, #00c072, #00b269);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(2)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(2)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00b269;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(3),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(3), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00b269, #00a360);
  -moz-background: linear-gradient(to right, #00b269, #00a360);
  -ms-background: linear-gradient(to right, #00b269, #00a360);
  -o-background: linear-gradient(to right, #00b269, #00a360);
  background: linear-gradient(to right, #00b269, #00a360);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(3)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(3)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00a360;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(4),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(4), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00a360, #009558);
  -moz-background: linear-gradient(to right, #00a360, #009558);
  -ms-background: linear-gradient(to right, #00a360, #009558);
  -o-background: linear-gradient(to right, #00a360, #009558);
  background: linear-gradient(to right, #00a360, #009558);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(4)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(4)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #009558;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(5),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(5), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #009558, #00864f);
  -moz-background: linear-gradient(to right, #009558, #00864f);
  -ms-background: linear-gradient(to right, #009558, #00864f);
  -o-background: linear-gradient(to right, #009558, #00864f);
  background: linear-gradient(to right, #009558, #00864f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(5)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(5)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00864f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(6),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(6), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00864f, #007847);
  -moz-background: linear-gradient(to right, #00864f, #007847);
  -ms-background: linear-gradient(to right, #00864f, #007847);
  -o-background: linear-gradient(to right, #00864f, #007847);
  background: linear-gradient(to right, #00864f, #007847);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(6)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(6)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #007847;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(7),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(7), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #007847, #00693e);
  -moz-background: linear-gradient(to right, #007847, #00693e);
  -ms-background: linear-gradient(to right, #007847, #00693e);
  -o-background: linear-gradient(to right, #007847, #00693e);
  background: linear-gradient(to right, #007847, #00693e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(7)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(7)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00693e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(n+8),
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(n+8), .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00693e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--active:nth-child(n+8)::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .step--completed:nth-child(n+8)::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00693e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved {
  color: #00693e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -moz-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -ms-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -o-background: linear-gradient(to bottom, #00cf7a, #00c072);
  background: linear-gradient(to bottom, #00cf7a, #00c072);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #00c072;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00cf7a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #00c072, #00b269);
  -moz-background: linear-gradient(to bottom, #00c072, #00b269);
  -ms-background: linear-gradient(to bottom, #00c072, #00b269);
  -o-background: linear-gradient(to bottom, #00c072, #00b269);
  background: linear-gradient(to bottom, #00c072, #00b269);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00b269;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #00c072;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00b269, #00a360);
  -moz-background: linear-gradient(to bottom, #00b269, #00a360);
  -ms-background: linear-gradient(to bottom, #00b269, #00a360);
  -o-background: linear-gradient(to bottom, #00b269, #00a360);
  background: linear-gradient(to bottom, #00b269, #00a360);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00a360;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00b269;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00a360, #009558);
  -moz-background: linear-gradient(to bottom, #00a360, #009558);
  -ms-background: linear-gradient(to bottom, #00a360, #009558);
  -o-background: linear-gradient(to bottom, #00a360, #009558);
  background: linear-gradient(to bottom, #00a360, #009558);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #009558;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00a360;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #009558, #00864f);
  -moz-background: linear-gradient(to bottom, #009558, #00864f);
  -ms-background: linear-gradient(to bottom, #009558, #00864f);
  -o-background: linear-gradient(to bottom, #009558, #00864f);
  background: linear-gradient(to bottom, #009558, #00864f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00864f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #009558;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00864f, #007847);
  -moz-background: linear-gradient(to bottom, #00864f, #007847);
  -ms-background: linear-gradient(to bottom, #00864f, #007847);
  -o-background: linear-gradient(to bottom, #00864f, #007847);
  background: linear-gradient(to bottom, #00864f, #007847);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #007847;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00864f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #007847, #00693e);
  -moz-background: linear-gradient(to bottom, #007847, #00693e);
  -ms-background: linear-gradient(to bottom, #007847, #00693e);
  -o-background: linear-gradient(to bottom, #007847, #00693e);
  background: linear-gradient(to bottom, #007847, #00693e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00693e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #007847;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00693e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00693e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00693e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .sidebar .steps .steps__label-toggle {
  background-color: #00693e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .sidebar .steps .step--active {
  border-left: 0.5rem solid #00693e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003349, #003b47);
  -moz-background: linear-gradient(to right, #003349, #003b47);
  -ms-background: linear-gradient(to right, #003349, #003b47);
  -o-background: linear-gradient(to right, #003349, #003b47);
  background: linear-gradient(to right, #003349, #003b47);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #003b47;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #003b47, #004246);
  -moz-background: linear-gradient(to right, #003b47, #004246);
  -ms-background: linear-gradient(to right, #003b47, #004246);
  -o-background: linear-gradient(to right, #003b47, #004246);
  background: linear-gradient(to right, #003b47, #004246);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #004246;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #004246, #004a44);
  -moz-background: linear-gradient(to right, #004246, #004a44);
  -ms-background: linear-gradient(to right, #004246, #004a44);
  -o-background: linear-gradient(to right, #004246, #004a44);
  background: linear-gradient(to right, #004246, #004a44);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #004a44;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #004a44, #005243);
  -moz-background: linear-gradient(to right, #004a44, #005243);
  -ms-background: linear-gradient(to right, #004a44, #005243);
  -o-background: linear-gradient(to right, #004a44, #005243);
  background: linear-gradient(to right, #004a44, #005243);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #005243;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #005243, #005a41);
  -moz-background: linear-gradient(to right, #005243, #005a41);
  -ms-background: linear-gradient(to right, #005243, #005a41);
  -o-background: linear-gradient(to right, #005243, #005a41);
  background: linear-gradient(to right, #005243, #005a41);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #005a41;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #005a41, #006140);
  -moz-background: linear-gradient(to right, #005a41, #006140);
  -ms-background: linear-gradient(to right, #005a41, #006140);
  -o-background: linear-gradient(to right, #005a41, #006140);
  background: linear-gradient(to right, #005a41, #006140);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #006140;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #006140, #00693e);
  -moz-background: linear-gradient(to right, #006140, #00693e);
  -ms-background: linear-gradient(to right, #006140, #00693e);
  -o-background: linear-gradient(to right, #006140, #00693e);
  background: linear-gradient(to right, #006140, #00693e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00693e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00693e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00693e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003349, #003b47);
  -moz-background: linear-gradient(to bottom, #003349, #003b47);
  -ms-background: linear-gradient(to bottom, #003349, #003b47);
  -o-background: linear-gradient(to bottom, #003349, #003b47);
  background: linear-gradient(to bottom, #003349, #003b47);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #003b47;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003349;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #003b47, #004246);
  -moz-background: linear-gradient(to bottom, #003b47, #004246);
  -ms-background: linear-gradient(to bottom, #003b47, #004246);
  -o-background: linear-gradient(to bottom, #003b47, #004246);
  background: linear-gradient(to bottom, #003b47, #004246);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #004246;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #003b47;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #004246, #004a44);
  -moz-background: linear-gradient(to bottom, #004246, #004a44);
  -ms-background: linear-gradient(to bottom, #004246, #004a44);
  -o-background: linear-gradient(to bottom, #004246, #004a44);
  background: linear-gradient(to bottom, #004246, #004a44);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #004a44;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #004246;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #004a44, #005243);
  -moz-background: linear-gradient(to bottom, #004a44, #005243);
  -ms-background: linear-gradient(to bottom, #004a44, #005243);
  -o-background: linear-gradient(to bottom, #004a44, #005243);
  background: linear-gradient(to bottom, #004a44, #005243);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #005243;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #004a44;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #005243, #005a41);
  -moz-background: linear-gradient(to bottom, #005243, #005a41);
  -ms-background: linear-gradient(to bottom, #005243, #005a41);
  -o-background: linear-gradient(to bottom, #005243, #005a41);
  background: linear-gradient(to bottom, #005243, #005a41);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #005a41;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #005243;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #005a41, #006140);
  -moz-background: linear-gradient(to bottom, #005a41, #006140);
  -ms-background: linear-gradient(to bottom, #005a41, #006140);
  -o-background: linear-gradient(to bottom, #005a41, #006140);
  background: linear-gradient(to bottom, #005a41, #006140);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #006140;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #005a41;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #006140, #00693e);
  -moz-background: linear-gradient(to bottom, #006140, #00693e);
  -ms-background: linear-gradient(to bottom, #006140, #00693e);
  -o-background: linear-gradient(to bottom, #006140, #00693e);
  background: linear-gradient(to bottom, #006140, #00693e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00693e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #006140;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00693e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00693e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.thayer-school-of-engineering-at-dartmouth.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00693e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate__overlay {
  background-color: #00693e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate__steps-circle {
  fill: #00693e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate__testimonial {
  background-color: #00693e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00693e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.thayer-school-of-engineering-at-dartmouth .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00693e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .terms__title {
  border-color: #003349;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .terms__links {
  color: #00693e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.thayer-school-of-engineering-at-dartmouth .referral-tooltip__image path {
  fill: #00693e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.thayer-school-of-engineering-at-dartmouth .main-header,
.thayer-school-of-engineering-at-dartmouth .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #036;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #002040;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:hover, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:focus, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:active, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:checked, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:focus:hover, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:focus:active, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:not(:disabled):hover, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:not(:disabled):active, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:not(.disabled):active, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:not(:disabled):active:focus, .white-label.the-hong-kong-university-of-science-and-technology .main-header__menu__btn:not(.disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:hover,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:focus,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:checked,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:focus:hover,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:focus:active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:not(:disabled):hover,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:not(:disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:not(.disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #036;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:hover, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:focus, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:active, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:checked, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:focus:hover, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:focus:active, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:not(:disabled):hover, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:not(:disabled):active, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:not(.disabled):active, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:not(:disabled):active:focus, .white-label.the-hong-kong-university-of-science-and-technology .main-header .nav__link:not(.disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:hover,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:focus,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:checked,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:focus:hover,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:focus:active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:not(:disabled):hover,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:not(:disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:not(.disabled):active,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:not(:disabled):active:focus,
.white-label.the-hong-kong-university-of-science-and-technology .main-footer .nav__link:not(.disabled):active:focus {
  color: #002040;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology.signed-out .btn:not(.btn--social), .white-label.the-hong-kong-university-of-science-and-technology.signed-in .btn--primary {
  background-color: #960;
  border-color: #960;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.signed-out .btn:not(.btn--social):hover, .white-label.the-hong-kong-university-of-science-and-technology.signed-out .btn:not(.btn--social):focus, .white-label.the-hong-kong-university-of-science-and-technology.signed-out .btn:not(.btn--social):active, .white-label.the-hong-kong-university-of-science-and-technology.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.the-hong-kong-university-of-science-and-technology.signed-in .btn--primary:hover, .white-label.the-hong-kong-university-of-science-and-technology.signed-in .btn--primary:focus, .white-label.the-hong-kong-university-of-science-and-technology.signed-in .btn--primary:active, .white-label.the-hong-kong-university-of-science-and-technology.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #960;
  box-shadow: none;
  color: #960;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .nav__btn:hover span,
.white-label.the-hong-kong-university-of-science-and-technology .nav__btn:hover span::after,
.white-label.the-hong-kong-university-of-science-and-technology .nav__btn:hover span::before,
.white-label.the-hong-kong-university-of-science-and-technology .nav__btn:focus span,
.white-label.the-hong-kong-university-of-science-and-technology .nav__btn:focus span::after,
.white-label.the-hong-kong-university-of-science-and-technology .nav__btn:focus span::before {
  background-color: #036;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.the-hong-kong-university-of-science-and-technology .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #036;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .nav__sidebar ul .profile__no-menu-link:hover {
  color: #036;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__list li:hover::after {
  border-color: rgba(0, 51, 102, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__list li:hover .heading-3 {
  color: #036;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .profile__link:hover, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:focus, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:active, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:checked, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:focus:hover, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:focus:active, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:not(:disabled):hover, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:not(:disabled):active, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:not(.disabled):active, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:not(:disabled):active:focus, .white-label.the-hong-kong-university-of-science-and-technology .profile__link:not(.disabled):active:focus {
  color: #036;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .profile__actions:hover .profile__icn g,
.white-label.the-hong-kong-university-of-science-and-technology .profile__actions:focus .profile__icn g {
  fill: #036;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .students__classmate:hover .students__thumbnail,
.white-label.the-hong-kong-university-of-science-and-technology .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #036, 0 0 0 1px #036 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .pagination__page-link:hover::after {
  border-color: rgba(0, 51, 102, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modal__bg-icn {
  fill: #036;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .payments__paragraph--initial, .white-label.the-hong-kong-university-of-science-and-technology .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form__input:-webkit-autofill, .white-label.the-hong-kong-university-of-science-and-technology .StripeElement:-webkit-autofill, .white-label.the-hong-kong-university-of-science-and-technology .form__input:-webkit-autofill:focus, .white-label.the-hong-kong-university-of-science-and-technology .form__input:-internal-autofill-selected, .white-label.the-hong-kong-university-of-science-and-technology .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(153, 102, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(153, 102, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(153, 102, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(153, 102, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(153, 102, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form__input:-moz-autofill, .white-label.the-hong-kong-university-of-science-and-technology .StripeElement:-moz-autofill, .white-label.the-hong-kong-university-of-science-and-technology .form__input:-moz-autofill-preview, .white-label.the-hong-kong-university-of-science-and-technology .StripeElement:-moz-autofill-preview {
  filter: rgba(153, 102, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:hover + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:hover + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:active + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:active + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:checked + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:checked + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus:hover + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus:hover + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus:active + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus:active + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):hover + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):active + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):active + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(.disabled):active + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(.disabled):active + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):active:focus + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #036;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:hover + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:active + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:checked + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus:hover + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:focus:active + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.the-hong-kong-university-of-science-and-technology .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #036 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form-check-input:checked + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-check-input:checked + label.collection_radio_buttons::before {
  background: #036;
  border-color: #036;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .form-check-input:valid:focus:checked + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-check-input.valid:focus:checked + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-check-input--valid:focus:checked + label::before, .white-label.the-hong-kong-university-of-science-and-technology .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #036;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .electives .form-radio__input:checked + label::before {
  background-color: #036;
  border: 3px solid #036;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .enrollment__icon path {
  fill: #960;
  stroke: #960;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .enrollment__icon tspan {
  fill: #960;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li:hover::after, .white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li.selected::after {
  border-color: rgba(0, 51, 102, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li::before {
  color: rgba(0, 51, 102, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 51, 102, 0.4);
  border-color: rgba(0, 51, 102, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li .modules__btn:hover::after, .white-label.the-hong-kong-university-of-science-and-technology .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 51, 102, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .tabs__li:hover {
  border-color: rgba(0, 51, 102, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .tabs__label {
  border-bottom-color: #036;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.the-hong-kong-university-of-science-and-technology .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #036;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .survey__success .check {
  fill: #036;
  stroke: #036;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .electives__checkbox:checked + label::before,
.white-label.the-hong-kong-university-of-science-and-technology .program-card__checkbox:checked + label::before {
  background-color: #036;
  border-color: #036;
  color: #036;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .electives__checkbox:checked ~ .program-card__content,
.white-label.the-hong-kong-university-of-science-and-technology .program-card__checkbox:checked ~ .program-card__content {
  border-color: #036;
  box-shadow: 0 0 0 1px #036 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .canvas-assignments__submission-type::before {
  border-color: #036;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .canvas-assignments__submission-type::after {
  border-color: #036;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 51, 102, 0.1);
  border-color: #036;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .canvas-assignments__submission-type.typed--selected, .white-label.the-hong-kong-university-of-science-and-technology .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 51, 102, 0.1);
  border-color: #036;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(1),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(1), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0066cc, #005fbd);
  -moz-background: linear-gradient(to right, #0066cc, #005fbd);
  -ms-background: linear-gradient(to right, #0066cc, #005fbd);
  -o-background: linear-gradient(to right, #0066cc, #005fbd);
  background: linear-gradient(to right, #0066cc, #005fbd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(1)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(1)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #005fbd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(2),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(2), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #005fbd, #0057af);
  -moz-background: linear-gradient(to right, #005fbd, #0057af);
  -ms-background: linear-gradient(to right, #005fbd, #0057af);
  -o-background: linear-gradient(to right, #005fbd, #0057af);
  background: linear-gradient(to right, #005fbd, #0057af);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(2)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(2)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0057af;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(3),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(3), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0057af, #0050a0);
  -moz-background: linear-gradient(to right, #0057af, #0050a0);
  -ms-background: linear-gradient(to right, #0057af, #0050a0);
  -o-background: linear-gradient(to right, #0057af, #0050a0);
  background: linear-gradient(to right, #0057af, #0050a0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(3)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(3)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0050a0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(4),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(4), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0050a0, #004992);
  -moz-background: linear-gradient(to right, #0050a0, #004992);
  -ms-background: linear-gradient(to right, #0050a0, #004992);
  -o-background: linear-gradient(to right, #0050a0, #004992);
  background: linear-gradient(to right, #0050a0, #004992);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(4)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(4)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #004992;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(5),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(5), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #004992, #004283);
  -moz-background: linear-gradient(to right, #004992, #004283);
  -ms-background: linear-gradient(to right, #004992, #004283);
  -o-background: linear-gradient(to right, #004992, #004283);
  background: linear-gradient(to right, #004992, #004283);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(5)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(5)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #004283;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(6),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(6), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #004283, #003a75);
  -moz-background: linear-gradient(to right, #004283, #003a75);
  -ms-background: linear-gradient(to right, #004283, #003a75);
  -o-background: linear-gradient(to right, #004283, #003a75);
  background: linear-gradient(to right, #004283, #003a75);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(6)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(6)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #003a75;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(7),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(7), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #003a75, #003366);
  -moz-background: linear-gradient(to right, #003a75, #003366);
  -ms-background: linear-gradient(to right, #003a75, #003366);
  -o-background: linear-gradient(to right, #003a75, #003366);
  background: linear-gradient(to right, #003a75, #003366);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(7)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(7)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #003366;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(n+8),
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(n+8), .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #036;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--active:nth-child(n+8)::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .step--completed:nth-child(n+8)::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #036;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved {
  color: #036;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0066cc, #005fbd);
  -moz-background: linear-gradient(to bottom, #0066cc, #005fbd);
  -ms-background: linear-gradient(to bottom, #0066cc, #005fbd);
  -o-background: linear-gradient(to bottom, #0066cc, #005fbd);
  background: linear-gradient(to bottom, #0066cc, #005fbd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #005fbd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0066cc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #005fbd, #0057af);
  -moz-background: linear-gradient(to bottom, #005fbd, #0057af);
  -ms-background: linear-gradient(to bottom, #005fbd, #0057af);
  -o-background: linear-gradient(to bottom, #005fbd, #0057af);
  background: linear-gradient(to bottom, #005fbd, #0057af);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0057af;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #005fbd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0057af, #0050a0);
  -moz-background: linear-gradient(to bottom, #0057af, #0050a0);
  -ms-background: linear-gradient(to bottom, #0057af, #0050a0);
  -o-background: linear-gradient(to bottom, #0057af, #0050a0);
  background: linear-gradient(to bottom, #0057af, #0050a0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0050a0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0057af;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0050a0, #004992);
  -moz-background: linear-gradient(to bottom, #0050a0, #004992);
  -ms-background: linear-gradient(to bottom, #0050a0, #004992);
  -o-background: linear-gradient(to bottom, #0050a0, #004992);
  background: linear-gradient(to bottom, #0050a0, #004992);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #004992;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0050a0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #004992, #004283);
  -moz-background: linear-gradient(to bottom, #004992, #004283);
  -ms-background: linear-gradient(to bottom, #004992, #004283);
  -o-background: linear-gradient(to bottom, #004992, #004283);
  background: linear-gradient(to bottom, #004992, #004283);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #004283;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #004992;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #004283, #003a75);
  -moz-background: linear-gradient(to bottom, #004283, #003a75);
  -ms-background: linear-gradient(to bottom, #004283, #003a75);
  -o-background: linear-gradient(to bottom, #004283, #003a75);
  background: linear-gradient(to bottom, #004283, #003a75);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #003a75;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #004283;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #003a75, #003366);
  -moz-background: linear-gradient(to bottom, #003a75, #003366);
  -ms-background: linear-gradient(to bottom, #003a75, #003366);
  -o-background: linear-gradient(to bottom, #003a75, #003366);
  background: linear-gradient(to bottom, #003a75, #003366);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #003366;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #003a75;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #036;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #036;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-hong-kong-university-of-science-and-technology .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #036;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .sidebar .steps .steps__label-toggle {
  background-color: #003366;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .sidebar .steps .step--active {
  border-left: 0.5rem solid #003366;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #996600, #835f0f);
  -moz-background: linear-gradient(to right, #996600, #835f0f);
  -ms-background: linear-gradient(to right, #996600, #835f0f);
  -o-background: linear-gradient(to right, #996600, #835f0f);
  background: linear-gradient(to right, #996600, #835f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #835f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #835f0f, #6d571d);
  -moz-background: linear-gradient(to right, #835f0f, #6d571d);
  -ms-background: linear-gradient(to right, #835f0f, #6d571d);
  -o-background: linear-gradient(to right, #835f0f, #6d571d);
  background: linear-gradient(to right, #835f0f, #6d571d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #6d571d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #6d571d, #57502c);
  -moz-background: linear-gradient(to right, #6d571d, #57502c);
  -ms-background: linear-gradient(to right, #6d571d, #57502c);
  -o-background: linear-gradient(to right, #6d571d, #57502c);
  background: linear-gradient(to right, #6d571d, #57502c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #57502c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #57502c, #42493a);
  -moz-background: linear-gradient(to right, #57502c, #42493a);
  -ms-background: linear-gradient(to right, #57502c, #42493a);
  -o-background: linear-gradient(to right, #57502c, #42493a);
  background: linear-gradient(to right, #57502c, #42493a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #42493a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #42493a, #2c4249);
  -moz-background: linear-gradient(to right, #42493a, #2c4249);
  -ms-background: linear-gradient(to right, #42493a, #2c4249);
  -o-background: linear-gradient(to right, #42493a, #2c4249);
  background: linear-gradient(to right, #42493a, #2c4249);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #2c4249;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #2c4249, #163a57);
  -moz-background: linear-gradient(to right, #2c4249, #163a57);
  -ms-background: linear-gradient(to right, #2c4249, #163a57);
  -o-background: linear-gradient(to right, #2c4249, #163a57);
  background: linear-gradient(to right, #2c4249, #163a57);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #163a57;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #163a57, #003366);
  -moz-background: linear-gradient(to right, #163a57, #003366);
  -ms-background: linear-gradient(to right, #163a57, #003366);
  -o-background: linear-gradient(to right, #163a57, #003366);
  background: linear-gradient(to right, #163a57, #003366);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #003366;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #036;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #036;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #996600, #835f0f);
  -moz-background: linear-gradient(to bottom, #996600, #835f0f);
  -ms-background: linear-gradient(to bottom, #996600, #835f0f);
  -o-background: linear-gradient(to bottom, #996600, #835f0f);
  background: linear-gradient(to bottom, #996600, #835f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #835f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #996600;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #835f0f, #6d571d);
  -moz-background: linear-gradient(to bottom, #835f0f, #6d571d);
  -ms-background: linear-gradient(to bottom, #835f0f, #6d571d);
  -o-background: linear-gradient(to bottom, #835f0f, #6d571d);
  background: linear-gradient(to bottom, #835f0f, #6d571d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #6d571d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #835f0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d571d, #57502c);
  -moz-background: linear-gradient(to bottom, #6d571d, #57502c);
  -ms-background: linear-gradient(to bottom, #6d571d, #57502c);
  -o-background: linear-gradient(to bottom, #6d571d, #57502c);
  background: linear-gradient(to bottom, #6d571d, #57502c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #57502c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #6d571d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #57502c, #42493a);
  -moz-background: linear-gradient(to bottom, #57502c, #42493a);
  -ms-background: linear-gradient(to bottom, #57502c, #42493a);
  -o-background: linear-gradient(to bottom, #57502c, #42493a);
  background: linear-gradient(to bottom, #57502c, #42493a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #42493a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #57502c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #42493a, #2c4249);
  -moz-background: linear-gradient(to bottom, #42493a, #2c4249);
  -ms-background: linear-gradient(to bottom, #42493a, #2c4249);
  -o-background: linear-gradient(to bottom, #42493a, #2c4249);
  background: linear-gradient(to bottom, #42493a, #2c4249);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #2c4249;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #42493a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c4249, #163a57);
  -moz-background: linear-gradient(to bottom, #2c4249, #163a57);
  -ms-background: linear-gradient(to bottom, #2c4249, #163a57);
  -o-background: linear-gradient(to bottom, #2c4249, #163a57);
  background: linear-gradient(to bottom, #2c4249, #163a57);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #163a57;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #2c4249;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #163a57, #003366);
  -moz-background: linear-gradient(to bottom, #163a57, #003366);
  -ms-background: linear-gradient(to bottom, #163a57, #003366);
  -o-background: linear-gradient(to bottom, #163a57, #003366);
  background: linear-gradient(to bottom, #163a57, #003366);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #003366;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #163a57;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #036;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #036;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-hong-kong-university-of-science-and-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #036;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate__overlay {
  background-color: #036;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate__steps-circle {
  fill: #036;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate__testimonial {
  background-color: #036;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #036;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.the-hong-kong-university-of-science-and-technology .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #036;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .terms__title {
  border-color: #960;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .terms__links {
  color: #036;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-hong-kong-university-of-science-and-technology .referral-tooltip__image path {
  fill: #036;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.the-hong-kong-university-of-science-and-technology .main-header,
.the-hong-kong-university-of-science-and-technology .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #ef7c00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #c96800;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:hover, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:focus, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:active, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:checked, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:focus:hover, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:focus:active, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:not(:disabled):hover, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:not(:disabled):active, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:not(.disabled):active, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.the-national-university-of-singapore-business-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:hover,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:focus,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:active,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:checked,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:focus:hover,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:focus:active,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:not(:disabled):active,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:not(.disabled):active,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #ef7c00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .main-header .nav__link:hover, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:focus, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:active, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:checked, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:focus:hover, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:focus:active, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:not(:disabled):hover, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:not(:disabled):active, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:not(.disabled):active, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:not(:disabled):active:focus, .white-label.the-national-university-of-singapore-business-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:hover,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:focus,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:active,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:checked,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:focus:hover,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:focus:active,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:not(:disabled):hover,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:not(:disabled):active,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:not(.disabled):active,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.the-national-university-of-singapore-business-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #c96800;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school.signed-out .btn:not(.btn--social), .white-label.the-national-university-of-singapore-business-school.signed-in .btn--primary {
  background-color: #ef7c00;
  border-color: #ef7c00;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.signed-out .btn:not(.btn--social):hover, .white-label.the-national-university-of-singapore-business-school.signed-out .btn:not(.btn--social):focus, .white-label.the-national-university-of-singapore-business-school.signed-out .btn:not(.btn--social):active, .white-label.the-national-university-of-singapore-business-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.the-national-university-of-singapore-business-school.signed-in .btn--primary:hover, .white-label.the-national-university-of-singapore-business-school.signed-in .btn--primary:focus, .white-label.the-national-university-of-singapore-business-school.signed-in .btn--primary:active, .white-label.the-national-university-of-singapore-business-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #ef7c00;
  box-shadow: none;
  color: #ef7c00;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .nav__btn:hover span,
.white-label.the-national-university-of-singapore-business-school .nav__btn:hover span::after,
.white-label.the-national-university-of-singapore-business-school .nav__btn:hover span::before,
.white-label.the-national-university-of-singapore-business-school .nav__btn:focus span,
.white-label.the-national-university-of-singapore-business-school .nav__btn:focus span::after,
.white-label.the-national-university-of-singapore-business-school .nav__btn:focus span::before {
  background-color: #ef7c00;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.the-national-university-of-singapore-business-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #ef7c00;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #ef7c00;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__list li:hover::after {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__list li:hover .heading-3 {
  color: #ef7c00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .profile__link:hover, .white-label.the-national-university-of-singapore-business-school .profile__link:focus, .white-label.the-national-university-of-singapore-business-school .profile__link:active, .white-label.the-national-university-of-singapore-business-school .profile__link:checked, .white-label.the-national-university-of-singapore-business-school .profile__link:focus:hover, .white-label.the-national-university-of-singapore-business-school .profile__link:focus:active, .white-label.the-national-university-of-singapore-business-school .profile__link:not(:disabled):hover, .white-label.the-national-university-of-singapore-business-school .profile__link:not(:disabled):active, .white-label.the-national-university-of-singapore-business-school .profile__link:not(.disabled):active, .white-label.the-national-university-of-singapore-business-school .profile__link:not(:disabled):active:focus, .white-label.the-national-university-of-singapore-business-school .profile__link:not(.disabled):active:focus {
  color: #ef7c00;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .profile__actions:hover .profile__icn g,
.white-label.the-national-university-of-singapore-business-school .profile__actions:focus .profile__icn g {
  fill: #ef7c00;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .students__classmate:hover .students__thumbnail,
.white-label.the-national-university-of-singapore-business-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #ef7c00, 0 0 0 1px #ef7c00 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .pagination__page-link:hover::after {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modal__bg-icn {
  fill: #ef7c00;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .payments__paragraph--initial, .white-label.the-national-university-of-singapore-business-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .form__input:-webkit-autofill, .white-label.the-national-university-of-singapore-business-school .StripeElement:-webkit-autofill, .white-label.the-national-university-of-singapore-business-school .form__input:-webkit-autofill:focus, .white-label.the-national-university-of-singapore-business-school .form__input:-internal-autofill-selected, .white-label.the-national-university-of-singapore-business-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(239, 124, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .form__input:-moz-autofill, .white-label.the-national-university-of-singapore-business-school .StripeElement:-moz-autofill, .white-label.the-national-university-of-singapore-business-school .form__input:-moz-autofill-preview, .white-label.the-national-university-of-singapore-business-school .StripeElement:-moz-autofill-preview {
  filter: rgba(239, 124, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .form-radio__input:hover + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:hover + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:focus + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:focus + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:active + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:active + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:checked + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:checked + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:focus:hover + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:focus:hover + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:focus:active + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:focus:active + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):hover + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):active + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:not(.disabled):active + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.the-national-university-of-singapore-business-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #ef7c00;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .form-radio__input:hover + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:focus + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:active + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:checked + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.the-national-university-of-singapore-business-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #ef7c00 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .form-check-input:checked + label::before, .white-label.the-national-university-of-singapore-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #ef7c00;
  border-color: #ef7c00;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .form-check-input:valid:focus:checked + label::before, .white-label.the-national-university-of-singapore-business-school .form-check-input.valid:focus:checked + label::before, .white-label.the-national-university-of-singapore-business-school .form-check-input--valid:focus:checked + label::before, .white-label.the-national-university-of-singapore-business-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #ef7c00;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .electives .form-radio__input:checked + label::before {
  background-color: #ef7c00;
  border: 3px solid #ef7c00;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .enrollment__icon path {
  fill: #ef7c00;
  stroke: #ef7c00;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .enrollment__icon tspan {
  fill: #ef7c00;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__tasks li:hover::after, .white-label.the-national-university-of-singapore-business-school .modules__tasks li.selected::after {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__tasks li::before {
  color: rgba(239, 124, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(239, 124, 0, 0.4);
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .modules__tasks li .modules__btn:hover::after, .white-label.the-national-university-of-singapore-business-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(239, 124, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .tabs__li:hover {
  border-color: rgba(239, 124, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .tabs__label {
  border-bottom-color: #ef7c00;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.the-national-university-of-singapore-business-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #ef7c00;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .survey__success .check {
  fill: #ef7c00;
  stroke: #ef7c00;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .electives__checkbox:checked + label::before,
.white-label.the-national-university-of-singapore-business-school .program-card__checkbox:checked + label::before {
  background-color: #ef7c00;
  border-color: #ef7c00;
  color: #ef7c00;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .electives__checkbox:checked ~ .program-card__content,
.white-label.the-national-university-of-singapore-business-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #ef7c00;
  box-shadow: 0 0 0 1px #ef7c00 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .canvas-assignments__submission-type::before {
  border-color: #ef7c00;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .canvas-assignments__submission-type::after {
  border-color: #ef7c00;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .canvas-assignments__submission-type:hover {
  background-color: rgba(239, 124, 0, 0.1);
  border-color: #ef7c00;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .canvas-assignments__submission-type.typed--selected, .white-label.the-national-university-of-singapore-business-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(239, 124, 0, 0.1);
  border-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(1),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(1), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ffae56, #fda74a);
  -moz-background: linear-gradient(to right, #ffae56, #fda74a);
  -ms-background: linear-gradient(to right, #ffae56, #fda74a);
  -o-background: linear-gradient(to right, #ffae56, #fda74a);
  background: linear-gradient(to right, #ffae56, #fda74a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(1)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(1)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #fda74a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(2),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(2), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #fda74a, #fa9f3d);
  -moz-background: linear-gradient(to right, #fda74a, #fa9f3d);
  -ms-background: linear-gradient(to right, #fda74a, #fa9f3d);
  -o-background: linear-gradient(to right, #fda74a, #fa9f3d);
  background: linear-gradient(to right, #fda74a, #fa9f3d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(2)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(2)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #fa9f3d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(3),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(3), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #fa9f3d, #f89831);
  -moz-background: linear-gradient(to right, #fa9f3d, #f89831);
  -ms-background: linear-gradient(to right, #fa9f3d, #f89831);
  -o-background: linear-gradient(to right, #fa9f3d, #f89831);
  background: linear-gradient(to right, #fa9f3d, #f89831);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(3)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(3)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #f89831;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(4),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(4), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #f89831, #f69125);
  -moz-background: linear-gradient(to right, #f89831, #f69125);
  -ms-background: linear-gradient(to right, #f89831, #f69125);
  -o-background: linear-gradient(to right, #f89831, #f69125);
  background: linear-gradient(to right, #f89831, #f69125);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(4)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(4)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #f69125;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(5),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(5), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #f69125, #f48a19);
  -moz-background: linear-gradient(to right, #f69125, #f48a19);
  -ms-background: linear-gradient(to right, #f69125, #f48a19);
  -o-background: linear-gradient(to right, #f69125, #f48a19);
  background: linear-gradient(to right, #f69125, #f48a19);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(5)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(5)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #f48a19;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(6),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(6), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #f48a19, #f1830c);
  -moz-background: linear-gradient(to right, #f48a19, #f1830c);
  -ms-background: linear-gradient(to right, #f48a19, #f1830c);
  -o-background: linear-gradient(to right, #f48a19, #f1830c);
  background: linear-gradient(to right, #f48a19, #f1830c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(6)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(6)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #f1830c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(7),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(7), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #f1830c, #ef7c00);
  -moz-background: linear-gradient(to right, #f1830c, #ef7c00);
  -ms-background: linear-gradient(to right, #f1830c, #ef7c00);
  -o-background: linear-gradient(to right, #f1830c, #ef7c00);
  background: linear-gradient(to right, #f1830c, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(7)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(7)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #ef7c00;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(n+8),
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(n+8), .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #ef7c00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #ef7c00;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffae56, #fda74a);
  -moz-background: linear-gradient(to bottom, #ffae56, #fda74a);
  -ms-background: linear-gradient(to bottom, #ffae56, #fda74a);
  -o-background: linear-gradient(to bottom, #ffae56, #fda74a);
  background: linear-gradient(to bottom, #ffae56, #fda74a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #fda74a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ffae56;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  -moz-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  -ms-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  -o-background: linear-gradient(to bottom, #fda74a, #fa9f3d);
  background: linear-gradient(to bottom, #fda74a, #fa9f3d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #fa9f3d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #fda74a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  -moz-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  -ms-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  -o-background: linear-gradient(to bottom, #fa9f3d, #f89831);
  background: linear-gradient(to bottom, #fa9f3d, #f89831);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #f89831;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #fa9f3d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #f89831, #f69125);
  -moz-background: linear-gradient(to bottom, #f89831, #f69125);
  -ms-background: linear-gradient(to bottom, #f89831, #f69125);
  -o-background: linear-gradient(to bottom, #f89831, #f69125);
  background: linear-gradient(to bottom, #f89831, #f69125);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #f69125;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #f89831;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #f69125, #f48a19);
  -moz-background: linear-gradient(to bottom, #f69125, #f48a19);
  -ms-background: linear-gradient(to bottom, #f69125, #f48a19);
  -o-background: linear-gradient(to bottom, #f69125, #f48a19);
  background: linear-gradient(to bottom, #f69125, #f48a19);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #f48a19;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #f69125;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #f48a19, #f1830c);
  -moz-background: linear-gradient(to bottom, #f48a19, #f1830c);
  -ms-background: linear-gradient(to bottom, #f48a19, #f1830c);
  -o-background: linear-gradient(to bottom, #f48a19, #f1830c);
  background: linear-gradient(to bottom, #f48a19, #f1830c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #f1830c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #f48a19;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  -moz-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  -ms-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  -o-background: linear-gradient(to bottom, #f1830c, #ef7c00);
  background: linear-gradient(to bottom, #f1830c, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #f1830c;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #ef7c00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-national-university-of-singapore-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-national-university-of-singapore-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #ef7c00;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .sidebar .steps .steps__label-toggle {
  background-color: #ef7c00;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .sidebar .steps .step--active {
  border-left: 0.5rem solid #ef7c00;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ef7c00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to right, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to right, #ef7c00, #ef7c00);
  background: linear-gradient(to right, #ef7c00, #ef7c00);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #ef7c00;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #ef7c00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ef7c00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -moz-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -ms-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  -o-background: linear-gradient(to bottom, #ef7c00, #ef7c00);
  background: linear-gradient(to bottom, #ef7c00, #ef7c00);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ef7c00;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #ef7c00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #ef7c00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-national-university-of-singapore-business-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-national-university-of-singapore-business-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #ef7c00;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .referrals-advocate__overlay {
  background-color: #ef7c00;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .referrals-advocate__steps-circle {
  fill: #ef7c00;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .referrals-advocate__testimonial {
  background-color: #ef7c00;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #ef7c00;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.the-national-university-of-singapore-business-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #ef7c00;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .terms__title {
  border-color: #ef7c00;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .terms__links {
  color: #ef7c00;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-national-university-of-singapore-business-school .referral-tooltip__image path {
  fill: #ef7c00;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.the-national-university-of-singapore-business-school .main-header,
.the-national-university-of-singapore-business-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-university-of-chicago-professional-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5a0000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .main-header__menu__btn:hover, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:focus, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:active, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:checked, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:focus:hover, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:focus:active, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:not(:disabled):hover, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:not(:disabled):active, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:not(.disabled):active, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.the-university-of-chicago-professional-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:hover,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:focus,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:active,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:checked,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:focus:hover,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:focus:active,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:not(:disabled):active,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:not(.disabled):active,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.the-university-of-chicago-professional-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .main-header .nav__link:hover, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:focus, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:active, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:checked, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:focus:hover, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:focus:active, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:not(:disabled):hover, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:not(:disabled):active, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:not(.disabled):active, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:not(:disabled):active:focus, .white-label.the-university-of-chicago-professional-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:hover,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:focus,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:active,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:checked,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:focus:hover,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:focus:active,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:not(:disabled):hover,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:not(:disabled):active,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:not(.disabled):active,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.the-university-of-chicago-professional-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #5a0000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education.signed-out .btn:not(.btn--social), .white-label.the-university-of-chicago-professional-education.signed-in .btn--primary {
  background-color: #643335;
  border-color: #643335;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.signed-out .btn:not(.btn--social):hover, .white-label.the-university-of-chicago-professional-education.signed-out .btn:not(.btn--social):focus, .white-label.the-university-of-chicago-professional-education.signed-out .btn:not(.btn--social):active, .white-label.the-university-of-chicago-professional-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.the-university-of-chicago-professional-education.signed-in .btn--primary:hover, .white-label.the-university-of-chicago-professional-education.signed-in .btn--primary:focus, .white-label.the-university-of-chicago-professional-education.signed-in .btn--primary:active, .white-label.the-university-of-chicago-professional-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #643335;
  box-shadow: none;
  color: #643335;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .nav__btn:hover span,
.white-label.the-university-of-chicago-professional-education .nav__btn:hover span::after,
.white-label.the-university-of-chicago-professional-education .nav__btn:hover span::before,
.white-label.the-university-of-chicago-professional-education .nav__btn:focus span,
.white-label.the-university-of-chicago-professional-education .nav__btn:focus span::after,
.white-label.the-university-of-chicago-professional-education .nav__btn:focus span::before {
  background-color: #800000;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.the-university-of-chicago-professional-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #800000;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #800000;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__list li:hover::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__list li:hover .heading-3 {
  color: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .profile__link:hover, .white-label.the-university-of-chicago-professional-education .profile__link:focus, .white-label.the-university-of-chicago-professional-education .profile__link:active, .white-label.the-university-of-chicago-professional-education .profile__link:checked, .white-label.the-university-of-chicago-professional-education .profile__link:focus:hover, .white-label.the-university-of-chicago-professional-education .profile__link:focus:active, .white-label.the-university-of-chicago-professional-education .profile__link:not(:disabled):hover, .white-label.the-university-of-chicago-professional-education .profile__link:not(:disabled):active, .white-label.the-university-of-chicago-professional-education .profile__link:not(.disabled):active, .white-label.the-university-of-chicago-professional-education .profile__link:not(:disabled):active:focus, .white-label.the-university-of-chicago-professional-education .profile__link:not(.disabled):active:focus {
  color: #800000;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .profile__actions:hover .profile__icn g,
.white-label.the-university-of-chicago-professional-education .profile__actions:focus .profile__icn g {
  fill: #800000;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .students__classmate:hover .students__thumbnail,
.white-label.the-university-of-chicago-professional-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #800000, 0 0 0 1px #800000 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .pagination__page-link:hover::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modal__bg-icn {
  fill: #800000;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .payments__paragraph--initial, .white-label.the-university-of-chicago-professional-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .form__input:-webkit-autofill, .white-label.the-university-of-chicago-professional-education .StripeElement:-webkit-autofill, .white-label.the-university-of-chicago-professional-education .form__input:-webkit-autofill:focus, .white-label.the-university-of-chicago-professional-education .form__input:-internal-autofill-selected, .white-label.the-university-of-chicago-professional-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .form__input:-moz-autofill, .white-label.the-university-of-chicago-professional-education .StripeElement:-moz-autofill, .white-label.the-university-of-chicago-professional-education .form__input:-moz-autofill-preview, .white-label.the-university-of-chicago-professional-education .StripeElement:-moz-autofill-preview {
  filter: rgba(100, 51, 53, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .form-radio__input:hover + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:hover + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:focus + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:focus + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:active + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:active + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:checked + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:checked + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:focus:hover + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:focus:hover + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:focus:active + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:focus:active + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):hover + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):active + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:not(.disabled):active + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.the-university-of-chicago-professional-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #800000;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .form-radio__input:hover + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:focus + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:active + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:checked + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.the-university-of-chicago-professional-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #800000 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .form-check-input:checked + label::before, .white-label.the-university-of-chicago-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #800000;
  border-color: #800000;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .form-check-input:valid:focus:checked + label::before, .white-label.the-university-of-chicago-professional-education .form-check-input.valid:focus:checked + label::before, .white-label.the-university-of-chicago-professional-education .form-check-input--valid:focus:checked + label::before, .white-label.the-university-of-chicago-professional-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #800000;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .electives .form-radio__input:checked + label::before {
  background-color: #800000;
  border: 3px solid #800000;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .enrollment__icon path {
  fill: #643335;
  stroke: #643335;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .enrollment__icon tspan {
  fill: #643335;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__tasks li:hover::after, .white-label.the-university-of-chicago-professional-education .modules__tasks li.selected::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__tasks li::before {
  color: rgba(128, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(128, 0, 0, 0.4);
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .modules__tasks li .modules__btn:hover::after, .white-label.the-university-of-chicago-professional-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .tabs__li:hover {
  border-color: rgba(128, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .tabs__label {
  border-bottom-color: #800000;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.the-university-of-chicago-professional-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #800000;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .survey__success .check {
  fill: #800000;
  stroke: #800000;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .electives__checkbox:checked + label::before,
.white-label.the-university-of-chicago-professional-education .program-card__checkbox:checked + label::before {
  background-color: #800000;
  border-color: #800000;
  color: #800000;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .electives__checkbox:checked ~ .program-card__content,
.white-label.the-university-of-chicago-professional-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #800000;
  box-shadow: 0 0 0 1px #800000 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .canvas-assignments__submission-type::before {
  border-color: #800000;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .canvas-assignments__submission-type::after {
  border-color: #800000;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .canvas-assignments__submission-type:hover {
  background-color: rgba(128, 0, 0, 0.1);
  border-color: #800000;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .canvas-assignments__submission-type.typed--selected, .white-label.the-university-of-chicago-professional-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(128, 0, 0, 0.1);
  border-color: #800000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(1),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(1), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e60000, #d70000);
  -moz-background: linear-gradient(to right, #e60000, #d70000);
  -ms-background: linear-gradient(to right, #e60000, #d70000);
  -o-background: linear-gradient(to right, #e60000, #d70000);
  background: linear-gradient(to right, #e60000, #d70000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(1)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(1)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d70000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(2),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(2), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d70000, #c90000);
  -moz-background: linear-gradient(to right, #d70000, #c90000);
  -ms-background: linear-gradient(to right, #d70000, #c90000);
  -o-background: linear-gradient(to right, #d70000, #c90000);
  background: linear-gradient(to right, #d70000, #c90000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(2)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(2)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c90000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(3),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(3), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c90000, #ba0000);
  -moz-background: linear-gradient(to right, #c90000, #ba0000);
  -ms-background: linear-gradient(to right, #c90000, #ba0000);
  -o-background: linear-gradient(to right, #c90000, #ba0000);
  background: linear-gradient(to right, #c90000, #ba0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(3)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(3)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ba0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(4),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(4), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ba0000, #ac0000);
  -moz-background: linear-gradient(to right, #ba0000, #ac0000);
  -ms-background: linear-gradient(to right, #ba0000, #ac0000);
  -o-background: linear-gradient(to right, #ba0000, #ac0000);
  background: linear-gradient(to right, #ba0000, #ac0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(4)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(4)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ac0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(5),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(5), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ac0000, #9d0000);
  -moz-background: linear-gradient(to right, #ac0000, #9d0000);
  -ms-background: linear-gradient(to right, #ac0000, #9d0000);
  -o-background: linear-gradient(to right, #ac0000, #9d0000);
  background: linear-gradient(to right, #ac0000, #9d0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(5)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(5)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #9d0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(6),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(6), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #9d0000, #8f0000);
  -moz-background: linear-gradient(to right, #9d0000, #8f0000);
  -ms-background: linear-gradient(to right, #9d0000, #8f0000);
  -o-background: linear-gradient(to right, #9d0000, #8f0000);
  background: linear-gradient(to right, #9d0000, #8f0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(6)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(6)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8f0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(7),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(7), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8f0000, maroon);
  -moz-background: linear-gradient(to right, #8f0000, maroon);
  -ms-background: linear-gradient(to right, #8f0000, maroon);
  -o-background: linear-gradient(to right, #8f0000, maroon);
  background: linear-gradient(to right, #8f0000, maroon);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(7)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(7)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: maroon;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(n+8),
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(n+8), .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #800000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #800000;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved {
  color: #800000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e60000, #d70000);
  -moz-background: linear-gradient(to bottom, #e60000, #d70000);
  -ms-background: linear-gradient(to bottom, #e60000, #d70000);
  -o-background: linear-gradient(to bottom, #e60000, #d70000);
  background: linear-gradient(to bottom, #e60000, #d70000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d70000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e60000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d70000, #c90000);
  -moz-background: linear-gradient(to bottom, #d70000, #c90000);
  -ms-background: linear-gradient(to bottom, #d70000, #c90000);
  -o-background: linear-gradient(to bottom, #d70000, #c90000);
  background: linear-gradient(to bottom, #d70000, #c90000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c90000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d70000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c90000, #ba0000);
  -moz-background: linear-gradient(to bottom, #c90000, #ba0000);
  -ms-background: linear-gradient(to bottom, #c90000, #ba0000);
  -o-background: linear-gradient(to bottom, #c90000, #ba0000);
  background: linear-gradient(to bottom, #c90000, #ba0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ba0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c90000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -moz-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -ms-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -o-background: linear-gradient(to bottom, #ba0000, #ac0000);
  background: linear-gradient(to bottom, #ba0000, #ac0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ac0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ba0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -moz-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -ms-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -o-background: linear-gradient(to bottom, #ac0000, #9d0000);
  background: linear-gradient(to bottom, #ac0000, #9d0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #9d0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ac0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -moz-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -ms-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -o-background: linear-gradient(to bottom, #9d0000, #8f0000);
  background: linear-gradient(to bottom, #9d0000, #8f0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8f0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #9d0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8f0000, maroon);
  -moz-background: linear-gradient(to bottom, #8f0000, maroon);
  -ms-background: linear-gradient(to bottom, #8f0000, maroon);
  -o-background: linear-gradient(to bottom, #8f0000, maroon);
  background: linear-gradient(to bottom, #8f0000, maroon);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: maroon;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8f0000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #800000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #800000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-chicago-professional-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-chicago-professional-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #800000;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .sidebar .steps .steps__label-toggle {
  background-color: maroon;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .sidebar .steps .step--active {
  border-left: 0.5rem solid maroon;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #643335, #682c2d);
  -moz-background: linear-gradient(to right, #643335, #682c2d);
  -ms-background: linear-gradient(to right, #643335, #682c2d);
  -o-background: linear-gradient(to right, #643335, #682c2d);
  background: linear-gradient(to right, #643335, #682c2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #682c2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #682c2d, #6c2426);
  -moz-background: linear-gradient(to right, #682c2d, #6c2426);
  -ms-background: linear-gradient(to right, #682c2d, #6c2426);
  -o-background: linear-gradient(to right, #682c2d, #6c2426);
  background: linear-gradient(to right, #682c2d, #6c2426);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #6c2426;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #6c2426, #701d1e);
  -moz-background: linear-gradient(to right, #6c2426, #701d1e);
  -ms-background: linear-gradient(to right, #6c2426, #701d1e);
  -o-background: linear-gradient(to right, #6c2426, #701d1e);
  background: linear-gradient(to right, #6c2426, #701d1e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #701d1e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #701d1e, #741617);
  -moz-background: linear-gradient(to right, #701d1e, #741617);
  -ms-background: linear-gradient(to right, #701d1e, #741617);
  -o-background: linear-gradient(to right, #701d1e, #741617);
  background: linear-gradient(to right, #701d1e, #741617);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #741617;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #741617, #780f0f);
  -moz-background: linear-gradient(to right, #741617, #780f0f);
  -ms-background: linear-gradient(to right, #741617, #780f0f);
  -o-background: linear-gradient(to right, #741617, #780f0f);
  background: linear-gradient(to right, #741617, #780f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #780f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #780f0f, #7c0708);
  -moz-background: linear-gradient(to right, #780f0f, #7c0708);
  -ms-background: linear-gradient(to right, #780f0f, #7c0708);
  -o-background: linear-gradient(to right, #780f0f, #7c0708);
  background: linear-gradient(to right, #780f0f, #7c0708);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #7c0708;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #7c0708, maroon);
  -moz-background: linear-gradient(to right, #7c0708, maroon);
  -ms-background: linear-gradient(to right, #7c0708, maroon);
  -o-background: linear-gradient(to right, #7c0708, maroon);
  background: linear-gradient(to right, #7c0708, maroon);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: maroon;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #800000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #800000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #643335, #682c2d);
  -moz-background: linear-gradient(to bottom, #643335, #682c2d);
  -ms-background: linear-gradient(to bottom, #643335, #682c2d);
  -o-background: linear-gradient(to bottom, #643335, #682c2d);
  background: linear-gradient(to bottom, #643335, #682c2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #682c2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #643335;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #682c2d, #6c2426);
  -moz-background: linear-gradient(to bottom, #682c2d, #6c2426);
  -ms-background: linear-gradient(to bottom, #682c2d, #6c2426);
  -o-background: linear-gradient(to bottom, #682c2d, #6c2426);
  background: linear-gradient(to bottom, #682c2d, #6c2426);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #6c2426;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #682c2d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #6c2426, #701d1e);
  -moz-background: linear-gradient(to bottom, #6c2426, #701d1e);
  -ms-background: linear-gradient(to bottom, #6c2426, #701d1e);
  -o-background: linear-gradient(to bottom, #6c2426, #701d1e);
  background: linear-gradient(to bottom, #6c2426, #701d1e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #701d1e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #6c2426;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #701d1e, #741617);
  -moz-background: linear-gradient(to bottom, #701d1e, #741617);
  -ms-background: linear-gradient(to bottom, #701d1e, #741617);
  -o-background: linear-gradient(to bottom, #701d1e, #741617);
  background: linear-gradient(to bottom, #701d1e, #741617);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #741617;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #701d1e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #741617, #780f0f);
  -moz-background: linear-gradient(to bottom, #741617, #780f0f);
  -ms-background: linear-gradient(to bottom, #741617, #780f0f);
  -o-background: linear-gradient(to bottom, #741617, #780f0f);
  background: linear-gradient(to bottom, #741617, #780f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #780f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #741617;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #780f0f, #7c0708);
  -moz-background: linear-gradient(to bottom, #780f0f, #7c0708);
  -ms-background: linear-gradient(to bottom, #780f0f, #7c0708);
  -o-background: linear-gradient(to bottom, #780f0f, #7c0708);
  background: linear-gradient(to bottom, #780f0f, #7c0708);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #7c0708;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #780f0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #7c0708, maroon);
  -moz-background: linear-gradient(to bottom, #7c0708, maroon);
  -ms-background: linear-gradient(to bottom, #7c0708, maroon);
  -o-background: linear-gradient(to bottom, #7c0708, maroon);
  background: linear-gradient(to bottom, #7c0708, maroon);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: maroon;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #7c0708;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #800000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #800000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-chicago-professional-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-chicago-professional-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #800000;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .referrals-advocate__overlay {
  background-color: #800000;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .referrals-advocate__steps-circle {
  fill: #800000;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .referrals-advocate__testimonial {
  background-color: #800000;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #800000;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.the-university-of-chicago-professional-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #800000;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .terms__title {
  border-color: #643335;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .terms__links {
  color: #800000;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-chicago-professional-education .referral-tooltip__image path {
  fill: #800000;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.the-university-of-chicago-professional-education .main-header,
.the-university-of-chicago-professional-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #030f43;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-university-of-melbourne div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #01071e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .main-header__menu__btn:hover, .white-label.the-university-of-melbourne .main-header__menu__btn:focus, .white-label.the-university-of-melbourne .main-header__menu__btn:active, .white-label.the-university-of-melbourne .main-header__menu__btn:checked, .white-label.the-university-of-melbourne .main-header__menu__btn:focus:hover, .white-label.the-university-of-melbourne .main-header__menu__btn:focus:active, .white-label.the-university-of-melbourne .main-header__menu__btn:not(:disabled):hover, .white-label.the-university-of-melbourne .main-header__menu__btn:not(:disabled):active, .white-label.the-university-of-melbourne .main-header__menu__btn:not(.disabled):active, .white-label.the-university-of-melbourne .main-header__menu__btn:not(:disabled):active:focus, .white-label.the-university-of-melbourne .main-header__menu__btn:not(.disabled):active:focus,
.white-label.the-university-of-melbourne .main-footer__menu__btn:hover,
.white-label.the-university-of-melbourne .main-footer__menu__btn:focus,
.white-label.the-university-of-melbourne .main-footer__menu__btn:active,
.white-label.the-university-of-melbourne .main-footer__menu__btn:checked,
.white-label.the-university-of-melbourne .main-footer__menu__btn:focus:hover,
.white-label.the-university-of-melbourne .main-footer__menu__btn:focus:active,
.white-label.the-university-of-melbourne .main-footer__menu__btn:not(:disabled):hover,
.white-label.the-university-of-melbourne .main-footer__menu__btn:not(:disabled):active,
.white-label.the-university-of-melbourne .main-footer__menu__btn:not(.disabled):active,
.white-label.the-university-of-melbourne .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.the-university-of-melbourne .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #030f43;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .main-header .nav__link:hover, .white-label.the-university-of-melbourne .main-header .nav__link:focus, .white-label.the-university-of-melbourne .main-header .nav__link:active, .white-label.the-university-of-melbourne .main-header .nav__link:checked, .white-label.the-university-of-melbourne .main-header .nav__link:focus:hover, .white-label.the-university-of-melbourne .main-header .nav__link:focus:active, .white-label.the-university-of-melbourne .main-header .nav__link:not(:disabled):hover, .white-label.the-university-of-melbourne .main-header .nav__link:not(:disabled):active, .white-label.the-university-of-melbourne .main-header .nav__link:not(.disabled):active, .white-label.the-university-of-melbourne .main-header .nav__link:not(:disabled):active:focus, .white-label.the-university-of-melbourne .main-header .nav__link:not(.disabled):active:focus,
.white-label.the-university-of-melbourne .main-footer .nav__link:hover,
.white-label.the-university-of-melbourne .main-footer .nav__link:focus,
.white-label.the-university-of-melbourne .main-footer .nav__link:active,
.white-label.the-university-of-melbourne .main-footer .nav__link:checked,
.white-label.the-university-of-melbourne .main-footer .nav__link:focus:hover,
.white-label.the-university-of-melbourne .main-footer .nav__link:focus:active,
.white-label.the-university-of-melbourne .main-footer .nav__link:not(:disabled):hover,
.white-label.the-university-of-melbourne .main-footer .nav__link:not(:disabled):active,
.white-label.the-university-of-melbourne .main-footer .nav__link:not(.disabled):active,
.white-label.the-university-of-melbourne .main-footer .nav__link:not(:disabled):active:focus,
.white-label.the-university-of-melbourne .main-footer .nav__link:not(.disabled):active:focus {
  color: #01071e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne.signed-out .btn:not(.btn--social), .white-label.the-university-of-melbourne.signed-in .btn--primary {
  background-color: #6dc5ec;
  border-color: #6dc5ec;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.signed-out .btn:not(.btn--social):hover, .white-label.the-university-of-melbourne.signed-out .btn:not(.btn--social):focus, .white-label.the-university-of-melbourne.signed-out .btn:not(.btn--social):active, .white-label.the-university-of-melbourne.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.the-university-of-melbourne.signed-in .btn--primary:hover, .white-label.the-university-of-melbourne.signed-in .btn--primary:focus, .white-label.the-university-of-melbourne.signed-in .btn--primary:active, .white-label.the-university-of-melbourne.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #6dc5ec;
  box-shadow: none;
  color: #6dc5ec;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .nav__btn:hover span,
.white-label.the-university-of-melbourne .nav__btn:hover span::after,
.white-label.the-university-of-melbourne .nav__btn:hover span::before,
.white-label.the-university-of-melbourne .nav__btn:focus span,
.white-label.the-university-of-melbourne .nav__btn:focus span::after,
.white-label.the-university-of-melbourne .nav__btn:focus span::before {
  background-color: #030f43;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.the-university-of-melbourne .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #030f43;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .nav__sidebar ul .profile__no-menu-link:hover {
  color: #030f43;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__list li:hover::after {
  border-color: rgba(3, 15, 67, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__list li:hover .heading-3 {
  color: #030f43;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .profile__link:hover, .white-label.the-university-of-melbourne .profile__link:focus, .white-label.the-university-of-melbourne .profile__link:active, .white-label.the-university-of-melbourne .profile__link:checked, .white-label.the-university-of-melbourne .profile__link:focus:hover, .white-label.the-university-of-melbourne .profile__link:focus:active, .white-label.the-university-of-melbourne .profile__link:not(:disabled):hover, .white-label.the-university-of-melbourne .profile__link:not(:disabled):active, .white-label.the-university-of-melbourne .profile__link:not(.disabled):active, .white-label.the-university-of-melbourne .profile__link:not(:disabled):active:focus, .white-label.the-university-of-melbourne .profile__link:not(.disabled):active:focus {
  color: #030f43;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .profile__actions:hover .profile__icn g,
.white-label.the-university-of-melbourne .profile__actions:focus .profile__icn g {
  fill: #030f43;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .students__classmate:hover .students__thumbnail,
.white-label.the-university-of-melbourne .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #030f43, 0 0 0 1px #030f43 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .pagination__page-link:hover::after {
  border-color: rgba(3, 15, 67, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modal__bg-icn {
  fill: #030f43;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .payments__paragraph--initial, .white-label.the-university-of-melbourne .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .form__input:-webkit-autofill, .white-label.the-university-of-melbourne .StripeElement:-webkit-autofill, .white-label.the-university-of-melbourne .form__input:-webkit-autofill:focus, .white-label.the-university-of-melbourne .form__input:-internal-autofill-selected, .white-label.the-university-of-melbourne .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(109, 197, 236, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(109, 197, 236, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(109, 197, 236, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(109, 197, 236, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(109, 197, 236, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .form__input:-moz-autofill, .white-label.the-university-of-melbourne .StripeElement:-moz-autofill, .white-label.the-university-of-melbourne .form__input:-moz-autofill-preview, .white-label.the-university-of-melbourne .StripeElement:-moz-autofill-preview {
  filter: rgba(109, 197, 236, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .form-radio__input:hover + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:hover + label::before, .white-label.the-university-of-melbourne .form-radio__input:focus + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:focus + label::before, .white-label.the-university-of-melbourne .form-radio__input:active + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:active + label::before, .white-label.the-university-of-melbourne .form-radio__input:checked + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:checked + label::before, .white-label.the-university-of-melbourne .form-radio__input:focus:hover + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:focus:hover + label::before, .white-label.the-university-of-melbourne .form-radio__input:focus:active + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:focus:active + label::before, .white-label.the-university-of-melbourne .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:not(:disabled):hover + label::before, .white-label.the-university-of-melbourne .form-radio__input:not(:disabled):active + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:not(:disabled):active + label::before, .white-label.the-university-of-melbourne .form-radio__input:not(.disabled):active + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:not(.disabled):active + label::before, .white-label.the-university-of-melbourne .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:not(:disabled):active:focus + label::before, .white-label.the-university-of-melbourne .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.the-university-of-melbourne .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #030f43;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .form-radio__input:hover + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:focus + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:active + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:checked + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:focus:hover + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:focus:active + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.the-university-of-melbourne .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #030f43 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .form-check-input:checked + label::before, .white-label.the-university-of-melbourne .form-check-input:checked + label.collection_radio_buttons::before {
  background: #030f43;
  border-color: #030f43;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .form-check-input:valid:focus:checked + label::before, .white-label.the-university-of-melbourne .form-check-input.valid:focus:checked + label::before, .white-label.the-university-of-melbourne .form-check-input--valid:focus:checked + label::before, .white-label.the-university-of-melbourne .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #030f43;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .electives .form-radio__input:checked + label::before {
  background-color: #030f43;
  border: 3px solid #030f43;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .enrollment__icon path {
  fill: #6dc5ec;
  stroke: #6dc5ec;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .enrollment__icon tspan {
  fill: #6dc5ec;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__tasks li:hover::after, .white-label.the-university-of-melbourne .modules__tasks li.selected::after {
  border-color: rgba(3, 15, 67, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__tasks li::before {
  color: rgba(3, 15, 67, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(3, 15, 67, 0.4);
  border-color: rgba(3, 15, 67, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .modules__tasks li .modules__btn:hover::after, .white-label.the-university-of-melbourne .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(3, 15, 67, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .tabs__li:hover {
  border-color: rgba(3, 15, 67, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .tabs__label {
  border-bottom-color: #030f43;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.the-university-of-melbourne .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #030f43;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .survey__success .check {
  fill: #030f43;
  stroke: #030f43;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .electives__checkbox:checked + label::before,
.white-label.the-university-of-melbourne .program-card__checkbox:checked + label::before {
  background-color: #030f43;
  border-color: #030f43;
  color: #030f43;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .electives__checkbox:checked ~ .program-card__content,
.white-label.the-university-of-melbourne .program-card__checkbox:checked ~ .program-card__content {
  border-color: #030f43;
  box-shadow: 0 0 0 1px #030f43 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .canvas-assignments__submission-type::before {
  border-color: #030f43;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .canvas-assignments__submission-type::after {
  border-color: #030f43;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .canvas-assignments__submission-type:hover {
  background-color: rgba(3, 15, 67, 0.1);
  border-color: #030f43;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .canvas-assignments__submission-type.typed--selected, .white-label.the-university-of-melbourne .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(3, 15, 67, 0.1);
  border-color: #030f43;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(1),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(1), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0725a5, #072297);
  -moz-background: linear-gradient(to right, #0725a5, #072297);
  -ms-background: linear-gradient(to right, #0725a5, #072297);
  -o-background: linear-gradient(to right, #0725a5, #072297);
  background: linear-gradient(to right, #0725a5, #072297);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(1)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(1)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #072297;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(2),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(2), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #072297, #061f89);
  -moz-background: linear-gradient(to right, #072297, #061f89);
  -ms-background: linear-gradient(to right, #072297, #061f89);
  -o-background: linear-gradient(to right, #072297, #061f89);
  background: linear-gradient(to right, #072297, #061f89);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(2)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(2)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #061f89;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(3),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(3), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #061f89, #051b7b);
  -moz-background: linear-gradient(to right, #061f89, #051b7b);
  -ms-background: linear-gradient(to right, #061f89, #051b7b);
  -o-background: linear-gradient(to right, #061f89, #051b7b);
  background: linear-gradient(to right, #061f89, #051b7b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(3)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(3)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #051b7b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(4),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(4), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #051b7b, #05186d);
  -moz-background: linear-gradient(to right, #051b7b, #05186d);
  -ms-background: linear-gradient(to right, #051b7b, #05186d);
  -o-background: linear-gradient(to right, #051b7b, #05186d);
  background: linear-gradient(to right, #051b7b, #05186d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(4)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(4)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #05186d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(5),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(5), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #05186d, #04155f);
  -moz-background: linear-gradient(to right, #05186d, #04155f);
  -ms-background: linear-gradient(to right, #05186d, #04155f);
  -o-background: linear-gradient(to right, #05186d, #04155f);
  background: linear-gradient(to right, #05186d, #04155f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(5)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(5)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #04155f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(6),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(6), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #04155f, #041251);
  -moz-background: linear-gradient(to right, #04155f, #041251);
  -ms-background: linear-gradient(to right, #04155f, #041251);
  -o-background: linear-gradient(to right, #04155f, #041251);
  background: linear-gradient(to right, #04155f, #041251);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(6)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(6)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #041251;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(7),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(7), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #041251, #030f43);
  -moz-background: linear-gradient(to right, #041251, #030f43);
  -ms-background: linear-gradient(to right, #041251, #030f43);
  -o-background: linear-gradient(to right, #041251, #030f43);
  background: linear-gradient(to right, #041251, #030f43);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(7)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(7)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #030f43;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(n+8),
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(n+8), .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #030f43;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .step--active:nth-child(n+8)::after,
.white-label.the-university-of-melbourne .steps--progress .step--completed:nth-child(n+8)::after, .white-label.the-university-of-melbourne .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #030f43;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved {
  color: #030f43;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0725a5, #072297);
  -moz-background: linear-gradient(to bottom, #0725a5, #072297);
  -ms-background: linear-gradient(to bottom, #0725a5, #072297);
  -o-background: linear-gradient(to bottom, #0725a5, #072297);
  background: linear-gradient(to bottom, #0725a5, #072297);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #072297;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0725a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #072297, #061f89);
  -moz-background: linear-gradient(to bottom, #072297, #061f89);
  -ms-background: linear-gradient(to bottom, #072297, #061f89);
  -o-background: linear-gradient(to bottom, #072297, #061f89);
  background: linear-gradient(to bottom, #072297, #061f89);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #061f89;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #072297;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #061f89, #051b7b);
  -moz-background: linear-gradient(to bottom, #061f89, #051b7b);
  -ms-background: linear-gradient(to bottom, #061f89, #051b7b);
  -o-background: linear-gradient(to bottom, #061f89, #051b7b);
  background: linear-gradient(to bottom, #061f89, #051b7b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #051b7b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #061f89;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #051b7b, #05186d);
  -moz-background: linear-gradient(to bottom, #051b7b, #05186d);
  -ms-background: linear-gradient(to bottom, #051b7b, #05186d);
  -o-background: linear-gradient(to bottom, #051b7b, #05186d);
  background: linear-gradient(to bottom, #051b7b, #05186d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #05186d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #051b7b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #05186d, #04155f);
  -moz-background: linear-gradient(to bottom, #05186d, #04155f);
  -ms-background: linear-gradient(to bottom, #05186d, #04155f);
  -o-background: linear-gradient(to bottom, #05186d, #04155f);
  background: linear-gradient(to bottom, #05186d, #04155f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #04155f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #05186d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #04155f, #041251);
  -moz-background: linear-gradient(to bottom, #04155f, #041251);
  -ms-background: linear-gradient(to bottom, #04155f, #041251);
  -o-background: linear-gradient(to bottom, #04155f, #041251);
  background: linear-gradient(to bottom, #04155f, #041251);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #041251;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #04155f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #041251, #030f43);
  -moz-background: linear-gradient(to bottom, #041251, #030f43);
  -ms-background: linear-gradient(to bottom, #041251, #030f43);
  -o-background: linear-gradient(to bottom, #041251, #030f43);
  background: linear-gradient(to bottom, #041251, #030f43);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #030f43;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #041251;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #030f43;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #030f43;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-melbourne .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-melbourne .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #030f43;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .sidebar .steps .steps__label-toggle {
  background-color: #030f43;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .sidebar .steps .step--active {
  border-left: 0.5rem solid #030f43;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #6dc5ec, #5eabd4);
  -moz-background: linear-gradient(to right, #6dc5ec, #5eabd4);
  -ms-background: linear-gradient(to right, #6dc5ec, #5eabd4);
  -o-background: linear-gradient(to right, #6dc5ec, #5eabd4);
  background: linear-gradient(to right, #6dc5ec, #5eabd4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #5eabd4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #5eabd4, #4f91bc);
  -moz-background: linear-gradient(to right, #5eabd4, #4f91bc);
  -ms-background: linear-gradient(to right, #5eabd4, #4f91bc);
  -o-background: linear-gradient(to right, #5eabd4, #4f91bc);
  background: linear-gradient(to right, #5eabd4, #4f91bc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4f91bc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4f91bc, #4077a4);
  -moz-background: linear-gradient(to right, #4f91bc, #4077a4);
  -ms-background: linear-gradient(to right, #4f91bc, #4077a4);
  -o-background: linear-gradient(to right, #4f91bc, #4077a4);
  background: linear-gradient(to right, #4f91bc, #4077a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4077a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4077a4, #305d8b);
  -moz-background: linear-gradient(to right, #4077a4, #305d8b);
  -ms-background: linear-gradient(to right, #4077a4, #305d8b);
  -o-background: linear-gradient(to right, #4077a4, #305d8b);
  background: linear-gradient(to right, #4077a4, #305d8b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #305d8b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #305d8b, #214373);
  -moz-background: linear-gradient(to right, #305d8b, #214373);
  -ms-background: linear-gradient(to right, #305d8b, #214373);
  -o-background: linear-gradient(to right, #305d8b, #214373);
  background: linear-gradient(to right, #305d8b, #214373);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #214373;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #214373, #12295b);
  -moz-background: linear-gradient(to right, #214373, #12295b);
  -ms-background: linear-gradient(to right, #214373, #12295b);
  -o-background: linear-gradient(to right, #214373, #12295b);
  background: linear-gradient(to right, #214373, #12295b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #12295b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #12295b, #030f43);
  -moz-background: linear-gradient(to right, #12295b, #030f43);
  -ms-background: linear-gradient(to right, #12295b, #030f43);
  -o-background: linear-gradient(to right, #12295b, #030f43);
  background: linear-gradient(to right, #12295b, #030f43);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #030f43;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #030f43;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #030f43;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #6dc5ec, #5eabd4);
  -moz-background: linear-gradient(to bottom, #6dc5ec, #5eabd4);
  -ms-background: linear-gradient(to bottom, #6dc5ec, #5eabd4);
  -o-background: linear-gradient(to bottom, #6dc5ec, #5eabd4);
  background: linear-gradient(to bottom, #6dc5ec, #5eabd4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #5eabd4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #6dc5ec;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #5eabd4, #4f91bc);
  -moz-background: linear-gradient(to bottom, #5eabd4, #4f91bc);
  -ms-background: linear-gradient(to bottom, #5eabd4, #4f91bc);
  -o-background: linear-gradient(to bottom, #5eabd4, #4f91bc);
  background: linear-gradient(to bottom, #5eabd4, #4f91bc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4f91bc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #5eabd4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4f91bc, #4077a4);
  -moz-background: linear-gradient(to bottom, #4f91bc, #4077a4);
  -ms-background: linear-gradient(to bottom, #4f91bc, #4077a4);
  -o-background: linear-gradient(to bottom, #4f91bc, #4077a4);
  background: linear-gradient(to bottom, #4f91bc, #4077a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4077a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4f91bc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4077a4, #305d8b);
  -moz-background: linear-gradient(to bottom, #4077a4, #305d8b);
  -ms-background: linear-gradient(to bottom, #4077a4, #305d8b);
  -o-background: linear-gradient(to bottom, #4077a4, #305d8b);
  background: linear-gradient(to bottom, #4077a4, #305d8b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #305d8b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4077a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #305d8b, #214373);
  -moz-background: linear-gradient(to bottom, #305d8b, #214373);
  -ms-background: linear-gradient(to bottom, #305d8b, #214373);
  -o-background: linear-gradient(to bottom, #305d8b, #214373);
  background: linear-gradient(to bottom, #305d8b, #214373);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #214373;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #305d8b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #214373, #12295b);
  -moz-background: linear-gradient(to bottom, #214373, #12295b);
  -ms-background: linear-gradient(to bottom, #214373, #12295b);
  -o-background: linear-gradient(to bottom, #214373, #12295b);
  background: linear-gradient(to bottom, #214373, #12295b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #12295b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #214373;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #12295b, #030f43);
  -moz-background: linear-gradient(to bottom, #12295b, #030f43);
  -ms-background: linear-gradient(to bottom, #12295b, #030f43);
  -o-background: linear-gradient(to bottom, #12295b, #030f43);
  background: linear-gradient(to bottom, #12295b, #030f43);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #030f43;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #12295b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #030f43;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #030f43;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-melbourne.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-melbourne.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-melbourne.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-melbourne.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #030f43;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .referrals-advocate__overlay {
  background-color: #030f43;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .referrals-advocate__steps-circle {
  fill: #030f43;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .referrals-advocate__testimonial {
  background-color: #030f43;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #030f43;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.the-university-of-melbourne .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #030f43;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .terms__title {
  border-color: #6dc5ec;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .terms__links {
  color: #030f43;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-melbourne .referral-tooltip__image path {
  fill: #030f43;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.the-university-of-melbourne .main-header,
.the-university-of-melbourne .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.the-university-of-western-australia div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: black;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .main-header__menu__btn:hover, .white-label.the-university-of-western-australia .main-header__menu__btn:focus, .white-label.the-university-of-western-australia .main-header__menu__btn:active, .white-label.the-university-of-western-australia .main-header__menu__btn:checked, .white-label.the-university-of-western-australia .main-header__menu__btn:focus:hover, .white-label.the-university-of-western-australia .main-header__menu__btn:focus:active, .white-label.the-university-of-western-australia .main-header__menu__btn:not(:disabled):hover, .white-label.the-university-of-western-australia .main-header__menu__btn:not(:disabled):active, .white-label.the-university-of-western-australia .main-header__menu__btn:not(.disabled):active, .white-label.the-university-of-western-australia .main-header__menu__btn:not(:disabled):active:focus, .white-label.the-university-of-western-australia .main-header__menu__btn:not(.disabled):active:focus,
.white-label.the-university-of-western-australia .main-footer__menu__btn:hover,
.white-label.the-university-of-western-australia .main-footer__menu__btn:focus,
.white-label.the-university-of-western-australia .main-footer__menu__btn:active,
.white-label.the-university-of-western-australia .main-footer__menu__btn:checked,
.white-label.the-university-of-western-australia .main-footer__menu__btn:focus:hover,
.white-label.the-university-of-western-australia .main-footer__menu__btn:focus:active,
.white-label.the-university-of-western-australia .main-footer__menu__btn:not(:disabled):hover,
.white-label.the-university-of-western-australia .main-footer__menu__btn:not(:disabled):active,
.white-label.the-university-of-western-australia .main-footer__menu__btn:not(.disabled):active,
.white-label.the-university-of-western-australia .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.the-university-of-western-australia .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .main-header .nav__link:hover, .white-label.the-university-of-western-australia .main-header .nav__link:focus, .white-label.the-university-of-western-australia .main-header .nav__link:active, .white-label.the-university-of-western-australia .main-header .nav__link:checked, .white-label.the-university-of-western-australia .main-header .nav__link:focus:hover, .white-label.the-university-of-western-australia .main-header .nav__link:focus:active, .white-label.the-university-of-western-australia .main-header .nav__link:not(:disabled):hover, .white-label.the-university-of-western-australia .main-header .nav__link:not(:disabled):active, .white-label.the-university-of-western-australia .main-header .nav__link:not(.disabled):active, .white-label.the-university-of-western-australia .main-header .nav__link:not(:disabled):active:focus, .white-label.the-university-of-western-australia .main-header .nav__link:not(.disabled):active:focus,
.white-label.the-university-of-western-australia .main-footer .nav__link:hover,
.white-label.the-university-of-western-australia .main-footer .nav__link:focus,
.white-label.the-university-of-western-australia .main-footer .nav__link:active,
.white-label.the-university-of-western-australia .main-footer .nav__link:checked,
.white-label.the-university-of-western-australia .main-footer .nav__link:focus:hover,
.white-label.the-university-of-western-australia .main-footer .nav__link:focus:active,
.white-label.the-university-of-western-australia .main-footer .nav__link:not(:disabled):hover,
.white-label.the-university-of-western-australia .main-footer .nav__link:not(:disabled):active,
.white-label.the-university-of-western-australia .main-footer .nav__link:not(.disabled):active,
.white-label.the-university-of-western-australia .main-footer .nav__link:not(:disabled):active:focus,
.white-label.the-university-of-western-australia .main-footer .nav__link:not(.disabled):active:focus {
  color: black;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia.signed-out .btn:not(.btn--social), .white-label.the-university-of-western-australia.signed-in .btn--primary {
  background-color: #003087;
  border-color: #003087;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.signed-out .btn:not(.btn--social):hover, .white-label.the-university-of-western-australia.signed-out .btn:not(.btn--social):focus, .white-label.the-university-of-western-australia.signed-out .btn:not(.btn--social):active, .white-label.the-university-of-western-australia.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.the-university-of-western-australia.signed-in .btn--primary:hover, .white-label.the-university-of-western-australia.signed-in .btn--primary:focus, .white-label.the-university-of-western-australia.signed-in .btn--primary:active, .white-label.the-university-of-western-australia.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #003087;
  box-shadow: none;
  color: #003087;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .nav__btn:hover span,
.white-label.the-university-of-western-australia .nav__btn:hover span::after,
.white-label.the-university-of-western-australia .nav__btn:hover span::before,
.white-label.the-university-of-western-australia .nav__btn:focus span,
.white-label.the-university-of-western-australia .nav__btn:focus span::after,
.white-label.the-university-of-western-australia .nav__btn:focus span::before {
  background-color: #000;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.the-university-of-western-australia .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #000;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .nav__sidebar ul .profile__no-menu-link:hover {
  color: #000;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__list li:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__list li:hover .heading-3 {
  color: #000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .profile__link:hover, .white-label.the-university-of-western-australia .profile__link:focus, .white-label.the-university-of-western-australia .profile__link:active, .white-label.the-university-of-western-australia .profile__link:checked, .white-label.the-university-of-western-australia .profile__link:focus:hover, .white-label.the-university-of-western-australia .profile__link:focus:active, .white-label.the-university-of-western-australia .profile__link:not(:disabled):hover, .white-label.the-university-of-western-australia .profile__link:not(:disabled):active, .white-label.the-university-of-western-australia .profile__link:not(.disabled):active, .white-label.the-university-of-western-australia .profile__link:not(:disabled):active:focus, .white-label.the-university-of-western-australia .profile__link:not(.disabled):active:focus {
  color: #000;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .profile__actions:hover .profile__icn g,
.white-label.the-university-of-western-australia .profile__actions:focus .profile__icn g {
  fill: #000;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .students__classmate:hover .students__thumbnail,
.white-label.the-university-of-western-australia .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #000, 0 0 0 1px #000 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .pagination__page-link:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modal__bg-icn {
  fill: #000;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .payments__paragraph--initial, .white-label.the-university-of-western-australia .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .form__input:-webkit-autofill, .white-label.the-university-of-western-australia .StripeElement:-webkit-autofill, .white-label.the-university-of-western-australia .form__input:-webkit-autofill:focus, .white-label.the-university-of-western-australia .form__input:-internal-autofill-selected, .white-label.the-university-of-western-australia .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 48, 135, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 48, 135, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 48, 135, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 48, 135, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 48, 135, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .form__input:-moz-autofill, .white-label.the-university-of-western-australia .StripeElement:-moz-autofill, .white-label.the-university-of-western-australia .form__input:-moz-autofill-preview, .white-label.the-university-of-western-australia .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 48, 135, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .form-radio__input:hover + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:hover + label::before, .white-label.the-university-of-western-australia .form-radio__input:focus + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:focus + label::before, .white-label.the-university-of-western-australia .form-radio__input:active + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:active + label::before, .white-label.the-university-of-western-australia .form-radio__input:checked + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:checked + label::before, .white-label.the-university-of-western-australia .form-radio__input:focus:hover + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:focus:hover + label::before, .white-label.the-university-of-western-australia .form-radio__input:focus:active + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:focus:active + label::before, .white-label.the-university-of-western-australia .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:not(:disabled):hover + label::before, .white-label.the-university-of-western-australia .form-radio__input:not(:disabled):active + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:not(:disabled):active + label::before, .white-label.the-university-of-western-australia .form-radio__input:not(.disabled):active + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:not(.disabled):active + label::before, .white-label.the-university-of-western-australia .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:not(:disabled):active:focus + label::before, .white-label.the-university-of-western-australia .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.the-university-of-western-australia .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #000;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .form-radio__input:hover + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:focus + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:active + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:checked + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:focus:hover + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:focus:active + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.the-university-of-western-australia .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #000 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .form-check-input:checked + label::before, .white-label.the-university-of-western-australia .form-check-input:checked + label.collection_radio_buttons::before {
  background: #000;
  border-color: #000;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .form-check-input:valid:focus:checked + label::before, .white-label.the-university-of-western-australia .form-check-input.valid:focus:checked + label::before, .white-label.the-university-of-western-australia .form-check-input--valid:focus:checked + label::before, .white-label.the-university-of-western-australia .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #000;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .electives .form-radio__input:checked + label::before {
  background-color: #000;
  border: 3px solid #000;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .enrollment__icon path {
  fill: #003087;
  stroke: #003087;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .enrollment__icon tspan {
  fill: #003087;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__tasks li:hover::after, .white-label.the-university-of-western-australia .modules__tasks li.selected::after {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__tasks li::before {
  color: rgba(0, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .modules__tasks li .modules__btn:hover::after, .white-label.the-university-of-western-australia .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .tabs__li:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .tabs__label {
  border-bottom-color: #000;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.the-university-of-western-australia .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #000;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .survey__success .check {
  fill: #000;
  stroke: #000;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .electives__checkbox:checked + label::before,
.white-label.the-university-of-western-australia .program-card__checkbox:checked + label::before {
  background-color: #000;
  border-color: #000;
  color: #000;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .electives__checkbox:checked ~ .program-card__content,
.white-label.the-university-of-western-australia .program-card__checkbox:checked ~ .program-card__content {
  border-color: #000;
  box-shadow: 0 0 0 1px #000 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .canvas-assignments__submission-type::before {
  border-color: #000;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .canvas-assignments__submission-type::after {
  border-color: #000;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #000;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .canvas-assignments__submission-type.typed--selected, .white-label.the-university-of-western-australia .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(1),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(1), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #333333, #2c2c2c);
  -moz-background: linear-gradient(to right, #333333, #2c2c2c);
  -ms-background: linear-gradient(to right, #333333, #2c2c2c);
  -o-background: linear-gradient(to right, #333333, #2c2c2c);
  background: linear-gradient(to right, #333333, #2c2c2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(1)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(1)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2c2c2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(2),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(2), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2c2c2c, #242424);
  -moz-background: linear-gradient(to right, #2c2c2c, #242424);
  -ms-background: linear-gradient(to right, #2c2c2c, #242424);
  -o-background: linear-gradient(to right, #2c2c2c, #242424);
  background: linear-gradient(to right, #2c2c2c, #242424);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(2)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(2)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #242424;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(3),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(3), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #242424, #1d1d1d);
  -moz-background: linear-gradient(to right, #242424, #1d1d1d);
  -ms-background: linear-gradient(to right, #242424, #1d1d1d);
  -o-background: linear-gradient(to right, #242424, #1d1d1d);
  background: linear-gradient(to right, #242424, #1d1d1d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(3)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(3)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #1d1d1d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(4),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(4), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #1d1d1d, #161616);
  -moz-background: linear-gradient(to right, #1d1d1d, #161616);
  -ms-background: linear-gradient(to right, #1d1d1d, #161616);
  -o-background: linear-gradient(to right, #1d1d1d, #161616);
  background: linear-gradient(to right, #1d1d1d, #161616);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(4)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(4)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #161616;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(5),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(5), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #161616, #0f0f0f);
  -moz-background: linear-gradient(to right, #161616, #0f0f0f);
  -ms-background: linear-gradient(to right, #161616, #0f0f0f);
  -o-background: linear-gradient(to right, #161616, #0f0f0f);
  background: linear-gradient(to right, #161616, #0f0f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(5)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(5)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0f0f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(6),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(6), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0f0f0f, #070707);
  -moz-background: linear-gradient(to right, #0f0f0f, #070707);
  -ms-background: linear-gradient(to right, #0f0f0f, #070707);
  -o-background: linear-gradient(to right, #0f0f0f, #070707);
  background: linear-gradient(to right, #0f0f0f, #070707);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(6)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(6)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #070707;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(7),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(7), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #070707, black);
  -moz-background: linear-gradient(to right, #070707, black);
  -ms-background: linear-gradient(to right, #070707, black);
  -o-background: linear-gradient(to right, #070707, black);
  background: linear-gradient(to right, #070707, black);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(7)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(7)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: black;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(n+8),
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(n+8), .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .step--active:nth-child(n+8)::after,
.white-label.the-university-of-western-australia .steps--progress .step--completed:nth-child(n+8)::after, .white-label.the-university-of-western-australia .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved {
  color: #000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #333333, #2c2c2c);
  -moz-background: linear-gradient(to bottom, #333333, #2c2c2c);
  -ms-background: linear-gradient(to bottom, #333333, #2c2c2c);
  -o-background: linear-gradient(to bottom, #333333, #2c2c2c);
  background: linear-gradient(to bottom, #333333, #2c2c2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2c2c2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #333333;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c2c2c, #242424);
  -moz-background: linear-gradient(to bottom, #2c2c2c, #242424);
  -ms-background: linear-gradient(to bottom, #2c2c2c, #242424);
  -o-background: linear-gradient(to bottom, #2c2c2c, #242424);
  background: linear-gradient(to bottom, #2c2c2c, #242424);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #242424;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2c2c2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #242424, #1d1d1d);
  -moz-background: linear-gradient(to bottom, #242424, #1d1d1d);
  -ms-background: linear-gradient(to bottom, #242424, #1d1d1d);
  -o-background: linear-gradient(to bottom, #242424, #1d1d1d);
  background: linear-gradient(to bottom, #242424, #1d1d1d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #1d1d1d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #242424;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d1d1d, #161616);
  -moz-background: linear-gradient(to bottom, #1d1d1d, #161616);
  -ms-background: linear-gradient(to bottom, #1d1d1d, #161616);
  -o-background: linear-gradient(to bottom, #1d1d1d, #161616);
  background: linear-gradient(to bottom, #1d1d1d, #161616);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #161616;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #1d1d1d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #161616, #0f0f0f);
  -moz-background: linear-gradient(to bottom, #161616, #0f0f0f);
  -ms-background: linear-gradient(to bottom, #161616, #0f0f0f);
  -o-background: linear-gradient(to bottom, #161616, #0f0f0f);
  background: linear-gradient(to bottom, #161616, #0f0f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0f0f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #161616;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f0f0f, #070707);
  -moz-background: linear-gradient(to bottom, #0f0f0f, #070707);
  -ms-background: linear-gradient(to bottom, #0f0f0f, #070707);
  -o-background: linear-gradient(to bottom, #0f0f0f, #070707);
  background: linear-gradient(to bottom, #0f0f0f, #070707);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #070707;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0f0f0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #070707, black);
  -moz-background: linear-gradient(to bottom, #070707, black);
  -ms-background: linear-gradient(to bottom, #070707, black);
  -o-background: linear-gradient(to bottom, #070707, black);
  background: linear-gradient(to bottom, #070707, black);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: black;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #070707;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-western-australia .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-western-australia .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .sidebar .steps .steps__label-toggle {
  background-color: black;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .sidebar .steps .step--active {
  border-left: 0.5rem solid black;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003087, #002974);
  -moz-background: linear-gradient(to right, #003087, #002974);
  -ms-background: linear-gradient(to right, #003087, #002974);
  -o-background: linear-gradient(to right, #003087, #002974);
  background: linear-gradient(to right, #003087, #002974);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #002974;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #002974, #002260);
  -moz-background: linear-gradient(to right, #002974, #002260);
  -ms-background: linear-gradient(to right, #002974, #002260);
  -o-background: linear-gradient(to right, #002974, #002260);
  background: linear-gradient(to right, #002974, #002260);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #002260;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #002260, #001b4d);
  -moz-background: linear-gradient(to right, #002260, #001b4d);
  -ms-background: linear-gradient(to right, #002260, #001b4d);
  -o-background: linear-gradient(to right, #002260, #001b4d);
  background: linear-gradient(to right, #002260, #001b4d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #001b4d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #001b4d, #00153a);
  -moz-background: linear-gradient(to right, #001b4d, #00153a);
  -ms-background: linear-gradient(to right, #001b4d, #00153a);
  -o-background: linear-gradient(to right, #001b4d, #00153a);
  background: linear-gradient(to right, #001b4d, #00153a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00153a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00153a, #000e27);
  -moz-background: linear-gradient(to right, #00153a, #000e27);
  -ms-background: linear-gradient(to right, #00153a, #000e27);
  -o-background: linear-gradient(to right, #00153a, #000e27);
  background: linear-gradient(to right, #00153a, #000e27);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #000e27;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #000e27, #000713);
  -moz-background: linear-gradient(to right, #000e27, #000713);
  -ms-background: linear-gradient(to right, #000e27, #000713);
  -o-background: linear-gradient(to right, #000e27, #000713);
  background: linear-gradient(to right, #000e27, #000713);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #000713;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #000713, black);
  -moz-background: linear-gradient(to right, #000713, black);
  -ms-background: linear-gradient(to right, #000713, black);
  -o-background: linear-gradient(to right, #000713, black);
  background: linear-gradient(to right, #000713, black);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: black;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003087, #002974);
  -moz-background: linear-gradient(to bottom, #003087, #002974);
  -ms-background: linear-gradient(to bottom, #003087, #002974);
  -o-background: linear-gradient(to bottom, #003087, #002974);
  background: linear-gradient(to bottom, #003087, #002974);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #002974;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003087;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #002974, #002260);
  -moz-background: linear-gradient(to bottom, #002974, #002260);
  -ms-background: linear-gradient(to bottom, #002974, #002260);
  -o-background: linear-gradient(to bottom, #002974, #002260);
  background: linear-gradient(to bottom, #002974, #002260);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #002260;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #002974;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #002260, #001b4d);
  -moz-background: linear-gradient(to bottom, #002260, #001b4d);
  -ms-background: linear-gradient(to bottom, #002260, #001b4d);
  -o-background: linear-gradient(to bottom, #002260, #001b4d);
  background: linear-gradient(to bottom, #002260, #001b4d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #001b4d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #002260;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #001b4d, #00153a);
  -moz-background: linear-gradient(to bottom, #001b4d, #00153a);
  -ms-background: linear-gradient(to bottom, #001b4d, #00153a);
  -o-background: linear-gradient(to bottom, #001b4d, #00153a);
  background: linear-gradient(to bottom, #001b4d, #00153a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00153a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #001b4d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00153a, #000e27);
  -moz-background: linear-gradient(to bottom, #00153a, #000e27);
  -ms-background: linear-gradient(to bottom, #00153a, #000e27);
  -o-background: linear-gradient(to bottom, #00153a, #000e27);
  background: linear-gradient(to bottom, #00153a, #000e27);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #000e27;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00153a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #000e27, #000713);
  -moz-background: linear-gradient(to bottom, #000e27, #000713);
  -ms-background: linear-gradient(to bottom, #000e27, #000713);
  -o-background: linear-gradient(to bottom, #000e27, #000713);
  background: linear-gradient(to bottom, #000e27, #000713);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #000713;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #000e27;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #000713, black);
  -moz-background: linear-gradient(to bottom, #000713, black);
  -ms-background: linear-gradient(to bottom, #000713, black);
  -o-background: linear-gradient(to bottom, #000713, black);
  background: linear-gradient(to bottom, #000713, black);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: black;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #000713;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-western-australia.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-western-australia.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.the-university-of-western-australia.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.the-university-of-western-australia.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #000;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .referrals-advocate__overlay {
  background-color: #000;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .referrals-advocate__steps-circle {
  fill: #000;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .referrals-advocate__testimonial {
  background-color: #000;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #000;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.the-university-of-western-australia .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #000;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .terms__title {
  border-color: #003087;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .terms__links {
  color: #000;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.the-university-of-western-australia .referral-tooltip__image path {
  fill: #000;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.the-university-of-western-australia .main-header,
.the-university-of-western-australia .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.tuck-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004327;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .main-header__menu__btn:hover, .white-label.tuck-executive-education .main-header__menu__btn:focus, .white-label.tuck-executive-education .main-header__menu__btn:active, .white-label.tuck-executive-education .main-header__menu__btn:checked, .white-label.tuck-executive-education .main-header__menu__btn:focus:hover, .white-label.tuck-executive-education .main-header__menu__btn:focus:active, .white-label.tuck-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.tuck-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.tuck-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.tuck-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.tuck-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.tuck-executive-education .main-footer__menu__btn:hover,
.white-label.tuck-executive-education .main-footer__menu__btn:focus,
.white-label.tuck-executive-education .main-footer__menu__btn:active,
.white-label.tuck-executive-education .main-footer__menu__btn:checked,
.white-label.tuck-executive-education .main-footer__menu__btn:focus:hover,
.white-label.tuck-executive-education .main-footer__menu__btn:focus:active,
.white-label.tuck-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.tuck-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.tuck-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.tuck-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.tuck-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .main-header .nav__link:hover, .white-label.tuck-executive-education .main-header .nav__link:focus, .white-label.tuck-executive-education .main-header .nav__link:active, .white-label.tuck-executive-education .main-header .nav__link:checked, .white-label.tuck-executive-education .main-header .nav__link:focus:hover, .white-label.tuck-executive-education .main-header .nav__link:focus:active, .white-label.tuck-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.tuck-executive-education .main-header .nav__link:not(:disabled):active, .white-label.tuck-executive-education .main-header .nav__link:not(.disabled):active, .white-label.tuck-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.tuck-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.tuck-executive-education .main-footer .nav__link:hover,
.white-label.tuck-executive-education .main-footer .nav__link:focus,
.white-label.tuck-executive-education .main-footer .nav__link:active,
.white-label.tuck-executive-education .main-footer .nav__link:checked,
.white-label.tuck-executive-education .main-footer .nav__link:focus:hover,
.white-label.tuck-executive-education .main-footer .nav__link:focus:active,
.white-label.tuck-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.tuck-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.tuck-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.tuck-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.tuck-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #004327;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education.signed-out .btn:not(.btn--social), .white-label.tuck-executive-education.signed-in .btn--primary {
  background-color: #12312b;
  border-color: #12312b;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.tuck-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.tuck-executive-education.signed-out .btn:not(.btn--social):active, .white-label.tuck-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.tuck-executive-education.signed-in .btn--primary:hover, .white-label.tuck-executive-education.signed-in .btn--primary:focus, .white-label.tuck-executive-education.signed-in .btn--primary:active, .white-label.tuck-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #12312b;
  box-shadow: none;
  color: #12312b;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .nav__btn:hover span,
.white-label.tuck-executive-education .nav__btn:hover span::after,
.white-label.tuck-executive-education .nav__btn:hover span::before,
.white-label.tuck-executive-education .nav__btn:focus span,
.white-label.tuck-executive-education .nav__btn:focus span::after,
.white-label.tuck-executive-education .nav__btn:focus span::before {
  background-color: #00693e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.tuck-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #00693e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #00693e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__list li:hover .heading-3 {
  color: #00693e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .profile__link:hover, .white-label.tuck-executive-education .profile__link:focus, .white-label.tuck-executive-education .profile__link:active, .white-label.tuck-executive-education .profile__link:checked, .white-label.tuck-executive-education .profile__link:focus:hover, .white-label.tuck-executive-education .profile__link:focus:active, .white-label.tuck-executive-education .profile__link:not(:disabled):hover, .white-label.tuck-executive-education .profile__link:not(:disabled):active, .white-label.tuck-executive-education .profile__link:not(.disabled):active, .white-label.tuck-executive-education .profile__link:not(:disabled):active:focus, .white-label.tuck-executive-education .profile__link:not(.disabled):active:focus {
  color: #00693e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .profile__actions:hover .profile__icn g,
.white-label.tuck-executive-education .profile__actions:focus .profile__icn g {
  fill: #00693e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .students__classmate:hover .students__thumbnail,
.white-label.tuck-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #00693e, 0 0 0 1px #00693e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modal__bg-icn {
  fill: #00693e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .payments__paragraph--initial, .white-label.tuck-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .form__input:-webkit-autofill, .white-label.tuck-executive-education .StripeElement:-webkit-autofill, .white-label.tuck-executive-education .form__input:-webkit-autofill:focus, .white-label.tuck-executive-education .form__input:-internal-autofill-selected, .white-label.tuck-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(18, 49, 43, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .form__input:-moz-autofill, .white-label.tuck-executive-education .StripeElement:-moz-autofill, .white-label.tuck-executive-education .form__input:-moz-autofill-preview, .white-label.tuck-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(18, 49, 43, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .form-radio__input:hover + label.bordered,
.white-label.tuck-executive-education .form-radio__input:hover + label::before, .white-label.tuck-executive-education .form-radio__input:focus + label.bordered,
.white-label.tuck-executive-education .form-radio__input:focus + label::before, .white-label.tuck-executive-education .form-radio__input:active + label.bordered,
.white-label.tuck-executive-education .form-radio__input:active + label::before, .white-label.tuck-executive-education .form-radio__input:checked + label.bordered,
.white-label.tuck-executive-education .form-radio__input:checked + label::before, .white-label.tuck-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.tuck-executive-education .form-radio__input:focus:hover + label::before, .white-label.tuck-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.tuck-executive-education .form-radio__input:focus:active + label::before, .white-label.tuck-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.tuck-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.tuck-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.tuck-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.tuck-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.tuck-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.tuck-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.tuck-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.tuck-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.tuck-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #00693e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.tuck-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #00693e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .form-check-input:checked + label::before, .white-label.tuck-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #00693e;
  border-color: #00693e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.tuck-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.tuck-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.tuck-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #00693e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #00693e;
  border: 3px solid #00693e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .enrollment__icon path {
  fill: #12312b;
  stroke: #12312b;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .enrollment__icon tspan {
  fill: #12312b;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__tasks li:hover::after, .white-label.tuck-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__tasks li::before {
  color: rgba(0, 105, 62, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 105, 62, 0.4);
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.tuck-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 105, 62, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .tabs__li:hover {
  border-color: rgba(0, 105, 62, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .tabs__label {
  border-bottom-color: #00693e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.tuck-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #00693e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .survey__success .check {
  fill: #00693e;
  stroke: #00693e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .electives__checkbox:checked + label::before,
.white-label.tuck-executive-education .program-card__checkbox:checked + label::before {
  background-color: #00693e;
  border-color: #00693e;
  color: #00693e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.tuck-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00693e;
  box-shadow: 0 0 0 1px #00693e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .canvas-assignments__submission-type::before {
  border-color: #00693e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .canvas-assignments__submission-type::after {
  border-color: #00693e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 105, 62, 0.1);
  border-color: #00693e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.tuck-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 105, 62, 0.1);
  border-color: #00693e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(1),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(1), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #00cf7a, #00c072);
  -moz-background: linear-gradient(to right, #00cf7a, #00c072);
  -ms-background: linear-gradient(to right, #00cf7a, #00c072);
  -o-background: linear-gradient(to right, #00cf7a, #00c072);
  background: linear-gradient(to right, #00cf7a, #00c072);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #00c072;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(2),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(2), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #00c072, #00b269);
  -moz-background: linear-gradient(to right, #00c072, #00b269);
  -ms-background: linear-gradient(to right, #00c072, #00b269);
  -o-background: linear-gradient(to right, #00c072, #00b269);
  background: linear-gradient(to right, #00c072, #00b269);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #00b269;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(3),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(3), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #00b269, #00a360);
  -moz-background: linear-gradient(to right, #00b269, #00a360);
  -ms-background: linear-gradient(to right, #00b269, #00a360);
  -o-background: linear-gradient(to right, #00b269, #00a360);
  background: linear-gradient(to right, #00b269, #00a360);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00a360;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(4),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(4), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00a360, #009558);
  -moz-background: linear-gradient(to right, #00a360, #009558);
  -ms-background: linear-gradient(to right, #00a360, #009558);
  -o-background: linear-gradient(to right, #00a360, #009558);
  background: linear-gradient(to right, #00a360, #009558);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #009558;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(5),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(5), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #009558, #00864f);
  -moz-background: linear-gradient(to right, #009558, #00864f);
  -ms-background: linear-gradient(to right, #009558, #00864f);
  -o-background: linear-gradient(to right, #009558, #00864f);
  background: linear-gradient(to right, #009558, #00864f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00864f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(6),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(6), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00864f, #007847);
  -moz-background: linear-gradient(to right, #00864f, #007847);
  -ms-background: linear-gradient(to right, #00864f, #007847);
  -o-background: linear-gradient(to right, #00864f, #007847);
  background: linear-gradient(to right, #00864f, #007847);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #007847;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(7),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(7), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #007847, #00693e);
  -moz-background: linear-gradient(to right, #007847, #00693e);
  -ms-background: linear-gradient(to right, #007847, #00693e);
  -o-background: linear-gradient(to right, #007847, #00693e);
  background: linear-gradient(to right, #007847, #00693e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00693e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00693e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.tuck-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.tuck-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00693e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved {
  color: #00693e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -moz-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -ms-background: linear-gradient(to bottom, #00cf7a, #00c072);
  -o-background: linear-gradient(to bottom, #00cf7a, #00c072);
  background: linear-gradient(to bottom, #00cf7a, #00c072);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #00c072;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #00cf7a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #00c072, #00b269);
  -moz-background: linear-gradient(to bottom, #00c072, #00b269);
  -ms-background: linear-gradient(to bottom, #00c072, #00b269);
  -o-background: linear-gradient(to bottom, #00c072, #00b269);
  background: linear-gradient(to bottom, #00c072, #00b269);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #00b269;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #00c072;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #00b269, #00a360);
  -moz-background: linear-gradient(to bottom, #00b269, #00a360);
  -ms-background: linear-gradient(to bottom, #00b269, #00a360);
  -o-background: linear-gradient(to bottom, #00b269, #00a360);
  background: linear-gradient(to bottom, #00b269, #00a360);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00a360;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #00b269;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00a360, #009558);
  -moz-background: linear-gradient(to bottom, #00a360, #009558);
  -ms-background: linear-gradient(to bottom, #00a360, #009558);
  -o-background: linear-gradient(to bottom, #00a360, #009558);
  background: linear-gradient(to bottom, #00a360, #009558);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #009558;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00a360;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #009558, #00864f);
  -moz-background: linear-gradient(to bottom, #009558, #00864f);
  -ms-background: linear-gradient(to bottom, #009558, #00864f);
  -o-background: linear-gradient(to bottom, #009558, #00864f);
  background: linear-gradient(to bottom, #009558, #00864f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00864f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #009558;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00864f, #007847);
  -moz-background: linear-gradient(to bottom, #00864f, #007847);
  -ms-background: linear-gradient(to bottom, #00864f, #007847);
  -o-background: linear-gradient(to bottom, #00864f, #007847);
  background: linear-gradient(to bottom, #00864f, #007847);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #007847;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00864f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #007847, #00693e);
  -moz-background: linear-gradient(to bottom, #007847, #00693e);
  -ms-background: linear-gradient(to bottom, #007847, #00693e);
  -o-background: linear-gradient(to bottom, #007847, #00693e);
  background: linear-gradient(to bottom, #007847, #00693e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00693e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #007847;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00693e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00693e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.tuck-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.tuck-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00693e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #00693e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #00693e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #12312b, #0f392e);
  -moz-background: linear-gradient(to right, #12312b, #0f392e);
  -ms-background: linear-gradient(to right, #12312b, #0f392e);
  -o-background: linear-gradient(to right, #12312b, #0f392e);
  background: linear-gradient(to right, #12312b, #0f392e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0f392e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0f392e, #0d4130);
  -moz-background: linear-gradient(to right, #0f392e, #0d4130);
  -ms-background: linear-gradient(to right, #0f392e, #0d4130);
  -o-background: linear-gradient(to right, #0f392e, #0d4130);
  background: linear-gradient(to right, #0f392e, #0d4130);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0d4130;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0d4130, #0a4933);
  -moz-background: linear-gradient(to right, #0d4130, #0a4933);
  -ms-background: linear-gradient(to right, #0d4130, #0a4933);
  -o-background: linear-gradient(to right, #0d4130, #0a4933);
  background: linear-gradient(to right, #0d4130, #0a4933);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0a4933;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0a4933, #085136);
  -moz-background: linear-gradient(to right, #0a4933, #085136);
  -ms-background: linear-gradient(to right, #0a4933, #085136);
  -o-background: linear-gradient(to right, #0a4933, #085136);
  background: linear-gradient(to right, #0a4933, #085136);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #085136;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #085136, #055939);
  -moz-background: linear-gradient(to right, #085136, #055939);
  -ms-background: linear-gradient(to right, #085136, #055939);
  -o-background: linear-gradient(to right, #085136, #055939);
  background: linear-gradient(to right, #085136, #055939);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #055939;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #055939, #03613b);
  -moz-background: linear-gradient(to right, #055939, #03613b);
  -ms-background: linear-gradient(to right, #055939, #03613b);
  -o-background: linear-gradient(to right, #055939, #03613b);
  background: linear-gradient(to right, #055939, #03613b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #03613b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #03613b, #00693e);
  -moz-background: linear-gradient(to right, #03613b, #00693e);
  -ms-background: linear-gradient(to right, #03613b, #00693e);
  -o-background: linear-gradient(to right, #03613b, #00693e);
  background: linear-gradient(to right, #03613b, #00693e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #00693e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #00693e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #00693e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #12312b, #0f392e);
  -moz-background: linear-gradient(to bottom, #12312b, #0f392e);
  -ms-background: linear-gradient(to bottom, #12312b, #0f392e);
  -o-background: linear-gradient(to bottom, #12312b, #0f392e);
  background: linear-gradient(to bottom, #12312b, #0f392e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0f392e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #12312b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f392e, #0d4130);
  -moz-background: linear-gradient(to bottom, #0f392e, #0d4130);
  -ms-background: linear-gradient(to bottom, #0f392e, #0d4130);
  -o-background: linear-gradient(to bottom, #0f392e, #0d4130);
  background: linear-gradient(to bottom, #0f392e, #0d4130);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0d4130;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0f392e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0d4130, #0a4933);
  -moz-background: linear-gradient(to bottom, #0d4130, #0a4933);
  -ms-background: linear-gradient(to bottom, #0d4130, #0a4933);
  -o-background: linear-gradient(to bottom, #0d4130, #0a4933);
  background: linear-gradient(to bottom, #0d4130, #0a4933);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0a4933;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0d4130;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a4933, #085136);
  -moz-background: linear-gradient(to bottom, #0a4933, #085136);
  -ms-background: linear-gradient(to bottom, #0a4933, #085136);
  -o-background: linear-gradient(to bottom, #0a4933, #085136);
  background: linear-gradient(to bottom, #0a4933, #085136);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #085136;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0a4933;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #085136, #055939);
  -moz-background: linear-gradient(to bottom, #085136, #055939);
  -ms-background: linear-gradient(to bottom, #085136, #055939);
  -o-background: linear-gradient(to bottom, #085136, #055939);
  background: linear-gradient(to bottom, #085136, #055939);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #055939;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #085136;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #055939, #03613b);
  -moz-background: linear-gradient(to bottom, #055939, #03613b);
  -ms-background: linear-gradient(to bottom, #055939, #03613b);
  -o-background: linear-gradient(to bottom, #055939, #03613b);
  background: linear-gradient(to bottom, #055939, #03613b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #03613b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #055939;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #03613b, #00693e);
  -moz-background: linear-gradient(to bottom, #03613b, #00693e);
  -ms-background: linear-gradient(to bottom, #03613b, #00693e);
  -o-background: linear-gradient(to bottom, #03613b, #00693e);
  background: linear-gradient(to bottom, #03613b, #00693e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #00693e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #03613b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #00693e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #00693e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.tuck-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.tuck-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.tuck-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.tuck-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #00693e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .referrals-advocate__overlay {
  background-color: #00693e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .referrals-advocate__steps-circle {
  fill: #00693e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .referrals-advocate__testimonial {
  background-color: #00693e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #00693e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.tuck-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #00693e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .terms__title {
  border-color: #12312b;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .terms__links {
  color: #00693e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.tuck-executive-education .referral-tooltip__image path {
  fill: #00693e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.tuck-executive-education .main-header,
.tuck-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #15284b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.uc-berkeley-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #0d182d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .main-header__menu__btn:hover, .white-label.uc-berkeley-executive-education .main-header__menu__btn:focus, .white-label.uc-berkeley-executive-education .main-header__menu__btn:active, .white-label.uc-berkeley-executive-education .main-header__menu__btn:checked, .white-label.uc-berkeley-executive-education .main-header__menu__btn:focus:hover, .white-label.uc-berkeley-executive-education .main-header__menu__btn:focus:active, .white-label.uc-berkeley-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.uc-berkeley-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.uc-berkeley-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.uc-berkeley-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.uc-berkeley-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:hover,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:focus,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:active,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:checked,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:focus:hover,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:focus:active,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.uc-berkeley-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #15284b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .main-header .nav__link:hover, .white-label.uc-berkeley-executive-education .main-header .nav__link:focus, .white-label.uc-berkeley-executive-education .main-header .nav__link:active, .white-label.uc-berkeley-executive-education .main-header .nav__link:checked, .white-label.uc-berkeley-executive-education .main-header .nav__link:focus:hover, .white-label.uc-berkeley-executive-education .main-header .nav__link:focus:active, .white-label.uc-berkeley-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.uc-berkeley-executive-education .main-header .nav__link:not(:disabled):active, .white-label.uc-berkeley-executive-education .main-header .nav__link:not(.disabled):active, .white-label.uc-berkeley-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.uc-berkeley-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:hover,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:focus,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:active,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:checked,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:focus:hover,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:focus:active,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.uc-berkeley-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #0d182d;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education.signed-out .btn:not(.btn--social), .white-label.uc-berkeley-executive-education.signed-in .btn--primary {
  background-color: #fdb515;
  border-color: #fdb515;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.uc-berkeley-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.uc-berkeley-executive-education.signed-out .btn:not(.btn--social):active, .white-label.uc-berkeley-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.uc-berkeley-executive-education.signed-in .btn--primary:hover, .white-label.uc-berkeley-executive-education.signed-in .btn--primary:focus, .white-label.uc-berkeley-executive-education.signed-in .btn--primary:active, .white-label.uc-berkeley-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #fdb515;
  box-shadow: none;
  color: #fdb515;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .nav__btn:hover span,
.white-label.uc-berkeley-executive-education .nav__btn:hover span::after,
.white-label.uc-berkeley-executive-education .nav__btn:hover span::before,
.white-label.uc-berkeley-executive-education .nav__btn:focus span,
.white-label.uc-berkeley-executive-education .nav__btn:focus span::after,
.white-label.uc-berkeley-executive-education .nav__btn:focus span::before {
  background-color: #15284b;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.uc-berkeley-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #15284b;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #15284b;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__list li:hover::after {
  border-color: rgba(21, 40, 75, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__list li:hover .heading-3 {
  color: #15284b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .profile__link:hover, .white-label.uc-berkeley-executive-education .profile__link:focus, .white-label.uc-berkeley-executive-education .profile__link:active, .white-label.uc-berkeley-executive-education .profile__link:checked, .white-label.uc-berkeley-executive-education .profile__link:focus:hover, .white-label.uc-berkeley-executive-education .profile__link:focus:active, .white-label.uc-berkeley-executive-education .profile__link:not(:disabled):hover, .white-label.uc-berkeley-executive-education .profile__link:not(:disabled):active, .white-label.uc-berkeley-executive-education .profile__link:not(.disabled):active, .white-label.uc-berkeley-executive-education .profile__link:not(:disabled):active:focus, .white-label.uc-berkeley-executive-education .profile__link:not(.disabled):active:focus {
  color: #15284b;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .profile__actions:hover .profile__icn g,
.white-label.uc-berkeley-executive-education .profile__actions:focus .profile__icn g {
  fill: #15284b;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .students__classmate:hover .students__thumbnail,
.white-label.uc-berkeley-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #15284b, 0 0 0 1px #15284b inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .pagination__page-link:hover::after {
  border-color: rgba(21, 40, 75, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modal__bg-icn {
  fill: #15284b;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .payments__paragraph--initial, .white-label.uc-berkeley-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .form__input:-webkit-autofill, .white-label.uc-berkeley-executive-education .StripeElement:-webkit-autofill, .white-label.uc-berkeley-executive-education .form__input:-webkit-autofill:focus, .white-label.uc-berkeley-executive-education .form__input:-internal-autofill-selected, .white-label.uc-berkeley-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(253, 181, 21, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(253, 181, 21, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(253, 181, 21, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(253, 181, 21, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(253, 181, 21, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .form__input:-moz-autofill, .white-label.uc-berkeley-executive-education .StripeElement:-moz-autofill, .white-label.uc-berkeley-executive-education .form__input:-moz-autofill-preview, .white-label.uc-berkeley-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(253, 181, 21, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .form-radio__input:hover + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:hover + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:focus + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:focus + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:active + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:active + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:checked + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:checked + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:focus:hover + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:focus:active + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.uc-berkeley-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.uc-berkeley-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #15284b;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.uc-berkeley-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #15284b inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .form-check-input:checked + label::before, .white-label.uc-berkeley-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #15284b;
  border-color: #15284b;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.uc-berkeley-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.uc-berkeley-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.uc-berkeley-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #15284b;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #15284b;
  border: 3px solid #15284b;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .enrollment__icon path {
  fill: #fdb515;
  stroke: #fdb515;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .enrollment__icon tspan {
  fill: #fdb515;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__tasks li:hover::after, .white-label.uc-berkeley-executive-education .modules__tasks li.selected::after {
  border-color: rgba(21, 40, 75, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__tasks li::before {
  color: rgba(21, 40, 75, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(21, 40, 75, 0.4);
  border-color: rgba(21, 40, 75, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.uc-berkeley-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(21, 40, 75, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .tabs__li:hover {
  border-color: rgba(21, 40, 75, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .tabs__label {
  border-bottom-color: #15284b;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.uc-berkeley-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #15284b;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .survey__success .check {
  fill: #15284b;
  stroke: #15284b;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .electives__checkbox:checked + label::before,
.white-label.uc-berkeley-executive-education .program-card__checkbox:checked + label::before {
  background-color: #15284b;
  border-color: #15284b;
  color: #15284b;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.uc-berkeley-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #15284b;
  box-shadow: 0 0 0 1px #15284b inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .canvas-assignments__submission-type::before {
  border-color: #15284b;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .canvas-assignments__submission-type::after {
  border-color: #15284b;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(21, 40, 75, 0.1);
  border-color: #15284b;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.uc-berkeley-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(21, 40, 75, 0.1);
  border-color: #15284b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(1),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(1), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2b539b, #284c8f);
  -moz-background: linear-gradient(to right, #2b539b, #284c8f);
  -ms-background: linear-gradient(to right, #2b539b, #284c8f);
  -o-background: linear-gradient(to right, #2b539b, #284c8f);
  background: linear-gradient(to right, #2b539b, #284c8f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #284c8f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(2),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(2), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #284c8f, #254684);
  -moz-background: linear-gradient(to right, #284c8f, #254684);
  -ms-background: linear-gradient(to right, #284c8f, #254684);
  -o-background: linear-gradient(to right, #284c8f, #254684);
  background: linear-gradient(to right, #284c8f, #254684);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #254684;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(3),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(3), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #254684, #224079);
  -moz-background: linear-gradient(to right, #254684, #224079);
  -ms-background: linear-gradient(to right, #254684, #224079);
  -o-background: linear-gradient(to right, #254684, #224079);
  background: linear-gradient(to right, #254684, #224079);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #224079;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(4),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(4), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #224079, #1f3a6d);
  -moz-background: linear-gradient(to right, #224079, #1f3a6d);
  -ms-background: linear-gradient(to right, #224079, #1f3a6d);
  -o-background: linear-gradient(to right, #224079, #1f3a6d);
  background: linear-gradient(to right, #224079, #1f3a6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1f3a6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(5),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(5), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1f3a6d, #1b3462);
  -moz-background: linear-gradient(to right, #1f3a6d, #1b3462);
  -ms-background: linear-gradient(to right, #1f3a6d, #1b3462);
  -o-background: linear-gradient(to right, #1f3a6d, #1b3462);
  background: linear-gradient(to right, #1f3a6d, #1b3462);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1b3462;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(6),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(6), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1b3462, #182e56);
  -moz-background: linear-gradient(to right, #1b3462, #182e56);
  -ms-background: linear-gradient(to right, #1b3462, #182e56);
  -o-background: linear-gradient(to right, #1b3462, #182e56);
  background: linear-gradient(to right, #1b3462, #182e56);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #182e56;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(7),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(7), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #182e56, #15284b);
  -moz-background: linear-gradient(to right, #182e56, #15284b);
  -ms-background: linear-gradient(to right, #182e56, #15284b);
  -o-background: linear-gradient(to right, #182e56, #15284b);
  background: linear-gradient(to right, #182e56, #15284b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #15284b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #15284b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.uc-berkeley-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #15284b;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved {
  color: #15284b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2b539b, #284c8f);
  -moz-background: linear-gradient(to bottom, #2b539b, #284c8f);
  -ms-background: linear-gradient(to bottom, #2b539b, #284c8f);
  -o-background: linear-gradient(to bottom, #2b539b, #284c8f);
  background: linear-gradient(to bottom, #2b539b, #284c8f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #284c8f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2b539b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #284c8f, #254684);
  -moz-background: linear-gradient(to bottom, #284c8f, #254684);
  -ms-background: linear-gradient(to bottom, #284c8f, #254684);
  -o-background: linear-gradient(to bottom, #284c8f, #254684);
  background: linear-gradient(to bottom, #284c8f, #254684);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #254684;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #284c8f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #254684, #224079);
  -moz-background: linear-gradient(to bottom, #254684, #224079);
  -ms-background: linear-gradient(to bottom, #254684, #224079);
  -o-background: linear-gradient(to bottom, #254684, #224079);
  background: linear-gradient(to bottom, #254684, #224079);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #224079;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #254684;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #224079, #1f3a6d);
  -moz-background: linear-gradient(to bottom, #224079, #1f3a6d);
  -ms-background: linear-gradient(to bottom, #224079, #1f3a6d);
  -o-background: linear-gradient(to bottom, #224079, #1f3a6d);
  background: linear-gradient(to bottom, #224079, #1f3a6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1f3a6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #224079;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f3a6d, #1b3462);
  -moz-background: linear-gradient(to bottom, #1f3a6d, #1b3462);
  -ms-background: linear-gradient(to bottom, #1f3a6d, #1b3462);
  -o-background: linear-gradient(to bottom, #1f3a6d, #1b3462);
  background: linear-gradient(to bottom, #1f3a6d, #1b3462);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1b3462;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1f3a6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b3462, #182e56);
  -moz-background: linear-gradient(to bottom, #1b3462, #182e56);
  -ms-background: linear-gradient(to bottom, #1b3462, #182e56);
  -o-background: linear-gradient(to bottom, #1b3462, #182e56);
  background: linear-gradient(to bottom, #1b3462, #182e56);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #182e56;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1b3462;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #182e56, #15284b);
  -moz-background: linear-gradient(to bottom, #182e56, #15284b);
  -ms-background: linear-gradient(to bottom, #182e56, #15284b);
  -o-background: linear-gradient(to bottom, #182e56, #15284b);
  background: linear-gradient(to bottom, #182e56, #15284b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #15284b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #182e56;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #15284b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #15284b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.uc-berkeley-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.uc-berkeley-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #15284b;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #15284b;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #15284b;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #fdb515, #dca11d);
  -moz-background: linear-gradient(to right, #fdb515, #dca11d);
  -ms-background: linear-gradient(to right, #fdb515, #dca11d);
  -o-background: linear-gradient(to right, #fdb515, #dca11d);
  background: linear-gradient(to right, #fdb515, #dca11d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #dca11d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #dca11d, #bb8d24);
  -moz-background: linear-gradient(to right, #dca11d, #bb8d24);
  -ms-background: linear-gradient(to right, #dca11d, #bb8d24);
  -o-background: linear-gradient(to right, #dca11d, #bb8d24);
  background: linear-gradient(to right, #dca11d, #bb8d24);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #bb8d24;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #bb8d24, #9a792c);
  -moz-background: linear-gradient(to right, #bb8d24, #9a792c);
  -ms-background: linear-gradient(to right, #bb8d24, #9a792c);
  -o-background: linear-gradient(to right, #bb8d24, #9a792c);
  background: linear-gradient(to right, #bb8d24, #9a792c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #9a792c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #9a792c, #786434);
  -moz-background: linear-gradient(to right, #9a792c, #786434);
  -ms-background: linear-gradient(to right, #9a792c, #786434);
  -o-background: linear-gradient(to right, #9a792c, #786434);
  background: linear-gradient(to right, #9a792c, #786434);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #786434;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #786434, #57503c);
  -moz-background: linear-gradient(to right, #786434, #57503c);
  -ms-background: linear-gradient(to right, #786434, #57503c);
  -o-background: linear-gradient(to right, #786434, #57503c);
  background: linear-gradient(to right, #786434, #57503c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #57503c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #57503c, #363c43);
  -moz-background: linear-gradient(to right, #57503c, #363c43);
  -ms-background: linear-gradient(to right, #57503c, #363c43);
  -o-background: linear-gradient(to right, #57503c, #363c43);
  background: linear-gradient(to right, #57503c, #363c43);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #363c43;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #363c43, #15284b);
  -moz-background: linear-gradient(to right, #363c43, #15284b);
  -ms-background: linear-gradient(to right, #363c43, #15284b);
  -o-background: linear-gradient(to right, #363c43, #15284b);
  background: linear-gradient(to right, #363c43, #15284b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #15284b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #15284b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #15284b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #fdb515, #dca11d);
  -moz-background: linear-gradient(to bottom, #fdb515, #dca11d);
  -ms-background: linear-gradient(to bottom, #fdb515, #dca11d);
  -o-background: linear-gradient(to bottom, #fdb515, #dca11d);
  background: linear-gradient(to bottom, #fdb515, #dca11d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #dca11d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #fdb515;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #dca11d, #bb8d24);
  -moz-background: linear-gradient(to bottom, #dca11d, #bb8d24);
  -ms-background: linear-gradient(to bottom, #dca11d, #bb8d24);
  -o-background: linear-gradient(to bottom, #dca11d, #bb8d24);
  background: linear-gradient(to bottom, #dca11d, #bb8d24);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #bb8d24;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #dca11d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #bb8d24, #9a792c);
  -moz-background: linear-gradient(to bottom, #bb8d24, #9a792c);
  -ms-background: linear-gradient(to bottom, #bb8d24, #9a792c);
  -o-background: linear-gradient(to bottom, #bb8d24, #9a792c);
  background: linear-gradient(to bottom, #bb8d24, #9a792c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #9a792c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #bb8d24;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #9a792c, #786434);
  -moz-background: linear-gradient(to bottom, #9a792c, #786434);
  -ms-background: linear-gradient(to bottom, #9a792c, #786434);
  -o-background: linear-gradient(to bottom, #9a792c, #786434);
  background: linear-gradient(to bottom, #9a792c, #786434);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #786434;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #9a792c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #786434, #57503c);
  -moz-background: linear-gradient(to bottom, #786434, #57503c);
  -ms-background: linear-gradient(to bottom, #786434, #57503c);
  -o-background: linear-gradient(to bottom, #786434, #57503c);
  background: linear-gradient(to bottom, #786434, #57503c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #57503c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #786434;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #57503c, #363c43);
  -moz-background: linear-gradient(to bottom, #57503c, #363c43);
  -ms-background: linear-gradient(to bottom, #57503c, #363c43);
  -o-background: linear-gradient(to bottom, #57503c, #363c43);
  background: linear-gradient(to bottom, #57503c, #363c43);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #363c43;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #57503c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #363c43, #15284b);
  -moz-background: linear-gradient(to bottom, #363c43, #15284b);
  -ms-background: linear-gradient(to bottom, #363c43, #15284b);
  -o-background: linear-gradient(to bottom, #363c43, #15284b);
  background: linear-gradient(to bottom, #363c43, #15284b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #15284b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #363c43;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #15284b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #15284b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.uc-berkeley-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.uc-berkeley-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.uc-berkeley-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.uc-berkeley-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #15284b;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .referrals-advocate__overlay {
  background-color: #15284b;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .referrals-advocate__steps-circle {
  fill: #15284b;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .referrals-advocate__testimonial {
  background-color: #15284b;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #15284b;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.uc-berkeley-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #15284b;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .terms__title {
  border-color: #fdb515;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .terms__links {
  color: #15284b;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-executive-education .referral-tooltip__image path {
  fill: #15284b;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.uc-berkeley-executive-education .main-header,
.uc-berkeley-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #003262;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.uc-berkeley-extension div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #001e3c;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .main-header__menu__btn:hover, .white-label.uc-berkeley-extension .main-header__menu__btn:focus, .white-label.uc-berkeley-extension .main-header__menu__btn:active, .white-label.uc-berkeley-extension .main-header__menu__btn:checked, .white-label.uc-berkeley-extension .main-header__menu__btn:focus:hover, .white-label.uc-berkeley-extension .main-header__menu__btn:focus:active, .white-label.uc-berkeley-extension .main-header__menu__btn:not(:disabled):hover, .white-label.uc-berkeley-extension .main-header__menu__btn:not(:disabled):active, .white-label.uc-berkeley-extension .main-header__menu__btn:not(.disabled):active, .white-label.uc-berkeley-extension .main-header__menu__btn:not(:disabled):active:focus, .white-label.uc-berkeley-extension .main-header__menu__btn:not(.disabled):active:focus,
.white-label.uc-berkeley-extension .main-footer__menu__btn:hover,
.white-label.uc-berkeley-extension .main-footer__menu__btn:focus,
.white-label.uc-berkeley-extension .main-footer__menu__btn:active,
.white-label.uc-berkeley-extension .main-footer__menu__btn:checked,
.white-label.uc-berkeley-extension .main-footer__menu__btn:focus:hover,
.white-label.uc-berkeley-extension .main-footer__menu__btn:focus:active,
.white-label.uc-berkeley-extension .main-footer__menu__btn:not(:disabled):hover,
.white-label.uc-berkeley-extension .main-footer__menu__btn:not(:disabled):active,
.white-label.uc-berkeley-extension .main-footer__menu__btn:not(.disabled):active,
.white-label.uc-berkeley-extension .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.uc-berkeley-extension .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #003262;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .main-header .nav__link:hover, .white-label.uc-berkeley-extension .main-header .nav__link:focus, .white-label.uc-berkeley-extension .main-header .nav__link:active, .white-label.uc-berkeley-extension .main-header .nav__link:checked, .white-label.uc-berkeley-extension .main-header .nav__link:focus:hover, .white-label.uc-berkeley-extension .main-header .nav__link:focus:active, .white-label.uc-berkeley-extension .main-header .nav__link:not(:disabled):hover, .white-label.uc-berkeley-extension .main-header .nav__link:not(:disabled):active, .white-label.uc-berkeley-extension .main-header .nav__link:not(.disabled):active, .white-label.uc-berkeley-extension .main-header .nav__link:not(:disabled):active:focus, .white-label.uc-berkeley-extension .main-header .nav__link:not(.disabled):active:focus,
.white-label.uc-berkeley-extension .main-footer .nav__link:hover,
.white-label.uc-berkeley-extension .main-footer .nav__link:focus,
.white-label.uc-berkeley-extension .main-footer .nav__link:active,
.white-label.uc-berkeley-extension .main-footer .nav__link:checked,
.white-label.uc-berkeley-extension .main-footer .nav__link:focus:hover,
.white-label.uc-berkeley-extension .main-footer .nav__link:focus:active,
.white-label.uc-berkeley-extension .main-footer .nav__link:not(:disabled):hover,
.white-label.uc-berkeley-extension .main-footer .nav__link:not(:disabled):active,
.white-label.uc-berkeley-extension .main-footer .nav__link:not(.disabled):active,
.white-label.uc-berkeley-extension .main-footer .nav__link:not(:disabled):active:focus,
.white-label.uc-berkeley-extension .main-footer .nav__link:not(.disabled):active:focus {
  color: #001e3c;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension.signed-out .btn:not(.btn--social), .white-label.uc-berkeley-extension.signed-in .btn--primary {
  background-color: #003262;
  border-color: #003262;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.signed-out .btn:not(.btn--social):hover, .white-label.uc-berkeley-extension.signed-out .btn:not(.btn--social):focus, .white-label.uc-berkeley-extension.signed-out .btn:not(.btn--social):active, .white-label.uc-berkeley-extension.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.uc-berkeley-extension.signed-in .btn--primary:hover, .white-label.uc-berkeley-extension.signed-in .btn--primary:focus, .white-label.uc-berkeley-extension.signed-in .btn--primary:active, .white-label.uc-berkeley-extension.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #003262;
  box-shadow: none;
  color: #003262;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .nav__btn:hover span,
.white-label.uc-berkeley-extension .nav__btn:hover span::after,
.white-label.uc-berkeley-extension .nav__btn:hover span::before,
.white-label.uc-berkeley-extension .nav__btn:focus span,
.white-label.uc-berkeley-extension .nav__btn:focus span::after,
.white-label.uc-berkeley-extension .nav__btn:focus span::before {
  background-color: #003262;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.uc-berkeley-extension .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #003262;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .nav__sidebar ul .profile__no-menu-link:hover {
  color: #003262;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__list li:hover::after {
  border-color: rgba(0, 50, 98, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__list li:hover .heading-3 {
  color: #003262;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .profile__link:hover, .white-label.uc-berkeley-extension .profile__link:focus, .white-label.uc-berkeley-extension .profile__link:active, .white-label.uc-berkeley-extension .profile__link:checked, .white-label.uc-berkeley-extension .profile__link:focus:hover, .white-label.uc-berkeley-extension .profile__link:focus:active, .white-label.uc-berkeley-extension .profile__link:not(:disabled):hover, .white-label.uc-berkeley-extension .profile__link:not(:disabled):active, .white-label.uc-berkeley-extension .profile__link:not(.disabled):active, .white-label.uc-berkeley-extension .profile__link:not(:disabled):active:focus, .white-label.uc-berkeley-extension .profile__link:not(.disabled):active:focus {
  color: #003262;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .profile__actions:hover .profile__icn g,
.white-label.uc-berkeley-extension .profile__actions:focus .profile__icn g {
  fill: #003262;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .students__classmate:hover .students__thumbnail,
.white-label.uc-berkeley-extension .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #003262, 0 0 0 1px #003262 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .pagination__page-link:hover::after {
  border-color: rgba(0, 50, 98, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modal__bg-icn {
  fill: #003262;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .payments__paragraph--initial, .white-label.uc-berkeley-extension .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .form__input:-webkit-autofill, .white-label.uc-berkeley-extension .StripeElement:-webkit-autofill, .white-label.uc-berkeley-extension .form__input:-webkit-autofill:focus, .white-label.uc-berkeley-extension .form__input:-internal-autofill-selected, .white-label.uc-berkeley-extension .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 50, 98, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 50, 98, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 50, 98, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 50, 98, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 50, 98, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .form__input:-moz-autofill, .white-label.uc-berkeley-extension .StripeElement:-moz-autofill, .white-label.uc-berkeley-extension .form__input:-moz-autofill-preview, .white-label.uc-berkeley-extension .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 50, 98, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .form-radio__input:hover + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:hover + label::before, .white-label.uc-berkeley-extension .form-radio__input:focus + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:focus + label::before, .white-label.uc-berkeley-extension .form-radio__input:active + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:active + label::before, .white-label.uc-berkeley-extension .form-radio__input:checked + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:checked + label::before, .white-label.uc-berkeley-extension .form-radio__input:focus:hover + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:focus:hover + label::before, .white-label.uc-berkeley-extension .form-radio__input:focus:active + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:focus:active + label::before, .white-label.uc-berkeley-extension .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:not(:disabled):hover + label::before, .white-label.uc-berkeley-extension .form-radio__input:not(:disabled):active + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:not(:disabled):active + label::before, .white-label.uc-berkeley-extension .form-radio__input:not(.disabled):active + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:not(.disabled):active + label::before, .white-label.uc-berkeley-extension .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:not(:disabled):active:focus + label::before, .white-label.uc-berkeley-extension .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.uc-berkeley-extension .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #003262;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .form-radio__input:hover + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:focus + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:active + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:checked + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:focus:hover + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:focus:active + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.uc-berkeley-extension .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #003262 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .form-check-input:checked + label::before, .white-label.uc-berkeley-extension .form-check-input:checked + label.collection_radio_buttons::before {
  background: #003262;
  border-color: #003262;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .form-check-input:valid:focus:checked + label::before, .white-label.uc-berkeley-extension .form-check-input.valid:focus:checked + label::before, .white-label.uc-berkeley-extension .form-check-input--valid:focus:checked + label::before, .white-label.uc-berkeley-extension .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #003262;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .electives .form-radio__input:checked + label::before {
  background-color: #003262;
  border: 3px solid #003262;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .enrollment__icon path {
  fill: #003262;
  stroke: #003262;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .enrollment__icon tspan {
  fill: #003262;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__tasks li:hover::after, .white-label.uc-berkeley-extension .modules__tasks li.selected::after {
  border-color: rgba(0, 50, 98, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__tasks li::before {
  color: rgba(0, 50, 98, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 50, 98, 0.4);
  border-color: rgba(0, 50, 98, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .modules__tasks li .modules__btn:hover::after, .white-label.uc-berkeley-extension .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 50, 98, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .tabs__li:hover {
  border-color: rgba(0, 50, 98, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .tabs__label {
  border-bottom-color: #003262;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.uc-berkeley-extension .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #003262;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .survey__success .check {
  fill: #003262;
  stroke: #003262;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .electives__checkbox:checked + label::before,
.white-label.uc-berkeley-extension .program-card__checkbox:checked + label::before {
  background-color: #003262;
  border-color: #003262;
  color: #003262;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .electives__checkbox:checked ~ .program-card__content,
.white-label.uc-berkeley-extension .program-card__checkbox:checked ~ .program-card__content {
  border-color: #003262;
  box-shadow: 0 0 0 1px #003262 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .canvas-assignments__submission-type::before {
  border-color: #003262;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .canvas-assignments__submission-type::after {
  border-color: #003262;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 50, 98, 0.1);
  border-color: #003262;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .canvas-assignments__submission-type.typed--selected, .white-label.uc-berkeley-extension .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 50, 98, 0.1);
  border-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(1),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(1), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0066c8, #005fb9);
  -moz-background: linear-gradient(to right, #0066c8, #005fb9);
  -ms-background: linear-gradient(to right, #0066c8, #005fb9);
  -o-background: linear-gradient(to right, #0066c8, #005fb9);
  background: linear-gradient(to right, #0066c8, #005fb9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(1)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(1)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #005fb9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(2),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(2), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #005fb9, #0057ab);
  -moz-background: linear-gradient(to right, #005fb9, #0057ab);
  -ms-background: linear-gradient(to right, #005fb9, #0057ab);
  -o-background: linear-gradient(to right, #005fb9, #0057ab);
  background: linear-gradient(to right, #005fb9, #0057ab);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(2)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(2)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0057ab;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(3),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(3), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0057ab, #00509c);
  -moz-background: linear-gradient(to right, #0057ab, #00509c);
  -ms-background: linear-gradient(to right, #0057ab, #00509c);
  -o-background: linear-gradient(to right, #0057ab, #00509c);
  background: linear-gradient(to right, #0057ab, #00509c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(3)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(3)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #00509c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(4),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(4), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #00509c, #00488e);
  -moz-background: linear-gradient(to right, #00509c, #00488e);
  -ms-background: linear-gradient(to right, #00509c, #00488e);
  -o-background: linear-gradient(to right, #00509c, #00488e);
  background: linear-gradient(to right, #00509c, #00488e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(4)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(4)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #00488e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(5),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(5), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #00488e, #00417f);
  -moz-background: linear-gradient(to right, #00488e, #00417f);
  -ms-background: linear-gradient(to right, #00488e, #00417f);
  -o-background: linear-gradient(to right, #00488e, #00417f);
  background: linear-gradient(to right, #00488e, #00417f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(5)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(5)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #00417f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(6),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(6), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #00417f, #003971);
  -moz-background: linear-gradient(to right, #00417f, #003971);
  -ms-background: linear-gradient(to right, #00417f, #003971);
  -o-background: linear-gradient(to right, #00417f, #003971);
  background: linear-gradient(to right, #00417f, #003971);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(6)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(6)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #003971;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(7),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(7), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #003971, #003262);
  -moz-background: linear-gradient(to right, #003971, #003262);
  -ms-background: linear-gradient(to right, #003971, #003262);
  -o-background: linear-gradient(to right, #003971, #003262);
  background: linear-gradient(to right, #003971, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(7)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(7)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #003262;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(n+8),
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(n+8), .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #003262;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .step--active:nth-child(n+8)::after,
.white-label.uc-berkeley-extension .steps--progress .step--completed:nth-child(n+8)::after, .white-label.uc-berkeley-extension .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #003262;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0066c8, #005fb9);
  -moz-background: linear-gradient(to bottom, #0066c8, #005fb9);
  -ms-background: linear-gradient(to bottom, #0066c8, #005fb9);
  -o-background: linear-gradient(to bottom, #0066c8, #005fb9);
  background: linear-gradient(to bottom, #0066c8, #005fb9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #005fb9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0066c8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #005fb9, #0057ab);
  -moz-background: linear-gradient(to bottom, #005fb9, #0057ab);
  -ms-background: linear-gradient(to bottom, #005fb9, #0057ab);
  -o-background: linear-gradient(to bottom, #005fb9, #0057ab);
  background: linear-gradient(to bottom, #005fb9, #0057ab);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0057ab;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #005fb9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0057ab, #00509c);
  -moz-background: linear-gradient(to bottom, #0057ab, #00509c);
  -ms-background: linear-gradient(to bottom, #0057ab, #00509c);
  -o-background: linear-gradient(to bottom, #0057ab, #00509c);
  background: linear-gradient(to bottom, #0057ab, #00509c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #00509c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0057ab;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #00509c, #00488e);
  -moz-background: linear-gradient(to bottom, #00509c, #00488e);
  -ms-background: linear-gradient(to bottom, #00509c, #00488e);
  -o-background: linear-gradient(to bottom, #00509c, #00488e);
  background: linear-gradient(to bottom, #00509c, #00488e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #00488e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #00509c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #00488e, #00417f);
  -moz-background: linear-gradient(to bottom, #00488e, #00417f);
  -ms-background: linear-gradient(to bottom, #00488e, #00417f);
  -o-background: linear-gradient(to bottom, #00488e, #00417f);
  background: linear-gradient(to bottom, #00488e, #00417f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #00417f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #00488e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #00417f, #003971);
  -moz-background: linear-gradient(to bottom, #00417f, #003971);
  -ms-background: linear-gradient(to bottom, #00417f, #003971);
  -o-background: linear-gradient(to bottom, #00417f, #003971);
  background: linear-gradient(to bottom, #00417f, #003971);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #003971;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #00417f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #003971, #003262);
  -moz-background: linear-gradient(to bottom, #003971, #003262);
  -ms-background: linear-gradient(to bottom, #003971, #003262);
  -o-background: linear-gradient(to bottom, #003971, #003262);
  background: linear-gradient(to bottom, #003971, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #003971;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #003262;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #003262;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.uc-berkeley-extension .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.uc-berkeley-extension .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #003262;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .sidebar .steps .steps__label-toggle {
  background-color: #003262;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .sidebar .steps .step--active {
  border-left: 0.5rem solid #003262;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #003262;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #003262, #003262);
  -moz-background: linear-gradient(to right, #003262, #003262);
  -ms-background: linear-gradient(to right, #003262, #003262);
  -o-background: linear-gradient(to right, #003262, #003262);
  background: linear-gradient(to right, #003262, #003262);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #003262;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #003262;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #003262;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #003262, #003262);
  -moz-background: linear-gradient(to bottom, #003262, #003262);
  -ms-background: linear-gradient(to bottom, #003262, #003262);
  -o-background: linear-gradient(to bottom, #003262, #003262);
  background: linear-gradient(to bottom, #003262, #003262);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #003262;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #003262;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #003262;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #003262;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.uc-berkeley-extension.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.uc-berkeley-extension.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.uc-berkeley-extension.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.uc-berkeley-extension.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #003262;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .referrals-advocate__overlay {
  background-color: #003262;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .referrals-advocate__steps-circle {
  fill: #003262;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .referrals-advocate__testimonial {
  background-color: #003262;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #003262;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.uc-berkeley-extension .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #003262;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .terms__title {
  border-color: #003262;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .terms__links {
  color: #003262;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.uc-berkeley-extension .referral-tooltip__image path {
  fill: #003262;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.uc-berkeley-extension .main-header,
.uc-berkeley-extension .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #2774ae;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.ucla-anderson-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #205f8f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .main-header__menu__btn:hover, .white-label.ucla-anderson-executive-education .main-header__menu__btn:focus, .white-label.ucla-anderson-executive-education .main-header__menu__btn:active, .white-label.ucla-anderson-executive-education .main-header__menu__btn:checked, .white-label.ucla-anderson-executive-education .main-header__menu__btn:focus:hover, .white-label.ucla-anderson-executive-education .main-header__menu__btn:focus:active, .white-label.ucla-anderson-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.ucla-anderson-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.ucla-anderson-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.ucla-anderson-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.ucla-anderson-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:hover,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:focus,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:active,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:checked,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:focus:hover,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:focus:active,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.ucla-anderson-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #2774ae;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .main-header .nav__link:hover, .white-label.ucla-anderson-executive-education .main-header .nav__link:focus, .white-label.ucla-anderson-executive-education .main-header .nav__link:active, .white-label.ucla-anderson-executive-education .main-header .nav__link:checked, .white-label.ucla-anderson-executive-education .main-header .nav__link:focus:hover, .white-label.ucla-anderson-executive-education .main-header .nav__link:focus:active, .white-label.ucla-anderson-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.ucla-anderson-executive-education .main-header .nav__link:not(:disabled):active, .white-label.ucla-anderson-executive-education .main-header .nav__link:not(.disabled):active, .white-label.ucla-anderson-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.ucla-anderson-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:hover,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:focus,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:active,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:checked,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:focus:hover,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:focus:active,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.ucla-anderson-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #205f8f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education.signed-out .btn:not(.btn--social), .white-label.ucla-anderson-executive-education.signed-in .btn--primary {
  background-color: #003b5c;
  border-color: #003b5c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.ucla-anderson-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.ucla-anderson-executive-education.signed-out .btn:not(.btn--social):active, .white-label.ucla-anderson-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.ucla-anderson-executive-education.signed-in .btn--primary:hover, .white-label.ucla-anderson-executive-education.signed-in .btn--primary:focus, .white-label.ucla-anderson-executive-education.signed-in .btn--primary:active, .white-label.ucla-anderson-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #003b5c;
  box-shadow: none;
  color: #003b5c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .nav__btn:hover span,
.white-label.ucla-anderson-executive-education .nav__btn:hover span::after,
.white-label.ucla-anderson-executive-education .nav__btn:hover span::before,
.white-label.ucla-anderson-executive-education .nav__btn:focus span,
.white-label.ucla-anderson-executive-education .nav__btn:focus span::after,
.white-label.ucla-anderson-executive-education .nav__btn:focus span::before {
  background-color: #2774ae;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.ucla-anderson-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #2774ae;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #2774ae;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__list li:hover::after {
  border-color: rgba(39, 116, 174, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__list li:hover .heading-3 {
  color: #2774ae;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .profile__link:hover, .white-label.ucla-anderson-executive-education .profile__link:focus, .white-label.ucla-anderson-executive-education .profile__link:active, .white-label.ucla-anderson-executive-education .profile__link:checked, .white-label.ucla-anderson-executive-education .profile__link:focus:hover, .white-label.ucla-anderson-executive-education .profile__link:focus:active, .white-label.ucla-anderson-executive-education .profile__link:not(:disabled):hover, .white-label.ucla-anderson-executive-education .profile__link:not(:disabled):active, .white-label.ucla-anderson-executive-education .profile__link:not(.disabled):active, .white-label.ucla-anderson-executive-education .profile__link:not(:disabled):active:focus, .white-label.ucla-anderson-executive-education .profile__link:not(.disabled):active:focus {
  color: #2774ae;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .profile__actions:hover .profile__icn g,
.white-label.ucla-anderson-executive-education .profile__actions:focus .profile__icn g {
  fill: #2774ae;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .students__classmate:hover .students__thumbnail,
.white-label.ucla-anderson-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #2774ae, 0 0 0 1px #2774ae inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .pagination__page-link:hover::after {
  border-color: rgba(39, 116, 174, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modal__bg-icn {
  fill: #2774ae;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .payments__paragraph--initial, .white-label.ucla-anderson-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .form__input:-webkit-autofill, .white-label.ucla-anderson-executive-education .StripeElement:-webkit-autofill, .white-label.ucla-anderson-executive-education .form__input:-webkit-autofill:focus, .white-label.ucla-anderson-executive-education .form__input:-internal-autofill-selected, .white-label.ucla-anderson-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 59, 92, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 59, 92, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 59, 92, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 59, 92, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 59, 92, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .form__input:-moz-autofill, .white-label.ucla-anderson-executive-education .StripeElement:-moz-autofill, .white-label.ucla-anderson-executive-education .form__input:-moz-autofill-preview, .white-label.ucla-anderson-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 59, 92, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .form-radio__input:hover + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:hover + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:focus + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:focus + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:active + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:active + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:checked + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:checked + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:focus:hover + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:focus:active + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.ucla-anderson-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.ucla-anderson-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #2774ae;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.ucla-anderson-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #2774ae inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .form-check-input:checked + label::before, .white-label.ucla-anderson-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #2774ae;
  border-color: #2774ae;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.ucla-anderson-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.ucla-anderson-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.ucla-anderson-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #2774ae;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #2774ae;
  border: 3px solid #2774ae;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .enrollment__icon path {
  fill: #003b5c;
  stroke: #003b5c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .enrollment__icon tspan {
  fill: #003b5c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__tasks li:hover::after, .white-label.ucla-anderson-executive-education .modules__tasks li.selected::after {
  border-color: rgba(39, 116, 174, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__tasks li::before {
  color: rgba(39, 116, 174, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(39, 116, 174, 0.4);
  border-color: rgba(39, 116, 174, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.ucla-anderson-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(39, 116, 174, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .tabs__li:hover {
  border-color: rgba(39, 116, 174, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .tabs__label {
  border-bottom-color: #2774ae;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.ucla-anderson-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #2774ae;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .survey__success .check {
  fill: #2774ae;
  stroke: #2774ae;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .electives__checkbox:checked + label::before,
.white-label.ucla-anderson-executive-education .program-card__checkbox:checked + label::before {
  background-color: #2774ae;
  border-color: #2774ae;
  color: #2774ae;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.ucla-anderson-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #2774ae;
  box-shadow: 0 0 0 1px #2774ae inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .canvas-assignments__submission-type::before {
  border-color: #2774ae;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .canvas-assignments__submission-type::after {
  border-color: #2774ae;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(39, 116, 174, 0.1);
  border-color: #2774ae;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.ucla-anderson-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(39, 116, 174, 0.1);
  border-color: #2774ae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(1),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(1), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #60a6db, #589fd5);
  -moz-background: linear-gradient(to right, #60a6db, #589fd5);
  -ms-background: linear-gradient(to right, #60a6db, #589fd5);
  -o-background: linear-gradient(to right, #60a6db, #589fd5);
  background: linear-gradient(to right, #60a6db, #589fd5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #589fd5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(2),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(2), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #589fd5, #5098ce);
  -moz-background: linear-gradient(to right, #589fd5, #5098ce);
  -ms-background: linear-gradient(to right, #589fd5, #5098ce);
  -o-background: linear-gradient(to right, #589fd5, #5098ce);
  background: linear-gradient(to right, #589fd5, #5098ce);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #5098ce;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(3),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(3), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #5098ce, #4791c8);
  -moz-background: linear-gradient(to right, #5098ce, #4791c8);
  -ms-background: linear-gradient(to right, #5098ce, #4791c8);
  -o-background: linear-gradient(to right, #5098ce, #4791c8);
  background: linear-gradient(to right, #5098ce, #4791c8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4791c8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(4),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(4), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4791c8, #3f8ac1);
  -moz-background: linear-gradient(to right, #4791c8, #3f8ac1);
  -ms-background: linear-gradient(to right, #4791c8, #3f8ac1);
  -o-background: linear-gradient(to right, #4791c8, #3f8ac1);
  background: linear-gradient(to right, #4791c8, #3f8ac1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #3f8ac1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(5),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(5), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #3f8ac1, #3782bb);
  -moz-background: linear-gradient(to right, #3f8ac1, #3782bb);
  -ms-background: linear-gradient(to right, #3f8ac1, #3782bb);
  -o-background: linear-gradient(to right, #3f8ac1, #3782bb);
  background: linear-gradient(to right, #3f8ac1, #3782bb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #3782bb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(6),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(6), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #3782bb, #2f7bb4);
  -moz-background: linear-gradient(to right, #3782bb, #2f7bb4);
  -ms-background: linear-gradient(to right, #3782bb, #2f7bb4);
  -o-background: linear-gradient(to right, #3782bb, #2f7bb4);
  background: linear-gradient(to right, #3782bb, #2f7bb4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2f7bb4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(7),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(7), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2f7bb4, #2774ae);
  -moz-background: linear-gradient(to right, #2f7bb4, #2774ae);
  -ms-background: linear-gradient(to right, #2f7bb4, #2774ae);
  -o-background: linear-gradient(to right, #2f7bb4, #2774ae);
  background: linear-gradient(to right, #2f7bb4, #2774ae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2774ae;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2774ae;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.ucla-anderson-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2774ae;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved {
  color: #2774ae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #60a6db, #589fd5);
  -moz-background: linear-gradient(to bottom, #60a6db, #589fd5);
  -ms-background: linear-gradient(to bottom, #60a6db, #589fd5);
  -o-background: linear-gradient(to bottom, #60a6db, #589fd5);
  background: linear-gradient(to bottom, #60a6db, #589fd5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #589fd5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #60a6db;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #589fd5, #5098ce);
  -moz-background: linear-gradient(to bottom, #589fd5, #5098ce);
  -ms-background: linear-gradient(to bottom, #589fd5, #5098ce);
  -o-background: linear-gradient(to bottom, #589fd5, #5098ce);
  background: linear-gradient(to bottom, #589fd5, #5098ce);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #5098ce;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #589fd5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #5098ce, #4791c8);
  -moz-background: linear-gradient(to bottom, #5098ce, #4791c8);
  -ms-background: linear-gradient(to bottom, #5098ce, #4791c8);
  -o-background: linear-gradient(to bottom, #5098ce, #4791c8);
  background: linear-gradient(to bottom, #5098ce, #4791c8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4791c8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #5098ce;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4791c8, #3f8ac1);
  -moz-background: linear-gradient(to bottom, #4791c8, #3f8ac1);
  -ms-background: linear-gradient(to bottom, #4791c8, #3f8ac1);
  -o-background: linear-gradient(to bottom, #4791c8, #3f8ac1);
  background: linear-gradient(to bottom, #4791c8, #3f8ac1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #3f8ac1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4791c8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #3f8ac1, #3782bb);
  -moz-background: linear-gradient(to bottom, #3f8ac1, #3782bb);
  -ms-background: linear-gradient(to bottom, #3f8ac1, #3782bb);
  -o-background: linear-gradient(to bottom, #3f8ac1, #3782bb);
  background: linear-gradient(to bottom, #3f8ac1, #3782bb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #3782bb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #3f8ac1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #3782bb, #2f7bb4);
  -moz-background: linear-gradient(to bottom, #3782bb, #2f7bb4);
  -ms-background: linear-gradient(to bottom, #3782bb, #2f7bb4);
  -o-background: linear-gradient(to bottom, #3782bb, #2f7bb4);
  background: linear-gradient(to bottom, #3782bb, #2f7bb4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2f7bb4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #3782bb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f7bb4, #2774ae);
  -moz-background: linear-gradient(to bottom, #2f7bb4, #2774ae);
  -ms-background: linear-gradient(to bottom, #2f7bb4, #2774ae);
  -o-background: linear-gradient(to bottom, #2f7bb4, #2774ae);
  background: linear-gradient(to bottom, #2f7bb4, #2774ae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2774ae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2f7bb4;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2774ae;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2774ae;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ucla-anderson-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ucla-anderson-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2774ae;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #2774ae;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #2774ae;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #003b5c, #064368);
  -moz-background: linear-gradient(to right, #003b5c, #064368);
  -ms-background: linear-gradient(to right, #003b5c, #064368);
  -o-background: linear-gradient(to right, #003b5c, #064368);
  background: linear-gradient(to right, #003b5c, #064368);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #064368;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #064368, #0b4b73);
  -moz-background: linear-gradient(to right, #064368, #0b4b73);
  -ms-background: linear-gradient(to right, #064368, #0b4b73);
  -o-background: linear-gradient(to right, #064368, #0b4b73);
  background: linear-gradient(to right, #064368, #0b4b73);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0b4b73;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0b4b73, #11537f);
  -moz-background: linear-gradient(to right, #0b4b73, #11537f);
  -ms-background: linear-gradient(to right, #0b4b73, #11537f);
  -o-background: linear-gradient(to right, #0b4b73, #11537f);
  background: linear-gradient(to right, #0b4b73, #11537f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #11537f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #11537f, #165c8b);
  -moz-background: linear-gradient(to right, #11537f, #165c8b);
  -ms-background: linear-gradient(to right, #11537f, #165c8b);
  -o-background: linear-gradient(to right, #11537f, #165c8b);
  background: linear-gradient(to right, #11537f, #165c8b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #165c8b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #165c8b, #1c6497);
  -moz-background: linear-gradient(to right, #165c8b, #1c6497);
  -ms-background: linear-gradient(to right, #165c8b, #1c6497);
  -o-background: linear-gradient(to right, #165c8b, #1c6497);
  background: linear-gradient(to right, #165c8b, #1c6497);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1c6497;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1c6497, #216ca2);
  -moz-background: linear-gradient(to right, #1c6497, #216ca2);
  -ms-background: linear-gradient(to right, #1c6497, #216ca2);
  -o-background: linear-gradient(to right, #1c6497, #216ca2);
  background: linear-gradient(to right, #1c6497, #216ca2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #216ca2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #216ca2, #2774ae);
  -moz-background: linear-gradient(to right, #216ca2, #2774ae);
  -ms-background: linear-gradient(to right, #216ca2, #2774ae);
  -o-background: linear-gradient(to right, #216ca2, #2774ae);
  background: linear-gradient(to right, #216ca2, #2774ae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #2774ae;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #2774ae;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #2774ae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #003b5c, #064368);
  -moz-background: linear-gradient(to bottom, #003b5c, #064368);
  -ms-background: linear-gradient(to bottom, #003b5c, #064368);
  -o-background: linear-gradient(to bottom, #003b5c, #064368);
  background: linear-gradient(to bottom, #003b5c, #064368);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #064368;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #003b5c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #064368, #0b4b73);
  -moz-background: linear-gradient(to bottom, #064368, #0b4b73);
  -ms-background: linear-gradient(to bottom, #064368, #0b4b73);
  -o-background: linear-gradient(to bottom, #064368, #0b4b73);
  background: linear-gradient(to bottom, #064368, #0b4b73);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0b4b73;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #064368;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b4b73, #11537f);
  -moz-background: linear-gradient(to bottom, #0b4b73, #11537f);
  -ms-background: linear-gradient(to bottom, #0b4b73, #11537f);
  -o-background: linear-gradient(to bottom, #0b4b73, #11537f);
  background: linear-gradient(to bottom, #0b4b73, #11537f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #11537f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0b4b73;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #11537f, #165c8b);
  -moz-background: linear-gradient(to bottom, #11537f, #165c8b);
  -ms-background: linear-gradient(to bottom, #11537f, #165c8b);
  -o-background: linear-gradient(to bottom, #11537f, #165c8b);
  background: linear-gradient(to bottom, #11537f, #165c8b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #165c8b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #11537f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #165c8b, #1c6497);
  -moz-background: linear-gradient(to bottom, #165c8b, #1c6497);
  -ms-background: linear-gradient(to bottom, #165c8b, #1c6497);
  -o-background: linear-gradient(to bottom, #165c8b, #1c6497);
  background: linear-gradient(to bottom, #165c8b, #1c6497);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1c6497;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #165c8b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1c6497, #216ca2);
  -moz-background: linear-gradient(to bottom, #1c6497, #216ca2);
  -ms-background: linear-gradient(to bottom, #1c6497, #216ca2);
  -o-background: linear-gradient(to bottom, #1c6497, #216ca2);
  background: linear-gradient(to bottom, #1c6497, #216ca2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #216ca2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1c6497;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #216ca2, #2774ae);
  -moz-background: linear-gradient(to bottom, #216ca2, #2774ae);
  -ms-background: linear-gradient(to bottom, #216ca2, #2774ae);
  -o-background: linear-gradient(to bottom, #216ca2, #2774ae);
  background: linear-gradient(to bottom, #216ca2, #2774ae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #2774ae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #216ca2;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #2774ae;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #2774ae;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ucla-anderson-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ucla-anderson-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.ucla-anderson-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.ucla-anderson-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #2774ae;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .referrals-advocate__overlay {
  background-color: #2774ae;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .referrals-advocate__steps-circle {
  fill: #2774ae;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .referrals-advocate__testimonial {
  background-color: #2774ae;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #2774ae;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.ucla-anderson-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #2774ae;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .terms__title {
  border-color: #003b5c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .terms__links {
  color: #2774ae;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.ucla-anderson-executive-education .referral-tooltip__image path {
  fill: #2774ae;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.ucla-anderson-executive-education .main-header,
.ucla-anderson-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #1da07f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-adolfo-ibanez div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #178065;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .main-header__menu__btn:hover, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:focus, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:active, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:checked, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:focus:hover, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:focus:active, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:not(:disabled):active, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:not(.disabled):active, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-adolfo-ibanez .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:hover,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:focus,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:active,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:checked,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:focus:hover,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:focus:active,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-adolfo-ibanez .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #1da07f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .main-header .nav__link:hover, .white-label.universidad-adolfo-ibanez .main-header .nav__link:focus, .white-label.universidad-adolfo-ibanez .main-header .nav__link:active, .white-label.universidad-adolfo-ibanez .main-header .nav__link:checked, .white-label.universidad-adolfo-ibanez .main-header .nav__link:focus:hover, .white-label.universidad-adolfo-ibanez .main-header .nav__link:focus:active, .white-label.universidad-adolfo-ibanez .main-header .nav__link:not(:disabled):hover, .white-label.universidad-adolfo-ibanez .main-header .nav__link:not(:disabled):active, .white-label.universidad-adolfo-ibanez .main-header .nav__link:not(.disabled):active, .white-label.universidad-adolfo-ibanez .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-adolfo-ibanez .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:hover,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:focus,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:active,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:checked,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:focus:hover,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:focus:active,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-adolfo-ibanez .main-footer .nav__link:not(.disabled):active:focus {
  color: #178065;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez.signed-out .btn:not(.btn--social), .white-label.universidad-adolfo-ibanez.signed-in .btn--primary {
  background-color: #fecb00;
  border-color: #fecb00;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.signed-out .btn:not(.btn--social):hover, .white-label.universidad-adolfo-ibanez.signed-out .btn:not(.btn--social):focus, .white-label.universidad-adolfo-ibanez.signed-out .btn:not(.btn--social):active, .white-label.universidad-adolfo-ibanez.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-adolfo-ibanez.signed-in .btn--primary:hover, .white-label.universidad-adolfo-ibanez.signed-in .btn--primary:focus, .white-label.universidad-adolfo-ibanez.signed-in .btn--primary:active, .white-label.universidad-adolfo-ibanez.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #fecb00;
  box-shadow: none;
  color: #fecb00;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .nav__btn:hover span,
.white-label.universidad-adolfo-ibanez .nav__btn:hover span::after,
.white-label.universidad-adolfo-ibanez .nav__btn:hover span::before,
.white-label.universidad-adolfo-ibanez .nav__btn:focus span,
.white-label.universidad-adolfo-ibanez .nav__btn:focus span::after,
.white-label.universidad-adolfo-ibanez .nav__btn:focus span::before {
  background-color: #1da07f;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-adolfo-ibanez .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #1da07f;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .nav__sidebar ul .profile__no-menu-link:hover {
  color: #1da07f;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__list li:hover::after {
  border-color: rgba(29, 160, 127, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__list li:hover .heading-3 {
  color: #1da07f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .profile__link:hover, .white-label.universidad-adolfo-ibanez .profile__link:focus, .white-label.universidad-adolfo-ibanez .profile__link:active, .white-label.universidad-adolfo-ibanez .profile__link:checked, .white-label.universidad-adolfo-ibanez .profile__link:focus:hover, .white-label.universidad-adolfo-ibanez .profile__link:focus:active, .white-label.universidad-adolfo-ibanez .profile__link:not(:disabled):hover, .white-label.universidad-adolfo-ibanez .profile__link:not(:disabled):active, .white-label.universidad-adolfo-ibanez .profile__link:not(.disabled):active, .white-label.universidad-adolfo-ibanez .profile__link:not(:disabled):active:focus, .white-label.universidad-adolfo-ibanez .profile__link:not(.disabled):active:focus {
  color: #1da07f;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .profile__actions:hover .profile__icn g,
.white-label.universidad-adolfo-ibanez .profile__actions:focus .profile__icn g {
  fill: #1da07f;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .students__classmate:hover .students__thumbnail,
.white-label.universidad-adolfo-ibanez .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #1da07f, 0 0 0 1px #1da07f inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .pagination__page-link:hover::after {
  border-color: rgba(29, 160, 127, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modal__bg-icn {
  fill: #1da07f;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .payments__paragraph--initial, .white-label.universidad-adolfo-ibanez .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .form__input:-webkit-autofill, .white-label.universidad-adolfo-ibanez .StripeElement:-webkit-autofill, .white-label.universidad-adolfo-ibanez .form__input:-webkit-autofill:focus, .white-label.universidad-adolfo-ibanez .form__input:-internal-autofill-selected, .white-label.universidad-adolfo-ibanez .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(254, 203, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(254, 203, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(254, 203, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(254, 203, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(254, 203, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .form__input:-moz-autofill, .white-label.universidad-adolfo-ibanez .StripeElement:-moz-autofill, .white-label.universidad-adolfo-ibanez .form__input:-moz-autofill-preview, .white-label.universidad-adolfo-ibanez .StripeElement:-moz-autofill-preview {
  filter: rgba(254, 203, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .form-radio__input:hover + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:hover + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:focus + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:focus + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:active + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:active + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:checked + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:checked + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:focus:hover + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:focus:active + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:focus:active + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-adolfo-ibanez .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-adolfo-ibanez .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #1da07f;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:active + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-adolfo-ibanez .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #1da07f inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .form-check-input:checked + label::before, .white-label.universidad-adolfo-ibanez .form-check-input:checked + label.collection_radio_buttons::before {
  background: #1da07f;
  border-color: #1da07f;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .form-check-input:valid:focus:checked + label::before, .white-label.universidad-adolfo-ibanez .form-check-input.valid:focus:checked + label::before, .white-label.universidad-adolfo-ibanez .form-check-input--valid:focus:checked + label::before, .white-label.universidad-adolfo-ibanez .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #1da07f;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .electives .form-radio__input:checked + label::before {
  background-color: #1da07f;
  border: 3px solid #1da07f;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .enrollment__icon path {
  fill: #fecb00;
  stroke: #fecb00;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .enrollment__icon tspan {
  fill: #fecb00;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__tasks li:hover::after, .white-label.universidad-adolfo-ibanez .modules__tasks li.selected::after {
  border-color: rgba(29, 160, 127, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__tasks li::before {
  color: rgba(29, 160, 127, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(29, 160, 127, 0.4);
  border-color: rgba(29, 160, 127, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .modules__tasks li .modules__btn:hover::after, .white-label.universidad-adolfo-ibanez .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(29, 160, 127, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .tabs__li:hover {
  border-color: rgba(29, 160, 127, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .tabs__label {
  border-bottom-color: #1da07f;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-adolfo-ibanez .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #1da07f;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .survey__success .check {
  fill: #1da07f;
  stroke: #1da07f;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .electives__checkbox:checked + label::before,
.white-label.universidad-adolfo-ibanez .program-card__checkbox:checked + label::before {
  background-color: #1da07f;
  border-color: #1da07f;
  color: #1da07f;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-adolfo-ibanez .program-card__checkbox:checked ~ .program-card__content {
  border-color: #1da07f;
  box-shadow: 0 0 0 1px #1da07f inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .canvas-assignments__submission-type::before {
  border-color: #1da07f;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .canvas-assignments__submission-type::after {
  border-color: #1da07f;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .canvas-assignments__submission-type:hover {
  background-color: rgba(29, 160, 127, 0.1);
  border-color: #1da07f;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .canvas-assignments__submission-type.typed--selected, .white-label.universidad-adolfo-ibanez .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(29, 160, 127, 0.1);
  border-color: #1da07f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(1),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(1), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #46ddb7, #40d5af);
  -moz-background: linear-gradient(to right, #46ddb7, #40d5af);
  -ms-background: linear-gradient(to right, #46ddb7, #40d5af);
  -o-background: linear-gradient(to right, #46ddb7, #40d5af);
  background: linear-gradient(to right, #46ddb7, #40d5af);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #40d5af;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(2),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(2), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #40d5af, #3acca7);
  -moz-background: linear-gradient(to right, #40d5af, #3acca7);
  -ms-background: linear-gradient(to right, #40d5af, #3acca7);
  -o-background: linear-gradient(to right, #40d5af, #3acca7);
  background: linear-gradient(to right, #40d5af, #3acca7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3acca7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(3),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(3), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3acca7, #34c39f);
  -moz-background: linear-gradient(to right, #3acca7, #34c39f);
  -ms-background: linear-gradient(to right, #3acca7, #34c39f);
  -o-background: linear-gradient(to right, #3acca7, #34c39f);
  background: linear-gradient(to right, #3acca7, #34c39f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #34c39f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(4),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(4), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #34c39f, #2eba97);
  -moz-background: linear-gradient(to right, #34c39f, #2eba97);
  -ms-background: linear-gradient(to right, #34c39f, #2eba97);
  -o-background: linear-gradient(to right, #34c39f, #2eba97);
  background: linear-gradient(to right, #34c39f, #2eba97);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2eba97;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(5),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(5), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2eba97, #29b28f);
  -moz-background: linear-gradient(to right, #2eba97, #29b28f);
  -ms-background: linear-gradient(to right, #2eba97, #29b28f);
  -o-background: linear-gradient(to right, #2eba97, #29b28f);
  background: linear-gradient(to right, #2eba97, #29b28f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #29b28f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(6),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(6), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #29b28f, #23a987);
  -moz-background: linear-gradient(to right, #29b28f, #23a987);
  -ms-background: linear-gradient(to right, #29b28f, #23a987);
  -o-background: linear-gradient(to right, #29b28f, #23a987);
  background: linear-gradient(to right, #29b28f, #23a987);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #23a987;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(7),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(7), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #23a987, #1da07f);
  -moz-background: linear-gradient(to right, #23a987, #1da07f);
  -ms-background: linear-gradient(to right, #23a987, #1da07f);
  -o-background: linear-gradient(to right, #23a987, #1da07f);
  background: linear-gradient(to right, #23a987, #1da07f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1da07f;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1da07f;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-adolfo-ibanez .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1da07f;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved {
  color: #1da07f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #46ddb7, #40d5af);
  -moz-background: linear-gradient(to bottom, #46ddb7, #40d5af);
  -ms-background: linear-gradient(to bottom, #46ddb7, #40d5af);
  -o-background: linear-gradient(to bottom, #46ddb7, #40d5af);
  background: linear-gradient(to bottom, #46ddb7, #40d5af);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #40d5af;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #46ddb7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #40d5af, #3acca7);
  -moz-background: linear-gradient(to bottom, #40d5af, #3acca7);
  -ms-background: linear-gradient(to bottom, #40d5af, #3acca7);
  -o-background: linear-gradient(to bottom, #40d5af, #3acca7);
  background: linear-gradient(to bottom, #40d5af, #3acca7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3acca7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #40d5af;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3acca7, #34c39f);
  -moz-background: linear-gradient(to bottom, #3acca7, #34c39f);
  -ms-background: linear-gradient(to bottom, #3acca7, #34c39f);
  -o-background: linear-gradient(to bottom, #3acca7, #34c39f);
  background: linear-gradient(to bottom, #3acca7, #34c39f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #34c39f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3acca7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #34c39f, #2eba97);
  -moz-background: linear-gradient(to bottom, #34c39f, #2eba97);
  -ms-background: linear-gradient(to bottom, #34c39f, #2eba97);
  -o-background: linear-gradient(to bottom, #34c39f, #2eba97);
  background: linear-gradient(to bottom, #34c39f, #2eba97);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2eba97;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #34c39f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2eba97, #29b28f);
  -moz-background: linear-gradient(to bottom, #2eba97, #29b28f);
  -ms-background: linear-gradient(to bottom, #2eba97, #29b28f);
  -o-background: linear-gradient(to bottom, #2eba97, #29b28f);
  background: linear-gradient(to bottom, #2eba97, #29b28f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #29b28f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2eba97;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #29b28f, #23a987);
  -moz-background: linear-gradient(to bottom, #29b28f, #23a987);
  -ms-background: linear-gradient(to bottom, #29b28f, #23a987);
  -o-background: linear-gradient(to bottom, #29b28f, #23a987);
  background: linear-gradient(to bottom, #29b28f, #23a987);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #23a987;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #29b28f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #23a987, #1da07f);
  -moz-background: linear-gradient(to bottom, #23a987, #1da07f);
  -ms-background: linear-gradient(to bottom, #23a987, #1da07f);
  -o-background: linear-gradient(to bottom, #23a987, #1da07f);
  background: linear-gradient(to bottom, #23a987, #1da07f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1da07f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #23a987;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1da07f;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1da07f;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-adolfo-ibanez .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-adolfo-ibanez .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1da07f;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .sidebar .steps .steps__label-toggle {
  background-color: #1da07f;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .sidebar .steps .step--active {
  border-left: 0.5rem solid #1da07f;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #fecb00, #dec512);
  -moz-background: linear-gradient(to right, #fecb00, #dec512);
  -ms-background: linear-gradient(to right, #fecb00, #dec512);
  -o-background: linear-gradient(to right, #fecb00, #dec512);
  background: linear-gradient(to right, #fecb00, #dec512);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #dec512;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #dec512, #bebf24);
  -moz-background: linear-gradient(to right, #dec512, #bebf24);
  -ms-background: linear-gradient(to right, #dec512, #bebf24);
  -o-background: linear-gradient(to right, #dec512, #bebf24);
  background: linear-gradient(to right, #dec512, #bebf24);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #bebf24;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #bebf24, #9eb936);
  -moz-background: linear-gradient(to right, #bebf24, #9eb936);
  -ms-background: linear-gradient(to right, #bebf24, #9eb936);
  -o-background: linear-gradient(to right, #bebf24, #9eb936);
  background: linear-gradient(to right, #bebf24, #9eb936);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #9eb936;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #9eb936, #7db249);
  -moz-background: linear-gradient(to right, #9eb936, #7db249);
  -ms-background: linear-gradient(to right, #9eb936, #7db249);
  -o-background: linear-gradient(to right, #9eb936, #7db249);
  background: linear-gradient(to right, #9eb936, #7db249);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #7db249;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #7db249, #5dac5b);
  -moz-background: linear-gradient(to right, #7db249, #5dac5b);
  -ms-background: linear-gradient(to right, #7db249, #5dac5b);
  -o-background: linear-gradient(to right, #7db249, #5dac5b);
  background: linear-gradient(to right, #7db249, #5dac5b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #5dac5b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #5dac5b, #3da66d);
  -moz-background: linear-gradient(to right, #5dac5b, #3da66d);
  -ms-background: linear-gradient(to right, #5dac5b, #3da66d);
  -o-background: linear-gradient(to right, #5dac5b, #3da66d);
  background: linear-gradient(to right, #5dac5b, #3da66d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3da66d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3da66d, #1da07f);
  -moz-background: linear-gradient(to right, #3da66d, #1da07f);
  -ms-background: linear-gradient(to right, #3da66d, #1da07f);
  -o-background: linear-gradient(to right, #3da66d, #1da07f);
  background: linear-gradient(to right, #3da66d, #1da07f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #1da07f;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #1da07f;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #1da07f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #fecb00, #dec512);
  -moz-background: linear-gradient(to bottom, #fecb00, #dec512);
  -ms-background: linear-gradient(to bottom, #fecb00, #dec512);
  -o-background: linear-gradient(to bottom, #fecb00, #dec512);
  background: linear-gradient(to bottom, #fecb00, #dec512);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #dec512;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #fecb00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #dec512, #bebf24);
  -moz-background: linear-gradient(to bottom, #dec512, #bebf24);
  -ms-background: linear-gradient(to bottom, #dec512, #bebf24);
  -o-background: linear-gradient(to bottom, #dec512, #bebf24);
  background: linear-gradient(to bottom, #dec512, #bebf24);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #bebf24;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #dec512;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #bebf24, #9eb936);
  -moz-background: linear-gradient(to bottom, #bebf24, #9eb936);
  -ms-background: linear-gradient(to bottom, #bebf24, #9eb936);
  -o-background: linear-gradient(to bottom, #bebf24, #9eb936);
  background: linear-gradient(to bottom, #bebf24, #9eb936);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #9eb936;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #bebf24;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #9eb936, #7db249);
  -moz-background: linear-gradient(to bottom, #9eb936, #7db249);
  -ms-background: linear-gradient(to bottom, #9eb936, #7db249);
  -o-background: linear-gradient(to bottom, #9eb936, #7db249);
  background: linear-gradient(to bottom, #9eb936, #7db249);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #7db249;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #9eb936;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #7db249, #5dac5b);
  -moz-background: linear-gradient(to bottom, #7db249, #5dac5b);
  -ms-background: linear-gradient(to bottom, #7db249, #5dac5b);
  -o-background: linear-gradient(to bottom, #7db249, #5dac5b);
  background: linear-gradient(to bottom, #7db249, #5dac5b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #5dac5b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #7db249;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #5dac5b, #3da66d);
  -moz-background: linear-gradient(to bottom, #5dac5b, #3da66d);
  -ms-background: linear-gradient(to bottom, #5dac5b, #3da66d);
  -o-background: linear-gradient(to bottom, #5dac5b, #3da66d);
  background: linear-gradient(to bottom, #5dac5b, #3da66d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3da66d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #5dac5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3da66d, #1da07f);
  -moz-background: linear-gradient(to bottom, #3da66d, #1da07f);
  -ms-background: linear-gradient(to bottom, #3da66d, #1da07f);
  -o-background: linear-gradient(to bottom, #3da66d, #1da07f);
  background: linear-gradient(to bottom, #3da66d, #1da07f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #1da07f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3da66d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #1da07f;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #1da07f;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-adolfo-ibanez.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-adolfo-ibanez.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #1da07f;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .referrals-advocate__overlay {
  background-color: #1da07f;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .referrals-advocate__steps-circle {
  fill: #1da07f;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .referrals-advocate__testimonial {
  background-color: #1da07f;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #1da07f;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-adolfo-ibanez .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #1da07f;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .terms__title {
  border-color: #fecb00;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .terms__links {
  color: #1da07f;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-adolfo-ibanez .referral-tooltip__image path {
  fill: #1da07f;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-adolfo-ibanez .main-header,
.universidad-adolfo-ibanez .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #006aff;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-los-andes div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #005ad9;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .main-header__menu__btn:hover, .white-label.universidad-de-los-andes .main-header__menu__btn:focus, .white-label.universidad-de-los-andes .main-header__menu__btn:active, .white-label.universidad-de-los-andes .main-header__menu__btn:checked, .white-label.universidad-de-los-andes .main-header__menu__btn:focus:hover, .white-label.universidad-de-los-andes .main-header__menu__btn:focus:active, .white-label.universidad-de-los-andes .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-de-los-andes .main-header__menu__btn:not(:disabled):active, .white-label.universidad-de-los-andes .main-header__menu__btn:not(.disabled):active, .white-label.universidad-de-los-andes .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-de-los-andes .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-de-los-andes .main-footer__menu__btn:hover,
.white-label.universidad-de-los-andes .main-footer__menu__btn:focus,
.white-label.universidad-de-los-andes .main-footer__menu__btn:active,
.white-label.universidad-de-los-andes .main-footer__menu__btn:checked,
.white-label.universidad-de-los-andes .main-footer__menu__btn:focus:hover,
.white-label.universidad-de-los-andes .main-footer__menu__btn:focus:active,
.white-label.universidad-de-los-andes .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-de-los-andes .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-de-los-andes .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-de-los-andes .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-de-los-andes .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #006aff;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .main-header .nav__link:hover, .white-label.universidad-de-los-andes .main-header .nav__link:focus, .white-label.universidad-de-los-andes .main-header .nav__link:active, .white-label.universidad-de-los-andes .main-header .nav__link:checked, .white-label.universidad-de-los-andes .main-header .nav__link:focus:hover, .white-label.universidad-de-los-andes .main-header .nav__link:focus:active, .white-label.universidad-de-los-andes .main-header .nav__link:not(:disabled):hover, .white-label.universidad-de-los-andes .main-header .nav__link:not(:disabled):active, .white-label.universidad-de-los-andes .main-header .nav__link:not(.disabled):active, .white-label.universidad-de-los-andes .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-de-los-andes .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-de-los-andes .main-footer .nav__link:hover,
.white-label.universidad-de-los-andes .main-footer .nav__link:focus,
.white-label.universidad-de-los-andes .main-footer .nav__link:active,
.white-label.universidad-de-los-andes .main-footer .nav__link:checked,
.white-label.universidad-de-los-andes .main-footer .nav__link:focus:hover,
.white-label.universidad-de-los-andes .main-footer .nav__link:focus:active,
.white-label.universidad-de-los-andes .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-de-los-andes .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-de-los-andes .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-de-los-andes .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-de-los-andes .main-footer .nav__link:not(.disabled):active:focus {
  color: #005ad9;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes.signed-out .btn:not(.btn--social), .white-label.universidad-de-los-andes.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.signed-out .btn:not(.btn--social):hover, .white-label.universidad-de-los-andes.signed-out .btn:not(.btn--social):focus, .white-label.universidad-de-los-andes.signed-out .btn:not(.btn--social):active, .white-label.universidad-de-los-andes.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-de-los-andes.signed-in .btn--primary:hover, .white-label.universidad-de-los-andes.signed-in .btn--primary:focus, .white-label.universidad-de-los-andes.signed-in .btn--primary:active, .white-label.universidad-de-los-andes.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .nav__btn:hover span,
.white-label.universidad-de-los-andes .nav__btn:hover span::after,
.white-label.universidad-de-los-andes .nav__btn:hover span::before,
.white-label.universidad-de-los-andes .nav__btn:focus span,
.white-label.universidad-de-los-andes .nav__btn:focus span::after,
.white-label.universidad-de-los-andes .nav__btn:focus span::before {
  background-color: #006aff;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-de-los-andes .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #006aff;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .nav__sidebar ul .profile__no-menu-link:hover {
  color: #006aff;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__list li:hover::after {
  border-color: rgba(0, 106, 255, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__list li:hover .heading-3 {
  color: #006aff;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .profile__link:hover, .white-label.universidad-de-los-andes .profile__link:focus, .white-label.universidad-de-los-andes .profile__link:active, .white-label.universidad-de-los-andes .profile__link:checked, .white-label.universidad-de-los-andes .profile__link:focus:hover, .white-label.universidad-de-los-andes .profile__link:focus:active, .white-label.universidad-de-los-andes .profile__link:not(:disabled):hover, .white-label.universidad-de-los-andes .profile__link:not(:disabled):active, .white-label.universidad-de-los-andes .profile__link:not(.disabled):active, .white-label.universidad-de-los-andes .profile__link:not(:disabled):active:focus, .white-label.universidad-de-los-andes .profile__link:not(.disabled):active:focus {
  color: #006aff;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .profile__actions:hover .profile__icn g,
.white-label.universidad-de-los-andes .profile__actions:focus .profile__icn g {
  fill: #006aff;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .students__classmate:hover .students__thumbnail,
.white-label.universidad-de-los-andes .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #006aff, 0 0 0 1px #006aff inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .pagination__page-link:hover::after {
  border-color: rgba(0, 106, 255, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modal__bg-icn {
  fill: #006aff;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .payments__paragraph--initial, .white-label.universidad-de-los-andes .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .form__input:-webkit-autofill, .white-label.universidad-de-los-andes .StripeElement:-webkit-autofill, .white-label.universidad-de-los-andes .form__input:-webkit-autofill:focus, .white-label.universidad-de-los-andes .form__input:-internal-autofill-selected, .white-label.universidad-de-los-andes .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .form__input:-moz-autofill, .white-label.universidad-de-los-andes .StripeElement:-moz-autofill, .white-label.universidad-de-los-andes .form__input:-moz-autofill-preview, .white-label.universidad-de-los-andes .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .form-radio__input:hover + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:hover + label::before, .white-label.universidad-de-los-andes .form-radio__input:focus + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:focus + label::before, .white-label.universidad-de-los-andes .form-radio__input:active + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:active + label::before, .white-label.universidad-de-los-andes .form-radio__input:checked + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:checked + label::before, .white-label.universidad-de-los-andes .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:focus:hover + label::before, .white-label.universidad-de-los-andes .form-radio__input:focus:active + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:focus:active + label::before, .white-label.universidad-de-los-andes .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-de-los-andes .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-de-los-andes .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-de-los-andes .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-de-los-andes .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-de-los-andes .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #006aff;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:active + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-de-los-andes .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #006aff inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .form-check-input:checked + label::before, .white-label.universidad-de-los-andes .form-check-input:checked + label.collection_radio_buttons::before {
  background: #006aff;
  border-color: #006aff;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .form-check-input:valid:focus:checked + label::before, .white-label.universidad-de-los-andes .form-check-input.valid:focus:checked + label::before, .white-label.universidad-de-los-andes .form-check-input--valid:focus:checked + label::before, .white-label.universidad-de-los-andes .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #006aff;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .electives .form-radio__input:checked + label::before {
  background-color: #006aff;
  border: 3px solid #006aff;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__tasks li:hover::after, .white-label.universidad-de-los-andes .modules__tasks li.selected::after {
  border-color: rgba(0, 106, 255, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__tasks li::before {
  color: rgba(0, 106, 255, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 106, 255, 0.4);
  border-color: rgba(0, 106, 255, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .modules__tasks li .modules__btn:hover::after, .white-label.universidad-de-los-andes .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 106, 255, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .tabs__li:hover {
  border-color: rgba(0, 106, 255, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .tabs__label {
  border-bottom-color: #006aff;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-de-los-andes .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #006aff;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .survey__success .check {
  fill: #006aff;
  stroke: #006aff;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .electives__checkbox:checked + label::before,
.white-label.universidad-de-los-andes .program-card__checkbox:checked + label::before {
  background-color: #006aff;
  border-color: #006aff;
  color: #006aff;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-de-los-andes .program-card__checkbox:checked ~ .program-card__content {
  border-color: #006aff;
  box-shadow: 0 0 0 1px #006aff inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .canvas-assignments__submission-type::before {
  border-color: #006aff;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .canvas-assignments__submission-type::after {
  border-color: #006aff;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 106, 255, 0.1);
  border-color: #006aff;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .canvas-assignments__submission-type.typed--selected, .white-label.universidad-de-los-andes .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 106, 255, 0.1);
  border-color: #006aff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(1),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(1), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #66a6ff, #579dff);
  -moz-background: linear-gradient(to right, #66a6ff, #579dff);
  -ms-background: linear-gradient(to right, #66a6ff, #579dff);
  -o-background: linear-gradient(to right, #66a6ff, #579dff);
  background: linear-gradient(to right, #66a6ff, #579dff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #579dff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(2),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(2), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #579dff, #4995ff);
  -moz-background: linear-gradient(to right, #579dff, #4995ff);
  -ms-background: linear-gradient(to right, #579dff, #4995ff);
  -o-background: linear-gradient(to right, #579dff, #4995ff);
  background: linear-gradient(to right, #579dff, #4995ff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #4995ff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(3),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(3), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #4995ff, #3a8cff);
  -moz-background: linear-gradient(to right, #4995ff, #3a8cff);
  -ms-background: linear-gradient(to right, #4995ff, #3a8cff);
  -o-background: linear-gradient(to right, #4995ff, #3a8cff);
  background: linear-gradient(to right, #4995ff, #3a8cff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #3a8cff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(4),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(4), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #3a8cff, #2c84ff);
  -moz-background: linear-gradient(to right, #3a8cff, #2c84ff);
  -ms-background: linear-gradient(to right, #3a8cff, #2c84ff);
  -o-background: linear-gradient(to right, #3a8cff, #2c84ff);
  background: linear-gradient(to right, #3a8cff, #2c84ff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2c84ff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(5),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(5), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2c84ff, #1d7bff);
  -moz-background: linear-gradient(to right, #2c84ff, #1d7bff);
  -ms-background: linear-gradient(to right, #2c84ff, #1d7bff);
  -o-background: linear-gradient(to right, #2c84ff, #1d7bff);
  background: linear-gradient(to right, #2c84ff, #1d7bff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1d7bff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(6),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(6), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1d7bff, #0f73ff);
  -moz-background: linear-gradient(to right, #1d7bff, #0f73ff);
  -ms-background: linear-gradient(to right, #1d7bff, #0f73ff);
  -o-background: linear-gradient(to right, #1d7bff, #0f73ff);
  background: linear-gradient(to right, #1d7bff, #0f73ff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0f73ff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(7),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(7), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0f73ff, #006aff);
  -moz-background: linear-gradient(to right, #0f73ff, #006aff);
  -ms-background: linear-gradient(to right, #0f73ff, #006aff);
  -o-background: linear-gradient(to right, #0f73ff, #006aff);
  background: linear-gradient(to right, #0f73ff, #006aff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #006aff;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #006aff;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-de-los-andes .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-de-los-andes .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #006aff;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved {
  color: #006aff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #66a6ff, #579dff);
  -moz-background: linear-gradient(to bottom, #66a6ff, #579dff);
  -ms-background: linear-gradient(to bottom, #66a6ff, #579dff);
  -o-background: linear-gradient(to bottom, #66a6ff, #579dff);
  background: linear-gradient(to bottom, #66a6ff, #579dff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #579dff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #66a6ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #579dff, #4995ff);
  -moz-background: linear-gradient(to bottom, #579dff, #4995ff);
  -ms-background: linear-gradient(to bottom, #579dff, #4995ff);
  -o-background: linear-gradient(to bottom, #579dff, #4995ff);
  background: linear-gradient(to bottom, #579dff, #4995ff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #4995ff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #579dff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #4995ff, #3a8cff);
  -moz-background: linear-gradient(to bottom, #4995ff, #3a8cff);
  -ms-background: linear-gradient(to bottom, #4995ff, #3a8cff);
  -o-background: linear-gradient(to bottom, #4995ff, #3a8cff);
  background: linear-gradient(to bottom, #4995ff, #3a8cff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #3a8cff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #4995ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a8cff, #2c84ff);
  -moz-background: linear-gradient(to bottom, #3a8cff, #2c84ff);
  -ms-background: linear-gradient(to bottom, #3a8cff, #2c84ff);
  -o-background: linear-gradient(to bottom, #3a8cff, #2c84ff);
  background: linear-gradient(to bottom, #3a8cff, #2c84ff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2c84ff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #3a8cff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c84ff, #1d7bff);
  -moz-background: linear-gradient(to bottom, #2c84ff, #1d7bff);
  -ms-background: linear-gradient(to bottom, #2c84ff, #1d7bff);
  -o-background: linear-gradient(to bottom, #2c84ff, #1d7bff);
  background: linear-gradient(to bottom, #2c84ff, #1d7bff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1d7bff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2c84ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1d7bff, #0f73ff);
  -moz-background: linear-gradient(to bottom, #1d7bff, #0f73ff);
  -ms-background: linear-gradient(to bottom, #1d7bff, #0f73ff);
  -o-background: linear-gradient(to bottom, #1d7bff, #0f73ff);
  background: linear-gradient(to bottom, #1d7bff, #0f73ff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0f73ff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1d7bff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0f73ff, #006aff);
  -moz-background: linear-gradient(to bottom, #0f73ff, #006aff);
  -ms-background: linear-gradient(to bottom, #0f73ff, #006aff);
  -o-background: linear-gradient(to bottom, #0f73ff, #006aff);
  background: linear-gradient(to bottom, #0f73ff, #006aff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #006aff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0f73ff;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #006aff;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #006aff;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-los-andes .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #006aff;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .sidebar .steps .steps__label-toggle {
  background-color: #006aff;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .sidebar .steps .step--active {
  border-left: 0.5rem solid #006aff;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #000f24);
  -moz-background: linear-gradient(to right, black, #000f24);
  -ms-background: linear-gradient(to right, black, #000f24);
  -o-background: linear-gradient(to right, black, #000f24);
  background: linear-gradient(to right, black, #000f24);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #000f24;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #000f24, #001e49);
  -moz-background: linear-gradient(to right, #000f24, #001e49);
  -ms-background: linear-gradient(to right, #000f24, #001e49);
  -o-background: linear-gradient(to right, #000f24, #001e49);
  background: linear-gradient(to right, #000f24, #001e49);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #001e49;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #001e49, #002d6d);
  -moz-background: linear-gradient(to right, #001e49, #002d6d);
  -ms-background: linear-gradient(to right, #001e49, #002d6d);
  -o-background: linear-gradient(to right, #001e49, #002d6d);
  background: linear-gradient(to right, #001e49, #002d6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #002d6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #002d6d, #003d92);
  -moz-background: linear-gradient(to right, #002d6d, #003d92);
  -ms-background: linear-gradient(to right, #002d6d, #003d92);
  -o-background: linear-gradient(to right, #002d6d, #003d92);
  background: linear-gradient(to right, #002d6d, #003d92);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #003d92;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #003d92, #004cb6);
  -moz-background: linear-gradient(to right, #003d92, #004cb6);
  -ms-background: linear-gradient(to right, #003d92, #004cb6);
  -o-background: linear-gradient(to right, #003d92, #004cb6);
  background: linear-gradient(to right, #003d92, #004cb6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #004cb6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #004cb6, #005bdb);
  -moz-background: linear-gradient(to right, #004cb6, #005bdb);
  -ms-background: linear-gradient(to right, #004cb6, #005bdb);
  -o-background: linear-gradient(to right, #004cb6, #005bdb);
  background: linear-gradient(to right, #004cb6, #005bdb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #005bdb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #005bdb, #006aff);
  -moz-background: linear-gradient(to right, #005bdb, #006aff);
  -ms-background: linear-gradient(to right, #005bdb, #006aff);
  -o-background: linear-gradient(to right, #005bdb, #006aff);
  background: linear-gradient(to right, #005bdb, #006aff);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #006aff;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #006aff;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #006aff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #000f24);
  -moz-background: linear-gradient(to bottom, black, #000f24);
  -ms-background: linear-gradient(to bottom, black, #000f24);
  -o-background: linear-gradient(to bottom, black, #000f24);
  background: linear-gradient(to bottom, black, #000f24);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #000f24;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #000f24, #001e49);
  -moz-background: linear-gradient(to bottom, #000f24, #001e49);
  -ms-background: linear-gradient(to bottom, #000f24, #001e49);
  -o-background: linear-gradient(to bottom, #000f24, #001e49);
  background: linear-gradient(to bottom, #000f24, #001e49);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #001e49;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #000f24;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #001e49, #002d6d);
  -moz-background: linear-gradient(to bottom, #001e49, #002d6d);
  -ms-background: linear-gradient(to bottom, #001e49, #002d6d);
  -o-background: linear-gradient(to bottom, #001e49, #002d6d);
  background: linear-gradient(to bottom, #001e49, #002d6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #002d6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #001e49;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #002d6d, #003d92);
  -moz-background: linear-gradient(to bottom, #002d6d, #003d92);
  -ms-background: linear-gradient(to bottom, #002d6d, #003d92);
  -o-background: linear-gradient(to bottom, #002d6d, #003d92);
  background: linear-gradient(to bottom, #002d6d, #003d92);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #003d92;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #002d6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #003d92, #004cb6);
  -moz-background: linear-gradient(to bottom, #003d92, #004cb6);
  -ms-background: linear-gradient(to bottom, #003d92, #004cb6);
  -o-background: linear-gradient(to bottom, #003d92, #004cb6);
  background: linear-gradient(to bottom, #003d92, #004cb6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #004cb6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #003d92;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #004cb6, #005bdb);
  -moz-background: linear-gradient(to bottom, #004cb6, #005bdb);
  -ms-background: linear-gradient(to bottom, #004cb6, #005bdb);
  -o-background: linear-gradient(to bottom, #004cb6, #005bdb);
  background: linear-gradient(to bottom, #004cb6, #005bdb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #005bdb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #004cb6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #005bdb, #006aff);
  -moz-background: linear-gradient(to bottom, #005bdb, #006aff);
  -ms-background: linear-gradient(to bottom, #005bdb, #006aff);
  -o-background: linear-gradient(to bottom, #005bdb, #006aff);
  background: linear-gradient(to bottom, #005bdb, #006aff);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #006aff;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #005bdb;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #006aff;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #006aff;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-los-andes.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-los-andes.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #006aff;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .referrals-advocate__overlay {
  background-color: #006aff;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .referrals-advocate__steps-circle {
  fill: #006aff;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .referrals-advocate__testimonial {
  background-color: #006aff;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #006aff;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-de-los-andes .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #006aff;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .terms__links {
  color: #006aff;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes .referral-tooltip__image path {
  fill: #006aff;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-de-los-andes .main-header,
.universidad-de-los-andes .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #06529b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #053f76;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .main-header__menu__btn:hover, .white-label.universidad-de-chile .main-header__menu__btn:focus, .white-label.universidad-de-chile .main-header__menu__btn:active, .white-label.universidad-de-chile .main-header__menu__btn:checked, .white-label.universidad-de-chile .main-header__menu__btn:focus:hover, .white-label.universidad-de-chile .main-header__menu__btn:focus:active, .white-label.universidad-de-chile .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-de-chile .main-header__menu__btn:not(:disabled):active, .white-label.universidad-de-chile .main-header__menu__btn:not(.disabled):active, .white-label.universidad-de-chile .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-de-chile .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-de-chile .main-footer__menu__btn:hover,
.white-label.universidad-de-chile .main-footer__menu__btn:focus,
.white-label.universidad-de-chile .main-footer__menu__btn:active,
.white-label.universidad-de-chile .main-footer__menu__btn:checked,
.white-label.universidad-de-chile .main-footer__menu__btn:focus:hover,
.white-label.universidad-de-chile .main-footer__menu__btn:focus:active,
.white-label.universidad-de-chile .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-de-chile .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-de-chile .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-de-chile .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-de-chile .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #06529b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .main-header .nav__link:hover, .white-label.universidad-de-chile .main-header .nav__link:focus, .white-label.universidad-de-chile .main-header .nav__link:active, .white-label.universidad-de-chile .main-header .nav__link:checked, .white-label.universidad-de-chile .main-header .nav__link:focus:hover, .white-label.universidad-de-chile .main-header .nav__link:focus:active, .white-label.universidad-de-chile .main-header .nav__link:not(:disabled):hover, .white-label.universidad-de-chile .main-header .nav__link:not(:disabled):active, .white-label.universidad-de-chile .main-header .nav__link:not(.disabled):active, .white-label.universidad-de-chile .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-de-chile .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-de-chile .main-footer .nav__link:hover,
.white-label.universidad-de-chile .main-footer .nav__link:focus,
.white-label.universidad-de-chile .main-footer .nav__link:active,
.white-label.universidad-de-chile .main-footer .nav__link:checked,
.white-label.universidad-de-chile .main-footer .nav__link:focus:hover,
.white-label.universidad-de-chile .main-footer .nav__link:focus:active,
.white-label.universidad-de-chile .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-de-chile .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-de-chile .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-de-chile .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-de-chile .main-footer .nav__link:not(.disabled):active:focus {
  color: #053f76;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile.signed-out .btn:not(.btn--social), .white-label.universidad-de-chile.signed-in .btn--primary {
  background-color: #5a6771;
  border-color: #5a6771;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.signed-out .btn:not(.btn--social):hover, .white-label.universidad-de-chile.signed-out .btn:not(.btn--social):focus, .white-label.universidad-de-chile.signed-out .btn:not(.btn--social):active, .white-label.universidad-de-chile.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-de-chile.signed-in .btn--primary:hover, .white-label.universidad-de-chile.signed-in .btn--primary:focus, .white-label.universidad-de-chile.signed-in .btn--primary:active, .white-label.universidad-de-chile.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #5a6771;
  box-shadow: none;
  color: #5a6771;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .nav__btn:hover span,
.white-label.universidad-de-chile .nav__btn:hover span::after,
.white-label.universidad-de-chile .nav__btn:hover span::before,
.white-label.universidad-de-chile .nav__btn:focus span,
.white-label.universidad-de-chile .nav__btn:focus span::after,
.white-label.universidad-de-chile .nav__btn:focus span::before {
  background-color: #06529b;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-de-chile .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #06529b;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .nav__sidebar ul .profile__no-menu-link:hover {
  color: #06529b;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__list li:hover::after {
  border-color: rgba(6, 82, 155, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__list li:hover .heading-3 {
  color: #06529b;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .profile__link:hover, .white-label.universidad-de-chile .profile__link:focus, .white-label.universidad-de-chile .profile__link:active, .white-label.universidad-de-chile .profile__link:checked, .white-label.universidad-de-chile .profile__link:focus:hover, .white-label.universidad-de-chile .profile__link:focus:active, .white-label.universidad-de-chile .profile__link:not(:disabled):hover, .white-label.universidad-de-chile .profile__link:not(:disabled):active, .white-label.universidad-de-chile .profile__link:not(.disabled):active, .white-label.universidad-de-chile .profile__link:not(:disabled):active:focus, .white-label.universidad-de-chile .profile__link:not(.disabled):active:focus {
  color: #06529b;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .profile__actions:hover .profile__icn g,
.white-label.universidad-de-chile .profile__actions:focus .profile__icn g {
  fill: #06529b;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .students__classmate:hover .students__thumbnail,
.white-label.universidad-de-chile .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #06529b, 0 0 0 1px #06529b inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .pagination__page-link:hover::after {
  border-color: rgba(6, 82, 155, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modal__bg-icn {
  fill: #06529b;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .payments__paragraph--initial, .white-label.universidad-de-chile .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .form__input:-webkit-autofill, .white-label.universidad-de-chile .StripeElement:-webkit-autofill, .white-label.universidad-de-chile .form__input:-webkit-autofill:focus, .white-label.universidad-de-chile .form__input:-internal-autofill-selected, .white-label.universidad-de-chile .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(90, 103, 113, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(90, 103, 113, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(90, 103, 113, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(90, 103, 113, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(90, 103, 113, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .form__input:-moz-autofill, .white-label.universidad-de-chile .StripeElement:-moz-autofill, .white-label.universidad-de-chile .form__input:-moz-autofill-preview, .white-label.universidad-de-chile .StripeElement:-moz-autofill-preview {
  filter: rgba(90, 103, 113, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .form-radio__input:hover + label.bordered,
.white-label.universidad-de-chile .form-radio__input:hover + label::before, .white-label.universidad-de-chile .form-radio__input:focus + label.bordered,
.white-label.universidad-de-chile .form-radio__input:focus + label::before, .white-label.universidad-de-chile .form-radio__input:active + label.bordered,
.white-label.universidad-de-chile .form-radio__input:active + label::before, .white-label.universidad-de-chile .form-radio__input:checked + label.bordered,
.white-label.universidad-de-chile .form-radio__input:checked + label::before, .white-label.universidad-de-chile .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-de-chile .form-radio__input:focus:hover + label::before, .white-label.universidad-de-chile .form-radio__input:focus:active + label.bordered,
.white-label.universidad-de-chile .form-radio__input:focus:active + label::before, .white-label.universidad-de-chile .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-de-chile .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-de-chile .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-de-chile .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-de-chile .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-de-chile .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-de-chile .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-de-chile .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-de-chile .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-de-chile .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #06529b;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:active + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-de-chile .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #06529b inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .form-check-input:checked + label::before, .white-label.universidad-de-chile .form-check-input:checked + label.collection_radio_buttons::before {
  background: #06529b;
  border-color: #06529b;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .form-check-input:valid:focus:checked + label::before, .white-label.universidad-de-chile .form-check-input.valid:focus:checked + label::before, .white-label.universidad-de-chile .form-check-input--valid:focus:checked + label::before, .white-label.universidad-de-chile .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #06529b;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .electives .form-radio__input:checked + label::before {
  background-color: #06529b;
  border: 3px solid #06529b;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .enrollment__icon path {
  fill: #5a6771;
  stroke: #5a6771;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .enrollment__icon tspan {
  fill: #5a6771;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__tasks li:hover::after, .white-label.universidad-de-chile .modules__tasks li.selected::after {
  border-color: rgba(6, 82, 155, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__tasks li::before {
  color: rgba(6, 82, 155, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(6, 82, 155, 0.4);
  border-color: rgba(6, 82, 155, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .modules__tasks li .modules__btn:hover::after, .white-label.universidad-de-chile .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(6, 82, 155, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .tabs__li:hover {
  border-color: rgba(6, 82, 155, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .tabs__label {
  border-bottom-color: #06529b;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-de-chile .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #06529b;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .survey__success .check {
  fill: #06529b;
  stroke: #06529b;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .electives__checkbox:checked + label::before,
.white-label.universidad-de-chile .program-card__checkbox:checked + label::before {
  background-color: #06529b;
  border-color: #06529b;
  color: #06529b;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-de-chile .program-card__checkbox:checked ~ .program-card__content {
  border-color: #06529b;
  box-shadow: 0 0 0 1px #06529b inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .canvas-assignments__submission-type::before {
  border-color: #06529b;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .canvas-assignments__submission-type::after {
  border-color: #06529b;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .canvas-assignments__submission-type:hover {
  background-color: rgba(6, 82, 155, 0.1);
  border-color: #06529b;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .canvas-assignments__submission-type.typed--selected, .white-label.universidad-de-chile .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(6, 82, 155, 0.1);
  border-color: #06529b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(1),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(1), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1186f6, #107ee9);
  -moz-background: linear-gradient(to right, #1186f6, #107ee9);
  -ms-background: linear-gradient(to right, #1186f6, #107ee9);
  -o-background: linear-gradient(to right, #1186f6, #107ee9);
  background: linear-gradient(to right, #1186f6, #107ee9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #107ee9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(2),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(2), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #107ee9, #0e77dc);
  -moz-background: linear-gradient(to right, #107ee9, #0e77dc);
  -ms-background: linear-gradient(to right, #107ee9, #0e77dc);
  -o-background: linear-gradient(to right, #107ee9, #0e77dc);
  background: linear-gradient(to right, #107ee9, #0e77dc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0e77dc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(3),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(3), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0e77dc, #0c70cf);
  -moz-background: linear-gradient(to right, #0e77dc, #0c70cf);
  -ms-background: linear-gradient(to right, #0e77dc, #0c70cf);
  -o-background: linear-gradient(to right, #0e77dc, #0c70cf);
  background: linear-gradient(to right, #0e77dc, #0c70cf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0c70cf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(4),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(4), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0c70cf, #0b68c2);
  -moz-background: linear-gradient(to right, #0c70cf, #0b68c2);
  -ms-background: linear-gradient(to right, #0c70cf, #0b68c2);
  -o-background: linear-gradient(to right, #0c70cf, #0b68c2);
  background: linear-gradient(to right, #0c70cf, #0b68c2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0b68c2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(5),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(5), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0b68c2, #0961b5);
  -moz-background: linear-gradient(to right, #0b68c2, #0961b5);
  -ms-background: linear-gradient(to right, #0b68c2, #0961b5);
  -o-background: linear-gradient(to right, #0b68c2, #0961b5);
  background: linear-gradient(to right, #0b68c2, #0961b5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0961b5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(6),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(6), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0961b5, #0859a8);
  -moz-background: linear-gradient(to right, #0961b5, #0859a8);
  -ms-background: linear-gradient(to right, #0961b5, #0859a8);
  -o-background: linear-gradient(to right, #0961b5, #0859a8);
  background: linear-gradient(to right, #0961b5, #0859a8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0859a8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(7),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(7), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0859a8, #06529b);
  -moz-background: linear-gradient(to right, #0859a8, #06529b);
  -ms-background: linear-gradient(to right, #0859a8, #06529b);
  -o-background: linear-gradient(to right, #0859a8, #06529b);
  background: linear-gradient(to right, #0859a8, #06529b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #06529b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #06529b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-de-chile .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-de-chile .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #06529b;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved {
  color: #06529b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1186f6, #107ee9);
  -moz-background: linear-gradient(to bottom, #1186f6, #107ee9);
  -ms-background: linear-gradient(to bottom, #1186f6, #107ee9);
  -o-background: linear-gradient(to bottom, #1186f6, #107ee9);
  background: linear-gradient(to bottom, #1186f6, #107ee9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #107ee9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1186f6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #107ee9, #0e77dc);
  -moz-background: linear-gradient(to bottom, #107ee9, #0e77dc);
  -ms-background: linear-gradient(to bottom, #107ee9, #0e77dc);
  -o-background: linear-gradient(to bottom, #107ee9, #0e77dc);
  background: linear-gradient(to bottom, #107ee9, #0e77dc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0e77dc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #107ee9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e77dc, #0c70cf);
  -moz-background: linear-gradient(to bottom, #0e77dc, #0c70cf);
  -ms-background: linear-gradient(to bottom, #0e77dc, #0c70cf);
  -o-background: linear-gradient(to bottom, #0e77dc, #0c70cf);
  background: linear-gradient(to bottom, #0e77dc, #0c70cf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0c70cf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0e77dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0c70cf, #0b68c2);
  -moz-background: linear-gradient(to bottom, #0c70cf, #0b68c2);
  -ms-background: linear-gradient(to bottom, #0c70cf, #0b68c2);
  -o-background: linear-gradient(to bottom, #0c70cf, #0b68c2);
  background: linear-gradient(to bottom, #0c70cf, #0b68c2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0b68c2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0c70cf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b68c2, #0961b5);
  -moz-background: linear-gradient(to bottom, #0b68c2, #0961b5);
  -ms-background: linear-gradient(to bottom, #0b68c2, #0961b5);
  -o-background: linear-gradient(to bottom, #0b68c2, #0961b5);
  background: linear-gradient(to bottom, #0b68c2, #0961b5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0961b5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0b68c2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0961b5, #0859a8);
  -moz-background: linear-gradient(to bottom, #0961b5, #0859a8);
  -ms-background: linear-gradient(to bottom, #0961b5, #0859a8);
  -o-background: linear-gradient(to bottom, #0961b5, #0859a8);
  background: linear-gradient(to bottom, #0961b5, #0859a8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0859a8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0961b5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0859a8, #06529b);
  -moz-background: linear-gradient(to bottom, #0859a8, #06529b);
  -ms-background: linear-gradient(to bottom, #0859a8, #06529b);
  -o-background: linear-gradient(to bottom, #0859a8, #06529b);
  background: linear-gradient(to bottom, #0859a8, #06529b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #06529b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0859a8;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #06529b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #06529b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #06529b;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .sidebar .steps .steps__label-toggle {
  background-color: #06529b;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .sidebar .steps .step--active {
  border-left: 0.5rem solid #06529b;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #5a6771, #4e6477);
  -moz-background: linear-gradient(to right, #5a6771, #4e6477);
  -ms-background: linear-gradient(to right, #5a6771, #4e6477);
  -o-background: linear-gradient(to right, #5a6771, #4e6477);
  background: linear-gradient(to right, #5a6771, #4e6477);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4e6477;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4e6477, #42617d);
  -moz-background: linear-gradient(to right, #4e6477, #42617d);
  -ms-background: linear-gradient(to right, #4e6477, #42617d);
  -o-background: linear-gradient(to right, #4e6477, #42617d);
  background: linear-gradient(to right, #4e6477, #42617d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #42617d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #42617d, #365e83);
  -moz-background: linear-gradient(to right, #42617d, #365e83);
  -ms-background: linear-gradient(to right, #42617d, #365e83);
  -o-background: linear-gradient(to right, #42617d, #365e83);
  background: linear-gradient(to right, #42617d, #365e83);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #365e83;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #365e83, #2a5b89);
  -moz-background: linear-gradient(to right, #365e83, #2a5b89);
  -ms-background: linear-gradient(to right, #365e83, #2a5b89);
  -o-background: linear-gradient(to right, #365e83, #2a5b89);
  background: linear-gradient(to right, #365e83, #2a5b89);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #2a5b89;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #2a5b89, #1e588f);
  -moz-background: linear-gradient(to right, #2a5b89, #1e588f);
  -ms-background: linear-gradient(to right, #2a5b89, #1e588f);
  -o-background: linear-gradient(to right, #2a5b89, #1e588f);
  background: linear-gradient(to right, #2a5b89, #1e588f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1e588f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1e588f, #125595);
  -moz-background: linear-gradient(to right, #1e588f, #125595);
  -ms-background: linear-gradient(to right, #1e588f, #125595);
  -o-background: linear-gradient(to right, #1e588f, #125595);
  background: linear-gradient(to right, #1e588f, #125595);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #125595;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #125595, #06529b);
  -moz-background: linear-gradient(to right, #125595, #06529b);
  -ms-background: linear-gradient(to right, #125595, #06529b);
  -o-background: linear-gradient(to right, #125595, #06529b);
  background: linear-gradient(to right, #125595, #06529b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #06529b;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #06529b;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #06529b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #5a6771, #4e6477);
  -moz-background: linear-gradient(to bottom, #5a6771, #4e6477);
  -ms-background: linear-gradient(to bottom, #5a6771, #4e6477);
  -o-background: linear-gradient(to bottom, #5a6771, #4e6477);
  background: linear-gradient(to bottom, #5a6771, #4e6477);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4e6477;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #5a6771;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4e6477, #42617d);
  -moz-background: linear-gradient(to bottom, #4e6477, #42617d);
  -ms-background: linear-gradient(to bottom, #4e6477, #42617d);
  -o-background: linear-gradient(to bottom, #4e6477, #42617d);
  background: linear-gradient(to bottom, #4e6477, #42617d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #42617d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4e6477;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #42617d, #365e83);
  -moz-background: linear-gradient(to bottom, #42617d, #365e83);
  -ms-background: linear-gradient(to bottom, #42617d, #365e83);
  -o-background: linear-gradient(to bottom, #42617d, #365e83);
  background: linear-gradient(to bottom, #42617d, #365e83);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #365e83;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #42617d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #365e83, #2a5b89);
  -moz-background: linear-gradient(to bottom, #365e83, #2a5b89);
  -ms-background: linear-gradient(to bottom, #365e83, #2a5b89);
  -o-background: linear-gradient(to bottom, #365e83, #2a5b89);
  background: linear-gradient(to bottom, #365e83, #2a5b89);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #2a5b89;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #365e83;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #2a5b89, #1e588f);
  -moz-background: linear-gradient(to bottom, #2a5b89, #1e588f);
  -ms-background: linear-gradient(to bottom, #2a5b89, #1e588f);
  -o-background: linear-gradient(to bottom, #2a5b89, #1e588f);
  background: linear-gradient(to bottom, #2a5b89, #1e588f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1e588f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #2a5b89;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1e588f, #125595);
  -moz-background: linear-gradient(to bottom, #1e588f, #125595);
  -ms-background: linear-gradient(to bottom, #1e588f, #125595);
  -o-background: linear-gradient(to bottom, #1e588f, #125595);
  background: linear-gradient(to bottom, #1e588f, #125595);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #125595;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1e588f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #125595, #06529b);
  -moz-background: linear-gradient(to bottom, #125595, #06529b);
  -ms-background: linear-gradient(to bottom, #125595, #06529b);
  -o-background: linear-gradient(to bottom, #125595, #06529b);
  background: linear-gradient(to bottom, #125595, #06529b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #06529b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #125595;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #06529b;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #06529b;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #06529b;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .referrals-advocate__overlay {
  background-color: #06529b;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .referrals-advocate__steps-circle {
  fill: #06529b;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .referrals-advocate__testimonial {
  background-color: #06529b;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #06529b;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-de-chile .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #06529b;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .terms__title {
  border-color: #5a6771;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .terms__links {
  color: #06529b;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-chile .referral-tooltip__image path {
  fill: #06529b;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-de-chile .main-header,
.universidad-de-chile .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #11814d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #0d5f39;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:hover, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:focus, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:active, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:checked, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:focus:hover, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:focus:active, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-de-los-andes-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:hover,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:focus,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:active,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:checked,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:focus:hover,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:focus:active,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #11814d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .main-header .nav__link:hover, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:focus, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:active, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:checked, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:focus:hover, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:focus:active, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:not(:disabled):active, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:not(.disabled):active, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-de-los-andes-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:hover,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:focus,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:active,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:checked,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:focus:hover,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:focus:active,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-de-los-andes-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #0d5f39;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education.signed-out .btn:not(.btn--social), .white-label.universidad-de-los-andes-executive-education.signed-in .btn--primary {
  background-color: #e55d12;
  border-color: #e55d12;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.universidad-de-los-andes-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.universidad-de-los-andes-executive-education.signed-out .btn:not(.btn--social):active, .white-label.universidad-de-los-andes-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-de-los-andes-executive-education.signed-in .btn--primary:hover, .white-label.universidad-de-los-andes-executive-education.signed-in .btn--primary:focus, .white-label.universidad-de-los-andes-executive-education.signed-in .btn--primary:active, .white-label.universidad-de-los-andes-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #e55d12;
  box-shadow: none;
  color: #e55d12;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .nav__btn:hover span,
.white-label.universidad-de-los-andes-executive-education .nav__btn:hover span::after,
.white-label.universidad-de-los-andes-executive-education .nav__btn:hover span::before,
.white-label.universidad-de-los-andes-executive-education .nav__btn:focus span,
.white-label.universidad-de-los-andes-executive-education .nav__btn:focus span::after,
.white-label.universidad-de-los-andes-executive-education .nav__btn:focus span::before {
  background-color: #11814d;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-de-los-andes-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #11814d;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #11814d;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__list li:hover::after {
  border-color: rgba(17, 129, 77, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__list li:hover .heading-3 {
  color: #11814d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .profile__link:hover, .white-label.universidad-de-los-andes-executive-education .profile__link:focus, .white-label.universidad-de-los-andes-executive-education .profile__link:active, .white-label.universidad-de-los-andes-executive-education .profile__link:checked, .white-label.universidad-de-los-andes-executive-education .profile__link:focus:hover, .white-label.universidad-de-los-andes-executive-education .profile__link:focus:active, .white-label.universidad-de-los-andes-executive-education .profile__link:not(:disabled):hover, .white-label.universidad-de-los-andes-executive-education .profile__link:not(:disabled):active, .white-label.universidad-de-los-andes-executive-education .profile__link:not(.disabled):active, .white-label.universidad-de-los-andes-executive-education .profile__link:not(:disabled):active:focus, .white-label.universidad-de-los-andes-executive-education .profile__link:not(.disabled):active:focus {
  color: #11814d;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .profile__actions:hover .profile__icn g,
.white-label.universidad-de-los-andes-executive-education .profile__actions:focus .profile__icn g {
  fill: #11814d;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .students__classmate:hover .students__thumbnail,
.white-label.universidad-de-los-andes-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #11814d, 0 0 0 1px #11814d inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .pagination__page-link:hover::after {
  border-color: rgba(17, 129, 77, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modal__bg-icn {
  fill: #11814d;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .payments__paragraph--initial, .white-label.universidad-de-los-andes-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .form__input:-webkit-autofill, .white-label.universidad-de-los-andes-executive-education .StripeElement:-webkit-autofill, .white-label.universidad-de-los-andes-executive-education .form__input:-webkit-autofill:focus, .white-label.universidad-de-los-andes-executive-education .form__input:-internal-autofill-selected, .white-label.universidad-de-los-andes-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(229, 93, 18, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(229, 93, 18, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(229, 93, 18, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(229, 93, 18, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(229, 93, 18, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .form__input:-moz-autofill, .white-label.universidad-de-los-andes-executive-education .StripeElement:-moz-autofill, .white-label.universidad-de-los-andes-executive-education .form__input:-moz-autofill-preview, .white-label.universidad-de-los-andes-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(229, 93, 18, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .form-radio__input:hover + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:hover + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:focus + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:focus + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:active + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:active + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:checked + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:checked + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:focus:hover + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:focus:active + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-de-los-andes-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #11814d;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-de-los-andes-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #11814d inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .form-check-input:checked + label::before, .white-label.universidad-de-los-andes-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #11814d;
  border-color: #11814d;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.universidad-de-los-andes-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.universidad-de-los-andes-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.universidad-de-los-andes-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #11814d;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #11814d;
  border: 3px solid #11814d;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .enrollment__icon path {
  fill: #e55d12;
  stroke: #e55d12;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .enrollment__icon tspan {
  fill: #e55d12;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__tasks li:hover::after, .white-label.universidad-de-los-andes-executive-education .modules__tasks li.selected::after {
  border-color: rgba(17, 129, 77, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__tasks li::before {
  color: rgba(17, 129, 77, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(17, 129, 77, 0.4);
  border-color: rgba(17, 129, 77, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.universidad-de-los-andes-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(17, 129, 77, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .tabs__li:hover {
  border-color: rgba(17, 129, 77, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .tabs__label {
  border-bottom-color: #11814d;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-de-los-andes-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #11814d;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .survey__success .check {
  fill: #11814d;
  stroke: #11814d;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .electives__checkbox:checked + label::before,
.white-label.universidad-de-los-andes-executive-education .program-card__checkbox:checked + label::before {
  background-color: #11814d;
  border-color: #11814d;
  color: #11814d;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-de-los-andes-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #11814d;
  box-shadow: 0 0 0 1px #11814d inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .canvas-assignments__submission-type::before {
  border-color: #11814d;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .canvas-assignments__submission-type::after {
  border-color: #11814d;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(17, 129, 77, 0.1);
  border-color: #11814d;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.universidad-de-los-andes-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(17, 129, 77, 0.1);
  border-color: #11814d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(1),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(1), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #1ddb83, #1bce7b);
  -moz-background: linear-gradient(to right, #1ddb83, #1bce7b);
  -ms-background: linear-gradient(to right, #1ddb83, #1bce7b);
  -o-background: linear-gradient(to right, #1ddb83, #1bce7b);
  background: linear-gradient(to right, #1ddb83, #1bce7b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #1bce7b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(2),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(2), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #1bce7b, #19c173);
  -moz-background: linear-gradient(to right, #1bce7b, #19c173);
  -ms-background: linear-gradient(to right, #1bce7b, #19c173);
  -o-background: linear-gradient(to right, #1bce7b, #19c173);
  background: linear-gradient(to right, #1bce7b, #19c173);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #19c173;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(3),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(3), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #19c173, #18b46c);
  -moz-background: linear-gradient(to right, #19c173, #18b46c);
  -ms-background: linear-gradient(to right, #19c173, #18b46c);
  -o-background: linear-gradient(to right, #19c173, #18b46c);
  background: linear-gradient(to right, #19c173, #18b46c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #18b46c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(4),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(4), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #18b46c, #16a864);
  -moz-background: linear-gradient(to right, #18b46c, #16a864);
  -ms-background: linear-gradient(to right, #18b46c, #16a864);
  -o-background: linear-gradient(to right, #18b46c, #16a864);
  background: linear-gradient(to right, #18b46c, #16a864);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #16a864;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(5),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(5), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #16a864, #149b5c);
  -moz-background: linear-gradient(to right, #16a864, #149b5c);
  -ms-background: linear-gradient(to right, #16a864, #149b5c);
  -o-background: linear-gradient(to right, #16a864, #149b5c);
  background: linear-gradient(to right, #16a864, #149b5c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #149b5c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(6),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(6), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #149b5c, #138e55);
  -moz-background: linear-gradient(to right, #149b5c, #138e55);
  -ms-background: linear-gradient(to right, #149b5c, #138e55);
  -o-background: linear-gradient(to right, #149b5c, #138e55);
  background: linear-gradient(to right, #149b5c, #138e55);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #138e55;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(7),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(7), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #138e55, #11814d);
  -moz-background: linear-gradient(to right, #138e55, #11814d);
  -ms-background: linear-gradient(to right, #138e55, #11814d);
  -o-background: linear-gradient(to right, #138e55, #11814d);
  background: linear-gradient(to right, #138e55, #11814d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #11814d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #11814d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #11814d;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved {
  color: #11814d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #1ddb83, #1bce7b);
  -moz-background: linear-gradient(to bottom, #1ddb83, #1bce7b);
  -ms-background: linear-gradient(to bottom, #1ddb83, #1bce7b);
  -o-background: linear-gradient(to bottom, #1ddb83, #1bce7b);
  background: linear-gradient(to bottom, #1ddb83, #1bce7b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #1bce7b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #1ddb83;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #1bce7b, #19c173);
  -moz-background: linear-gradient(to bottom, #1bce7b, #19c173);
  -ms-background: linear-gradient(to bottom, #1bce7b, #19c173);
  -o-background: linear-gradient(to bottom, #1bce7b, #19c173);
  background: linear-gradient(to bottom, #1bce7b, #19c173);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #19c173;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #1bce7b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #19c173, #18b46c);
  -moz-background: linear-gradient(to bottom, #19c173, #18b46c);
  -ms-background: linear-gradient(to bottom, #19c173, #18b46c);
  -o-background: linear-gradient(to bottom, #19c173, #18b46c);
  background: linear-gradient(to bottom, #19c173, #18b46c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #18b46c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #19c173;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #18b46c, #16a864);
  -moz-background: linear-gradient(to bottom, #18b46c, #16a864);
  -ms-background: linear-gradient(to bottom, #18b46c, #16a864);
  -o-background: linear-gradient(to bottom, #18b46c, #16a864);
  background: linear-gradient(to bottom, #18b46c, #16a864);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #16a864;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #18b46c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #16a864, #149b5c);
  -moz-background: linear-gradient(to bottom, #16a864, #149b5c);
  -ms-background: linear-gradient(to bottom, #16a864, #149b5c);
  -o-background: linear-gradient(to bottom, #16a864, #149b5c);
  background: linear-gradient(to bottom, #16a864, #149b5c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #149b5c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #16a864;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #149b5c, #138e55);
  -moz-background: linear-gradient(to bottom, #149b5c, #138e55);
  -ms-background: linear-gradient(to bottom, #149b5c, #138e55);
  -o-background: linear-gradient(to bottom, #149b5c, #138e55);
  background: linear-gradient(to bottom, #149b5c, #138e55);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #138e55;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #149b5c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #138e55, #11814d);
  -moz-background: linear-gradient(to bottom, #138e55, #11814d);
  -ms-background: linear-gradient(to bottom, #138e55, #11814d);
  -o-background: linear-gradient(to bottom, #138e55, #11814d);
  background: linear-gradient(to bottom, #138e55, #11814d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #11814d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #138e55;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #11814d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #11814d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-los-andes-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #11814d;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #11814d;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #11814d;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e55d12, #c7621a);
  -moz-background: linear-gradient(to right, #e55d12, #c7621a);
  -ms-background: linear-gradient(to right, #e55d12, #c7621a);
  -o-background: linear-gradient(to right, #e55d12, #c7621a);
  background: linear-gradient(to right, #e55d12, #c7621a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #c7621a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #c7621a, #a86723);
  -moz-background: linear-gradient(to right, #c7621a, #a86723);
  -ms-background: linear-gradient(to right, #c7621a, #a86723);
  -o-background: linear-gradient(to right, #c7621a, #a86723);
  background: linear-gradient(to right, #c7621a, #a86723);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #a86723;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #a86723, #8a6c2b);
  -moz-background: linear-gradient(to right, #a86723, #8a6c2b);
  -ms-background: linear-gradient(to right, #a86723, #8a6c2b);
  -o-background: linear-gradient(to right, #a86723, #8a6c2b);
  background: linear-gradient(to right, #a86723, #8a6c2b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #8a6c2b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #8a6c2b, #6c7234);
  -moz-background: linear-gradient(to right, #8a6c2b, #6c7234);
  -ms-background: linear-gradient(to right, #8a6c2b, #6c7234);
  -o-background: linear-gradient(to right, #8a6c2b, #6c7234);
  background: linear-gradient(to right, #8a6c2b, #6c7234);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6c7234;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6c7234, #4e773c);
  -moz-background: linear-gradient(to right, #6c7234, #4e773c);
  -ms-background: linear-gradient(to right, #6c7234, #4e773c);
  -o-background: linear-gradient(to right, #6c7234, #4e773c);
  background: linear-gradient(to right, #6c7234, #4e773c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #4e773c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #4e773c, #2f7c45);
  -moz-background: linear-gradient(to right, #4e773c, #2f7c45);
  -ms-background: linear-gradient(to right, #4e773c, #2f7c45);
  -o-background: linear-gradient(to right, #4e773c, #2f7c45);
  background: linear-gradient(to right, #4e773c, #2f7c45);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #2f7c45;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #2f7c45, #11814d);
  -moz-background: linear-gradient(to right, #2f7c45, #11814d);
  -ms-background: linear-gradient(to right, #2f7c45, #11814d);
  -o-background: linear-gradient(to right, #2f7c45, #11814d);
  background: linear-gradient(to right, #2f7c45, #11814d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #11814d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #11814d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #11814d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e55d12, #c7621a);
  -moz-background: linear-gradient(to bottom, #e55d12, #c7621a);
  -ms-background: linear-gradient(to bottom, #e55d12, #c7621a);
  -o-background: linear-gradient(to bottom, #e55d12, #c7621a);
  background: linear-gradient(to bottom, #e55d12, #c7621a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #c7621a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e55d12;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #c7621a, #a86723);
  -moz-background: linear-gradient(to bottom, #c7621a, #a86723);
  -ms-background: linear-gradient(to bottom, #c7621a, #a86723);
  -o-background: linear-gradient(to bottom, #c7621a, #a86723);
  background: linear-gradient(to bottom, #c7621a, #a86723);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #a86723;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #c7621a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #a86723, #8a6c2b);
  -moz-background: linear-gradient(to bottom, #a86723, #8a6c2b);
  -ms-background: linear-gradient(to bottom, #a86723, #8a6c2b);
  -o-background: linear-gradient(to bottom, #a86723, #8a6c2b);
  background: linear-gradient(to bottom, #a86723, #8a6c2b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #8a6c2b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #a86723;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #8a6c2b, #6c7234);
  -moz-background: linear-gradient(to bottom, #8a6c2b, #6c7234);
  -ms-background: linear-gradient(to bottom, #8a6c2b, #6c7234);
  -o-background: linear-gradient(to bottom, #8a6c2b, #6c7234);
  background: linear-gradient(to bottom, #8a6c2b, #6c7234);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6c7234;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #8a6c2b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6c7234, #4e773c);
  -moz-background: linear-gradient(to bottom, #6c7234, #4e773c);
  -ms-background: linear-gradient(to bottom, #6c7234, #4e773c);
  -o-background: linear-gradient(to bottom, #6c7234, #4e773c);
  background: linear-gradient(to bottom, #6c7234, #4e773c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #4e773c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6c7234;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #4e773c, #2f7c45);
  -moz-background: linear-gradient(to bottom, #4e773c, #2f7c45);
  -ms-background: linear-gradient(to bottom, #4e773c, #2f7c45);
  -o-background: linear-gradient(to bottom, #4e773c, #2f7c45);
  background: linear-gradient(to bottom, #4e773c, #2f7c45);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #2f7c45;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #4e773c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #2f7c45, #11814d);
  -moz-background: linear-gradient(to bottom, #2f7c45, #11814d);
  -ms-background: linear-gradient(to bottom, #2f7c45, #11814d);
  -o-background: linear-gradient(to bottom, #2f7c45, #11814d);
  background: linear-gradient(to bottom, #2f7c45, #11814d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #11814d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #2f7c45;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #11814d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #11814d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-los-andes-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #11814d;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .referrals-advocate__overlay {
  background-color: #11814d;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .referrals-advocate__steps-circle {
  fill: #11814d;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .referrals-advocate__testimonial {
  background-color: #11814d;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #11814d;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-de-los-andes-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #11814d;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .terms__title {
  border-color: #e55d12;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .terms__links {
  color: #11814d;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-los-andes-executive-education .referral-tooltip__image path {
  fill: #11814d;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-de-los-andes-executive-education .main-header,
.universidad-de-los-andes-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-navarra div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #d90000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .main-header__menu__btn:hover, .white-label.universidad-de-navarra .main-header__menu__btn:focus, .white-label.universidad-de-navarra .main-header__menu__btn:active, .white-label.universidad-de-navarra .main-header__menu__btn:checked, .white-label.universidad-de-navarra .main-header__menu__btn:focus:hover, .white-label.universidad-de-navarra .main-header__menu__btn:focus:active, .white-label.universidad-de-navarra .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-de-navarra .main-header__menu__btn:not(:disabled):active, .white-label.universidad-de-navarra .main-header__menu__btn:not(.disabled):active, .white-label.universidad-de-navarra .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-de-navarra .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-de-navarra .main-footer__menu__btn:hover,
.white-label.universidad-de-navarra .main-footer__menu__btn:focus,
.white-label.universidad-de-navarra .main-footer__menu__btn:active,
.white-label.universidad-de-navarra .main-footer__menu__btn:checked,
.white-label.universidad-de-navarra .main-footer__menu__btn:focus:hover,
.white-label.universidad-de-navarra .main-footer__menu__btn:focus:active,
.white-label.universidad-de-navarra .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-de-navarra .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-de-navarra .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-de-navarra .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-de-navarra .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .main-header .nav__link:hover, .white-label.universidad-de-navarra .main-header .nav__link:focus, .white-label.universidad-de-navarra .main-header .nav__link:active, .white-label.universidad-de-navarra .main-header .nav__link:checked, .white-label.universidad-de-navarra .main-header .nav__link:focus:hover, .white-label.universidad-de-navarra .main-header .nav__link:focus:active, .white-label.universidad-de-navarra .main-header .nav__link:not(:disabled):hover, .white-label.universidad-de-navarra .main-header .nav__link:not(:disabled):active, .white-label.universidad-de-navarra .main-header .nav__link:not(.disabled):active, .white-label.universidad-de-navarra .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-de-navarra .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-de-navarra .main-footer .nav__link:hover,
.white-label.universidad-de-navarra .main-footer .nav__link:focus,
.white-label.universidad-de-navarra .main-footer .nav__link:active,
.white-label.universidad-de-navarra .main-footer .nav__link:checked,
.white-label.universidad-de-navarra .main-footer .nav__link:focus:hover,
.white-label.universidad-de-navarra .main-footer .nav__link:focus:active,
.white-label.universidad-de-navarra .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-de-navarra .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-de-navarra .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-de-navarra .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-de-navarra .main-footer .nav__link:not(.disabled):active:focus {
  color: #d90000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra.signed-out .btn:not(.btn--social), .white-label.universidad-de-navarra.signed-in .btn--primary {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.signed-out .btn:not(.btn--social):hover, .white-label.universidad-de-navarra.signed-out .btn:not(.btn--social):focus, .white-label.universidad-de-navarra.signed-out .btn:not(.btn--social):active, .white-label.universidad-de-navarra.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-de-navarra.signed-in .btn--primary:hover, .white-label.universidad-de-navarra.signed-in .btn--primary:focus, .white-label.universidad-de-navarra.signed-in .btn--primary:active, .white-label.universidad-de-navarra.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .nav__btn:hover span,
.white-label.universidad-de-navarra .nav__btn:hover span::after,
.white-label.universidad-de-navarra .nav__btn:hover span::before,
.white-label.universidad-de-navarra .nav__btn:focus span,
.white-label.universidad-de-navarra .nav__btn:focus span::after,
.white-label.universidad-de-navarra .nav__btn:focus span::before {
  background-color: #f00;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-de-navarra .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #f00;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .nav__sidebar ul .profile__no-menu-link:hover {
  color: #f00;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__list li:hover::after {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__list li:hover .heading-3 {
  color: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .profile__link:hover, .white-label.universidad-de-navarra .profile__link:focus, .white-label.universidad-de-navarra .profile__link:active, .white-label.universidad-de-navarra .profile__link:checked, .white-label.universidad-de-navarra .profile__link:focus:hover, .white-label.universidad-de-navarra .profile__link:focus:active, .white-label.universidad-de-navarra .profile__link:not(:disabled):hover, .white-label.universidad-de-navarra .profile__link:not(:disabled):active, .white-label.universidad-de-navarra .profile__link:not(.disabled):active, .white-label.universidad-de-navarra .profile__link:not(:disabled):active:focus, .white-label.universidad-de-navarra .profile__link:not(.disabled):active:focus {
  color: #f00;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .profile__actions:hover .profile__icn g,
.white-label.universidad-de-navarra .profile__actions:focus .profile__icn g {
  fill: #f00;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .students__classmate:hover .students__thumbnail,
.white-label.universidad-de-navarra .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #f00, 0 0 0 1px #f00 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .pagination__page-link:hover::after {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modal__bg-icn {
  fill: #f00;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .payments__paragraph--initial, .white-label.universidad-de-navarra .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .form__input:-webkit-autofill, .white-label.universidad-de-navarra .StripeElement:-webkit-autofill, .white-label.universidad-de-navarra .form__input:-webkit-autofill:focus, .white-label.universidad-de-navarra .form__input:-internal-autofill-selected, .white-label.universidad-de-navarra .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .form__input:-moz-autofill, .white-label.universidad-de-navarra .StripeElement:-moz-autofill, .white-label.universidad-de-navarra .form__input:-moz-autofill-preview, .white-label.universidad-de-navarra .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 0, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .form-radio__input:hover + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:hover + label::before, .white-label.universidad-de-navarra .form-radio__input:focus + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:focus + label::before, .white-label.universidad-de-navarra .form-radio__input:active + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:active + label::before, .white-label.universidad-de-navarra .form-radio__input:checked + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:checked + label::before, .white-label.universidad-de-navarra .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:focus:hover + label::before, .white-label.universidad-de-navarra .form-radio__input:focus:active + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:focus:active + label::before, .white-label.universidad-de-navarra .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-de-navarra .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-de-navarra .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-de-navarra .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-de-navarra .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-de-navarra .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #f00;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:active + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-de-navarra .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #f00 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .form-check-input:checked + label::before, .white-label.universidad-de-navarra .form-check-input:checked + label.collection_radio_buttons::before {
  background: #f00;
  border-color: #f00;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .form-check-input:valid:focus:checked + label::before, .white-label.universidad-de-navarra .form-check-input.valid:focus:checked + label::before, .white-label.universidad-de-navarra .form-check-input--valid:focus:checked + label::before, .white-label.universidad-de-navarra .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #f00;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .electives .form-radio__input:checked + label::before {
  background-color: #f00;
  border: 3px solid #f00;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .enrollment__icon path {
  fill: #000;
  stroke: #000;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .enrollment__icon tspan {
  fill: #000;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__tasks li:hover::after, .white-label.universidad-de-navarra .modules__tasks li.selected::after {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__tasks li::before {
  color: rgba(255, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(255, 0, 0, 0.4);
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .modules__tasks li .modules__btn:hover::after, .white-label.universidad-de-navarra .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(255, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .tabs__li:hover {
  border-color: rgba(255, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .tabs__label {
  border-bottom-color: #f00;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-de-navarra .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #f00;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .survey__success .check {
  fill: #f00;
  stroke: #f00;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .electives__checkbox:checked + label::before,
.white-label.universidad-de-navarra .program-card__checkbox:checked + label::before {
  background-color: #f00;
  border-color: #f00;
  color: #f00;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-de-navarra .program-card__checkbox:checked ~ .program-card__content {
  border-color: #f00;
  box-shadow: 0 0 0 1px #f00 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .canvas-assignments__submission-type::before {
  border-color: #f00;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .canvas-assignments__submission-type::after {
  border-color: #f00;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .canvas-assignments__submission-type:hover {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: #f00;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .canvas-assignments__submission-type.typed--selected, .white-label.universidad-de-navarra .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: #f00;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(1),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(1), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ff6666, #ff5757);
  -moz-background: linear-gradient(to right, #ff6666, #ff5757);
  -ms-background: linear-gradient(to right, #ff6666, #ff5757);
  -o-background: linear-gradient(to right, #ff6666, #ff5757);
  background: linear-gradient(to right, #ff6666, #ff5757);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ff5757;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(2),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(2), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ff5757, #ff4949);
  -moz-background: linear-gradient(to right, #ff5757, #ff4949);
  -ms-background: linear-gradient(to right, #ff5757, #ff4949);
  -o-background: linear-gradient(to right, #ff5757, #ff4949);
  background: linear-gradient(to right, #ff5757, #ff4949);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #ff4949;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(3),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(3), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #ff4949, #ff3a3a);
  -moz-background: linear-gradient(to right, #ff4949, #ff3a3a);
  -ms-background: linear-gradient(to right, #ff4949, #ff3a3a);
  -o-background: linear-gradient(to right, #ff4949, #ff3a3a);
  background: linear-gradient(to right, #ff4949, #ff3a3a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ff3a3a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(4),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(4), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  -moz-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  -ms-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  -o-background: linear-gradient(to right, #ff3a3a, #ff2c2c);
  background: linear-gradient(to right, #ff3a3a, #ff2c2c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ff2c2c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(5),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(5), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  -moz-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  -ms-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  -o-background: linear-gradient(to right, #ff2c2c, #ff1d1d);
  background: linear-gradient(to right, #ff2c2c, #ff1d1d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ff1d1d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(6),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(6), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  -moz-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  -ms-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  -o-background: linear-gradient(to right, #ff1d1d, #ff0f0f);
  background: linear-gradient(to right, #ff1d1d, #ff0f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #ff0f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(7),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(7), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #ff0f0f, red);
  -moz-background: linear-gradient(to right, #ff0f0f, red);
  -ms-background: linear-gradient(to right, #ff0f0f, red);
  -o-background: linear-gradient(to right, #ff0f0f, red);
  background: linear-gradient(to right, #ff0f0f, red);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: red;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #f00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-de-navarra .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-de-navarra .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #f00;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved {
  color: #f00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff6666, #ff5757);
  -moz-background: linear-gradient(to bottom, #ff6666, #ff5757);
  -ms-background: linear-gradient(to bottom, #ff6666, #ff5757);
  -o-background: linear-gradient(to bottom, #ff6666, #ff5757);
  background: linear-gradient(to bottom, #ff6666, #ff5757);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ff5757;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ff6666;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff5757, #ff4949);
  -moz-background: linear-gradient(to bottom, #ff5757, #ff4949);
  -ms-background: linear-gradient(to bottom, #ff5757, #ff4949);
  -o-background: linear-gradient(to bottom, #ff5757, #ff4949);
  background: linear-gradient(to bottom, #ff5757, #ff4949);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #ff4949;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ff5757;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  -moz-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  -ms-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  -o-background: linear-gradient(to bottom, #ff4949, #ff3a3a);
  background: linear-gradient(to bottom, #ff4949, #ff3a3a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ff3a3a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #ff4949;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  -moz-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  -ms-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  -o-background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
  background: linear-gradient(to bottom, #ff3a3a, #ff2c2c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ff2c2c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ff3a3a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  -moz-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  -ms-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  -o-background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
  background: linear-gradient(to bottom, #ff2c2c, #ff1d1d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ff1d1d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ff2c2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  -moz-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  -ms-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  -o-background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
  background: linear-gradient(to bottom, #ff1d1d, #ff0f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #ff0f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ff1d1d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff0f0f, red);
  -moz-background: linear-gradient(to bottom, #ff0f0f, red);
  -ms-background: linear-gradient(to bottom, #ff0f0f, red);
  -o-background: linear-gradient(to bottom, #ff0f0f, red);
  background: linear-gradient(to bottom, #ff0f0f, red);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: red;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #ff0f0f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #f00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #f00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-navarra .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-navarra .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #f00;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .sidebar .steps .steps__label-toggle {
  background-color: red;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .sidebar .steps .step--active {
  border-left: 0.5rem solid red;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, black, #240000);
  -moz-background: linear-gradient(to right, black, #240000);
  -ms-background: linear-gradient(to right, black, #240000);
  -o-background: linear-gradient(to right, black, #240000);
  background: linear-gradient(to right, black, #240000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #240000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #240000, #490000);
  -moz-background: linear-gradient(to right, #240000, #490000);
  -ms-background: linear-gradient(to right, #240000, #490000);
  -o-background: linear-gradient(to right, #240000, #490000);
  background: linear-gradient(to right, #240000, #490000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #490000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #490000, #6d0000);
  -moz-background: linear-gradient(to right, #490000, #6d0000);
  -ms-background: linear-gradient(to right, #490000, #6d0000);
  -o-background: linear-gradient(to right, #490000, #6d0000);
  background: linear-gradient(to right, #490000, #6d0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6d0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6d0000, #920000);
  -moz-background: linear-gradient(to right, #6d0000, #920000);
  -ms-background: linear-gradient(to right, #6d0000, #920000);
  -o-background: linear-gradient(to right, #6d0000, #920000);
  background: linear-gradient(to right, #6d0000, #920000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #920000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #920000, #b60000);
  -moz-background: linear-gradient(to right, #920000, #b60000);
  -ms-background: linear-gradient(to right, #920000, #b60000);
  -o-background: linear-gradient(to right, #920000, #b60000);
  background: linear-gradient(to right, #920000, #b60000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b60000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b60000, #db0000);
  -moz-background: linear-gradient(to right, #b60000, #db0000);
  -ms-background: linear-gradient(to right, #b60000, #db0000);
  -o-background: linear-gradient(to right, #b60000, #db0000);
  background: linear-gradient(to right, #b60000, #db0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #db0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #db0000, red);
  -moz-background: linear-gradient(to right, #db0000, red);
  -ms-background: linear-gradient(to right, #db0000, red);
  -o-background: linear-gradient(to right, #db0000, red);
  background: linear-gradient(to right, #db0000, red);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: red;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #f00;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #f00;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, black, #240000);
  -moz-background: linear-gradient(to bottom, black, #240000);
  -ms-background: linear-gradient(to bottom, black, #240000);
  -o-background: linear-gradient(to bottom, black, #240000);
  background: linear-gradient(to bottom, black, #240000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #240000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: black;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #240000, #490000);
  -moz-background: linear-gradient(to bottom, #240000, #490000);
  -ms-background: linear-gradient(to bottom, #240000, #490000);
  -o-background: linear-gradient(to bottom, #240000, #490000);
  background: linear-gradient(to bottom, #240000, #490000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #490000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #240000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #490000, #6d0000);
  -moz-background: linear-gradient(to bottom, #490000, #6d0000);
  -ms-background: linear-gradient(to bottom, #490000, #6d0000);
  -o-background: linear-gradient(to bottom, #490000, #6d0000);
  background: linear-gradient(to bottom, #490000, #6d0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6d0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #490000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d0000, #920000);
  -moz-background: linear-gradient(to bottom, #6d0000, #920000);
  -ms-background: linear-gradient(to bottom, #6d0000, #920000);
  -o-background: linear-gradient(to bottom, #6d0000, #920000);
  background: linear-gradient(to bottom, #6d0000, #920000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #920000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6d0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #920000, #b60000);
  -moz-background: linear-gradient(to bottom, #920000, #b60000);
  -ms-background: linear-gradient(to bottom, #920000, #b60000);
  -o-background: linear-gradient(to bottom, #920000, #b60000);
  background: linear-gradient(to bottom, #920000, #b60000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b60000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #920000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b60000, #db0000);
  -moz-background: linear-gradient(to bottom, #b60000, #db0000);
  -ms-background: linear-gradient(to bottom, #b60000, #db0000);
  -o-background: linear-gradient(to bottom, #b60000, #db0000);
  background: linear-gradient(to bottom, #b60000, #db0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #db0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b60000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #db0000, red);
  -moz-background: linear-gradient(to bottom, #db0000, red);
  -ms-background: linear-gradient(to bottom, #db0000, red);
  -o-background: linear-gradient(to bottom, #db0000, red);
  background: linear-gradient(to bottom, #db0000, red);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: red;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #db0000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #f00;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #f00;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-navarra.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-navarra.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-navarra.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-navarra.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #f00;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .referrals-advocate__overlay {
  background-color: #f00;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .referrals-advocate__steps-circle {
  fill: #f00;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .referrals-advocate__testimonial {
  background-color: #f00;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #f00;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-de-navarra .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #f00;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .terms__title {
  border-color: #000;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .terms__links {
  color: #f00;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-navarra .referral-tooltip__image path {
  fill: #f00;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-de-navarra .main-header,
.universidad-de-navarra .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #b11427;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-de-piura div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #8f101f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .main-header__menu__btn:hover, .white-label.universidad-de-piura .main-header__menu__btn:focus, .white-label.universidad-de-piura .main-header__menu__btn:active, .white-label.universidad-de-piura .main-header__menu__btn:checked, .white-label.universidad-de-piura .main-header__menu__btn:focus:hover, .white-label.universidad-de-piura .main-header__menu__btn:focus:active, .white-label.universidad-de-piura .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-de-piura .main-header__menu__btn:not(:disabled):active, .white-label.universidad-de-piura .main-header__menu__btn:not(.disabled):active, .white-label.universidad-de-piura .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-de-piura .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-de-piura .main-footer__menu__btn:hover,
.white-label.universidad-de-piura .main-footer__menu__btn:focus,
.white-label.universidad-de-piura .main-footer__menu__btn:active,
.white-label.universidad-de-piura .main-footer__menu__btn:checked,
.white-label.universidad-de-piura .main-footer__menu__btn:focus:hover,
.white-label.universidad-de-piura .main-footer__menu__btn:focus:active,
.white-label.universidad-de-piura .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-de-piura .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-de-piura .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-de-piura .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-de-piura .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #b11427;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .main-header .nav__link:hover, .white-label.universidad-de-piura .main-header .nav__link:focus, .white-label.universidad-de-piura .main-header .nav__link:active, .white-label.universidad-de-piura .main-header .nav__link:checked, .white-label.universidad-de-piura .main-header .nav__link:focus:hover, .white-label.universidad-de-piura .main-header .nav__link:focus:active, .white-label.universidad-de-piura .main-header .nav__link:not(:disabled):hover, .white-label.universidad-de-piura .main-header .nav__link:not(:disabled):active, .white-label.universidad-de-piura .main-header .nav__link:not(.disabled):active, .white-label.universidad-de-piura .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-de-piura .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-de-piura .main-footer .nav__link:hover,
.white-label.universidad-de-piura .main-footer .nav__link:focus,
.white-label.universidad-de-piura .main-footer .nav__link:active,
.white-label.universidad-de-piura .main-footer .nav__link:checked,
.white-label.universidad-de-piura .main-footer .nav__link:focus:hover,
.white-label.universidad-de-piura .main-footer .nav__link:focus:active,
.white-label.universidad-de-piura .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-de-piura .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-de-piura .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-de-piura .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-de-piura .main-footer .nav__link:not(.disabled):active:focus {
  color: #8f101f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura.signed-out .btn:not(.btn--social), .white-label.universidad-de-piura.signed-in .btn--primary {
  background-color: #2a2a2c;
  border-color: #2a2a2c;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.signed-out .btn:not(.btn--social):hover, .white-label.universidad-de-piura.signed-out .btn:not(.btn--social):focus, .white-label.universidad-de-piura.signed-out .btn:not(.btn--social):active, .white-label.universidad-de-piura.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-de-piura.signed-in .btn--primary:hover, .white-label.universidad-de-piura.signed-in .btn--primary:focus, .white-label.universidad-de-piura.signed-in .btn--primary:active, .white-label.universidad-de-piura.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #2a2a2c;
  box-shadow: none;
  color: #2a2a2c;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .nav__btn:hover span,
.white-label.universidad-de-piura .nav__btn:hover span::after,
.white-label.universidad-de-piura .nav__btn:hover span::before,
.white-label.universidad-de-piura .nav__btn:focus span,
.white-label.universidad-de-piura .nav__btn:focus span::after,
.white-label.universidad-de-piura .nav__btn:focus span::before {
  background-color: #b11427;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-de-piura .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #b11427;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .nav__sidebar ul .profile__no-menu-link:hover {
  color: #b11427;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__list li:hover::after {
  border-color: rgba(177, 20, 39, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__list li:hover .heading-3 {
  color: #b11427;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .profile__link:hover, .white-label.universidad-de-piura .profile__link:focus, .white-label.universidad-de-piura .profile__link:active, .white-label.universidad-de-piura .profile__link:checked, .white-label.universidad-de-piura .profile__link:focus:hover, .white-label.universidad-de-piura .profile__link:focus:active, .white-label.universidad-de-piura .profile__link:not(:disabled):hover, .white-label.universidad-de-piura .profile__link:not(:disabled):active, .white-label.universidad-de-piura .profile__link:not(.disabled):active, .white-label.universidad-de-piura .profile__link:not(:disabled):active:focus, .white-label.universidad-de-piura .profile__link:not(.disabled):active:focus {
  color: #b11427;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .profile__actions:hover .profile__icn g,
.white-label.universidad-de-piura .profile__actions:focus .profile__icn g {
  fill: #b11427;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .students__classmate:hover .students__thumbnail,
.white-label.universidad-de-piura .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #b11427, 0 0 0 1px #b11427 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .pagination__page-link:hover::after {
  border-color: rgba(177, 20, 39, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modal__bg-icn {
  fill: #b11427;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .payments__paragraph--initial, .white-label.universidad-de-piura .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .form__input:-webkit-autofill, .white-label.universidad-de-piura .StripeElement:-webkit-autofill, .white-label.universidad-de-piura .form__input:-webkit-autofill:focus, .white-label.universidad-de-piura .form__input:-internal-autofill-selected, .white-label.universidad-de-piura .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(42, 42, 44, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(42, 42, 44, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(42, 42, 44, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(42, 42, 44, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(42, 42, 44, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .form__input:-moz-autofill, .white-label.universidad-de-piura .StripeElement:-moz-autofill, .white-label.universidad-de-piura .form__input:-moz-autofill-preview, .white-label.universidad-de-piura .StripeElement:-moz-autofill-preview {
  filter: rgba(42, 42, 44, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .form-radio__input:hover + label.bordered,
.white-label.universidad-de-piura .form-radio__input:hover + label::before, .white-label.universidad-de-piura .form-radio__input:focus + label.bordered,
.white-label.universidad-de-piura .form-radio__input:focus + label::before, .white-label.universidad-de-piura .form-radio__input:active + label.bordered,
.white-label.universidad-de-piura .form-radio__input:active + label::before, .white-label.universidad-de-piura .form-radio__input:checked + label.bordered,
.white-label.universidad-de-piura .form-radio__input:checked + label::before, .white-label.universidad-de-piura .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-de-piura .form-radio__input:focus:hover + label::before, .white-label.universidad-de-piura .form-radio__input:focus:active + label.bordered,
.white-label.universidad-de-piura .form-radio__input:focus:active + label::before, .white-label.universidad-de-piura .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-de-piura .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-de-piura .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-de-piura .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-de-piura .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-de-piura .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-de-piura .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-de-piura .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-de-piura .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-de-piura .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #b11427;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:active + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-de-piura .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #b11427 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .form-check-input:checked + label::before, .white-label.universidad-de-piura .form-check-input:checked + label.collection_radio_buttons::before {
  background: #b11427;
  border-color: #b11427;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .form-check-input:valid:focus:checked + label::before, .white-label.universidad-de-piura .form-check-input.valid:focus:checked + label::before, .white-label.universidad-de-piura .form-check-input--valid:focus:checked + label::before, .white-label.universidad-de-piura .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #b11427;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .electives .form-radio__input:checked + label::before {
  background-color: #b11427;
  border: 3px solid #b11427;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .enrollment__icon path {
  fill: #2a2a2c;
  stroke: #2a2a2c;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .enrollment__icon tspan {
  fill: #2a2a2c;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__tasks li:hover::after, .white-label.universidad-de-piura .modules__tasks li.selected::after {
  border-color: rgba(177, 20, 39, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__tasks li::before {
  color: rgba(177, 20, 39, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(177, 20, 39, 0.4);
  border-color: rgba(177, 20, 39, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .modules__tasks li .modules__btn:hover::after, .white-label.universidad-de-piura .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(177, 20, 39, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .tabs__li:hover {
  border-color: rgba(177, 20, 39, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .tabs__label {
  border-bottom-color: #b11427;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-de-piura .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #b11427;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .survey__success .check {
  fill: #b11427;
  stroke: #b11427;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .electives__checkbox:checked + label::before,
.white-label.universidad-de-piura .program-card__checkbox:checked + label::before {
  background-color: #b11427;
  border-color: #b11427;
  color: #b11427;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-de-piura .program-card__checkbox:checked ~ .program-card__content {
  border-color: #b11427;
  box-shadow: 0 0 0 1px #b11427 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .canvas-assignments__submission-type::before {
  border-color: #b11427;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .canvas-assignments__submission-type::after {
  border-color: #b11427;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .canvas-assignments__submission-type:hover {
  background-color: rgba(177, 20, 39, 0.1);
  border-color: #b11427;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .canvas-assignments__submission-type.typed--selected, .white-label.universidad-de-piura .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(177, 20, 39, 0.1);
  border-color: #b11427;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(1),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(1), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ea4156, #e13b4f);
  -moz-background: linear-gradient(to right, #ea4156, #e13b4f);
  -ms-background: linear-gradient(to right, #ea4156, #e13b4f);
  -o-background: linear-gradient(to right, #ea4156, #e13b4f);
  background: linear-gradient(to right, #ea4156, #e13b4f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #e13b4f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(2),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(2), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #e13b4f, #d93448);
  -moz-background: linear-gradient(to right, #e13b4f, #d93448);
  -ms-background: linear-gradient(to right, #e13b4f, #d93448);
  -o-background: linear-gradient(to right, #e13b4f, #d93448);
  background: linear-gradient(to right, #e13b4f, #d93448);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #d93448;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(3),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(3), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #d93448, #d12e42);
  -moz-background: linear-gradient(to right, #d93448, #d12e42);
  -ms-background: linear-gradient(to right, #d93448, #d12e42);
  -o-background: linear-gradient(to right, #d93448, #d12e42);
  background: linear-gradient(to right, #d93448, #d12e42);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d12e42;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(4),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(4), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d12e42, #c9273b);
  -moz-background: linear-gradient(to right, #d12e42, #c9273b);
  -ms-background: linear-gradient(to right, #d12e42, #c9273b);
  -o-background: linear-gradient(to right, #d12e42, #c9273b);
  background: linear-gradient(to right, #d12e42, #c9273b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c9273b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(5),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(5), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c9273b, #c12134);
  -moz-background: linear-gradient(to right, #c9273b, #c12134);
  -ms-background: linear-gradient(to right, #c9273b, #c12134);
  -o-background: linear-gradient(to right, #c9273b, #c12134);
  background: linear-gradient(to right, #c9273b, #c12134);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #c12134;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(6),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(6), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #c12134, #b91a2e);
  -moz-background: linear-gradient(to right, #c12134, #b91a2e);
  -ms-background: linear-gradient(to right, #c12134, #b91a2e);
  -o-background: linear-gradient(to right, #c12134, #b91a2e);
  background: linear-gradient(to right, #c12134, #b91a2e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #b91a2e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(7),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(7), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #b91a2e, #b11427);
  -moz-background: linear-gradient(to right, #b91a2e, #b11427);
  -ms-background: linear-gradient(to right, #b91a2e, #b11427);
  -o-background: linear-gradient(to right, #b91a2e, #b11427);
  background: linear-gradient(to right, #b91a2e, #b11427);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #b11427;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #b11427;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-de-piura .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-de-piura .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #b11427;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved {
  color: #b11427;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ea4156, #e13b4f);
  -moz-background: linear-gradient(to bottom, #ea4156, #e13b4f);
  -ms-background: linear-gradient(to bottom, #ea4156, #e13b4f);
  -o-background: linear-gradient(to bottom, #ea4156, #e13b4f);
  background: linear-gradient(to bottom, #ea4156, #e13b4f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #e13b4f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ea4156;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #e13b4f, #d93448);
  -moz-background: linear-gradient(to bottom, #e13b4f, #d93448);
  -ms-background: linear-gradient(to bottom, #e13b4f, #d93448);
  -o-background: linear-gradient(to bottom, #e13b4f, #d93448);
  background: linear-gradient(to bottom, #e13b4f, #d93448);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #d93448;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #e13b4f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #d93448, #d12e42);
  -moz-background: linear-gradient(to bottom, #d93448, #d12e42);
  -ms-background: linear-gradient(to bottom, #d93448, #d12e42);
  -o-background: linear-gradient(to bottom, #d93448, #d12e42);
  background: linear-gradient(to bottom, #d93448, #d12e42);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d12e42;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #d93448;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d12e42, #c9273b);
  -moz-background: linear-gradient(to bottom, #d12e42, #c9273b);
  -ms-background: linear-gradient(to bottom, #d12e42, #c9273b);
  -o-background: linear-gradient(to bottom, #d12e42, #c9273b);
  background: linear-gradient(to bottom, #d12e42, #c9273b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c9273b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d12e42;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c9273b, #c12134);
  -moz-background: linear-gradient(to bottom, #c9273b, #c12134);
  -ms-background: linear-gradient(to bottom, #c9273b, #c12134);
  -o-background: linear-gradient(to bottom, #c9273b, #c12134);
  background: linear-gradient(to bottom, #c9273b, #c12134);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #c12134;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c9273b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #c12134, #b91a2e);
  -moz-background: linear-gradient(to bottom, #c12134, #b91a2e);
  -ms-background: linear-gradient(to bottom, #c12134, #b91a2e);
  -o-background: linear-gradient(to bottom, #c12134, #b91a2e);
  background: linear-gradient(to bottom, #c12134, #b91a2e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #b91a2e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #c12134;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #b91a2e, #b11427);
  -moz-background: linear-gradient(to bottom, #b91a2e, #b11427);
  -ms-background: linear-gradient(to bottom, #b91a2e, #b11427);
  -o-background: linear-gradient(to bottom, #b91a2e, #b11427);
  background: linear-gradient(to bottom, #b91a2e, #b11427);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #b11427;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #b91a2e;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #b11427;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #b11427;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-piura .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-piura .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #b11427;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .sidebar .steps .steps__label-toggle {
  background-color: #b11427;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .sidebar .steps .step--active {
  border-left: 0.5rem solid #b11427;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #2a2a2c, #3d272b);
  -moz-background: linear-gradient(to right, #2a2a2c, #3d272b);
  -ms-background: linear-gradient(to right, #2a2a2c, #3d272b);
  -o-background: linear-gradient(to right, #2a2a2c, #3d272b);
  background: linear-gradient(to right, #2a2a2c, #3d272b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3d272b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3d272b, #51242b);
  -moz-background: linear-gradient(to right, #3d272b, #51242b);
  -ms-background: linear-gradient(to right, #3d272b, #51242b);
  -o-background: linear-gradient(to right, #3d272b, #51242b);
  background: linear-gradient(to right, #3d272b, #51242b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #51242b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #51242b, #64212a);
  -moz-background: linear-gradient(to right, #51242b, #64212a);
  -ms-background: linear-gradient(to right, #51242b, #64212a);
  -o-background: linear-gradient(to right, #51242b, #64212a);
  background: linear-gradient(to right, #51242b, #64212a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #64212a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #64212a, #771d29);
  -moz-background: linear-gradient(to right, #64212a, #771d29);
  -ms-background: linear-gradient(to right, #64212a, #771d29);
  -o-background: linear-gradient(to right, #64212a, #771d29);
  background: linear-gradient(to right, #64212a, #771d29);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #771d29;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #771d29, #8a1a28);
  -moz-background: linear-gradient(to right, #771d29, #8a1a28);
  -ms-background: linear-gradient(to right, #771d29, #8a1a28);
  -o-background: linear-gradient(to right, #771d29, #8a1a28);
  background: linear-gradient(to right, #771d29, #8a1a28);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #8a1a28;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #8a1a28, #9e1728);
  -moz-background: linear-gradient(to right, #8a1a28, #9e1728);
  -ms-background: linear-gradient(to right, #8a1a28, #9e1728);
  -o-background: linear-gradient(to right, #8a1a28, #9e1728);
  background: linear-gradient(to right, #8a1a28, #9e1728);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #9e1728;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #9e1728, #b11427);
  -moz-background: linear-gradient(to right, #9e1728, #b11427);
  -ms-background: linear-gradient(to right, #9e1728, #b11427);
  -o-background: linear-gradient(to right, #9e1728, #b11427);
  background: linear-gradient(to right, #9e1728, #b11427);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #b11427;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #b11427;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #b11427;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #2a2a2c, #3d272b);
  -moz-background: linear-gradient(to bottom, #2a2a2c, #3d272b);
  -ms-background: linear-gradient(to bottom, #2a2a2c, #3d272b);
  -o-background: linear-gradient(to bottom, #2a2a2c, #3d272b);
  background: linear-gradient(to bottom, #2a2a2c, #3d272b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3d272b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #2a2a2c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3d272b, #51242b);
  -moz-background: linear-gradient(to bottom, #3d272b, #51242b);
  -ms-background: linear-gradient(to bottom, #3d272b, #51242b);
  -o-background: linear-gradient(to bottom, #3d272b, #51242b);
  background: linear-gradient(to bottom, #3d272b, #51242b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #51242b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3d272b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #51242b, #64212a);
  -moz-background: linear-gradient(to bottom, #51242b, #64212a);
  -ms-background: linear-gradient(to bottom, #51242b, #64212a);
  -o-background: linear-gradient(to bottom, #51242b, #64212a);
  background: linear-gradient(to bottom, #51242b, #64212a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #64212a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #51242b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #64212a, #771d29);
  -moz-background: linear-gradient(to bottom, #64212a, #771d29);
  -ms-background: linear-gradient(to bottom, #64212a, #771d29);
  -o-background: linear-gradient(to bottom, #64212a, #771d29);
  background: linear-gradient(to bottom, #64212a, #771d29);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #771d29;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #64212a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #771d29, #8a1a28);
  -moz-background: linear-gradient(to bottom, #771d29, #8a1a28);
  -ms-background: linear-gradient(to bottom, #771d29, #8a1a28);
  -o-background: linear-gradient(to bottom, #771d29, #8a1a28);
  background: linear-gradient(to bottom, #771d29, #8a1a28);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #8a1a28;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #771d29;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #8a1a28, #9e1728);
  -moz-background: linear-gradient(to bottom, #8a1a28, #9e1728);
  -ms-background: linear-gradient(to bottom, #8a1a28, #9e1728);
  -o-background: linear-gradient(to bottom, #8a1a28, #9e1728);
  background: linear-gradient(to bottom, #8a1a28, #9e1728);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #9e1728;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #8a1a28;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #9e1728, #b11427);
  -moz-background: linear-gradient(to bottom, #9e1728, #b11427);
  -ms-background: linear-gradient(to bottom, #9e1728, #b11427);
  -o-background: linear-gradient(to bottom, #9e1728, #b11427);
  background: linear-gradient(to bottom, #9e1728, #b11427);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #b11427;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #9e1728;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #b11427;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #b11427;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-piura.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-piura.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-de-piura.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-de-piura.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #b11427;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .referrals-advocate__overlay {
  background-color: #b11427;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .referrals-advocate__steps-circle {
  fill: #b11427;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .referrals-advocate__testimonial {
  background-color: #b11427;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #b11427;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-de-piura .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #b11427;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .terms__title {
  border-color: #2a2a2c;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .terms__links {
  color: #b11427;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-de-piura .referral-tooltip__image path {
  fill: #b11427;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-de-piura .main-header,
.universidad-de-piura .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0064a4;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-california-irvine div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #004d7e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .main-header__menu__btn:hover, .white-label.university-of-california-irvine .main-header__menu__btn:focus, .white-label.university-of-california-irvine .main-header__menu__btn:active, .white-label.university-of-california-irvine .main-header__menu__btn:checked, .white-label.university-of-california-irvine .main-header__menu__btn:focus:hover, .white-label.university-of-california-irvine .main-header__menu__btn:focus:active, .white-label.university-of-california-irvine .main-header__menu__btn:not(:disabled):hover, .white-label.university-of-california-irvine .main-header__menu__btn:not(:disabled):active, .white-label.university-of-california-irvine .main-header__menu__btn:not(.disabled):active, .white-label.university-of-california-irvine .main-header__menu__btn:not(:disabled):active:focus, .white-label.university-of-california-irvine .main-header__menu__btn:not(.disabled):active:focus,
.white-label.university-of-california-irvine .main-footer__menu__btn:hover,
.white-label.university-of-california-irvine .main-footer__menu__btn:focus,
.white-label.university-of-california-irvine .main-footer__menu__btn:active,
.white-label.university-of-california-irvine .main-footer__menu__btn:checked,
.white-label.university-of-california-irvine .main-footer__menu__btn:focus:hover,
.white-label.university-of-california-irvine .main-footer__menu__btn:focus:active,
.white-label.university-of-california-irvine .main-footer__menu__btn:not(:disabled):hover,
.white-label.university-of-california-irvine .main-footer__menu__btn:not(:disabled):active,
.white-label.university-of-california-irvine .main-footer__menu__btn:not(.disabled):active,
.white-label.university-of-california-irvine .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.university-of-california-irvine .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0064a4;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .main-header .nav__link:hover, .white-label.university-of-california-irvine .main-header .nav__link:focus, .white-label.university-of-california-irvine .main-header .nav__link:active, .white-label.university-of-california-irvine .main-header .nav__link:checked, .white-label.university-of-california-irvine .main-header .nav__link:focus:hover, .white-label.university-of-california-irvine .main-header .nav__link:focus:active, .white-label.university-of-california-irvine .main-header .nav__link:not(:disabled):hover, .white-label.university-of-california-irvine .main-header .nav__link:not(:disabled):active, .white-label.university-of-california-irvine .main-header .nav__link:not(.disabled):active, .white-label.university-of-california-irvine .main-header .nav__link:not(:disabled):active:focus, .white-label.university-of-california-irvine .main-header .nav__link:not(.disabled):active:focus,
.white-label.university-of-california-irvine .main-footer .nav__link:hover,
.white-label.university-of-california-irvine .main-footer .nav__link:focus,
.white-label.university-of-california-irvine .main-footer .nav__link:active,
.white-label.university-of-california-irvine .main-footer .nav__link:checked,
.white-label.university-of-california-irvine .main-footer .nav__link:focus:hover,
.white-label.university-of-california-irvine .main-footer .nav__link:focus:active,
.white-label.university-of-california-irvine .main-footer .nav__link:not(:disabled):hover,
.white-label.university-of-california-irvine .main-footer .nav__link:not(:disabled):active,
.white-label.university-of-california-irvine .main-footer .nav__link:not(.disabled):active,
.white-label.university-of-california-irvine .main-footer .nav__link:not(:disabled):active:focus,
.white-label.university-of-california-irvine .main-footer .nav__link:not(.disabled):active:focus {
  color: #004d7e;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine.signed-out .btn:not(.btn--social), .white-label.university-of-california-irvine.signed-in .btn--primary {
  background-color: #ffd200;
  border-color: #ffd200;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.signed-out .btn:not(.btn--social):hover, .white-label.university-of-california-irvine.signed-out .btn:not(.btn--social):focus, .white-label.university-of-california-irvine.signed-out .btn:not(.btn--social):active, .white-label.university-of-california-irvine.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.university-of-california-irvine.signed-in .btn--primary:hover, .white-label.university-of-california-irvine.signed-in .btn--primary:focus, .white-label.university-of-california-irvine.signed-in .btn--primary:active, .white-label.university-of-california-irvine.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #ffd200;
  box-shadow: none;
  color: #ffd200;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .nav__btn:hover span,
.white-label.university-of-california-irvine .nav__btn:hover span::after,
.white-label.university-of-california-irvine .nav__btn:hover span::before,
.white-label.university-of-california-irvine .nav__btn:focus span,
.white-label.university-of-california-irvine .nav__btn:focus span::after,
.white-label.university-of-california-irvine .nav__btn:focus span::before {
  background-color: #0064a4;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.university-of-california-irvine .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0064a4;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0064a4;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__list li:hover::after {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__list li:hover .heading-3 {
  color: #0064a4;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .profile__link:hover, .white-label.university-of-california-irvine .profile__link:focus, .white-label.university-of-california-irvine .profile__link:active, .white-label.university-of-california-irvine .profile__link:checked, .white-label.university-of-california-irvine .profile__link:focus:hover, .white-label.university-of-california-irvine .profile__link:focus:active, .white-label.university-of-california-irvine .profile__link:not(:disabled):hover, .white-label.university-of-california-irvine .profile__link:not(:disabled):active, .white-label.university-of-california-irvine .profile__link:not(.disabled):active, .white-label.university-of-california-irvine .profile__link:not(:disabled):active:focus, .white-label.university-of-california-irvine .profile__link:not(.disabled):active:focus {
  color: #0064a4;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .profile__actions:hover .profile__icn g,
.white-label.university-of-california-irvine .profile__actions:focus .profile__icn g {
  fill: #0064a4;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .students__classmate:hover .students__thumbnail,
.white-label.university-of-california-irvine .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0064a4, 0 0 0 1px #0064a4 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .pagination__page-link:hover::after {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modal__bg-icn {
  fill: #0064a4;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .payments__paragraph--initial, .white-label.university-of-california-irvine .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .form__input:-webkit-autofill, .white-label.university-of-california-irvine .StripeElement:-webkit-autofill, .white-label.university-of-california-irvine .form__input:-webkit-autofill:focus, .white-label.university-of-california-irvine .form__input:-internal-autofill-selected, .white-label.university-of-california-irvine .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(255, 210, 0, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .form__input:-moz-autofill, .white-label.university-of-california-irvine .StripeElement:-moz-autofill, .white-label.university-of-california-irvine .form__input:-moz-autofill-preview, .white-label.university-of-california-irvine .StripeElement:-moz-autofill-preview {
  filter: rgba(255, 210, 0, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .form-radio__input:hover + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:hover + label::before, .white-label.university-of-california-irvine .form-radio__input:focus + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:focus + label::before, .white-label.university-of-california-irvine .form-radio__input:active + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:active + label::before, .white-label.university-of-california-irvine .form-radio__input:checked + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:checked + label::before, .white-label.university-of-california-irvine .form-radio__input:focus:hover + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:focus:hover + label::before, .white-label.university-of-california-irvine .form-radio__input:focus:active + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:focus:active + label::before, .white-label.university-of-california-irvine .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:not(:disabled):hover + label::before, .white-label.university-of-california-irvine .form-radio__input:not(:disabled):active + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:not(:disabled):active + label::before, .white-label.university-of-california-irvine .form-radio__input:not(.disabled):active + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:not(.disabled):active + label::before, .white-label.university-of-california-irvine .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:not(:disabled):active:focus + label::before, .white-label.university-of-california-irvine .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.university-of-california-irvine .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0064a4;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .form-radio__input:hover + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:focus + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:active + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:checked + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:focus:hover + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:focus:active + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.university-of-california-irvine .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0064a4 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .form-check-input:checked + label::before, .white-label.university-of-california-irvine .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0064a4;
  border-color: #0064a4;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .form-check-input:valid:focus:checked + label::before, .white-label.university-of-california-irvine .form-check-input.valid:focus:checked + label::before, .white-label.university-of-california-irvine .form-check-input--valid:focus:checked + label::before, .white-label.university-of-california-irvine .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0064a4;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .electives .form-radio__input:checked + label::before {
  background-color: #0064a4;
  border: 3px solid #0064a4;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .enrollment__icon path {
  fill: #ffd200;
  stroke: #ffd200;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .enrollment__icon tspan {
  fill: #ffd200;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__tasks li:hover::after, .white-label.university-of-california-irvine .modules__tasks li.selected::after {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__tasks li::before {
  color: rgba(0, 100, 164, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 100, 164, 0.4);
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .modules__tasks li .modules__btn:hover::after, .white-label.university-of-california-irvine .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 100, 164, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .tabs__li:hover {
  border-color: rgba(0, 100, 164, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .tabs__label {
  border-bottom-color: #0064a4;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.university-of-california-irvine .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0064a4;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .survey__success .check {
  fill: #0064a4;
  stroke: #0064a4;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .electives__checkbox:checked + label::before,
.white-label.university-of-california-irvine .program-card__checkbox:checked + label::before {
  background-color: #0064a4;
  border-color: #0064a4;
  color: #0064a4;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .electives__checkbox:checked ~ .program-card__content,
.white-label.university-of-california-irvine .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0064a4;
  box-shadow: 0 0 0 1px #0064a4 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .canvas-assignments__submission-type::before {
  border-color: #0064a4;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .canvas-assignments__submission-type::after {
  border-color: #0064a4;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 100, 164, 0.1);
  border-color: #0064a4;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .canvas-assignments__submission-type.typed--selected, .white-label.university-of-california-irvine .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 100, 164, 0.1);
  border-color: #0064a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(1),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(1), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #0ba0ff, #0997f2);
  -moz-background: linear-gradient(to right, #0ba0ff, #0997f2);
  -ms-background: linear-gradient(to right, #0ba0ff, #0997f2);
  -o-background: linear-gradient(to right, #0ba0ff, #0997f2);
  background: linear-gradient(to right, #0ba0ff, #0997f2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(1)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(1)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0997f2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(2),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(2), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0997f2, #088fe5);
  -moz-background: linear-gradient(to right, #0997f2, #088fe5);
  -ms-background: linear-gradient(to right, #0997f2, #088fe5);
  -o-background: linear-gradient(to right, #0997f2, #088fe5);
  background: linear-gradient(to right, #0997f2, #088fe5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(2)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(2)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #088fe5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(3),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(3), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #088fe5, #0686d8);
  -moz-background: linear-gradient(to right, #088fe5, #0686d8);
  -ms-background: linear-gradient(to right, #088fe5, #0686d8);
  -o-background: linear-gradient(to right, #088fe5, #0686d8);
  background: linear-gradient(to right, #088fe5, #0686d8);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(3)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(3)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0686d8;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(4),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(4), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0686d8, #057ecb);
  -moz-background: linear-gradient(to right, #0686d8, #057ecb);
  -ms-background: linear-gradient(to right, #0686d8, #057ecb);
  -o-background: linear-gradient(to right, #0686d8, #057ecb);
  background: linear-gradient(to right, #0686d8, #057ecb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(4)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(4)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #057ecb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(5),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(5), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #057ecb, #0375be);
  -moz-background: linear-gradient(to right, #057ecb, #0375be);
  -ms-background: linear-gradient(to right, #057ecb, #0375be);
  -o-background: linear-gradient(to right, #057ecb, #0375be);
  background: linear-gradient(to right, #057ecb, #0375be);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(5)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(5)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0375be;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(6),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(6), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0375be, #026db1);
  -moz-background: linear-gradient(to right, #0375be, #026db1);
  -ms-background: linear-gradient(to right, #0375be, #026db1);
  -o-background: linear-gradient(to right, #0375be, #026db1);
  background: linear-gradient(to right, #0375be, #026db1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(6)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(6)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #026db1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(7),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(7), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #026db1, #0064a4);
  -moz-background: linear-gradient(to right, #026db1, #0064a4);
  -ms-background: linear-gradient(to right, #026db1, #0064a4);
  -o-background: linear-gradient(to right, #026db1, #0064a4);
  background: linear-gradient(to right, #026db1, #0064a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(7)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(7)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0064a4;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(n+8),
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(n+8), .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0064a4;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .step--active:nth-child(n+8)::after,
.white-label.university-of-california-irvine .steps--progress .step--completed:nth-child(n+8)::after, .white-label.university-of-california-irvine .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0064a4;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved {
  color: #0064a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  -moz-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  -ms-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  -o-background: linear-gradient(to bottom, #0ba0ff, #0997f2);
  background: linear-gradient(to bottom, #0ba0ff, #0997f2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0997f2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #0ba0ff;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0997f2, #088fe5);
  -moz-background: linear-gradient(to bottom, #0997f2, #088fe5);
  -ms-background: linear-gradient(to bottom, #0997f2, #088fe5);
  -o-background: linear-gradient(to bottom, #0997f2, #088fe5);
  background: linear-gradient(to bottom, #0997f2, #088fe5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #088fe5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0997f2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #088fe5, #0686d8);
  -moz-background: linear-gradient(to bottom, #088fe5, #0686d8);
  -ms-background: linear-gradient(to bottom, #088fe5, #0686d8);
  -o-background: linear-gradient(to bottom, #088fe5, #0686d8);
  background: linear-gradient(to bottom, #088fe5, #0686d8);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0686d8;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #088fe5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0686d8, #057ecb);
  -moz-background: linear-gradient(to bottom, #0686d8, #057ecb);
  -ms-background: linear-gradient(to bottom, #0686d8, #057ecb);
  -o-background: linear-gradient(to bottom, #0686d8, #057ecb);
  background: linear-gradient(to bottom, #0686d8, #057ecb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #057ecb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0686d8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #057ecb, #0375be);
  -moz-background: linear-gradient(to bottom, #057ecb, #0375be);
  -ms-background: linear-gradient(to bottom, #057ecb, #0375be);
  -o-background: linear-gradient(to bottom, #057ecb, #0375be);
  background: linear-gradient(to bottom, #057ecb, #0375be);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0375be;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #057ecb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0375be, #026db1);
  -moz-background: linear-gradient(to bottom, #0375be, #026db1);
  -ms-background: linear-gradient(to bottom, #0375be, #026db1);
  -o-background: linear-gradient(to bottom, #0375be, #026db1);
  background: linear-gradient(to bottom, #0375be, #026db1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #026db1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0375be;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #026db1, #0064a4);
  -moz-background: linear-gradient(to bottom, #026db1, #0064a4);
  -ms-background: linear-gradient(to bottom, #026db1, #0064a4);
  -o-background: linear-gradient(to bottom, #026db1, #0064a4);
  background: linear-gradient(to bottom, #026db1, #0064a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0064a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #026db1;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0064a4;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0064a4;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-california-irvine .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-california-irvine .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0064a4;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .sidebar .steps .steps__label-toggle {
  background-color: #0064a4;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .sidebar .steps .step--active {
  border-left: 0.5rem solid #0064a4;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ffd200, #dbc217);
  -moz-background: linear-gradient(to right, #ffd200, #dbc217);
  -ms-background: linear-gradient(to right, #ffd200, #dbc217);
  -o-background: linear-gradient(to right, #ffd200, #dbc217);
  background: linear-gradient(to right, #ffd200, #dbc217);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #dbc217;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #dbc217, #b6b32f);
  -moz-background: linear-gradient(to right, #dbc217, #b6b32f);
  -ms-background: linear-gradient(to right, #dbc217, #b6b32f);
  -o-background: linear-gradient(to right, #dbc217, #b6b32f);
  background: linear-gradient(to right, #dbc217, #b6b32f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #b6b32f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #b6b32f, #92a346);
  -moz-background: linear-gradient(to right, #b6b32f, #92a346);
  -ms-background: linear-gradient(to right, #b6b32f, #92a346);
  -o-background: linear-gradient(to right, #b6b32f, #92a346);
  background: linear-gradient(to right, #b6b32f, #92a346);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #92a346;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #92a346, #6d935e);
  -moz-background: linear-gradient(to right, #92a346, #6d935e);
  -ms-background: linear-gradient(to right, #92a346, #6d935e);
  -o-background: linear-gradient(to right, #92a346, #6d935e);
  background: linear-gradient(to right, #92a346, #6d935e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #6d935e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #6d935e, #498375);
  -moz-background: linear-gradient(to right, #6d935e, #498375);
  -ms-background: linear-gradient(to right, #6d935e, #498375);
  -o-background: linear-gradient(to right, #6d935e, #498375);
  background: linear-gradient(to right, #6d935e, #498375);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #498375;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #498375, #24748d);
  -moz-background: linear-gradient(to right, #498375, #24748d);
  -ms-background: linear-gradient(to right, #498375, #24748d);
  -o-background: linear-gradient(to right, #498375, #24748d);
  background: linear-gradient(to right, #498375, #24748d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #24748d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #24748d, #0064a4);
  -moz-background: linear-gradient(to right, #24748d, #0064a4);
  -ms-background: linear-gradient(to right, #24748d, #0064a4);
  -o-background: linear-gradient(to right, #24748d, #0064a4);
  background: linear-gradient(to right, #24748d, #0064a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0064a4;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0064a4;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0064a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ffd200, #dbc217);
  -moz-background: linear-gradient(to bottom, #ffd200, #dbc217);
  -ms-background: linear-gradient(to bottom, #ffd200, #dbc217);
  -o-background: linear-gradient(to bottom, #ffd200, #dbc217);
  background: linear-gradient(to bottom, #ffd200, #dbc217);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #dbc217;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ffd200;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  -moz-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  -ms-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  -o-background: linear-gradient(to bottom, #dbc217, #b6b32f);
  background: linear-gradient(to bottom, #dbc217, #b6b32f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #b6b32f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #dbc217;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #b6b32f, #92a346);
  -moz-background: linear-gradient(to bottom, #b6b32f, #92a346);
  -ms-background: linear-gradient(to bottom, #b6b32f, #92a346);
  -o-background: linear-gradient(to bottom, #b6b32f, #92a346);
  background: linear-gradient(to bottom, #b6b32f, #92a346);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #92a346;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #b6b32f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #92a346, #6d935e);
  -moz-background: linear-gradient(to bottom, #92a346, #6d935e);
  -ms-background: linear-gradient(to bottom, #92a346, #6d935e);
  -o-background: linear-gradient(to bottom, #92a346, #6d935e);
  background: linear-gradient(to bottom, #92a346, #6d935e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #6d935e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #92a346;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d935e, #498375);
  -moz-background: linear-gradient(to bottom, #6d935e, #498375);
  -ms-background: linear-gradient(to bottom, #6d935e, #498375);
  -o-background: linear-gradient(to bottom, #6d935e, #498375);
  background: linear-gradient(to bottom, #6d935e, #498375);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #498375;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #6d935e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #498375, #24748d);
  -moz-background: linear-gradient(to bottom, #498375, #24748d);
  -ms-background: linear-gradient(to bottom, #498375, #24748d);
  -o-background: linear-gradient(to bottom, #498375, #24748d);
  background: linear-gradient(to bottom, #498375, #24748d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #24748d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #498375;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #24748d, #0064a4);
  -moz-background: linear-gradient(to bottom, #24748d, #0064a4);
  -ms-background: linear-gradient(to bottom, #24748d, #0064a4);
  -o-background: linear-gradient(to bottom, #24748d, #0064a4);
  background: linear-gradient(to bottom, #24748d, #0064a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0064a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #24748d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0064a4;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0064a4;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-california-irvine.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-california-irvine.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-california-irvine.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-california-irvine.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0064a4;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .referrals-advocate__overlay {
  background-color: #0064a4;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .referrals-advocate__steps-circle {
  fill: #0064a4;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .referrals-advocate__testimonial {
  background-color: #0064a4;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0064a4;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.university-of-california-irvine .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0064a4;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .terms__title {
  border-color: #ffd200;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .terms__links {
  color: #0064a4;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-california-irvine .referral-tooltip__image path {
  fill: #0064a4;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.university-of-california-irvine .main-header,
.university-of-california-irvine .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-chicago-graham-school div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #5a0000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .main-header__menu__btn:hover, .white-label.university-of-chicago-graham-school .main-header__menu__btn:focus, .white-label.university-of-chicago-graham-school .main-header__menu__btn:active, .white-label.university-of-chicago-graham-school .main-header__menu__btn:checked, .white-label.university-of-chicago-graham-school .main-header__menu__btn:focus:hover, .white-label.university-of-chicago-graham-school .main-header__menu__btn:focus:active, .white-label.university-of-chicago-graham-school .main-header__menu__btn:not(:disabled):hover, .white-label.university-of-chicago-graham-school .main-header__menu__btn:not(:disabled):active, .white-label.university-of-chicago-graham-school .main-header__menu__btn:not(.disabled):active, .white-label.university-of-chicago-graham-school .main-header__menu__btn:not(:disabled):active:focus, .white-label.university-of-chicago-graham-school .main-header__menu__btn:not(.disabled):active:focus,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:hover,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:focus,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:active,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:checked,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:focus:hover,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:focus:active,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:not(:disabled):hover,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:not(:disabled):active,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:not(.disabled):active,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.university-of-chicago-graham-school .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .main-header .nav__link:hover, .white-label.university-of-chicago-graham-school .main-header .nav__link:focus, .white-label.university-of-chicago-graham-school .main-header .nav__link:active, .white-label.university-of-chicago-graham-school .main-header .nav__link:checked, .white-label.university-of-chicago-graham-school .main-header .nav__link:focus:hover, .white-label.university-of-chicago-graham-school .main-header .nav__link:focus:active, .white-label.university-of-chicago-graham-school .main-header .nav__link:not(:disabled):hover, .white-label.university-of-chicago-graham-school .main-header .nav__link:not(:disabled):active, .white-label.university-of-chicago-graham-school .main-header .nav__link:not(.disabled):active, .white-label.university-of-chicago-graham-school .main-header .nav__link:not(:disabled):active:focus, .white-label.university-of-chicago-graham-school .main-header .nav__link:not(.disabled):active:focus,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:hover,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:focus,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:active,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:checked,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:focus:hover,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:focus:active,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:not(:disabled):hover,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:not(:disabled):active,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:not(.disabled):active,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:not(:disabled):active:focus,
.white-label.university-of-chicago-graham-school .main-footer .nav__link:not(.disabled):active:focus {
  color: #5a0000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school.signed-out .btn:not(.btn--social), .white-label.university-of-chicago-graham-school.signed-in .btn--primary {
  background-color: #643335;
  border-color: #643335;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.signed-out .btn:not(.btn--social):hover, .white-label.university-of-chicago-graham-school.signed-out .btn:not(.btn--social):focus, .white-label.university-of-chicago-graham-school.signed-out .btn:not(.btn--social):active, .white-label.university-of-chicago-graham-school.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.university-of-chicago-graham-school.signed-in .btn--primary:hover, .white-label.university-of-chicago-graham-school.signed-in .btn--primary:focus, .white-label.university-of-chicago-graham-school.signed-in .btn--primary:active, .white-label.university-of-chicago-graham-school.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #643335;
  box-shadow: none;
  color: #643335;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .nav__btn:hover span,
.white-label.university-of-chicago-graham-school .nav__btn:hover span::after,
.white-label.university-of-chicago-graham-school .nav__btn:hover span::before,
.white-label.university-of-chicago-graham-school .nav__btn:focus span,
.white-label.university-of-chicago-graham-school .nav__btn:focus span::after,
.white-label.university-of-chicago-graham-school .nav__btn:focus span::before {
  background-color: #800000;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.university-of-chicago-graham-school .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #800000;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .nav__sidebar ul .profile__no-menu-link:hover {
  color: #800000;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__list li:hover::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__list li:hover .heading-3 {
  color: #800000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .profile__link:hover, .white-label.university-of-chicago-graham-school .profile__link:focus, .white-label.university-of-chicago-graham-school .profile__link:active, .white-label.university-of-chicago-graham-school .profile__link:checked, .white-label.university-of-chicago-graham-school .profile__link:focus:hover, .white-label.university-of-chicago-graham-school .profile__link:focus:active, .white-label.university-of-chicago-graham-school .profile__link:not(:disabled):hover, .white-label.university-of-chicago-graham-school .profile__link:not(:disabled):active, .white-label.university-of-chicago-graham-school .profile__link:not(.disabled):active, .white-label.university-of-chicago-graham-school .profile__link:not(:disabled):active:focus, .white-label.university-of-chicago-graham-school .profile__link:not(.disabled):active:focus {
  color: #800000;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .profile__actions:hover .profile__icn g,
.white-label.university-of-chicago-graham-school .profile__actions:focus .profile__icn g {
  fill: #800000;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .students__classmate:hover .students__thumbnail,
.white-label.university-of-chicago-graham-school .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #800000, 0 0 0 1px #800000 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .pagination__page-link:hover::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modal__bg-icn {
  fill: #800000;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .payments__paragraph--initial, .white-label.university-of-chicago-graham-school .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .form__input:-webkit-autofill, .white-label.university-of-chicago-graham-school .StripeElement:-webkit-autofill, .white-label.university-of-chicago-graham-school .form__input:-webkit-autofill:focus, .white-label.university-of-chicago-graham-school .form__input:-internal-autofill-selected, .white-label.university-of-chicago-graham-school .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(100, 51, 53, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .form__input:-moz-autofill, .white-label.university-of-chicago-graham-school .StripeElement:-moz-autofill, .white-label.university-of-chicago-graham-school .form__input:-moz-autofill-preview, .white-label.university-of-chicago-graham-school .StripeElement:-moz-autofill-preview {
  filter: rgba(100, 51, 53, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .form-radio__input:hover + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:hover + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:focus + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:focus + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:active + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:active + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:checked + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:checked + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:focus:hover + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:focus:hover + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:focus:active + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:focus:active + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):hover + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):active + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):active + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:not(.disabled):active + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:not(.disabled):active + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):active:focus + label::before, .white-label.university-of-chicago-graham-school .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.university-of-chicago-graham-school .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #800000;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .form-radio__input:hover + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:focus + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:active + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:checked + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:focus:hover + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:focus:active + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.university-of-chicago-graham-school .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #800000 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .form-check-input:checked + label::before, .white-label.university-of-chicago-graham-school .form-check-input:checked + label.collection_radio_buttons::before {
  background: #800000;
  border-color: #800000;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .form-check-input:valid:focus:checked + label::before, .white-label.university-of-chicago-graham-school .form-check-input.valid:focus:checked + label::before, .white-label.university-of-chicago-graham-school .form-check-input--valid:focus:checked + label::before, .white-label.university-of-chicago-graham-school .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #800000;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .electives .form-radio__input:checked + label::before {
  background-color: #800000;
  border: 3px solid #800000;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .enrollment__icon path {
  fill: #643335;
  stroke: #643335;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .enrollment__icon tspan {
  fill: #643335;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__tasks li:hover::after, .white-label.university-of-chicago-graham-school .modules__tasks li.selected::after {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__tasks li::before {
  color: rgba(128, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(128, 0, 0, 0.4);
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .modules__tasks li .modules__btn:hover::after, .white-label.university-of-chicago-graham-school .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(128, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .tabs__li:hover {
  border-color: rgba(128, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .tabs__label {
  border-bottom-color: #800000;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.university-of-chicago-graham-school .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #800000;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .survey__success .check {
  fill: #800000;
  stroke: #800000;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .electives__checkbox:checked + label::before,
.white-label.university-of-chicago-graham-school .program-card__checkbox:checked + label::before {
  background-color: #800000;
  border-color: #800000;
  color: #800000;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .electives__checkbox:checked ~ .program-card__content,
.white-label.university-of-chicago-graham-school .program-card__checkbox:checked ~ .program-card__content {
  border-color: #800000;
  box-shadow: 0 0 0 1px #800000 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .canvas-assignments__submission-type::before {
  border-color: #800000;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .canvas-assignments__submission-type::after {
  border-color: #800000;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .canvas-assignments__submission-type:hover {
  background-color: rgba(128, 0, 0, 0.1);
  border-color: #800000;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .canvas-assignments__submission-type.typed--selected, .white-label.university-of-chicago-graham-school .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(128, 0, 0, 0.1);
  border-color: #800000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(1),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(1), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #e60000, #d70000);
  -moz-background: linear-gradient(to right, #e60000, #d70000);
  -ms-background: linear-gradient(to right, #e60000, #d70000);
  -o-background: linear-gradient(to right, #e60000, #d70000);
  background: linear-gradient(to right, #e60000, #d70000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(1)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(1)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d70000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(2),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(2), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d70000, #c90000);
  -moz-background: linear-gradient(to right, #d70000, #c90000);
  -ms-background: linear-gradient(to right, #d70000, #c90000);
  -o-background: linear-gradient(to right, #d70000, #c90000);
  background: linear-gradient(to right, #d70000, #c90000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(2)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(2)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c90000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(3),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(3), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c90000, #ba0000);
  -moz-background: linear-gradient(to right, #c90000, #ba0000);
  -ms-background: linear-gradient(to right, #c90000, #ba0000);
  -o-background: linear-gradient(to right, #c90000, #ba0000);
  background: linear-gradient(to right, #c90000, #ba0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(3)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(3)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #ba0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(4),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(4), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #ba0000, #ac0000);
  -moz-background: linear-gradient(to right, #ba0000, #ac0000);
  -ms-background: linear-gradient(to right, #ba0000, #ac0000);
  -o-background: linear-gradient(to right, #ba0000, #ac0000);
  background: linear-gradient(to right, #ba0000, #ac0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(4)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(4)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #ac0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(5),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(5), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #ac0000, #9d0000);
  -moz-background: linear-gradient(to right, #ac0000, #9d0000);
  -ms-background: linear-gradient(to right, #ac0000, #9d0000);
  -o-background: linear-gradient(to right, #ac0000, #9d0000);
  background: linear-gradient(to right, #ac0000, #9d0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(5)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(5)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #9d0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(6),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(6), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #9d0000, #8f0000);
  -moz-background: linear-gradient(to right, #9d0000, #8f0000);
  -ms-background: linear-gradient(to right, #9d0000, #8f0000);
  -o-background: linear-gradient(to right, #9d0000, #8f0000);
  background: linear-gradient(to right, #9d0000, #8f0000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(6)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(6)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #8f0000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(7),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(7), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #8f0000, maroon);
  -moz-background: linear-gradient(to right, #8f0000, maroon);
  -ms-background: linear-gradient(to right, #8f0000, maroon);
  -o-background: linear-gradient(to right, #8f0000, maroon);
  background: linear-gradient(to right, #8f0000, maroon);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(7)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(7)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: maroon;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(n+8),
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(n+8), .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #800000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .step--active:nth-child(n+8)::after,
.white-label.university-of-chicago-graham-school .steps--progress .step--completed:nth-child(n+8)::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #800000;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved {
  color: #800000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #e60000, #d70000);
  -moz-background: linear-gradient(to bottom, #e60000, #d70000);
  -ms-background: linear-gradient(to bottom, #e60000, #d70000);
  -o-background: linear-gradient(to bottom, #e60000, #d70000);
  background: linear-gradient(to bottom, #e60000, #d70000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d70000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #e60000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d70000, #c90000);
  -moz-background: linear-gradient(to bottom, #d70000, #c90000);
  -ms-background: linear-gradient(to bottom, #d70000, #c90000);
  -o-background: linear-gradient(to bottom, #d70000, #c90000);
  background: linear-gradient(to bottom, #d70000, #c90000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c90000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d70000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c90000, #ba0000);
  -moz-background: linear-gradient(to bottom, #c90000, #ba0000);
  -ms-background: linear-gradient(to bottom, #c90000, #ba0000);
  -o-background: linear-gradient(to bottom, #c90000, #ba0000);
  background: linear-gradient(to bottom, #c90000, #ba0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #ba0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c90000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -moz-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -ms-background: linear-gradient(to bottom, #ba0000, #ac0000);
  -o-background: linear-gradient(to bottom, #ba0000, #ac0000);
  background: linear-gradient(to bottom, #ba0000, #ac0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #ac0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #ba0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -moz-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -ms-background: linear-gradient(to bottom, #ac0000, #9d0000);
  -o-background: linear-gradient(to bottom, #ac0000, #9d0000);
  background: linear-gradient(to bottom, #ac0000, #9d0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #9d0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #ac0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -moz-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -ms-background: linear-gradient(to bottom, #9d0000, #8f0000);
  -o-background: linear-gradient(to bottom, #9d0000, #8f0000);
  background: linear-gradient(to bottom, #9d0000, #8f0000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #8f0000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #9d0000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #8f0000, maroon);
  -moz-background: linear-gradient(to bottom, #8f0000, maroon);
  -ms-background: linear-gradient(to bottom, #8f0000, maroon);
  -o-background: linear-gradient(to bottom, #8f0000, maroon);
  background: linear-gradient(to bottom, #8f0000, maroon);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: maroon;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #8f0000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #800000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #800000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-chicago-graham-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-chicago-graham-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #800000;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .sidebar .steps .steps__label-toggle {
  background-color: maroon;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .sidebar .steps .step--active {
  border-left: 0.5rem solid maroon;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #643335, #682c2d);
  -moz-background: linear-gradient(to right, #643335, #682c2d);
  -ms-background: linear-gradient(to right, #643335, #682c2d);
  -o-background: linear-gradient(to right, #643335, #682c2d);
  background: linear-gradient(to right, #643335, #682c2d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #682c2d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #682c2d, #6c2426);
  -moz-background: linear-gradient(to right, #682c2d, #6c2426);
  -ms-background: linear-gradient(to right, #682c2d, #6c2426);
  -o-background: linear-gradient(to right, #682c2d, #6c2426);
  background: linear-gradient(to right, #682c2d, #6c2426);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #6c2426;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #6c2426, #701d1e);
  -moz-background: linear-gradient(to right, #6c2426, #701d1e);
  -ms-background: linear-gradient(to right, #6c2426, #701d1e);
  -o-background: linear-gradient(to right, #6c2426, #701d1e);
  background: linear-gradient(to right, #6c2426, #701d1e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #701d1e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #701d1e, #741617);
  -moz-background: linear-gradient(to right, #701d1e, #741617);
  -ms-background: linear-gradient(to right, #701d1e, #741617);
  -o-background: linear-gradient(to right, #701d1e, #741617);
  background: linear-gradient(to right, #701d1e, #741617);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #741617;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #741617, #780f0f);
  -moz-background: linear-gradient(to right, #741617, #780f0f);
  -ms-background: linear-gradient(to right, #741617, #780f0f);
  -o-background: linear-gradient(to right, #741617, #780f0f);
  background: linear-gradient(to right, #741617, #780f0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #780f0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #780f0f, #7c0708);
  -moz-background: linear-gradient(to right, #780f0f, #7c0708);
  -ms-background: linear-gradient(to right, #780f0f, #7c0708);
  -o-background: linear-gradient(to right, #780f0f, #7c0708);
  background: linear-gradient(to right, #780f0f, #7c0708);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #7c0708;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #7c0708, maroon);
  -moz-background: linear-gradient(to right, #7c0708, maroon);
  -ms-background: linear-gradient(to right, #7c0708, maroon);
  -o-background: linear-gradient(to right, #7c0708, maroon);
  background: linear-gradient(to right, #7c0708, maroon);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: maroon;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #800000;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #800000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #643335, #682c2d);
  -moz-background: linear-gradient(to bottom, #643335, #682c2d);
  -ms-background: linear-gradient(to bottom, #643335, #682c2d);
  -o-background: linear-gradient(to bottom, #643335, #682c2d);
  background: linear-gradient(to bottom, #643335, #682c2d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #682c2d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #643335;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #682c2d, #6c2426);
  -moz-background: linear-gradient(to bottom, #682c2d, #6c2426);
  -ms-background: linear-gradient(to bottom, #682c2d, #6c2426);
  -o-background: linear-gradient(to bottom, #682c2d, #6c2426);
  background: linear-gradient(to bottom, #682c2d, #6c2426);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #6c2426;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #682c2d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #6c2426, #701d1e);
  -moz-background: linear-gradient(to bottom, #6c2426, #701d1e);
  -ms-background: linear-gradient(to bottom, #6c2426, #701d1e);
  -o-background: linear-gradient(to bottom, #6c2426, #701d1e);
  background: linear-gradient(to bottom, #6c2426, #701d1e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #701d1e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #6c2426;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #701d1e, #741617);
  -moz-background: linear-gradient(to bottom, #701d1e, #741617);
  -ms-background: linear-gradient(to bottom, #701d1e, #741617);
  -o-background: linear-gradient(to bottom, #701d1e, #741617);
  background: linear-gradient(to bottom, #701d1e, #741617);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #741617;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #701d1e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #741617, #780f0f);
  -moz-background: linear-gradient(to bottom, #741617, #780f0f);
  -ms-background: linear-gradient(to bottom, #741617, #780f0f);
  -o-background: linear-gradient(to bottom, #741617, #780f0f);
  background: linear-gradient(to bottom, #741617, #780f0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #780f0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #741617;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #780f0f, #7c0708);
  -moz-background: linear-gradient(to bottom, #780f0f, #7c0708);
  -ms-background: linear-gradient(to bottom, #780f0f, #7c0708);
  -o-background: linear-gradient(to bottom, #780f0f, #7c0708);
  background: linear-gradient(to bottom, #780f0f, #7c0708);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #7c0708;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #780f0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #7c0708, maroon);
  -moz-background: linear-gradient(to bottom, #7c0708, maroon);
  -ms-background: linear-gradient(to bottom, #7c0708, maroon);
  -o-background: linear-gradient(to bottom, #7c0708, maroon);
  background: linear-gradient(to bottom, #7c0708, maroon);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: maroon;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #7c0708;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #800000;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #800000;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-chicago-graham-school.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-chicago-graham-school.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-chicago-graham-school.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-chicago-graham-school.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #800000;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .referrals-advocate__overlay {
  background-color: #800000;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .referrals-advocate__steps-circle {
  fill: #800000;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .referrals-advocate__testimonial {
  background-color: #800000;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #800000;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.university-of-chicago-graham-school .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #800000;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .terms__title {
  border-color: #643335;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .terms__links {
  color: #800000;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-chicago-graham-school .referral-tooltip__image path {
  fill: #800000;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.university-of-chicago-graham-school .main-header,
.university-of-chicago-graham-school .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #0176de;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.universidad-catolica-de-chile div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #0162b8;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .main-header__menu__btn:hover, .white-label.universidad-catolica-de-chile .main-header__menu__btn:focus, .white-label.universidad-catolica-de-chile .main-header__menu__btn:active, .white-label.universidad-catolica-de-chile .main-header__menu__btn:checked, .white-label.universidad-catolica-de-chile .main-header__menu__btn:focus:hover, .white-label.universidad-catolica-de-chile .main-header__menu__btn:focus:active, .white-label.universidad-catolica-de-chile .main-header__menu__btn:not(:disabled):hover, .white-label.universidad-catolica-de-chile .main-header__menu__btn:not(:disabled):active, .white-label.universidad-catolica-de-chile .main-header__menu__btn:not(.disabled):active, .white-label.universidad-catolica-de-chile .main-header__menu__btn:not(:disabled):active:focus, .white-label.universidad-catolica-de-chile .main-header__menu__btn:not(.disabled):active:focus,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:hover,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:focus,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:active,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:checked,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:focus:hover,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:focus:active,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:not(:disabled):hover,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:not(:disabled):active,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:not(.disabled):active,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.universidad-catolica-de-chile .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #0176de;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .main-header .nav__link:hover, .white-label.universidad-catolica-de-chile .main-header .nav__link:focus, .white-label.universidad-catolica-de-chile .main-header .nav__link:active, .white-label.universidad-catolica-de-chile .main-header .nav__link:checked, .white-label.universidad-catolica-de-chile .main-header .nav__link:focus:hover, .white-label.universidad-catolica-de-chile .main-header .nav__link:focus:active, .white-label.universidad-catolica-de-chile .main-header .nav__link:not(:disabled):hover, .white-label.universidad-catolica-de-chile .main-header .nav__link:not(:disabled):active, .white-label.universidad-catolica-de-chile .main-header .nav__link:not(.disabled):active, .white-label.universidad-catolica-de-chile .main-header .nav__link:not(:disabled):active:focus, .white-label.universidad-catolica-de-chile .main-header .nav__link:not(.disabled):active:focus,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:hover,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:focus,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:active,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:checked,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:focus:hover,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:focus:active,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:not(:disabled):hover,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:not(:disabled):active,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:not(.disabled):active,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:not(:disabled):active:focus,
.white-label.universidad-catolica-de-chile .main-footer .nav__link:not(.disabled):active:focus {
  color: #0162b8;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile.signed-out .btn:not(.btn--social), .white-label.universidad-catolica-de-chile.signed-in .btn--primary {
  background-color: #173f8a;
  border-color: #173f8a;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.signed-out .btn:not(.btn--social):hover, .white-label.universidad-catolica-de-chile.signed-out .btn:not(.btn--social):focus, .white-label.universidad-catolica-de-chile.signed-out .btn:not(.btn--social):active, .white-label.universidad-catolica-de-chile.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.universidad-catolica-de-chile.signed-in .btn--primary:hover, .white-label.universidad-catolica-de-chile.signed-in .btn--primary:focus, .white-label.universidad-catolica-de-chile.signed-in .btn--primary:active, .white-label.universidad-catolica-de-chile.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #173f8a;
  box-shadow: none;
  color: #173f8a;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .nav__btn:hover span,
.white-label.universidad-catolica-de-chile .nav__btn:hover span::after,
.white-label.universidad-catolica-de-chile .nav__btn:hover span::before,
.white-label.universidad-catolica-de-chile .nav__btn:focus span,
.white-label.universidad-catolica-de-chile .nav__btn:focus span::after,
.white-label.universidad-catolica-de-chile .nav__btn:focus span::before {
  background-color: #0176de;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.universidad-catolica-de-chile .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #0176de;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .nav__sidebar ul .profile__no-menu-link:hover {
  color: #0176de;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__list li:hover::after {
  border-color: rgba(1, 118, 222, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__list li:hover .heading-3 {
  color: #0176de;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .profile__link:hover, .white-label.universidad-catolica-de-chile .profile__link:focus, .white-label.universidad-catolica-de-chile .profile__link:active, .white-label.universidad-catolica-de-chile .profile__link:checked, .white-label.universidad-catolica-de-chile .profile__link:focus:hover, .white-label.universidad-catolica-de-chile .profile__link:focus:active, .white-label.universidad-catolica-de-chile .profile__link:not(:disabled):hover, .white-label.universidad-catolica-de-chile .profile__link:not(:disabled):active, .white-label.universidad-catolica-de-chile .profile__link:not(.disabled):active, .white-label.universidad-catolica-de-chile .profile__link:not(:disabled):active:focus, .white-label.universidad-catolica-de-chile .profile__link:not(.disabled):active:focus {
  color: #0176de;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .profile__actions:hover .profile__icn g,
.white-label.universidad-catolica-de-chile .profile__actions:focus .profile__icn g {
  fill: #0176de;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .students__classmate:hover .students__thumbnail,
.white-label.universidad-catolica-de-chile .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #0176de, 0 0 0 1px #0176de inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .pagination__page-link:hover::after {
  border-color: rgba(1, 118, 222, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modal__bg-icn {
  fill: #0176de;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .payments__paragraph--initial, .white-label.universidad-catolica-de-chile .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .form__input:-webkit-autofill, .white-label.universidad-catolica-de-chile .StripeElement:-webkit-autofill, .white-label.universidad-catolica-de-chile .form__input:-webkit-autofill:focus, .white-label.universidad-catolica-de-chile .form__input:-internal-autofill-selected, .white-label.universidad-catolica-de-chile .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(23, 63, 138, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(23, 63, 138, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(23, 63, 138, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(23, 63, 138, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(23, 63, 138, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .form__input:-moz-autofill, .white-label.universidad-catolica-de-chile .StripeElement:-moz-autofill, .white-label.universidad-catolica-de-chile .form__input:-moz-autofill-preview, .white-label.universidad-catolica-de-chile .StripeElement:-moz-autofill-preview {
  filter: rgba(23, 63, 138, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .form-radio__input:hover + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:hover + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:focus + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:focus + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:active + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:active + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:checked + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:checked + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:focus:hover + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:focus:hover + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:focus:active + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:focus:active + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):hover + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):active + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):active + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:not(.disabled):active + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:not(.disabled):active + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):active:focus + label::before, .white-label.universidad-catolica-de-chile .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.universidad-catolica-de-chile .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #0176de;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .form-radio__input:hover + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:focus + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:active + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:checked + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:focus:hover + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:focus:active + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.universidad-catolica-de-chile .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #0176de inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .form-check-input:checked + label::before, .white-label.universidad-catolica-de-chile .form-check-input:checked + label.collection_radio_buttons::before {
  background: #0176de;
  border-color: #0176de;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .form-check-input:valid:focus:checked + label::before, .white-label.universidad-catolica-de-chile .form-check-input.valid:focus:checked + label::before, .white-label.universidad-catolica-de-chile .form-check-input--valid:focus:checked + label::before, .white-label.universidad-catolica-de-chile .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #0176de;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .electives .form-radio__input:checked + label::before {
  background-color: #0176de;
  border: 3px solid #0176de;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .enrollment__icon path {
  fill: #173f8a;
  stroke: #173f8a;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .enrollment__icon tspan {
  fill: #173f8a;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__tasks li:hover::after, .white-label.universidad-catolica-de-chile .modules__tasks li.selected::after {
  border-color: rgba(1, 118, 222, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__tasks li::before {
  color: rgba(1, 118, 222, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(1, 118, 222, 0.4);
  border-color: rgba(1, 118, 222, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .modules__tasks li .modules__btn:hover::after, .white-label.universidad-catolica-de-chile .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(1, 118, 222, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .tabs__li:hover {
  border-color: rgba(1, 118, 222, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .tabs__label {
  border-bottom-color: #0176de;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.universidad-catolica-de-chile .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #0176de;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .survey__success .check {
  fill: #0176de;
  stroke: #0176de;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .electives__checkbox:checked + label::before,
.white-label.universidad-catolica-de-chile .program-card__checkbox:checked + label::before {
  background-color: #0176de;
  border-color: #0176de;
  color: #0176de;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .electives__checkbox:checked ~ .program-card__content,
.white-label.universidad-catolica-de-chile .program-card__checkbox:checked ~ .program-card__content {
  border-color: #0176de;
  box-shadow: 0 0 0 1px #0176de inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .canvas-assignments__submission-type::before {
  border-color: #0176de;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .canvas-assignments__submission-type::after {
  border-color: #0176de;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .canvas-assignments__submission-type:hover {
  background-color: rgba(1, 118, 222, 0.1);
  border-color: #0176de;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .canvas-assignments__submission-type.typed--selected, .white-label.universidad-catolica-de-chile .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(1, 118, 222, 0.1);
  border-color: #0176de;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(1),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(1), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #47a8fe, #3da1fa);
  -moz-background: linear-gradient(to right, #47a8fe, #3da1fa);
  -ms-background: linear-gradient(to right, #47a8fe, #3da1fa);
  -o-background: linear-gradient(to right, #47a8fe, #3da1fa);
  background: linear-gradient(to right, #47a8fe, #3da1fa);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(1)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(1)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3da1fa;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(2),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(2), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3da1fa, #339af5);
  -moz-background: linear-gradient(to right, #3da1fa, #339af5);
  -ms-background: linear-gradient(to right, #3da1fa, #339af5);
  -o-background: linear-gradient(to right, #3da1fa, #339af5);
  background: linear-gradient(to right, #3da1fa, #339af5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(2)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(2)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #339af5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(3),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(3), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #339af5, #2993f0);
  -moz-background: linear-gradient(to right, #339af5, #2993f0);
  -ms-background: linear-gradient(to right, #339af5, #2993f0);
  -o-background: linear-gradient(to right, #339af5, #2993f0);
  background: linear-gradient(to right, #339af5, #2993f0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(3)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(3)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2993f0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(4),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(4), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2993f0, #1f8bec);
  -moz-background: linear-gradient(to right, #2993f0, #1f8bec);
  -ms-background: linear-gradient(to right, #2993f0, #1f8bec);
  -o-background: linear-gradient(to right, #2993f0, #1f8bec);
  background: linear-gradient(to right, #2993f0, #1f8bec);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(4)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(4)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #1f8bec;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(5),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(5), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #1f8bec, #1584e7);
  -moz-background: linear-gradient(to right, #1f8bec, #1584e7);
  -ms-background: linear-gradient(to right, #1f8bec, #1584e7);
  -o-background: linear-gradient(to right, #1f8bec, #1584e7);
  background: linear-gradient(to right, #1f8bec, #1584e7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(5)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(5)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1584e7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(6),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(6), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1584e7, #0b7de3);
  -moz-background: linear-gradient(to right, #1584e7, #0b7de3);
  -ms-background: linear-gradient(to right, #1584e7, #0b7de3);
  -o-background: linear-gradient(to right, #1584e7, #0b7de3);
  background: linear-gradient(to right, #1584e7, #0b7de3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(6)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(6)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #0b7de3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(7),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(7), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #0b7de3, #0176de);
  -moz-background: linear-gradient(to right, #0b7de3, #0176de);
  -ms-background: linear-gradient(to right, #0b7de3, #0176de);
  -o-background: linear-gradient(to right, #0b7de3, #0176de);
  background: linear-gradient(to right, #0b7de3, #0176de);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(7)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(7)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0176de;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(n+8),
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(n+8), .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0176de;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .step--active:nth-child(n+8)::after,
.white-label.universidad-catolica-de-chile .steps--progress .step--completed:nth-child(n+8)::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0176de;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved {
  color: #0176de;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #47a8fe, #3da1fa);
  -moz-background: linear-gradient(to bottom, #47a8fe, #3da1fa);
  -ms-background: linear-gradient(to bottom, #47a8fe, #3da1fa);
  -o-background: linear-gradient(to bottom, #47a8fe, #3da1fa);
  background: linear-gradient(to bottom, #47a8fe, #3da1fa);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3da1fa;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #47a8fe;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3da1fa, #339af5);
  -moz-background: linear-gradient(to bottom, #3da1fa, #339af5);
  -ms-background: linear-gradient(to bottom, #3da1fa, #339af5);
  -o-background: linear-gradient(to bottom, #3da1fa, #339af5);
  background: linear-gradient(to bottom, #3da1fa, #339af5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #339af5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3da1fa;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #339af5, #2993f0);
  -moz-background: linear-gradient(to bottom, #339af5, #2993f0);
  -ms-background: linear-gradient(to bottom, #339af5, #2993f0);
  -o-background: linear-gradient(to bottom, #339af5, #2993f0);
  background: linear-gradient(to bottom, #339af5, #2993f0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2993f0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #339af5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2993f0, #1f8bec);
  -moz-background: linear-gradient(to bottom, #2993f0, #1f8bec);
  -ms-background: linear-gradient(to bottom, #2993f0, #1f8bec);
  -o-background: linear-gradient(to bottom, #2993f0, #1f8bec);
  background: linear-gradient(to bottom, #2993f0, #1f8bec);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #1f8bec;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2993f0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f8bec, #1584e7);
  -moz-background: linear-gradient(to bottom, #1f8bec, #1584e7);
  -ms-background: linear-gradient(to bottom, #1f8bec, #1584e7);
  -o-background: linear-gradient(to bottom, #1f8bec, #1584e7);
  background: linear-gradient(to bottom, #1f8bec, #1584e7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1584e7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #1f8bec;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1584e7, #0b7de3);
  -moz-background: linear-gradient(to bottom, #1584e7, #0b7de3);
  -ms-background: linear-gradient(to bottom, #1584e7, #0b7de3);
  -o-background: linear-gradient(to bottom, #1584e7, #0b7de3);
  background: linear-gradient(to bottom, #1584e7, #0b7de3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #0b7de3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1584e7;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b7de3, #0176de);
  -moz-background: linear-gradient(to bottom, #0b7de3, #0176de);
  -ms-background: linear-gradient(to bottom, #0b7de3, #0176de);
  -o-background: linear-gradient(to bottom, #0b7de3, #0176de);
  background: linear-gradient(to bottom, #0b7de3, #0176de);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0176de;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #0b7de3;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0176de;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0176de;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-catolica-de-chile .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-catolica-de-chile .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0176de;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .sidebar .steps .steps__label-toggle {
  background-color: #0176de;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .sidebar .steps .step--active {
  border-left: 0.5rem solid #0176de;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #173f8a, #144796);
  -moz-background: linear-gradient(to right, #173f8a, #144796);
  -ms-background: linear-gradient(to right, #173f8a, #144796);
  -o-background: linear-gradient(to right, #173f8a, #144796);
  background: linear-gradient(to right, #173f8a, #144796);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #144796;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #144796, #114fa2);
  -moz-background: linear-gradient(to right, #144796, #114fa2);
  -ms-background: linear-gradient(to right, #144796, #114fa2);
  -o-background: linear-gradient(to right, #144796, #114fa2);
  background: linear-gradient(to right, #144796, #114fa2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #114fa2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #114fa2, #0e57ae);
  -moz-background: linear-gradient(to right, #114fa2, #0e57ae);
  -ms-background: linear-gradient(to right, #114fa2, #0e57ae);
  -o-background: linear-gradient(to right, #114fa2, #0e57ae);
  background: linear-gradient(to right, #114fa2, #0e57ae);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0e57ae;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0e57ae, #0a5eba);
  -moz-background: linear-gradient(to right, #0e57ae, #0a5eba);
  -ms-background: linear-gradient(to right, #0e57ae, #0a5eba);
  -o-background: linear-gradient(to right, #0e57ae, #0a5eba);
  background: linear-gradient(to right, #0e57ae, #0a5eba);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #0a5eba;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #0a5eba, #0766c6);
  -moz-background: linear-gradient(to right, #0a5eba, #0766c6);
  -ms-background: linear-gradient(to right, #0a5eba, #0766c6);
  -o-background: linear-gradient(to right, #0a5eba, #0766c6);
  background: linear-gradient(to right, #0a5eba, #0766c6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0766c6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0766c6, #046ed2);
  -moz-background: linear-gradient(to right, #0766c6, #046ed2);
  -ms-background: linear-gradient(to right, #0766c6, #046ed2);
  -o-background: linear-gradient(to right, #0766c6, #046ed2);
  background: linear-gradient(to right, #0766c6, #046ed2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #046ed2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #046ed2, #0176de);
  -moz-background: linear-gradient(to right, #046ed2, #0176de);
  -ms-background: linear-gradient(to right, #046ed2, #0176de);
  -o-background: linear-gradient(to right, #046ed2, #0176de);
  background: linear-gradient(to right, #046ed2, #0176de);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #0176de;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #0176de;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #0176de;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #173f8a, #144796);
  -moz-background: linear-gradient(to bottom, #173f8a, #144796);
  -ms-background: linear-gradient(to bottom, #173f8a, #144796);
  -o-background: linear-gradient(to bottom, #173f8a, #144796);
  background: linear-gradient(to bottom, #173f8a, #144796);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #144796;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #173f8a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #144796, #114fa2);
  -moz-background: linear-gradient(to bottom, #144796, #114fa2);
  -ms-background: linear-gradient(to bottom, #144796, #114fa2);
  -o-background: linear-gradient(to bottom, #144796, #114fa2);
  background: linear-gradient(to bottom, #144796, #114fa2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #114fa2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #144796;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #114fa2, #0e57ae);
  -moz-background: linear-gradient(to bottom, #114fa2, #0e57ae);
  -ms-background: linear-gradient(to bottom, #114fa2, #0e57ae);
  -o-background: linear-gradient(to bottom, #114fa2, #0e57ae);
  background: linear-gradient(to bottom, #114fa2, #0e57ae);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0e57ae;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #114fa2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e57ae, #0a5eba);
  -moz-background: linear-gradient(to bottom, #0e57ae, #0a5eba);
  -ms-background: linear-gradient(to bottom, #0e57ae, #0a5eba);
  -o-background: linear-gradient(to bottom, #0e57ae, #0a5eba);
  background: linear-gradient(to bottom, #0e57ae, #0a5eba);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #0a5eba;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0e57ae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #0a5eba, #0766c6);
  -moz-background: linear-gradient(to bottom, #0a5eba, #0766c6);
  -ms-background: linear-gradient(to bottom, #0a5eba, #0766c6);
  -o-background: linear-gradient(to bottom, #0a5eba, #0766c6);
  background: linear-gradient(to bottom, #0a5eba, #0766c6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0766c6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #0a5eba;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0766c6, #046ed2);
  -moz-background: linear-gradient(to bottom, #0766c6, #046ed2);
  -ms-background: linear-gradient(to bottom, #0766c6, #046ed2);
  -o-background: linear-gradient(to bottom, #0766c6, #046ed2);
  background: linear-gradient(to bottom, #0766c6, #046ed2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #046ed2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0766c6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #046ed2, #0176de);
  -moz-background: linear-gradient(to bottom, #046ed2, #0176de);
  -ms-background: linear-gradient(to bottom, #046ed2, #0176de);
  -o-background: linear-gradient(to bottom, #046ed2, #0176de);
  background: linear-gradient(to bottom, #046ed2, #0176de);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #0176de;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #046ed2;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #0176de;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #0176de;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-catolica-de-chile.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-catolica-de-chile.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.universidad-catolica-de-chile.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.universidad-catolica-de-chile.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #0176de;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .referrals-advocate__overlay {
  background-color: #0176de;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .referrals-advocate__steps-circle {
  fill: #0176de;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .referrals-advocate__testimonial {
  background-color: #0176de;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #0176de;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.universidad-catolica-de-chile .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #0176de;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .terms__title {
  border-color: #173f8a;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .terms__links {
  color: #0176de;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.universidad-catolica-de-chile .referral-tooltip__image path {
  fill: #0176de;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.universidad-catolica-de-chile .main-header,
.universidad-catolica-de-chile .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-massachusetts-global div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #7e1b2a;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .main-header__menu__btn:hover, .white-label.university-of-massachusetts-global .main-header__menu__btn:focus, .white-label.university-of-massachusetts-global .main-header__menu__btn:active, .white-label.university-of-massachusetts-global .main-header__menu__btn:checked, .white-label.university-of-massachusetts-global .main-header__menu__btn:focus:hover, .white-label.university-of-massachusetts-global .main-header__menu__btn:focus:active, .white-label.university-of-massachusetts-global .main-header__menu__btn:not(:disabled):hover, .white-label.university-of-massachusetts-global .main-header__menu__btn:not(:disabled):active, .white-label.university-of-massachusetts-global .main-header__menu__btn:not(.disabled):active, .white-label.university-of-massachusetts-global .main-header__menu__btn:not(:disabled):active:focus, .white-label.university-of-massachusetts-global .main-header__menu__btn:not(.disabled):active:focus,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:hover,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:focus,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:active,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:checked,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:focus:hover,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:focus:active,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:not(:disabled):hover,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:not(:disabled):active,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:not(.disabled):active,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.university-of-massachusetts-global .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .main-header .nav__link:hover, .white-label.university-of-massachusetts-global .main-header .nav__link:focus, .white-label.university-of-massachusetts-global .main-header .nav__link:active, .white-label.university-of-massachusetts-global .main-header .nav__link:checked, .white-label.university-of-massachusetts-global .main-header .nav__link:focus:hover, .white-label.university-of-massachusetts-global .main-header .nav__link:focus:active, .white-label.university-of-massachusetts-global .main-header .nav__link:not(:disabled):hover, .white-label.university-of-massachusetts-global .main-header .nav__link:not(:disabled):active, .white-label.university-of-massachusetts-global .main-header .nav__link:not(.disabled):active, .white-label.university-of-massachusetts-global .main-header .nav__link:not(:disabled):active:focus, .white-label.university-of-massachusetts-global .main-header .nav__link:not(.disabled):active:focus,
.white-label.university-of-massachusetts-global .main-footer .nav__link:hover,
.white-label.university-of-massachusetts-global .main-footer .nav__link:focus,
.white-label.university-of-massachusetts-global .main-footer .nav__link:active,
.white-label.university-of-massachusetts-global .main-footer .nav__link:checked,
.white-label.university-of-massachusetts-global .main-footer .nav__link:focus:hover,
.white-label.university-of-massachusetts-global .main-footer .nav__link:focus:active,
.white-label.university-of-massachusetts-global .main-footer .nav__link:not(:disabled):hover,
.white-label.university-of-massachusetts-global .main-footer .nav__link:not(:disabled):active,
.white-label.university-of-massachusetts-global .main-footer .nav__link:not(.disabled):active,
.white-label.university-of-massachusetts-global .main-footer .nav__link:not(:disabled):active:focus,
.white-label.university-of-massachusetts-global .main-footer .nav__link:not(.disabled):active:focus {
  color: #7e1b2a;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global.signed-out .btn:not(.btn--social), .white-label.university-of-massachusetts-global.signed-in .btn--primary {
  background-color: #005eb8;
  border-color: #005eb8;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.signed-out .btn:not(.btn--social):hover, .white-label.university-of-massachusetts-global.signed-out .btn:not(.btn--social):focus, .white-label.university-of-massachusetts-global.signed-out .btn:not(.btn--social):active, .white-label.university-of-massachusetts-global.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.university-of-massachusetts-global.signed-in .btn--primary:hover, .white-label.university-of-massachusetts-global.signed-in .btn--primary:focus, .white-label.university-of-massachusetts-global.signed-in .btn--primary:active, .white-label.university-of-massachusetts-global.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #005eb8;
  box-shadow: none;
  color: #005eb8;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .nav__btn:hover span,
.white-label.university-of-massachusetts-global .nav__btn:hover span::after,
.white-label.university-of-massachusetts-global .nav__btn:hover span::before,
.white-label.university-of-massachusetts-global .nav__btn:focus span,
.white-label.university-of-massachusetts-global .nav__btn:focus span::after,
.white-label.university-of-massachusetts-global .nav__btn:focus span::before {
  background-color: #9d2235;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.university-of-massachusetts-global .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #9d2235;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .nav__sidebar ul .profile__no-menu-link:hover {
  color: #9d2235;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__list li:hover::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__list li:hover .heading-3 {
  color: #9d2235;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .profile__link:hover, .white-label.university-of-massachusetts-global .profile__link:focus, .white-label.university-of-massachusetts-global .profile__link:active, .white-label.university-of-massachusetts-global .profile__link:checked, .white-label.university-of-massachusetts-global .profile__link:focus:hover, .white-label.university-of-massachusetts-global .profile__link:focus:active, .white-label.university-of-massachusetts-global .profile__link:not(:disabled):hover, .white-label.university-of-massachusetts-global .profile__link:not(:disabled):active, .white-label.university-of-massachusetts-global .profile__link:not(.disabled):active, .white-label.university-of-massachusetts-global .profile__link:not(:disabled):active:focus, .white-label.university-of-massachusetts-global .profile__link:not(.disabled):active:focus {
  color: #9d2235;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .profile__actions:hover .profile__icn g,
.white-label.university-of-massachusetts-global .profile__actions:focus .profile__icn g {
  fill: #9d2235;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .students__classmate:hover .students__thumbnail,
.white-label.university-of-massachusetts-global .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #9d2235, 0 0 0 1px #9d2235 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .pagination__page-link:hover::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modal__bg-icn {
  fill: #9d2235;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .payments__paragraph--initial, .white-label.university-of-massachusetts-global .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .form__input:-webkit-autofill, .white-label.university-of-massachusetts-global .StripeElement:-webkit-autofill, .white-label.university-of-massachusetts-global .form__input:-webkit-autofill:focus, .white-label.university-of-massachusetts-global .form__input:-internal-autofill-selected, .white-label.university-of-massachusetts-global .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 94, 184, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 94, 184, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 94, 184, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 94, 184, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 94, 184, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .form__input:-moz-autofill, .white-label.university-of-massachusetts-global .StripeElement:-moz-autofill, .white-label.university-of-massachusetts-global .form__input:-moz-autofill-preview, .white-label.university-of-massachusetts-global .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 94, 184, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .form-radio__input:hover + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:hover + label::before, .white-label.university-of-massachusetts-global .form-radio__input:focus + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:focus + label::before, .white-label.university-of-massachusetts-global .form-radio__input:active + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:active + label::before, .white-label.university-of-massachusetts-global .form-radio__input:checked + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:checked + label::before, .white-label.university-of-massachusetts-global .form-radio__input:focus:hover + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:focus:hover + label::before, .white-label.university-of-massachusetts-global .form-radio__input:focus:active + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:focus:active + label::before, .white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):hover + label::before, .white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):active + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):active + label::before, .white-label.university-of-massachusetts-global .form-radio__input:not(.disabled):active + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:not(.disabled):active + label::before, .white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):active:focus + label::before, .white-label.university-of-massachusetts-global .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.university-of-massachusetts-global .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #9d2235;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .form-radio__input:hover + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:focus + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:active + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:checked + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:focus:hover + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:focus:active + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.university-of-massachusetts-global .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #9d2235 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .form-check-input:checked + label::before, .white-label.university-of-massachusetts-global .form-check-input:checked + label.collection_radio_buttons::before {
  background: #9d2235;
  border-color: #9d2235;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .form-check-input:valid:focus:checked + label::before, .white-label.university-of-massachusetts-global .form-check-input.valid:focus:checked + label::before, .white-label.university-of-massachusetts-global .form-check-input--valid:focus:checked + label::before, .white-label.university-of-massachusetts-global .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #9d2235;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .electives .form-radio__input:checked + label::before {
  background-color: #9d2235;
  border: 3px solid #9d2235;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .enrollment__icon path {
  fill: #005eb8;
  stroke: #005eb8;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .enrollment__icon tspan {
  fill: #005eb8;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__tasks li:hover::after, .white-label.university-of-massachusetts-global .modules__tasks li.selected::after {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__tasks li::before {
  color: rgba(157, 34, 53, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(157, 34, 53, 0.4);
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .modules__tasks li .modules__btn:hover::after, .white-label.university-of-massachusetts-global .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(157, 34, 53, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .tabs__li:hover {
  border-color: rgba(157, 34, 53, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .tabs__label {
  border-bottom-color: #9d2235;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.university-of-massachusetts-global .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #9d2235;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .survey__success .check {
  fill: #9d2235;
  stroke: #9d2235;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .electives__checkbox:checked + label::before,
.white-label.university-of-massachusetts-global .program-card__checkbox:checked + label::before {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #9d2235;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .electives__checkbox:checked ~ .program-card__content,
.white-label.university-of-massachusetts-global .program-card__checkbox:checked ~ .program-card__content {
  border-color: #9d2235;
  box-shadow: 0 0 0 1px #9d2235 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .canvas-assignments__submission-type::before {
  border-color: #9d2235;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .canvas-assignments__submission-type::after {
  border-color: #9d2235;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .canvas-assignments__submission-type:hover {
  background-color: rgba(157, 34, 53, 0.1);
  border-color: #9d2235;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .canvas-assignments__submission-type.typed--selected, .white-label.university-of-massachusetts-global .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(157, 34, 53, 0.1);
  border-color: #9d2235;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(1),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(1), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #d84d62, #d0475c);
  -moz-background: linear-gradient(to right, #d84d62, #d0475c);
  -ms-background: linear-gradient(to right, #d84d62, #d0475c);
  -o-background: linear-gradient(to right, #d84d62, #d0475c);
  background: linear-gradient(to right, #d84d62, #d0475c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(1)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(1)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d0475c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(2),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(2), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d0475c, #c74055);
  -moz-background: linear-gradient(to right, #d0475c, #c74055);
  -ms-background: linear-gradient(to right, #d0475c, #c74055);
  -o-background: linear-gradient(to right, #d0475c, #c74055);
  background: linear-gradient(to right, #d0475c, #c74055);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(2)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(2)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #c74055;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(3),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(3), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #c74055, #bf3a4f);
  -moz-background: linear-gradient(to right, #c74055, #bf3a4f);
  -ms-background: linear-gradient(to right, #c74055, #bf3a4f);
  -o-background: linear-gradient(to right, #c74055, #bf3a4f);
  background: linear-gradient(to right, #c74055, #bf3a4f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(3)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(3)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #bf3a4f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(4),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(4), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #bf3a4f, #b63448);
  -moz-background: linear-gradient(to right, #bf3a4f, #b63448);
  -ms-background: linear-gradient(to right, #bf3a4f, #b63448);
  -o-background: linear-gradient(to right, #bf3a4f, #b63448);
  background: linear-gradient(to right, #bf3a4f, #b63448);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(4)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(4)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #b63448;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(5),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(5), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #b63448, #ae2e42);
  -moz-background: linear-gradient(to right, #b63448, #ae2e42);
  -ms-background: linear-gradient(to right, #b63448, #ae2e42);
  -o-background: linear-gradient(to right, #b63448, #ae2e42);
  background: linear-gradient(to right, #b63448, #ae2e42);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(5)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(5)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #ae2e42;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(6),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(6), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #ae2e42, #a5283b);
  -moz-background: linear-gradient(to right, #ae2e42, #a5283b);
  -ms-background: linear-gradient(to right, #ae2e42, #a5283b);
  -o-background: linear-gradient(to right, #ae2e42, #a5283b);
  background: linear-gradient(to right, #ae2e42, #a5283b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(6)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(6)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a5283b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(7),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(7), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a5283b, #9d2235);
  -moz-background: linear-gradient(to right, #a5283b, #9d2235);
  -ms-background: linear-gradient(to right, #a5283b, #9d2235);
  -o-background: linear-gradient(to right, #a5283b, #9d2235);
  background: linear-gradient(to right, #a5283b, #9d2235);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(7)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(7)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #9d2235;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(n+8),
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(n+8), .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #9d2235;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .step--active:nth-child(n+8)::after,
.white-label.university-of-massachusetts-global .steps--progress .step--completed:nth-child(n+8)::after, .white-label.university-of-massachusetts-global .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #9d2235;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved {
  color: #9d2235;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -moz-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -ms-background: linear-gradient(to bottom, #d84d62, #d0475c);
  -o-background: linear-gradient(to bottom, #d84d62, #d0475c);
  background: linear-gradient(to bottom, #d84d62, #d0475c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d0475c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #d84d62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d0475c, #c74055);
  -moz-background: linear-gradient(to bottom, #d0475c, #c74055);
  -ms-background: linear-gradient(to bottom, #d0475c, #c74055);
  -o-background: linear-gradient(to bottom, #d0475c, #c74055);
  background: linear-gradient(to bottom, #d0475c, #c74055);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #c74055;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d0475c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -moz-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -ms-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  -o-background: linear-gradient(to bottom, #c74055, #bf3a4f);
  background: linear-gradient(to bottom, #c74055, #bf3a4f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #bf3a4f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #c74055;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -moz-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -ms-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  -o-background: linear-gradient(to bottom, #bf3a4f, #b63448);
  background: linear-gradient(to bottom, #bf3a4f, #b63448);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #b63448;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #bf3a4f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -moz-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -ms-background: linear-gradient(to bottom, #b63448, #ae2e42);
  -o-background: linear-gradient(to bottom, #b63448, #ae2e42);
  background: linear-gradient(to bottom, #b63448, #ae2e42);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #ae2e42;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #b63448;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -moz-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -ms-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  -o-background: linear-gradient(to bottom, #ae2e42, #a5283b);
  background: linear-gradient(to bottom, #ae2e42, #a5283b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a5283b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #ae2e42;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -moz-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -ms-background: linear-gradient(to bottom, #a5283b, #9d2235);
  -o-background: linear-gradient(to bottom, #a5283b, #9d2235);
  background: linear-gradient(to bottom, #a5283b, #9d2235);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #9d2235;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a5283b;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #9d2235;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #9d2235;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-massachusetts-global .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-massachusetts-global .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #9d2235;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .sidebar .steps .steps__label-toggle {
  background-color: #9d2235;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .sidebar .steps .step--active {
  border-left: 0.5rem solid #9d2235;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #005eb8, #1655a5);
  -moz-background: linear-gradient(to right, #005eb8, #1655a5);
  -ms-background: linear-gradient(to right, #005eb8, #1655a5);
  -o-background: linear-gradient(to right, #005eb8, #1655a5);
  background: linear-gradient(to right, #005eb8, #1655a5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #1655a5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #1655a5, #2d4d93);
  -moz-background: linear-gradient(to right, #1655a5, #2d4d93);
  -ms-background: linear-gradient(to right, #1655a5, #2d4d93);
  -o-background: linear-gradient(to right, #1655a5, #2d4d93);
  background: linear-gradient(to right, #1655a5, #2d4d93);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2d4d93;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2d4d93, #434480);
  -moz-background: linear-gradient(to right, #2d4d93, #434480);
  -ms-background: linear-gradient(to right, #2d4d93, #434480);
  -o-background: linear-gradient(to right, #2d4d93, #434480);
  background: linear-gradient(to right, #2d4d93, #434480);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #434480;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #434480, #5a3c6d);
  -moz-background: linear-gradient(to right, #434480, #5a3c6d);
  -ms-background: linear-gradient(to right, #434480, #5a3c6d);
  -o-background: linear-gradient(to right, #434480, #5a3c6d);
  background: linear-gradient(to right, #434480, #5a3c6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #5a3c6d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #5a3c6d, #70335a);
  -moz-background: linear-gradient(to right, #5a3c6d, #70335a);
  -ms-background: linear-gradient(to right, #5a3c6d, #70335a);
  -o-background: linear-gradient(to right, #5a3c6d, #70335a);
  background: linear-gradient(to right, #5a3c6d, #70335a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #70335a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #70335a, #872b48);
  -moz-background: linear-gradient(to right, #70335a, #872b48);
  -ms-background: linear-gradient(to right, #70335a, #872b48);
  -o-background: linear-gradient(to right, #70335a, #872b48);
  background: linear-gradient(to right, #70335a, #872b48);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #872b48;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #872b48, #9d2235);
  -moz-background: linear-gradient(to right, #872b48, #9d2235);
  -ms-background: linear-gradient(to right, #872b48, #9d2235);
  -o-background: linear-gradient(to right, #872b48, #9d2235);
  background: linear-gradient(to right, #872b48, #9d2235);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #9d2235;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #9d2235;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #9d2235;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #005eb8, #1655a5);
  -moz-background: linear-gradient(to bottom, #005eb8, #1655a5);
  -ms-background: linear-gradient(to bottom, #005eb8, #1655a5);
  -o-background: linear-gradient(to bottom, #005eb8, #1655a5);
  background: linear-gradient(to bottom, #005eb8, #1655a5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #1655a5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #005eb8;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #1655a5, #2d4d93);
  -moz-background: linear-gradient(to bottom, #1655a5, #2d4d93);
  -ms-background: linear-gradient(to bottom, #1655a5, #2d4d93);
  -o-background: linear-gradient(to bottom, #1655a5, #2d4d93);
  background: linear-gradient(to bottom, #1655a5, #2d4d93);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2d4d93;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #1655a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2d4d93, #434480);
  -moz-background: linear-gradient(to bottom, #2d4d93, #434480);
  -ms-background: linear-gradient(to bottom, #2d4d93, #434480);
  -o-background: linear-gradient(to bottom, #2d4d93, #434480);
  background: linear-gradient(to bottom, #2d4d93, #434480);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #434480;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2d4d93;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #434480, #5a3c6d);
  -moz-background: linear-gradient(to bottom, #434480, #5a3c6d);
  -ms-background: linear-gradient(to bottom, #434480, #5a3c6d);
  -o-background: linear-gradient(to bottom, #434480, #5a3c6d);
  background: linear-gradient(to bottom, #434480, #5a3c6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #5a3c6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #434480;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #5a3c6d, #70335a);
  -moz-background: linear-gradient(to bottom, #5a3c6d, #70335a);
  -ms-background: linear-gradient(to bottom, #5a3c6d, #70335a);
  -o-background: linear-gradient(to bottom, #5a3c6d, #70335a);
  background: linear-gradient(to bottom, #5a3c6d, #70335a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #70335a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #5a3c6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #70335a, #872b48);
  -moz-background: linear-gradient(to bottom, #70335a, #872b48);
  -ms-background: linear-gradient(to bottom, #70335a, #872b48);
  -o-background: linear-gradient(to bottom, #70335a, #872b48);
  background: linear-gradient(to bottom, #70335a, #872b48);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #872b48;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #70335a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #872b48, #9d2235);
  -moz-background: linear-gradient(to bottom, #872b48, #9d2235);
  -ms-background: linear-gradient(to bottom, #872b48, #9d2235);
  -o-background: linear-gradient(to bottom, #872b48, #9d2235);
  background: linear-gradient(to bottom, #872b48, #9d2235);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #9d2235;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #872b48;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #9d2235;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #9d2235;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-massachusetts-global.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-massachusetts-global.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-massachusetts-global.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-massachusetts-global.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #9d2235;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .referrals-advocate__overlay {
  background-color: #9d2235;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .referrals-advocate__steps-circle {
  fill: #9d2235;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .referrals-advocate__testimonial {
  background-color: #9d2235;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #9d2235;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.university-of-massachusetts-global .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #9d2235;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .terms__title {
  border-color: #005eb8;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .terms__links {
  color: #9d2235;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-massachusetts-global .referral-tooltip__image path {
  fill: #9d2235;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.university-of-massachusetts-global .main-header,
.university-of-massachusetts-global .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #900;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.university-of-pennsilvania div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #730000;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .main-header__menu__btn:hover, .white-label.university-of-pennsilvania .main-header__menu__btn:focus, .white-label.university-of-pennsilvania .main-header__menu__btn:active, .white-label.university-of-pennsilvania .main-header__menu__btn:checked, .white-label.university-of-pennsilvania .main-header__menu__btn:focus:hover, .white-label.university-of-pennsilvania .main-header__menu__btn:focus:active, .white-label.university-of-pennsilvania .main-header__menu__btn:not(:disabled):hover, .white-label.university-of-pennsilvania .main-header__menu__btn:not(:disabled):active, .white-label.university-of-pennsilvania .main-header__menu__btn:not(.disabled):active, .white-label.university-of-pennsilvania .main-header__menu__btn:not(:disabled):active:focus, .white-label.university-of-pennsilvania .main-header__menu__btn:not(.disabled):active:focus,
.white-label.university-of-pennsilvania .main-footer__menu__btn:hover,
.white-label.university-of-pennsilvania .main-footer__menu__btn:focus,
.white-label.university-of-pennsilvania .main-footer__menu__btn:active,
.white-label.university-of-pennsilvania .main-footer__menu__btn:checked,
.white-label.university-of-pennsilvania .main-footer__menu__btn:focus:hover,
.white-label.university-of-pennsilvania .main-footer__menu__btn:focus:active,
.white-label.university-of-pennsilvania .main-footer__menu__btn:not(:disabled):hover,
.white-label.university-of-pennsilvania .main-footer__menu__btn:not(:disabled):active,
.white-label.university-of-pennsilvania .main-footer__menu__btn:not(.disabled):active,
.white-label.university-of-pennsilvania .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.university-of-pennsilvania .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #900;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .main-header .nav__link:hover, .white-label.university-of-pennsilvania .main-header .nav__link:focus, .white-label.university-of-pennsilvania .main-header .nav__link:active, .white-label.university-of-pennsilvania .main-header .nav__link:checked, .white-label.university-of-pennsilvania .main-header .nav__link:focus:hover, .white-label.university-of-pennsilvania .main-header .nav__link:focus:active, .white-label.university-of-pennsilvania .main-header .nav__link:not(:disabled):hover, .white-label.university-of-pennsilvania .main-header .nav__link:not(:disabled):active, .white-label.university-of-pennsilvania .main-header .nav__link:not(.disabled):active, .white-label.university-of-pennsilvania .main-header .nav__link:not(:disabled):active:focus, .white-label.university-of-pennsilvania .main-header .nav__link:not(.disabled):active:focus,
.white-label.university-of-pennsilvania .main-footer .nav__link:hover,
.white-label.university-of-pennsilvania .main-footer .nav__link:focus,
.white-label.university-of-pennsilvania .main-footer .nav__link:active,
.white-label.university-of-pennsilvania .main-footer .nav__link:checked,
.white-label.university-of-pennsilvania .main-footer .nav__link:focus:hover,
.white-label.university-of-pennsilvania .main-footer .nav__link:focus:active,
.white-label.university-of-pennsilvania .main-footer .nav__link:not(:disabled):hover,
.white-label.university-of-pennsilvania .main-footer .nav__link:not(:disabled):active,
.white-label.university-of-pennsilvania .main-footer .nav__link:not(.disabled):active,
.white-label.university-of-pennsilvania .main-footer .nav__link:not(:disabled):active:focus,
.white-label.university-of-pennsilvania .main-footer .nav__link:not(.disabled):active:focus {
  color: #730000;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania.signed-out .btn:not(.btn--social), .white-label.university-of-pennsilvania.signed-in .btn--primary {
  background-color: #011f5b;
  border-color: #011f5b;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.signed-out .btn:not(.btn--social):hover, .white-label.university-of-pennsilvania.signed-out .btn:not(.btn--social):focus, .white-label.university-of-pennsilvania.signed-out .btn:not(.btn--social):active, .white-label.university-of-pennsilvania.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.university-of-pennsilvania.signed-in .btn--primary:hover, .white-label.university-of-pennsilvania.signed-in .btn--primary:focus, .white-label.university-of-pennsilvania.signed-in .btn--primary:active, .white-label.university-of-pennsilvania.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #011f5b;
  box-shadow: none;
  color: #011f5b;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .nav__btn:hover span,
.white-label.university-of-pennsilvania .nav__btn:hover span::after,
.white-label.university-of-pennsilvania .nav__btn:hover span::before,
.white-label.university-of-pennsilvania .nav__btn:focus span,
.white-label.university-of-pennsilvania .nav__btn:focus span::after,
.white-label.university-of-pennsilvania .nav__btn:focus span::before {
  background-color: #900;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.university-of-pennsilvania .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #900;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .nav__sidebar ul .profile__no-menu-link:hover {
  color: #900;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__list li:hover::after {
  border-color: rgba(153, 0, 0, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__list li:hover .heading-3 {
  color: #900;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .profile__link:hover, .white-label.university-of-pennsilvania .profile__link:focus, .white-label.university-of-pennsilvania .profile__link:active, .white-label.university-of-pennsilvania .profile__link:checked, .white-label.university-of-pennsilvania .profile__link:focus:hover, .white-label.university-of-pennsilvania .profile__link:focus:active, .white-label.university-of-pennsilvania .profile__link:not(:disabled):hover, .white-label.university-of-pennsilvania .profile__link:not(:disabled):active, .white-label.university-of-pennsilvania .profile__link:not(.disabled):active, .white-label.university-of-pennsilvania .profile__link:not(:disabled):active:focus, .white-label.university-of-pennsilvania .profile__link:not(.disabled):active:focus {
  color: #900;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .profile__actions:hover .profile__icn g,
.white-label.university-of-pennsilvania .profile__actions:focus .profile__icn g {
  fill: #900;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .students__classmate:hover .students__thumbnail,
.white-label.university-of-pennsilvania .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #900, 0 0 0 1px #900 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .pagination__page-link:hover::after {
  border-color: rgba(153, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modal__bg-icn {
  fill: #900;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .payments__paragraph--initial, .white-label.university-of-pennsilvania .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .form__input:-webkit-autofill, .white-label.university-of-pennsilvania .StripeElement:-webkit-autofill, .white-label.university-of-pennsilvania .form__input:-webkit-autofill:focus, .white-label.university-of-pennsilvania .form__input:-internal-autofill-selected, .white-label.university-of-pennsilvania .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(1, 31, 91, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(1, 31, 91, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(1, 31, 91, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(1, 31, 91, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(1, 31, 91, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .form__input:-moz-autofill, .white-label.university-of-pennsilvania .StripeElement:-moz-autofill, .white-label.university-of-pennsilvania .form__input:-moz-autofill-preview, .white-label.university-of-pennsilvania .StripeElement:-moz-autofill-preview {
  filter: rgba(1, 31, 91, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .form-radio__input:hover + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:hover + label::before, .white-label.university-of-pennsilvania .form-radio__input:focus + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:focus + label::before, .white-label.university-of-pennsilvania .form-radio__input:active + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:active + label::before, .white-label.university-of-pennsilvania .form-radio__input:checked + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:checked + label::before, .white-label.university-of-pennsilvania .form-radio__input:focus:hover + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:focus:hover + label::before, .white-label.university-of-pennsilvania .form-radio__input:focus:active + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:focus:active + label::before, .white-label.university-of-pennsilvania .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:not(:disabled):hover + label::before, .white-label.university-of-pennsilvania .form-radio__input:not(:disabled):active + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:not(:disabled):active + label::before, .white-label.university-of-pennsilvania .form-radio__input:not(.disabled):active + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:not(.disabled):active + label::before, .white-label.university-of-pennsilvania .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:not(:disabled):active:focus + label::before, .white-label.university-of-pennsilvania .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.university-of-pennsilvania .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #900;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .form-radio__input:hover + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:focus + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:active + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:checked + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:focus:hover + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:focus:active + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.university-of-pennsilvania .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #900 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .form-check-input:checked + label::before, .white-label.university-of-pennsilvania .form-check-input:checked + label.collection_radio_buttons::before {
  background: #900;
  border-color: #900;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .form-check-input:valid:focus:checked + label::before, .white-label.university-of-pennsilvania .form-check-input.valid:focus:checked + label::before, .white-label.university-of-pennsilvania .form-check-input--valid:focus:checked + label::before, .white-label.university-of-pennsilvania .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #900;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .electives .form-radio__input:checked + label::before {
  background-color: #900;
  border: 3px solid #900;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .enrollment__icon path {
  fill: #011f5b;
  stroke: #011f5b;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .enrollment__icon tspan {
  fill: #011f5b;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__tasks li:hover::after, .white-label.university-of-pennsilvania .modules__tasks li.selected::after {
  border-color: rgba(153, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__tasks li::before {
  color: rgba(153, 0, 0, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(153, 0, 0, 0.4);
  border-color: rgba(153, 0, 0, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .modules__tasks li .modules__btn:hover::after, .white-label.university-of-pennsilvania .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(153, 0, 0, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .tabs__li:hover {
  border-color: rgba(153, 0, 0, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .tabs__label {
  border-bottom-color: #900;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.university-of-pennsilvania .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #900;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .survey__success .check {
  fill: #900;
  stroke: #900;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .electives__checkbox:checked + label::before,
.white-label.university-of-pennsilvania .program-card__checkbox:checked + label::before {
  background-color: #900;
  border-color: #900;
  color: #900;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .electives__checkbox:checked ~ .program-card__content,
.white-label.university-of-pennsilvania .program-card__checkbox:checked ~ .program-card__content {
  border-color: #900;
  box-shadow: 0 0 0 1px #900 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .canvas-assignments__submission-type::before {
  border-color: #900;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .canvas-assignments__submission-type::after {
  border-color: #900;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .canvas-assignments__submission-type:hover {
  background-color: rgba(153, 0, 0, 0.1);
  border-color: #900;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .canvas-assignments__submission-type.typed--selected, .white-label.university-of-pennsilvania .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(153, 0, 0, 0.1);
  border-color: #900;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(1),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(1), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, red, #f00000);
  -moz-background: linear-gradient(to right, red, #f00000);
  -ms-background: linear-gradient(to right, red, #f00000);
  -o-background: linear-gradient(to right, red, #f00000);
  background: linear-gradient(to right, red, #f00000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(1)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(1)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #f00000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(2),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(2), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #f00000, #e20000);
  -moz-background: linear-gradient(to right, #f00000, #e20000);
  -ms-background: linear-gradient(to right, #f00000, #e20000);
  -o-background: linear-gradient(to right, #f00000, #e20000);
  background: linear-gradient(to right, #f00000, #e20000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(2)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(2)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #e20000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(3),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(3), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #e20000, #d30000);
  -moz-background: linear-gradient(to right, #e20000, #d30000);
  -ms-background: linear-gradient(to right, #e20000, #d30000);
  -o-background: linear-gradient(to right, #e20000, #d30000);
  background: linear-gradient(to right, #e20000, #d30000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(3)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(3)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d30000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(4),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(4), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d30000, #c50000);
  -moz-background: linear-gradient(to right, #d30000, #c50000);
  -ms-background: linear-gradient(to right, #d30000, #c50000);
  -o-background: linear-gradient(to right, #d30000, #c50000);
  background: linear-gradient(to right, #d30000, #c50000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(4)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(4)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c50000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(5),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(5), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c50000, #b60000);
  -moz-background: linear-gradient(to right, #c50000, #b60000);
  -ms-background: linear-gradient(to right, #c50000, #b60000);
  -o-background: linear-gradient(to right, #c50000, #b60000);
  background: linear-gradient(to right, #c50000, #b60000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(5)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(5)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b60000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(6),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(6), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b60000, #a80000);
  -moz-background: linear-gradient(to right, #b60000, #a80000);
  -ms-background: linear-gradient(to right, #b60000, #a80000);
  -o-background: linear-gradient(to right, #b60000, #a80000);
  background: linear-gradient(to right, #b60000, #a80000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(6)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(6)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a80000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(7),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(7), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a80000, #990000);
  -moz-background: linear-gradient(to right, #a80000, #990000);
  -ms-background: linear-gradient(to right, #a80000, #990000);
  -o-background: linear-gradient(to right, #a80000, #990000);
  background: linear-gradient(to right, #a80000, #990000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(7)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(7)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #990000;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(n+8),
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(n+8), .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #900;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .step--active:nth-child(n+8)::after,
.white-label.university-of-pennsilvania .steps--progress .step--completed:nth-child(n+8)::after, .white-label.university-of-pennsilvania .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #900;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved {
  color: #900;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, red, #f00000);
  -moz-background: linear-gradient(to bottom, red, #f00000);
  -ms-background: linear-gradient(to bottom, red, #f00000);
  -o-background: linear-gradient(to bottom, red, #f00000);
  background: linear-gradient(to bottom, red, #f00000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #f00000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: red;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #f00000, #e20000);
  -moz-background: linear-gradient(to bottom, #f00000, #e20000);
  -ms-background: linear-gradient(to bottom, #f00000, #e20000);
  -o-background: linear-gradient(to bottom, #f00000, #e20000);
  background: linear-gradient(to bottom, #f00000, #e20000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #e20000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #f00000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #e20000, #d30000);
  -moz-background: linear-gradient(to bottom, #e20000, #d30000);
  -ms-background: linear-gradient(to bottom, #e20000, #d30000);
  -o-background: linear-gradient(to bottom, #e20000, #d30000);
  background: linear-gradient(to bottom, #e20000, #d30000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d30000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #e20000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d30000, #c50000);
  -moz-background: linear-gradient(to bottom, #d30000, #c50000);
  -ms-background: linear-gradient(to bottom, #d30000, #c50000);
  -o-background: linear-gradient(to bottom, #d30000, #c50000);
  background: linear-gradient(to bottom, #d30000, #c50000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c50000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d30000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c50000, #b60000);
  -moz-background: linear-gradient(to bottom, #c50000, #b60000);
  -ms-background: linear-gradient(to bottom, #c50000, #b60000);
  -o-background: linear-gradient(to bottom, #c50000, #b60000);
  background: linear-gradient(to bottom, #c50000, #b60000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b60000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c50000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b60000, #a80000);
  -moz-background: linear-gradient(to bottom, #b60000, #a80000);
  -ms-background: linear-gradient(to bottom, #b60000, #a80000);
  -o-background: linear-gradient(to bottom, #b60000, #a80000);
  background: linear-gradient(to bottom, #b60000, #a80000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a80000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b60000;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a80000, #990000);
  -moz-background: linear-gradient(to bottom, #a80000, #990000);
  -ms-background: linear-gradient(to bottom, #a80000, #990000);
  -o-background: linear-gradient(to bottom, #a80000, #990000);
  background: linear-gradient(to bottom, #a80000, #990000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #990000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a80000;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #900;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #900;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-pennsilvania .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-pennsilvania .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #900;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .sidebar .steps .steps__label-toggle {
  background-color: #990000;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .sidebar .steps .step--active {
  border-left: 0.5rem solid #990000;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #011f5b, #171b4e);
  -moz-background: linear-gradient(to right, #011f5b, #171b4e);
  -ms-background: linear-gradient(to right, #011f5b, #171b4e);
  -o-background: linear-gradient(to right, #011f5b, #171b4e);
  background: linear-gradient(to right, #011f5b, #171b4e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #171b4e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #171b4e, #2c1641);
  -moz-background: linear-gradient(to right, #171b4e, #2c1641);
  -ms-background: linear-gradient(to right, #171b4e, #2c1641);
  -o-background: linear-gradient(to right, #171b4e, #2c1641);
  background: linear-gradient(to right, #171b4e, #2c1641);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2c1641;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2c1641, #421234);
  -moz-background: linear-gradient(to right, #2c1641, #421234);
  -ms-background: linear-gradient(to right, #2c1641, #421234);
  -o-background: linear-gradient(to right, #2c1641, #421234);
  background: linear-gradient(to right, #2c1641, #421234);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #421234;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #421234, #580d27);
  -moz-background: linear-gradient(to right, #421234, #580d27);
  -ms-background: linear-gradient(to right, #421234, #580d27);
  -o-background: linear-gradient(to right, #421234, #580d27);
  background: linear-gradient(to right, #421234, #580d27);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #580d27;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #580d27, #6e091a);
  -moz-background: linear-gradient(to right, #580d27, #6e091a);
  -ms-background: linear-gradient(to right, #580d27, #6e091a);
  -o-background: linear-gradient(to right, #580d27, #6e091a);
  background: linear-gradient(to right, #580d27, #6e091a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #6e091a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #6e091a, #83040d);
  -moz-background: linear-gradient(to right, #6e091a, #83040d);
  -ms-background: linear-gradient(to right, #6e091a, #83040d);
  -o-background: linear-gradient(to right, #6e091a, #83040d);
  background: linear-gradient(to right, #6e091a, #83040d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #83040d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #83040d, #990000);
  -moz-background: linear-gradient(to right, #83040d, #990000);
  -ms-background: linear-gradient(to right, #83040d, #990000);
  -o-background: linear-gradient(to right, #83040d, #990000);
  background: linear-gradient(to right, #83040d, #990000);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #990000;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #900;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #900;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #011f5b, #171b4e);
  -moz-background: linear-gradient(to bottom, #011f5b, #171b4e);
  -ms-background: linear-gradient(to bottom, #011f5b, #171b4e);
  -o-background: linear-gradient(to bottom, #011f5b, #171b4e);
  background: linear-gradient(to bottom, #011f5b, #171b4e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #171b4e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #011f5b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #171b4e, #2c1641);
  -moz-background: linear-gradient(to bottom, #171b4e, #2c1641);
  -ms-background: linear-gradient(to bottom, #171b4e, #2c1641);
  -o-background: linear-gradient(to bottom, #171b4e, #2c1641);
  background: linear-gradient(to bottom, #171b4e, #2c1641);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2c1641;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #171b4e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c1641, #421234);
  -moz-background: linear-gradient(to bottom, #2c1641, #421234);
  -ms-background: linear-gradient(to bottom, #2c1641, #421234);
  -o-background: linear-gradient(to bottom, #2c1641, #421234);
  background: linear-gradient(to bottom, #2c1641, #421234);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #421234;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2c1641;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #421234, #580d27);
  -moz-background: linear-gradient(to bottom, #421234, #580d27);
  -ms-background: linear-gradient(to bottom, #421234, #580d27);
  -o-background: linear-gradient(to bottom, #421234, #580d27);
  background: linear-gradient(to bottom, #421234, #580d27);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #580d27;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #421234;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #580d27, #6e091a);
  -moz-background: linear-gradient(to bottom, #580d27, #6e091a);
  -ms-background: linear-gradient(to bottom, #580d27, #6e091a);
  -o-background: linear-gradient(to bottom, #580d27, #6e091a);
  background: linear-gradient(to bottom, #580d27, #6e091a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #6e091a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #580d27;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #6e091a, #83040d);
  -moz-background: linear-gradient(to bottom, #6e091a, #83040d);
  -ms-background: linear-gradient(to bottom, #6e091a, #83040d);
  -o-background: linear-gradient(to bottom, #6e091a, #83040d);
  background: linear-gradient(to bottom, #6e091a, #83040d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #83040d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #6e091a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #83040d, #990000);
  -moz-background: linear-gradient(to bottom, #83040d, #990000);
  -ms-background: linear-gradient(to bottom, #83040d, #990000);
  -o-background: linear-gradient(to bottom, #83040d, #990000);
  background: linear-gradient(to bottom, #83040d, #990000);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #990000;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #83040d;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #900;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #900;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-pennsilvania.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-pennsilvania.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.university-of-pennsilvania.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.university-of-pennsilvania.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #900;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .referrals-advocate__overlay {
  background-color: #900;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .referrals-advocate__steps-circle {
  fill: #900;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .referrals-advocate__testimonial {
  background-color: #900;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #900;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.university-of-pennsilvania .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #900;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .terms__title {
  border-color: #011f5b;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .terms__links {
  color: #900;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.university-of-pennsilvania .referral-tooltip__image path {
  fill: #900;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.university-of-pennsilvania .main-header,
.university-of-pennsilvania .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #990001;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #730001;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:hover, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:focus, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:active, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:checked, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:focus:hover, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:focus:active, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.usc-marshall-school-of-business-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:hover,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:focus,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:checked,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:focus:hover,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:focus:active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #990001;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:hover, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:focus, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:active, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:checked, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:focus:hover, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:focus:active, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:not(:disabled):active, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:not(.disabled):active, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.usc-marshall-school-of-business-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:hover,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:focus,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:checked,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:focus:hover,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:focus:active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.usc-marshall-school-of-business-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #730001;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education.signed-out .btn:not(.btn--social), .white-label.usc-marshall-school-of-business-executive-education.signed-in .btn--primary {
  background-color: #001722;
  border-color: #001722;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.usc-marshall-school-of-business-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.usc-marshall-school-of-business-executive-education.signed-out .btn:not(.btn--social):active, .white-label.usc-marshall-school-of-business-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.usc-marshall-school-of-business-executive-education.signed-in .btn--primary:hover, .white-label.usc-marshall-school-of-business-executive-education.signed-in .btn--primary:focus, .white-label.usc-marshall-school-of-business-executive-education.signed-in .btn--primary:active, .white-label.usc-marshall-school-of-business-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #001722;
  box-shadow: none;
  color: #001722;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .nav__btn:hover span,
.white-label.usc-marshall-school-of-business-executive-education .nav__btn:hover span::after,
.white-label.usc-marshall-school-of-business-executive-education .nav__btn:hover span::before,
.white-label.usc-marshall-school-of-business-executive-education .nav__btn:focus span,
.white-label.usc-marshall-school-of-business-executive-education .nav__btn:focus span::after,
.white-label.usc-marshall-school-of-business-executive-education .nav__btn:focus span::before {
  background-color: #990001;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.usc-marshall-school-of-business-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #990001;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #990001;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__list li:hover::after {
  border-color: rgba(153, 0, 1, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__list li:hover .heading-3 {
  color: #990001;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .profile__link:hover, .white-label.usc-marshall-school-of-business-executive-education .profile__link:focus, .white-label.usc-marshall-school-of-business-executive-education .profile__link:active, .white-label.usc-marshall-school-of-business-executive-education .profile__link:checked, .white-label.usc-marshall-school-of-business-executive-education .profile__link:focus:hover, .white-label.usc-marshall-school-of-business-executive-education .profile__link:focus:active, .white-label.usc-marshall-school-of-business-executive-education .profile__link:not(:disabled):hover, .white-label.usc-marshall-school-of-business-executive-education .profile__link:not(:disabled):active, .white-label.usc-marshall-school-of-business-executive-education .profile__link:not(.disabled):active, .white-label.usc-marshall-school-of-business-executive-education .profile__link:not(:disabled):active:focus, .white-label.usc-marshall-school-of-business-executive-education .profile__link:not(.disabled):active:focus {
  color: #990001;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .profile__actions:hover .profile__icn g,
.white-label.usc-marshall-school-of-business-executive-education .profile__actions:focus .profile__icn g {
  fill: #990001;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .students__classmate:hover .students__thumbnail,
.white-label.usc-marshall-school-of-business-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #990001, 0 0 0 1px #990001 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .pagination__page-link:hover::after {
  border-color: rgba(153, 0, 1, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modal__bg-icn {
  fill: #990001;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .payments__paragraph--initial, .white-label.usc-marshall-school-of-business-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .form__input:-webkit-autofill, .white-label.usc-marshall-school-of-business-executive-education .StripeElement:-webkit-autofill, .white-label.usc-marshall-school-of-business-executive-education .form__input:-webkit-autofill:focus, .white-label.usc-marshall-school-of-business-executive-education .form__input:-internal-autofill-selected, .white-label.usc-marshall-school-of-business-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 23, 34, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 23, 34, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 23, 34, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 23, 34, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 23, 34, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .form__input:-moz-autofill, .white-label.usc-marshall-school-of-business-executive-education .StripeElement:-moz-autofill, .white-label.usc-marshall-school-of-business-executive-education .form__input:-moz-autofill-preview, .white-label.usc-marshall-school-of-business-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 23, 34, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:hover + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:hover + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:active + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:active + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:checked + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:checked + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus:hover + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus:active + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #990001;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.usc-marshall-school-of-business-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #990001 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .form-check-input:checked + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #990001;
  border-color: #990001;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.usc-marshall-school-of-business-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #990001;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #990001;
  border: 3px solid #990001;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .enrollment__icon path {
  fill: #001722;
  stroke: #001722;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .enrollment__icon tspan {
  fill: #001722;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__tasks li:hover::after, .white-label.usc-marshall-school-of-business-executive-education .modules__tasks li.selected::after {
  border-color: rgba(153, 0, 1, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__tasks li::before {
  color: rgba(153, 0, 1, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(153, 0, 1, 0.4);
  border-color: rgba(153, 0, 1, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.usc-marshall-school-of-business-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(153, 0, 1, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .tabs__li:hover {
  border-color: rgba(153, 0, 1, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .tabs__label {
  border-bottom-color: #990001;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.usc-marshall-school-of-business-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #990001;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .survey__success .check {
  fill: #990001;
  stroke: #990001;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .electives__checkbox:checked + label::before,
.white-label.usc-marshall-school-of-business-executive-education .program-card__checkbox:checked + label::before {
  background-color: #990001;
  border-color: #990001;
  color: #990001;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.usc-marshall-school-of-business-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #990001;
  box-shadow: 0 0 0 1px #990001 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .canvas-assignments__submission-type::before {
  border-color: #990001;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .canvas-assignments__submission-type::after {
  border-color: #990001;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(153, 0, 1, 0.1);
  border-color: #990001;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.usc-marshall-school-of-business-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(153, 0, 1, 0.1);
  border-color: #990001;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(1),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(1), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #ff0002, #f00002);
  -moz-background: linear-gradient(to right, #ff0002, #f00002);
  -ms-background: linear-gradient(to right, #ff0002, #f00002);
  -o-background: linear-gradient(to right, #ff0002, #f00002);
  background: linear-gradient(to right, #ff0002, #f00002);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #f00002;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(2),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(2), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #f00002, #e20001);
  -moz-background: linear-gradient(to right, #f00002, #e20001);
  -ms-background: linear-gradient(to right, #f00002, #e20001);
  -o-background: linear-gradient(to right, #f00002, #e20001);
  background: linear-gradient(to right, #f00002, #e20001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #e20001;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(3),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(3), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #e20001, #d30001);
  -moz-background: linear-gradient(to right, #e20001, #d30001);
  -ms-background: linear-gradient(to right, #e20001, #d30001);
  -o-background: linear-gradient(to right, #e20001, #d30001);
  background: linear-gradient(to right, #e20001, #d30001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d30001;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(4),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(4), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d30001, #c50001);
  -moz-background: linear-gradient(to right, #d30001, #c50001);
  -ms-background: linear-gradient(to right, #d30001, #c50001);
  -o-background: linear-gradient(to right, #d30001, #c50001);
  background: linear-gradient(to right, #d30001, #c50001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #c50001;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(5),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(5), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #c50001, #b60001);
  -moz-background: linear-gradient(to right, #c50001, #b60001);
  -ms-background: linear-gradient(to right, #c50001, #b60001);
  -o-background: linear-gradient(to right, #c50001, #b60001);
  background: linear-gradient(to right, #c50001, #b60001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #b60001;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(6),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(6), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #b60001, #a80001);
  -moz-background: linear-gradient(to right, #b60001, #a80001);
  -ms-background: linear-gradient(to right, #b60001, #a80001);
  -o-background: linear-gradient(to right, #b60001, #a80001);
  background: linear-gradient(to right, #b60001, #a80001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #a80001;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(7),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(7), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #a80001, #990001);
  -moz-background: linear-gradient(to right, #a80001, #990001);
  -ms-background: linear-gradient(to right, #a80001, #990001);
  -o-background: linear-gradient(to right, #a80001, #990001);
  background: linear-gradient(to right, #a80001, #990001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #990001;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #990001;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #990001;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved {
  color: #990001;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #ff0002, #f00002);
  -moz-background: linear-gradient(to bottom, #ff0002, #f00002);
  -ms-background: linear-gradient(to bottom, #ff0002, #f00002);
  -o-background: linear-gradient(to bottom, #ff0002, #f00002);
  background: linear-gradient(to bottom, #ff0002, #f00002);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #f00002;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #ff0002;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #f00002, #e20001);
  -moz-background: linear-gradient(to bottom, #f00002, #e20001);
  -ms-background: linear-gradient(to bottom, #f00002, #e20001);
  -o-background: linear-gradient(to bottom, #f00002, #e20001);
  background: linear-gradient(to bottom, #f00002, #e20001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #e20001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #f00002;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #e20001, #d30001);
  -moz-background: linear-gradient(to bottom, #e20001, #d30001);
  -ms-background: linear-gradient(to bottom, #e20001, #d30001);
  -o-background: linear-gradient(to bottom, #e20001, #d30001);
  background: linear-gradient(to bottom, #e20001, #d30001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d30001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #e20001;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d30001, #c50001);
  -moz-background: linear-gradient(to bottom, #d30001, #c50001);
  -ms-background: linear-gradient(to bottom, #d30001, #c50001);
  -o-background: linear-gradient(to bottom, #d30001, #c50001);
  background: linear-gradient(to bottom, #d30001, #c50001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #c50001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d30001;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #c50001, #b60001);
  -moz-background: linear-gradient(to bottom, #c50001, #b60001);
  -ms-background: linear-gradient(to bottom, #c50001, #b60001);
  -o-background: linear-gradient(to bottom, #c50001, #b60001);
  background: linear-gradient(to bottom, #c50001, #b60001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #b60001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #c50001;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #b60001, #a80001);
  -moz-background: linear-gradient(to bottom, #b60001, #a80001);
  -ms-background: linear-gradient(to bottom, #b60001, #a80001);
  -o-background: linear-gradient(to bottom, #b60001, #a80001);
  background: linear-gradient(to bottom, #b60001, #a80001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #a80001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #b60001;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #a80001, #990001);
  -moz-background: linear-gradient(to bottom, #a80001, #990001);
  -ms-background: linear-gradient(to bottom, #a80001, #990001);
  -o-background: linear-gradient(to bottom, #a80001, #990001);
  background: linear-gradient(to bottom, #a80001, #990001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #990001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #a80001;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #990001;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #990001;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.usc-marshall-school-of-business-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.usc-marshall-school-of-business-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #990001;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #990001;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #990001;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #001722, #16141d);
  -moz-background: linear-gradient(to right, #001722, #16141d);
  -ms-background: linear-gradient(to right, #001722, #16141d);
  -o-background: linear-gradient(to right, #001722, #16141d);
  background: linear-gradient(to right, #001722, #16141d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #16141d;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #16141d, #2c1019);
  -moz-background: linear-gradient(to right, #16141d, #2c1019);
  -ms-background: linear-gradient(to right, #16141d, #2c1019);
  -o-background: linear-gradient(to right, #16141d, #2c1019);
  background: linear-gradient(to right, #16141d, #2c1019);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #2c1019;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #2c1019, #420d14);
  -moz-background: linear-gradient(to right, #2c1019, #420d14);
  -ms-background: linear-gradient(to right, #2c1019, #420d14);
  -o-background: linear-gradient(to right, #2c1019, #420d14);
  background: linear-gradient(to right, #2c1019, #420d14);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #420d14;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #420d14, #570a0f);
  -moz-background: linear-gradient(to right, #420d14, #570a0f);
  -ms-background: linear-gradient(to right, #420d14, #570a0f);
  -o-background: linear-gradient(to right, #420d14, #570a0f);
  background: linear-gradient(to right, #420d14, #570a0f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #570a0f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #570a0f, #6d070a);
  -moz-background: linear-gradient(to right, #570a0f, #6d070a);
  -ms-background: linear-gradient(to right, #570a0f, #6d070a);
  -o-background: linear-gradient(to right, #570a0f, #6d070a);
  background: linear-gradient(to right, #570a0f, #6d070a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #6d070a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #6d070a, #830306);
  -moz-background: linear-gradient(to right, #6d070a, #830306);
  -ms-background: linear-gradient(to right, #6d070a, #830306);
  -o-background: linear-gradient(to right, #6d070a, #830306);
  background: linear-gradient(to right, #6d070a, #830306);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #830306;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #830306, #990001);
  -moz-background: linear-gradient(to right, #830306, #990001);
  -ms-background: linear-gradient(to right, #830306, #990001);
  -o-background: linear-gradient(to right, #830306, #990001);
  background: linear-gradient(to right, #830306, #990001);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #990001;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #990001;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #990001;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #001722, #16141d);
  -moz-background: linear-gradient(to bottom, #001722, #16141d);
  -ms-background: linear-gradient(to bottom, #001722, #16141d);
  -o-background: linear-gradient(to bottom, #001722, #16141d);
  background: linear-gradient(to bottom, #001722, #16141d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #16141d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #001722;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #16141d, #2c1019);
  -moz-background: linear-gradient(to bottom, #16141d, #2c1019);
  -ms-background: linear-gradient(to bottom, #16141d, #2c1019);
  -o-background: linear-gradient(to bottom, #16141d, #2c1019);
  background: linear-gradient(to bottom, #16141d, #2c1019);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #2c1019;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #16141d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #2c1019, #420d14);
  -moz-background: linear-gradient(to bottom, #2c1019, #420d14);
  -ms-background: linear-gradient(to bottom, #2c1019, #420d14);
  -o-background: linear-gradient(to bottom, #2c1019, #420d14);
  background: linear-gradient(to bottom, #2c1019, #420d14);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #420d14;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #2c1019;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #420d14, #570a0f);
  -moz-background: linear-gradient(to bottom, #420d14, #570a0f);
  -ms-background: linear-gradient(to bottom, #420d14, #570a0f);
  -o-background: linear-gradient(to bottom, #420d14, #570a0f);
  background: linear-gradient(to bottom, #420d14, #570a0f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #570a0f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #420d14;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #570a0f, #6d070a);
  -moz-background: linear-gradient(to bottom, #570a0f, #6d070a);
  -ms-background: linear-gradient(to bottom, #570a0f, #6d070a);
  -o-background: linear-gradient(to bottom, #570a0f, #6d070a);
  background: linear-gradient(to bottom, #570a0f, #6d070a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #6d070a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #570a0f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #6d070a, #830306);
  -moz-background: linear-gradient(to bottom, #6d070a, #830306);
  -ms-background: linear-gradient(to bottom, #6d070a, #830306);
  -o-background: linear-gradient(to bottom, #6d070a, #830306);
  background: linear-gradient(to bottom, #6d070a, #830306);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #830306;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #6d070a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #830306, #990001);
  -moz-background: linear-gradient(to bottom, #830306, #990001);
  -ms-background: linear-gradient(to bottom, #830306, #990001);
  -o-background: linear-gradient(to bottom, #830306, #990001);
  background: linear-gradient(to bottom, #830306, #990001);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #990001;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #830306;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #990001;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #990001;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.usc-marshall-school-of-business-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.usc-marshall-school-of-business-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #990001;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .referrals-advocate__overlay {
  background-color: #990001;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .referrals-advocate__steps-circle {
  fill: #990001;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .referrals-advocate__testimonial {
  background-color: #990001;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #990001;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.usc-marshall-school-of-business-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #990001;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .terms__title {
  border-color: #001722;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .terms__links {
  color: #990001;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.usc-marshall-school-of-business-executive-education .referral-tooltip__image path {
  fill: #990001;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.usc-marshall-school-of-business-executive-education .main-header,
.usc-marshall-school-of-business-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #373f6e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.vellore-institute-of-technology div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #2a3055;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .main-header__menu__btn:hover, .white-label.vellore-institute-of-technology .main-header__menu__btn:focus, .white-label.vellore-institute-of-technology .main-header__menu__btn:active, .white-label.vellore-institute-of-technology .main-header__menu__btn:checked, .white-label.vellore-institute-of-technology .main-header__menu__btn:focus:hover, .white-label.vellore-institute-of-technology .main-header__menu__btn:focus:active, .white-label.vellore-institute-of-technology .main-header__menu__btn:not(:disabled):hover, .white-label.vellore-institute-of-technology .main-header__menu__btn:not(:disabled):active, .white-label.vellore-institute-of-technology .main-header__menu__btn:not(.disabled):active, .white-label.vellore-institute-of-technology .main-header__menu__btn:not(:disabled):active:focus, .white-label.vellore-institute-of-technology .main-header__menu__btn:not(.disabled):active:focus,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:hover,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:focus,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:active,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:checked,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:focus:hover,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:focus:active,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:not(:disabled):hover,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:not(:disabled):active,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:not(.disabled):active,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.vellore-institute-of-technology .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #373f6e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .main-header .nav__link:hover, .white-label.vellore-institute-of-technology .main-header .nav__link:focus, .white-label.vellore-institute-of-technology .main-header .nav__link:active, .white-label.vellore-institute-of-technology .main-header .nav__link:checked, .white-label.vellore-institute-of-technology .main-header .nav__link:focus:hover, .white-label.vellore-institute-of-technology .main-header .nav__link:focus:active, .white-label.vellore-institute-of-technology .main-header .nav__link:not(:disabled):hover, .white-label.vellore-institute-of-technology .main-header .nav__link:not(:disabled):active, .white-label.vellore-institute-of-technology .main-header .nav__link:not(.disabled):active, .white-label.vellore-institute-of-technology .main-header .nav__link:not(:disabled):active:focus, .white-label.vellore-institute-of-technology .main-header .nav__link:not(.disabled):active:focus,
.white-label.vellore-institute-of-technology .main-footer .nav__link:hover,
.white-label.vellore-institute-of-technology .main-footer .nav__link:focus,
.white-label.vellore-institute-of-technology .main-footer .nav__link:active,
.white-label.vellore-institute-of-technology .main-footer .nav__link:checked,
.white-label.vellore-institute-of-technology .main-footer .nav__link:focus:hover,
.white-label.vellore-institute-of-technology .main-footer .nav__link:focus:active,
.white-label.vellore-institute-of-technology .main-footer .nav__link:not(:disabled):hover,
.white-label.vellore-institute-of-technology .main-footer .nav__link:not(:disabled):active,
.white-label.vellore-institute-of-technology .main-footer .nav__link:not(.disabled):active,
.white-label.vellore-institute-of-technology .main-footer .nav__link:not(:disabled):active:focus,
.white-label.vellore-institute-of-technology .main-footer .nav__link:not(.disabled):active:focus {
  color: #2a3055;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology.signed-out .btn:not(.btn--social), .white-label.vellore-institute-of-technology.signed-in .btn--primary {
  background-color: #4f3982;
  border-color: #4f3982;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.signed-out .btn:not(.btn--social):hover, .white-label.vellore-institute-of-technology.signed-out .btn:not(.btn--social):focus, .white-label.vellore-institute-of-technology.signed-out .btn:not(.btn--social):active, .white-label.vellore-institute-of-technology.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.vellore-institute-of-technology.signed-in .btn--primary:hover, .white-label.vellore-institute-of-technology.signed-in .btn--primary:focus, .white-label.vellore-institute-of-technology.signed-in .btn--primary:active, .white-label.vellore-institute-of-technology.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #4f3982;
  box-shadow: none;
  color: #4f3982;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .nav__btn:hover span,
.white-label.vellore-institute-of-technology .nav__btn:hover span::after,
.white-label.vellore-institute-of-technology .nav__btn:hover span::before,
.white-label.vellore-institute-of-technology .nav__btn:focus span,
.white-label.vellore-institute-of-technology .nav__btn:focus span::after,
.white-label.vellore-institute-of-technology .nav__btn:focus span::before {
  background-color: #373f6e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.vellore-institute-of-technology .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #373f6e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .nav__sidebar ul .profile__no-menu-link:hover {
  color: #373f6e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__list li:hover::after {
  border-color: rgba(55, 63, 110, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__list li:hover .heading-3 {
  color: #373f6e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .profile__link:hover, .white-label.vellore-institute-of-technology .profile__link:focus, .white-label.vellore-institute-of-technology .profile__link:active, .white-label.vellore-institute-of-technology .profile__link:checked, .white-label.vellore-institute-of-technology .profile__link:focus:hover, .white-label.vellore-institute-of-technology .profile__link:focus:active, .white-label.vellore-institute-of-technology .profile__link:not(:disabled):hover, .white-label.vellore-institute-of-technology .profile__link:not(:disabled):active, .white-label.vellore-institute-of-technology .profile__link:not(.disabled):active, .white-label.vellore-institute-of-technology .profile__link:not(:disabled):active:focus, .white-label.vellore-institute-of-technology .profile__link:not(.disabled):active:focus {
  color: #373f6e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .profile__actions:hover .profile__icn g,
.white-label.vellore-institute-of-technology .profile__actions:focus .profile__icn g {
  fill: #373f6e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .students__classmate:hover .students__thumbnail,
.white-label.vellore-institute-of-technology .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #373f6e, 0 0 0 1px #373f6e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .pagination__page-link:hover::after {
  border-color: rgba(55, 63, 110, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modal__bg-icn {
  fill: #373f6e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .payments__paragraph--initial, .white-label.vellore-institute-of-technology .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .form__input:-webkit-autofill, .white-label.vellore-institute-of-technology .StripeElement:-webkit-autofill, .white-label.vellore-institute-of-technology .form__input:-webkit-autofill:focus, .white-label.vellore-institute-of-technology .form__input:-internal-autofill-selected, .white-label.vellore-institute-of-technology .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(79, 57, 130, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(79, 57, 130, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(79, 57, 130, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(79, 57, 130, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(79, 57, 130, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .form__input:-moz-autofill, .white-label.vellore-institute-of-technology .StripeElement:-moz-autofill, .white-label.vellore-institute-of-technology .form__input:-moz-autofill-preview, .white-label.vellore-institute-of-technology .StripeElement:-moz-autofill-preview {
  filter: rgba(79, 57, 130, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .form-radio__input:hover + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:hover + label::before, .white-label.vellore-institute-of-technology .form-radio__input:focus + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:focus + label::before, .white-label.vellore-institute-of-technology .form-radio__input:active + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:active + label::before, .white-label.vellore-institute-of-technology .form-radio__input:checked + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:checked + label::before, .white-label.vellore-institute-of-technology .form-radio__input:focus:hover + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:focus:hover + label::before, .white-label.vellore-institute-of-technology .form-radio__input:focus:active + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:focus:active + label::before, .white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):hover + label::before, .white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):active + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):active + label::before, .white-label.vellore-institute-of-technology .form-radio__input:not(.disabled):active + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:not(.disabled):active + label::before, .white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):active:focus + label::before, .white-label.vellore-institute-of-technology .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.vellore-institute-of-technology .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #373f6e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .form-radio__input:hover + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:focus + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:active + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:checked + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:focus:hover + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:focus:active + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.vellore-institute-of-technology .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #373f6e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .form-check-input:checked + label::before, .white-label.vellore-institute-of-technology .form-check-input:checked + label.collection_radio_buttons::before {
  background: #373f6e;
  border-color: #373f6e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .form-check-input:valid:focus:checked + label::before, .white-label.vellore-institute-of-technology .form-check-input.valid:focus:checked + label::before, .white-label.vellore-institute-of-technology .form-check-input--valid:focus:checked + label::before, .white-label.vellore-institute-of-technology .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #373f6e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .electives .form-radio__input:checked + label::before {
  background-color: #373f6e;
  border: 3px solid #373f6e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .enrollment__icon path {
  fill: #4f3982;
  stroke: #4f3982;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .enrollment__icon tspan {
  fill: #4f3982;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__tasks li:hover::after, .white-label.vellore-institute-of-technology .modules__tasks li.selected::after {
  border-color: rgba(55, 63, 110, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__tasks li::before {
  color: rgba(55, 63, 110, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(55, 63, 110, 0.4);
  border-color: rgba(55, 63, 110, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .modules__tasks li .modules__btn:hover::after, .white-label.vellore-institute-of-technology .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(55, 63, 110, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .tabs__li:hover {
  border-color: rgba(55, 63, 110, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .tabs__label {
  border-bottom-color: #373f6e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.vellore-institute-of-technology .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #373f6e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .survey__success .check {
  fill: #373f6e;
  stroke: #373f6e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .electives__checkbox:checked + label::before,
.white-label.vellore-institute-of-technology .program-card__checkbox:checked + label::before {
  background-color: #373f6e;
  border-color: #373f6e;
  color: #373f6e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .electives__checkbox:checked ~ .program-card__content,
.white-label.vellore-institute-of-technology .program-card__checkbox:checked ~ .program-card__content {
  border-color: #373f6e;
  box-shadow: 0 0 0 1px #373f6e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .canvas-assignments__submission-type::before {
  border-color: #373f6e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .canvas-assignments__submission-type::after {
  border-color: #373f6e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .canvas-assignments__submission-type:hover {
  background-color: rgba(55, 63, 110, 0.1);
  border-color: #373f6e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .canvas-assignments__submission-type.typed--selected, .white-label.vellore-institute-of-technology .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(55, 63, 110, 0.1);
  border-color: #373f6e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(1),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(1), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #5d69ae, #5863a5);
  -moz-background: linear-gradient(to right, #5d69ae, #5863a5);
  -ms-background: linear-gradient(to right, #5d69ae, #5863a5);
  -o-background: linear-gradient(to right, #5d69ae, #5863a5);
  background: linear-gradient(to right, #5d69ae, #5863a5);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(1)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(1)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #5863a5;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(2),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(2), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #5863a5, #525d9c);
  -moz-background: linear-gradient(to right, #5863a5, #525d9c);
  -ms-background: linear-gradient(to right, #5863a5, #525d9c);
  -o-background: linear-gradient(to right, #5863a5, #525d9c);
  background: linear-gradient(to right, #5863a5, #525d9c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(2)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(2)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #525d9c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(3),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(3), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #525d9c, #4d5793);
  -moz-background: linear-gradient(to right, #525d9c, #4d5793);
  -ms-background: linear-gradient(to right, #525d9c, #4d5793);
  -o-background: linear-gradient(to right, #525d9c, #4d5793);
  background: linear-gradient(to right, #525d9c, #4d5793);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(3)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(3)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #4d5793;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(4),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(4), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #4d5793, #475189);
  -moz-background: linear-gradient(to right, #4d5793, #475189);
  -ms-background: linear-gradient(to right, #4d5793, #475189);
  -o-background: linear-gradient(to right, #4d5793, #475189);
  background: linear-gradient(to right, #4d5793, #475189);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(4)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(4)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #475189;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(5),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(5), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #475189, #424b80);
  -moz-background: linear-gradient(to right, #475189, #424b80);
  -ms-background: linear-gradient(to right, #475189, #424b80);
  -o-background: linear-gradient(to right, #475189, #424b80);
  background: linear-gradient(to right, #475189, #424b80);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(5)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(5)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #424b80;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(6),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(6), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #424b80, #3c4577);
  -moz-background: linear-gradient(to right, #424b80, #3c4577);
  -ms-background: linear-gradient(to right, #424b80, #3c4577);
  -o-background: linear-gradient(to right, #424b80, #3c4577);
  background: linear-gradient(to right, #424b80, #3c4577);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(6)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(6)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3c4577;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(7),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(7), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3c4577, #373f6e);
  -moz-background: linear-gradient(to right, #3c4577, #373f6e);
  -ms-background: linear-gradient(to right, #3c4577, #373f6e);
  -o-background: linear-gradient(to right, #3c4577, #373f6e);
  background: linear-gradient(to right, #3c4577, #373f6e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(7)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(7)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #373f6e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(n+8),
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(n+8), .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #373f6e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .step--active:nth-child(n+8)::after,
.white-label.vellore-institute-of-technology .steps--progress .step--completed:nth-child(n+8)::after, .white-label.vellore-institute-of-technology .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #373f6e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved {
  color: #373f6e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d69ae, #5863a5);
  -moz-background: linear-gradient(to bottom, #5d69ae, #5863a5);
  -ms-background: linear-gradient(to bottom, #5d69ae, #5863a5);
  -o-background: linear-gradient(to bottom, #5d69ae, #5863a5);
  background: linear-gradient(to bottom, #5d69ae, #5863a5);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #5863a5;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #5d69ae;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #5863a5, #525d9c);
  -moz-background: linear-gradient(to bottom, #5863a5, #525d9c);
  -ms-background: linear-gradient(to bottom, #5863a5, #525d9c);
  -o-background: linear-gradient(to bottom, #5863a5, #525d9c);
  background: linear-gradient(to bottom, #5863a5, #525d9c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #525d9c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #5863a5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #525d9c, #4d5793);
  -moz-background: linear-gradient(to bottom, #525d9c, #4d5793);
  -ms-background: linear-gradient(to bottom, #525d9c, #4d5793);
  -o-background: linear-gradient(to bottom, #525d9c, #4d5793);
  background: linear-gradient(to bottom, #525d9c, #4d5793);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #4d5793;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #525d9c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #4d5793, #475189);
  -moz-background: linear-gradient(to bottom, #4d5793, #475189);
  -ms-background: linear-gradient(to bottom, #4d5793, #475189);
  -o-background: linear-gradient(to bottom, #4d5793, #475189);
  background: linear-gradient(to bottom, #4d5793, #475189);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #475189;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #4d5793;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #475189, #424b80);
  -moz-background: linear-gradient(to bottom, #475189, #424b80);
  -ms-background: linear-gradient(to bottom, #475189, #424b80);
  -o-background: linear-gradient(to bottom, #475189, #424b80);
  background: linear-gradient(to bottom, #475189, #424b80);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #424b80;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #475189;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #424b80, #3c4577);
  -moz-background: linear-gradient(to bottom, #424b80, #3c4577);
  -ms-background: linear-gradient(to bottom, #424b80, #3c4577);
  -o-background: linear-gradient(to bottom, #424b80, #3c4577);
  background: linear-gradient(to bottom, #424b80, #3c4577);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3c4577;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #424b80;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3c4577, #373f6e);
  -moz-background: linear-gradient(to bottom, #3c4577, #373f6e);
  -ms-background: linear-gradient(to bottom, #3c4577, #373f6e);
  -o-background: linear-gradient(to bottom, #3c4577, #373f6e);
  background: linear-gradient(to bottom, #3c4577, #373f6e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #373f6e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3c4577;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #373f6e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #373f6e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.vellore-institute-of-technology .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #373f6e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .sidebar .steps .steps__label-toggle {
  background-color: #373f6e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .sidebar .steps .step--active {
  border-left: 0.5rem solid #373f6e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #4f3982, #4c3a7f);
  -moz-background: linear-gradient(to right, #4f3982, #4c3a7f);
  -ms-background: linear-gradient(to right, #4f3982, #4c3a7f);
  -o-background: linear-gradient(to right, #4f3982, #4c3a7f);
  background: linear-gradient(to right, #4f3982, #4c3a7f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #4c3a7f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #4c3a7f, #483b7c);
  -moz-background: linear-gradient(to right, #4c3a7f, #483b7c);
  -ms-background: linear-gradient(to right, #4c3a7f, #483b7c);
  -o-background: linear-gradient(to right, #4c3a7f, #483b7c);
  background: linear-gradient(to right, #4c3a7f, #483b7c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #483b7c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #483b7c, #453c79);
  -moz-background: linear-gradient(to right, #483b7c, #453c79);
  -ms-background: linear-gradient(to right, #483b7c, #453c79);
  -o-background: linear-gradient(to right, #483b7c, #453c79);
  background: linear-gradient(to right, #483b7c, #453c79);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #453c79;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #453c79, #413c77);
  -moz-background: linear-gradient(to right, #453c79, #413c77);
  -ms-background: linear-gradient(to right, #453c79, #413c77);
  -o-background: linear-gradient(to right, #453c79, #413c77);
  background: linear-gradient(to right, #453c79, #413c77);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #413c77;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #413c77, #3e3d74);
  -moz-background: linear-gradient(to right, #413c77, #3e3d74);
  -ms-background: linear-gradient(to right, #413c77, #3e3d74);
  -o-background: linear-gradient(to right, #413c77, #3e3d74);
  background: linear-gradient(to right, #413c77, #3e3d74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #3e3d74;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #3e3d74, #3a3e71);
  -moz-background: linear-gradient(to right, #3e3d74, #3a3e71);
  -ms-background: linear-gradient(to right, #3e3d74, #3a3e71);
  -o-background: linear-gradient(to right, #3e3d74, #3a3e71);
  background: linear-gradient(to right, #3e3d74, #3a3e71);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #3a3e71;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #3a3e71, #373f6e);
  -moz-background: linear-gradient(to right, #3a3e71, #373f6e);
  -ms-background: linear-gradient(to right, #3a3e71, #373f6e);
  -o-background: linear-gradient(to right, #3a3e71, #373f6e);
  background: linear-gradient(to right, #3a3e71, #373f6e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #373f6e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #373f6e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #373f6e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #4f3982, #4c3a7f);
  -moz-background: linear-gradient(to bottom, #4f3982, #4c3a7f);
  -ms-background: linear-gradient(to bottom, #4f3982, #4c3a7f);
  -o-background: linear-gradient(to bottom, #4f3982, #4c3a7f);
  background: linear-gradient(to bottom, #4f3982, #4c3a7f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #4c3a7f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #4f3982;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #4c3a7f, #483b7c);
  -moz-background: linear-gradient(to bottom, #4c3a7f, #483b7c);
  -ms-background: linear-gradient(to bottom, #4c3a7f, #483b7c);
  -o-background: linear-gradient(to bottom, #4c3a7f, #483b7c);
  background: linear-gradient(to bottom, #4c3a7f, #483b7c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #483b7c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #4c3a7f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #483b7c, #453c79);
  -moz-background: linear-gradient(to bottom, #483b7c, #453c79);
  -ms-background: linear-gradient(to bottom, #483b7c, #453c79);
  -o-background: linear-gradient(to bottom, #483b7c, #453c79);
  background: linear-gradient(to bottom, #483b7c, #453c79);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #453c79;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #483b7c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #453c79, #413c77);
  -moz-background: linear-gradient(to bottom, #453c79, #413c77);
  -ms-background: linear-gradient(to bottom, #453c79, #413c77);
  -o-background: linear-gradient(to bottom, #453c79, #413c77);
  background: linear-gradient(to bottom, #453c79, #413c77);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #413c77;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #453c79;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #413c77, #3e3d74);
  -moz-background: linear-gradient(to bottom, #413c77, #3e3d74);
  -ms-background: linear-gradient(to bottom, #413c77, #3e3d74);
  -o-background: linear-gradient(to bottom, #413c77, #3e3d74);
  background: linear-gradient(to bottom, #413c77, #3e3d74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #3e3d74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #413c77;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e3d74, #3a3e71);
  -moz-background: linear-gradient(to bottom, #3e3d74, #3a3e71);
  -ms-background: linear-gradient(to bottom, #3e3d74, #3a3e71);
  -o-background: linear-gradient(to bottom, #3e3d74, #3a3e71);
  background: linear-gradient(to bottom, #3e3d74, #3a3e71);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #3a3e71;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #3e3d74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a3e71, #373f6e);
  -moz-background: linear-gradient(to bottom, #3a3e71, #373f6e);
  -ms-background: linear-gradient(to bottom, #3a3e71, #373f6e);
  -o-background: linear-gradient(to bottom, #3a3e71, #373f6e);
  background: linear-gradient(to bottom, #3a3e71, #373f6e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #373f6e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #3a3e71;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #373f6e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #373f6e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.vellore-institute-of-technology.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.vellore-institute-of-technology.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #373f6e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .referrals-advocate__overlay {
  background-color: #373f6e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .referrals-advocate__steps-circle {
  fill: #373f6e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .referrals-advocate__testimonial {
  background-color: #373f6e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #373f6e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.vellore-institute-of-technology .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #373f6e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .terms__title {
  border-color: #4f3982;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .terms__links {
  color: #373f6e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology .referral-tooltip__image path {
  fill: #373f6e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.vellore-institute-of-technology .main-header,
.vellore-institute-of-technology .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #4f3982;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #3f2d67;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:hover, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:focus, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:active, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:checked, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:focus:hover, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:focus:active, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:not(:disabled):hover, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:not(:disabled):active, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:not(.disabled):active, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:not(:disabled):active:focus, .white-label.vellore-institute-of-technology-bangalore .main-header__menu__btn:not(.disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:hover,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:focus,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:active,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:checked,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:focus:hover,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:focus:active,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:not(:disabled):hover,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:not(:disabled):active,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:not(.disabled):active,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #4f3982;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:hover, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:focus, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:active, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:checked, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:focus:hover, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:focus:active, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:not(:disabled):hover, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:not(:disabled):active, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:not(.disabled):active, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:not(:disabled):active:focus, .white-label.vellore-institute-of-technology-bangalore .main-header .nav__link:not(.disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:hover,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:focus,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:active,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:checked,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:focus:hover,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:focus:active,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:not(:disabled):hover,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:not(:disabled):active,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:not(.disabled):active,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:not(:disabled):active:focus,
.white-label.vellore-institute-of-technology-bangalore .main-footer .nav__link:not(.disabled):active:focus {
  color: #3f2d67;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore.signed-out .btn:not(.btn--social), .white-label.vellore-institute-of-technology-bangalore.signed-in .btn--primary {
  background-color: #373f6e;
  border-color: #373f6e;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.signed-out .btn:not(.btn--social):hover, .white-label.vellore-institute-of-technology-bangalore.signed-out .btn:not(.btn--social):focus, .white-label.vellore-institute-of-technology-bangalore.signed-out .btn:not(.btn--social):active, .white-label.vellore-institute-of-technology-bangalore.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.vellore-institute-of-technology-bangalore.signed-in .btn--primary:hover, .white-label.vellore-institute-of-technology-bangalore.signed-in .btn--primary:focus, .white-label.vellore-institute-of-technology-bangalore.signed-in .btn--primary:active, .white-label.vellore-institute-of-technology-bangalore.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #373f6e;
  box-shadow: none;
  color: #373f6e;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .nav__btn:hover span,
.white-label.vellore-institute-of-technology-bangalore .nav__btn:hover span::after,
.white-label.vellore-institute-of-technology-bangalore .nav__btn:hover span::before,
.white-label.vellore-institute-of-technology-bangalore .nav__btn:focus span,
.white-label.vellore-institute-of-technology-bangalore .nav__btn:focus span::after,
.white-label.vellore-institute-of-technology-bangalore .nav__btn:focus span::before {
  background-color: #4f3982;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.vellore-institute-of-technology-bangalore .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #4f3982;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .nav__sidebar ul .profile__no-menu-link:hover {
  color: #4f3982;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__list li:hover::after {
  border-color: rgba(79, 57, 130, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__list li:hover .heading-3 {
  color: #4f3982;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .profile__link:hover, .white-label.vellore-institute-of-technology-bangalore .profile__link:focus, .white-label.vellore-institute-of-technology-bangalore .profile__link:active, .white-label.vellore-institute-of-technology-bangalore .profile__link:checked, .white-label.vellore-institute-of-technology-bangalore .profile__link:focus:hover, .white-label.vellore-institute-of-technology-bangalore .profile__link:focus:active, .white-label.vellore-institute-of-technology-bangalore .profile__link:not(:disabled):hover, .white-label.vellore-institute-of-technology-bangalore .profile__link:not(:disabled):active, .white-label.vellore-institute-of-technology-bangalore .profile__link:not(.disabled):active, .white-label.vellore-institute-of-technology-bangalore .profile__link:not(:disabled):active:focus, .white-label.vellore-institute-of-technology-bangalore .profile__link:not(.disabled):active:focus {
  color: #4f3982;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .profile__actions:hover .profile__icn g,
.white-label.vellore-institute-of-technology-bangalore .profile__actions:focus .profile__icn g {
  fill: #4f3982;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .students__classmate:hover .students__thumbnail,
.white-label.vellore-institute-of-technology-bangalore .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #4f3982, 0 0 0 1px #4f3982 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .pagination__page-link:hover::after {
  border-color: rgba(79, 57, 130, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modal__bg-icn {
  fill: #4f3982;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .payments__paragraph--initial, .white-label.vellore-institute-of-technology-bangalore .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .form__input:-webkit-autofill, .white-label.vellore-institute-of-technology-bangalore .StripeElement:-webkit-autofill, .white-label.vellore-institute-of-technology-bangalore .form__input:-webkit-autofill:focus, .white-label.vellore-institute-of-technology-bangalore .form__input:-internal-autofill-selected, .white-label.vellore-institute-of-technology-bangalore .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(55, 63, 110, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(55, 63, 110, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(55, 63, 110, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(55, 63, 110, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(55, 63, 110, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .form__input:-moz-autofill, .white-label.vellore-institute-of-technology-bangalore .StripeElement:-moz-autofill, .white-label.vellore-institute-of-technology-bangalore .form__input:-moz-autofill-preview, .white-label.vellore-institute-of-technology-bangalore .StripeElement:-moz-autofill-preview {
  filter: rgba(55, 63, 110, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:hover + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:hover + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:active + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:active + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:checked + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:checked + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus:hover + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus:hover + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus:active + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus:active + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):hover + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):active + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):active + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(.disabled):active + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(.disabled):active + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):active:focus + label::before, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #4f3982;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .form-radio__input:hover + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:active + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:checked + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus:hover + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:focus:active + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.vellore-institute-of-technology-bangalore .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #4f3982 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .form-check-input:checked + label::before, .white-label.vellore-institute-of-technology-bangalore .form-check-input:checked + label.collection_radio_buttons::before {
  background: #4f3982;
  border-color: #4f3982;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .form-check-input:valid:focus:checked + label::before, .white-label.vellore-institute-of-technology-bangalore .form-check-input.valid:focus:checked + label::before, .white-label.vellore-institute-of-technology-bangalore .form-check-input--valid:focus:checked + label::before, .white-label.vellore-institute-of-technology-bangalore .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #4f3982;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .electives .form-radio__input:checked + label::before {
  background-color: #4f3982;
  border: 3px solid #4f3982;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .enrollment__icon path {
  fill: #373f6e;
  stroke: #373f6e;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .enrollment__icon tspan {
  fill: #373f6e;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__tasks li:hover::after, .white-label.vellore-institute-of-technology-bangalore .modules__tasks li.selected::after {
  border-color: rgba(79, 57, 130, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__tasks li::before {
  color: rgba(79, 57, 130, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(79, 57, 130, 0.4);
  border-color: rgba(79, 57, 130, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .modules__tasks li .modules__btn:hover::after, .white-label.vellore-institute-of-technology-bangalore .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(79, 57, 130, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .tabs__li:hover {
  border-color: rgba(79, 57, 130, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .tabs__label {
  border-bottom-color: #4f3982;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.vellore-institute-of-technology-bangalore .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #4f3982;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .survey__success .check {
  fill: #4f3982;
  stroke: #4f3982;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .electives__checkbox:checked + label::before,
.white-label.vellore-institute-of-technology-bangalore .program-card__checkbox:checked + label::before {
  background-color: #4f3982;
  border-color: #4f3982;
  color: #4f3982;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .electives__checkbox:checked ~ .program-card__content,
.white-label.vellore-institute-of-technology-bangalore .program-card__checkbox:checked ~ .program-card__content {
  border-color: #4f3982;
  box-shadow: 0 0 0 1px #4f3982 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .canvas-assignments__submission-type::before {
  border-color: #4f3982;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .canvas-assignments__submission-type::after {
  border-color: #4f3982;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .canvas-assignments__submission-type:hover {
  background-color: rgba(79, 57, 130, 0.1);
  border-color: #4f3982;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .canvas-assignments__submission-type.typed--selected, .white-label.vellore-institute-of-technology-bangalore .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(79, 57, 130, 0.1);
  border-color: #4f3982;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(1),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(1), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #7f65bc, #785fb3);
  -moz-background: linear-gradient(to right, #7f65bc, #785fb3);
  -ms-background: linear-gradient(to right, #7f65bc, #785fb3);
  -o-background: linear-gradient(to right, #7f65bc, #785fb3);
  background: linear-gradient(to right, #7f65bc, #785fb3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(1)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(1)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #785fb3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(2),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(2), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #785fb3, #7259ab);
  -moz-background: linear-gradient(to right, #785fb3, #7259ab);
  -ms-background: linear-gradient(to right, #785fb3, #7259ab);
  -o-background: linear-gradient(to right, #785fb3, #7259ab);
  background: linear-gradient(to right, #785fb3, #7259ab);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(2)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(2)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #7259ab;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(3),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(3), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #7259ab, #6b52a3);
  -moz-background: linear-gradient(to right, #7259ab, #6b52a3);
  -ms-background: linear-gradient(to right, #7259ab, #6b52a3);
  -o-background: linear-gradient(to right, #7259ab, #6b52a3);
  background: linear-gradient(to right, #7259ab, #6b52a3);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(3)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(3)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #6b52a3;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(4),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(4), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #6b52a3, #644c9b);
  -moz-background: linear-gradient(to right, #6b52a3, #644c9b);
  -ms-background: linear-gradient(to right, #6b52a3, #644c9b);
  -o-background: linear-gradient(to right, #6b52a3, #644c9b);
  background: linear-gradient(to right, #6b52a3, #644c9b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(4)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(4)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #644c9b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(5),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(5), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #644c9b, #5d4692);
  -moz-background: linear-gradient(to right, #644c9b, #5d4692);
  -ms-background: linear-gradient(to right, #644c9b, #5d4692);
  -o-background: linear-gradient(to right, #644c9b, #5d4692);
  background: linear-gradient(to right, #644c9b, #5d4692);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(5)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(5)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #5d4692;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(6),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(6), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #5d4692, #563f8a);
  -moz-background: linear-gradient(to right, #5d4692, #563f8a);
  -ms-background: linear-gradient(to right, #5d4692, #563f8a);
  -o-background: linear-gradient(to right, #5d4692, #563f8a);
  background: linear-gradient(to right, #5d4692, #563f8a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(6)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(6)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #563f8a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(7),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(7), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #563f8a, #4f3982);
  -moz-background: linear-gradient(to right, #563f8a, #4f3982);
  -ms-background: linear-gradient(to right, #563f8a, #4f3982);
  -o-background: linear-gradient(to right, #563f8a, #4f3982);
  background: linear-gradient(to right, #563f8a, #4f3982);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(7)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(7)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #4f3982;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(n+8),
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(n+8), .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #4f3982;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--active:nth-child(n+8)::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .step--completed:nth-child(n+8)::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #4f3982;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved {
  color: #4f3982;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #7f65bc, #785fb3);
  -moz-background: linear-gradient(to bottom, #7f65bc, #785fb3);
  -ms-background: linear-gradient(to bottom, #7f65bc, #785fb3);
  -o-background: linear-gradient(to bottom, #7f65bc, #785fb3);
  background: linear-gradient(to bottom, #7f65bc, #785fb3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #785fb3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #7f65bc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #785fb3, #7259ab);
  -moz-background: linear-gradient(to bottom, #785fb3, #7259ab);
  -ms-background: linear-gradient(to bottom, #785fb3, #7259ab);
  -o-background: linear-gradient(to bottom, #785fb3, #7259ab);
  background: linear-gradient(to bottom, #785fb3, #7259ab);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #7259ab;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #785fb3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #7259ab, #6b52a3);
  -moz-background: linear-gradient(to bottom, #7259ab, #6b52a3);
  -ms-background: linear-gradient(to bottom, #7259ab, #6b52a3);
  -o-background: linear-gradient(to bottom, #7259ab, #6b52a3);
  background: linear-gradient(to bottom, #7259ab, #6b52a3);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #6b52a3;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #7259ab;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #6b52a3, #644c9b);
  -moz-background: linear-gradient(to bottom, #6b52a3, #644c9b);
  -ms-background: linear-gradient(to bottom, #6b52a3, #644c9b);
  -o-background: linear-gradient(to bottom, #6b52a3, #644c9b);
  background: linear-gradient(to bottom, #6b52a3, #644c9b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #644c9b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #6b52a3;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #644c9b, #5d4692);
  -moz-background: linear-gradient(to bottom, #644c9b, #5d4692);
  -ms-background: linear-gradient(to bottom, #644c9b, #5d4692);
  -o-background: linear-gradient(to bottom, #644c9b, #5d4692);
  background: linear-gradient(to bottom, #644c9b, #5d4692);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #5d4692;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #644c9b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #5d4692, #563f8a);
  -moz-background: linear-gradient(to bottom, #5d4692, #563f8a);
  -ms-background: linear-gradient(to bottom, #5d4692, #563f8a);
  -o-background: linear-gradient(to bottom, #5d4692, #563f8a);
  background: linear-gradient(to bottom, #5d4692, #563f8a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #563f8a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #5d4692;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #563f8a, #4f3982);
  -moz-background: linear-gradient(to bottom, #563f8a, #4f3982);
  -ms-background: linear-gradient(to bottom, #563f8a, #4f3982);
  -o-background: linear-gradient(to bottom, #563f8a, #4f3982);
  background: linear-gradient(to bottom, #563f8a, #4f3982);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #4f3982;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #563f8a;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #4f3982;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #4f3982;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.vellore-institute-of-technology-bangalore .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology-bangalore .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #4f3982;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .sidebar .steps .steps__label-toggle {
  background-color: #4f3982;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .sidebar .steps .step--active {
  border-left: 0.5rem solid #4f3982;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #373f6e, #3a3e71);
  -moz-background: linear-gradient(to right, #373f6e, #3a3e71);
  -ms-background: linear-gradient(to right, #373f6e, #3a3e71);
  -o-background: linear-gradient(to right, #373f6e, #3a3e71);
  background: linear-gradient(to right, #373f6e, #3a3e71);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #3a3e71;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #3a3e71, #3e3d74);
  -moz-background: linear-gradient(to right, #3a3e71, #3e3d74);
  -ms-background: linear-gradient(to right, #3a3e71, #3e3d74);
  -o-background: linear-gradient(to right, #3a3e71, #3e3d74);
  background: linear-gradient(to right, #3a3e71, #3e3d74);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #3e3d74;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #3e3d74, #413c77);
  -moz-background: linear-gradient(to right, #3e3d74, #413c77);
  -ms-background: linear-gradient(to right, #3e3d74, #413c77);
  -o-background: linear-gradient(to right, #3e3d74, #413c77);
  background: linear-gradient(to right, #3e3d74, #413c77);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #413c77;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #413c77, #453c79);
  -moz-background: linear-gradient(to right, #413c77, #453c79);
  -ms-background: linear-gradient(to right, #413c77, #453c79);
  -o-background: linear-gradient(to right, #413c77, #453c79);
  background: linear-gradient(to right, #413c77, #453c79);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #453c79;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #453c79, #483b7c);
  -moz-background: linear-gradient(to right, #453c79, #483b7c);
  -ms-background: linear-gradient(to right, #453c79, #483b7c);
  -o-background: linear-gradient(to right, #453c79, #483b7c);
  background: linear-gradient(to right, #453c79, #483b7c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #483b7c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #483b7c, #4c3a7f);
  -moz-background: linear-gradient(to right, #483b7c, #4c3a7f);
  -ms-background: linear-gradient(to right, #483b7c, #4c3a7f);
  -o-background: linear-gradient(to right, #483b7c, #4c3a7f);
  background: linear-gradient(to right, #483b7c, #4c3a7f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #4c3a7f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #4c3a7f, #4f3982);
  -moz-background: linear-gradient(to right, #4c3a7f, #4f3982);
  -ms-background: linear-gradient(to right, #4c3a7f, #4f3982);
  -o-background: linear-gradient(to right, #4c3a7f, #4f3982);
  background: linear-gradient(to right, #4c3a7f, #4f3982);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #4f3982;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #4f3982;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #4f3982;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #373f6e, #3a3e71);
  -moz-background: linear-gradient(to bottom, #373f6e, #3a3e71);
  -ms-background: linear-gradient(to bottom, #373f6e, #3a3e71);
  -o-background: linear-gradient(to bottom, #373f6e, #3a3e71);
  background: linear-gradient(to bottom, #373f6e, #3a3e71);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #3a3e71;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #373f6e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #3a3e71, #3e3d74);
  -moz-background: linear-gradient(to bottom, #3a3e71, #3e3d74);
  -ms-background: linear-gradient(to bottom, #3a3e71, #3e3d74);
  -o-background: linear-gradient(to bottom, #3a3e71, #3e3d74);
  background: linear-gradient(to bottom, #3a3e71, #3e3d74);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #3e3d74;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #3a3e71;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #3e3d74, #413c77);
  -moz-background: linear-gradient(to bottom, #3e3d74, #413c77);
  -ms-background: linear-gradient(to bottom, #3e3d74, #413c77);
  -o-background: linear-gradient(to bottom, #3e3d74, #413c77);
  background: linear-gradient(to bottom, #3e3d74, #413c77);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #413c77;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #3e3d74;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #413c77, #453c79);
  -moz-background: linear-gradient(to bottom, #413c77, #453c79);
  -ms-background: linear-gradient(to bottom, #413c77, #453c79);
  -o-background: linear-gradient(to bottom, #413c77, #453c79);
  background: linear-gradient(to bottom, #413c77, #453c79);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #453c79;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #413c77;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #453c79, #483b7c);
  -moz-background: linear-gradient(to bottom, #453c79, #483b7c);
  -ms-background: linear-gradient(to bottom, #453c79, #483b7c);
  -o-background: linear-gradient(to bottom, #453c79, #483b7c);
  background: linear-gradient(to bottom, #453c79, #483b7c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #483b7c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #453c79;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #483b7c, #4c3a7f);
  -moz-background: linear-gradient(to bottom, #483b7c, #4c3a7f);
  -ms-background: linear-gradient(to bottom, #483b7c, #4c3a7f);
  -o-background: linear-gradient(to bottom, #483b7c, #4c3a7f);
  background: linear-gradient(to bottom, #483b7c, #4c3a7f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #4c3a7f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #483b7c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #4c3a7f, #4f3982);
  -moz-background: linear-gradient(to bottom, #4c3a7f, #4f3982);
  -ms-background: linear-gradient(to bottom, #4c3a7f, #4f3982);
  -o-background: linear-gradient(to bottom, #4c3a7f, #4f3982);
  background: linear-gradient(to bottom, #4c3a7f, #4f3982);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #4f3982;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #4c3a7f;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #4f3982;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #4f3982;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology-bangalore.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.vellore-institute-of-technology-bangalore.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #4f3982;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .referrals-advocate__overlay {
  background-color: #4f3982;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .referrals-advocate__steps-circle {
  fill: #4f3982;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .referrals-advocate__testimonial {
  background-color: #4f3982;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #4f3982;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.vellore-institute-of-technology-bangalore .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #4f3982;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .terms__title {
  border-color: #373f6e;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .terms__links {
  color: #4f3982;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.vellore-institute-of-technology-bangalore .referral-tooltip__image path {
  fill: #4f3982;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.vellore-institute-of-technology-bangalore .main-header,
.vellore-institute-of-technology-bangalore .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #004785;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.wharton-executive-education div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #00335f;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .main-header__menu__btn:hover, .white-label.wharton-executive-education .main-header__menu__btn:focus, .white-label.wharton-executive-education .main-header__menu__btn:active, .white-label.wharton-executive-education .main-header__menu__btn:checked, .white-label.wharton-executive-education .main-header__menu__btn:focus:hover, .white-label.wharton-executive-education .main-header__menu__btn:focus:active, .white-label.wharton-executive-education .main-header__menu__btn:not(:disabled):hover, .white-label.wharton-executive-education .main-header__menu__btn:not(:disabled):active, .white-label.wharton-executive-education .main-header__menu__btn:not(.disabled):active, .white-label.wharton-executive-education .main-header__menu__btn:not(:disabled):active:focus, .white-label.wharton-executive-education .main-header__menu__btn:not(.disabled):active:focus,
.white-label.wharton-executive-education .main-footer__menu__btn:hover,
.white-label.wharton-executive-education .main-footer__menu__btn:focus,
.white-label.wharton-executive-education .main-footer__menu__btn:active,
.white-label.wharton-executive-education .main-footer__menu__btn:checked,
.white-label.wharton-executive-education .main-footer__menu__btn:focus:hover,
.white-label.wharton-executive-education .main-footer__menu__btn:focus:active,
.white-label.wharton-executive-education .main-footer__menu__btn:not(:disabled):hover,
.white-label.wharton-executive-education .main-footer__menu__btn:not(:disabled):active,
.white-label.wharton-executive-education .main-footer__menu__btn:not(.disabled):active,
.white-label.wharton-executive-education .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.wharton-executive-education .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #004785;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .main-header .nav__link:hover, .white-label.wharton-executive-education .main-header .nav__link:focus, .white-label.wharton-executive-education .main-header .nav__link:active, .white-label.wharton-executive-education .main-header .nav__link:checked, .white-label.wharton-executive-education .main-header .nav__link:focus:hover, .white-label.wharton-executive-education .main-header .nav__link:focus:active, .white-label.wharton-executive-education .main-header .nav__link:not(:disabled):hover, .white-label.wharton-executive-education .main-header .nav__link:not(:disabled):active, .white-label.wharton-executive-education .main-header .nav__link:not(.disabled):active, .white-label.wharton-executive-education .main-header .nav__link:not(:disabled):active:focus, .white-label.wharton-executive-education .main-header .nav__link:not(.disabled):active:focus,
.white-label.wharton-executive-education .main-footer .nav__link:hover,
.white-label.wharton-executive-education .main-footer .nav__link:focus,
.white-label.wharton-executive-education .main-footer .nav__link:active,
.white-label.wharton-executive-education .main-footer .nav__link:checked,
.white-label.wharton-executive-education .main-footer .nav__link:focus:hover,
.white-label.wharton-executive-education .main-footer .nav__link:focus:active,
.white-label.wharton-executive-education .main-footer .nav__link:not(:disabled):hover,
.white-label.wharton-executive-education .main-footer .nav__link:not(:disabled):active,
.white-label.wharton-executive-education .main-footer .nav__link:not(.disabled):active,
.white-label.wharton-executive-education .main-footer .nav__link:not(:disabled):active:focus,
.white-label.wharton-executive-education .main-footer .nav__link:not(.disabled):active:focus {
  color: #00335f;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education.signed-out .btn:not(.btn--social), .white-label.wharton-executive-education.signed-in .btn--primary {
  background-color: #a90533;
  border-color: #a90533;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.signed-out .btn:not(.btn--social):hover, .white-label.wharton-executive-education.signed-out .btn:not(.btn--social):focus, .white-label.wharton-executive-education.signed-out .btn:not(.btn--social):active, .white-label.wharton-executive-education.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.wharton-executive-education.signed-in .btn--primary:hover, .white-label.wharton-executive-education.signed-in .btn--primary:focus, .white-label.wharton-executive-education.signed-in .btn--primary:active, .white-label.wharton-executive-education.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #a90533;
  box-shadow: none;
  color: #a90533;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .nav__btn:hover span,
.white-label.wharton-executive-education .nav__btn:hover span::after,
.white-label.wharton-executive-education .nav__btn:hover span::before,
.white-label.wharton-executive-education .nav__btn:focus span,
.white-label.wharton-executive-education .nav__btn:focus span::after,
.white-label.wharton-executive-education .nav__btn:focus span::before {
  background-color: #004785;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.wharton-executive-education .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #004785;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .nav__sidebar ul .profile__no-menu-link:hover {
  color: #004785;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__list li:hover::after {
  border-color: rgba(0, 71, 133, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__list li:hover .heading-3 {
  color: #004785;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .profile__link:hover, .white-label.wharton-executive-education .profile__link:focus, .white-label.wharton-executive-education .profile__link:active, .white-label.wharton-executive-education .profile__link:checked, .white-label.wharton-executive-education .profile__link:focus:hover, .white-label.wharton-executive-education .profile__link:focus:active, .white-label.wharton-executive-education .profile__link:not(:disabled):hover, .white-label.wharton-executive-education .profile__link:not(:disabled):active, .white-label.wharton-executive-education .profile__link:not(.disabled):active, .white-label.wharton-executive-education .profile__link:not(:disabled):active:focus, .white-label.wharton-executive-education .profile__link:not(.disabled):active:focus {
  color: #004785;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .profile__actions:hover .profile__icn g,
.white-label.wharton-executive-education .profile__actions:focus .profile__icn g {
  fill: #004785;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .students__classmate:hover .students__thumbnail,
.white-label.wharton-executive-education .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #004785, 0 0 0 1px #004785 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .pagination__page-link:hover::after {
  border-color: rgba(0, 71, 133, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modal__bg-icn {
  fill: #004785;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .payments__paragraph--initial, .white-label.wharton-executive-education .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .form__input:-webkit-autofill, .white-label.wharton-executive-education .StripeElement:-webkit-autofill, .white-label.wharton-executive-education .form__input:-webkit-autofill:focus, .white-label.wharton-executive-education .form__input:-internal-autofill-selected, .white-label.wharton-executive-education .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(169, 5, 51, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(169, 5, 51, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(169, 5, 51, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(169, 5, 51, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(169, 5, 51, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .form__input:-moz-autofill, .white-label.wharton-executive-education .StripeElement:-moz-autofill, .white-label.wharton-executive-education .form__input:-moz-autofill-preview, .white-label.wharton-executive-education .StripeElement:-moz-autofill-preview {
  filter: rgba(169, 5, 51, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .form-radio__input:hover + label.bordered,
.white-label.wharton-executive-education .form-radio__input:hover + label::before, .white-label.wharton-executive-education .form-radio__input:focus + label.bordered,
.white-label.wharton-executive-education .form-radio__input:focus + label::before, .white-label.wharton-executive-education .form-radio__input:active + label.bordered,
.white-label.wharton-executive-education .form-radio__input:active + label::before, .white-label.wharton-executive-education .form-radio__input:checked + label.bordered,
.white-label.wharton-executive-education .form-radio__input:checked + label::before, .white-label.wharton-executive-education .form-radio__input:focus:hover + label.bordered,
.white-label.wharton-executive-education .form-radio__input:focus:hover + label::before, .white-label.wharton-executive-education .form-radio__input:focus:active + label.bordered,
.white-label.wharton-executive-education .form-radio__input:focus:active + label::before, .white-label.wharton-executive-education .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.wharton-executive-education .form-radio__input:not(:disabled):hover + label::before, .white-label.wharton-executive-education .form-radio__input:not(:disabled):active + label.bordered,
.white-label.wharton-executive-education .form-radio__input:not(:disabled):active + label::before, .white-label.wharton-executive-education .form-radio__input:not(.disabled):active + label.bordered,
.white-label.wharton-executive-education .form-radio__input:not(.disabled):active + label::before, .white-label.wharton-executive-education .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.wharton-executive-education .form-radio__input:not(:disabled):active:focus + label::before, .white-label.wharton-executive-education .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.wharton-executive-education .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #004785;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .form-radio__input:hover + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:focus + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:active + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:checked + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:focus:hover + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:focus:active + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.wharton-executive-education .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #004785 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .form-check-input:checked + label::before, .white-label.wharton-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background: #004785;
  border-color: #004785;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .form-check-input:valid:focus:checked + label::before, .white-label.wharton-executive-education .form-check-input.valid:focus:checked + label::before, .white-label.wharton-executive-education .form-check-input--valid:focus:checked + label::before, .white-label.wharton-executive-education .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #004785;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .electives .form-radio__input:checked + label::before {
  background-color: #004785;
  border: 3px solid #004785;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .enrollment__icon path {
  fill: #a90533;
  stroke: #a90533;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .enrollment__icon tspan {
  fill: #a90533;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__tasks li:hover::after, .white-label.wharton-executive-education .modules__tasks li.selected::after {
  border-color: rgba(0, 71, 133, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__tasks li::before {
  color: rgba(0, 71, 133, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(0, 71, 133, 0.4);
  border-color: rgba(0, 71, 133, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .modules__tasks li .modules__btn:hover::after, .white-label.wharton-executive-education .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(0, 71, 133, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .tabs__li:hover {
  border-color: rgba(0, 71, 133, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .tabs__label {
  border-bottom-color: #004785;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.wharton-executive-education .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #004785;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .survey__success .check {
  fill: #004785;
  stroke: #004785;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .electives__checkbox:checked + label::before,
.white-label.wharton-executive-education .program-card__checkbox:checked + label::before {
  background-color: #004785;
  border-color: #004785;
  color: #004785;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .electives__checkbox:checked ~ .program-card__content,
.white-label.wharton-executive-education .program-card__checkbox:checked ~ .program-card__content {
  border-color: #004785;
  box-shadow: 0 0 0 1px #004785 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .canvas-assignments__submission-type::before {
  border-color: #004785;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .canvas-assignments__submission-type::after {
  border-color: #004785;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .canvas-assignments__submission-type:hover {
  background-color: rgba(0, 71, 133, 0.1);
  border-color: #004785;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .canvas-assignments__submission-type.typed--selected, .white-label.wharton-executive-education .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(0, 71, 133, 0.1);
  border-color: #004785;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(1),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(1), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #007deb, #0076dc);
  -moz-background: linear-gradient(to right, #007deb, #0076dc);
  -ms-background: linear-gradient(to right, #007deb, #0076dc);
  -o-background: linear-gradient(to right, #007deb, #0076dc);
  background: linear-gradient(to right, #007deb, #0076dc);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(1)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(1)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #0076dc;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(2),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(2), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #0076dc, #006ece);
  -moz-background: linear-gradient(to right, #0076dc, #006ece);
  -ms-background: linear-gradient(to right, #0076dc, #006ece);
  -o-background: linear-gradient(to right, #0076dc, #006ece);
  background: linear-gradient(to right, #0076dc, #006ece);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(2)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(2)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #006ece;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(3),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(3), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #006ece, #0066bf);
  -moz-background: linear-gradient(to right, #006ece, #0066bf);
  -ms-background: linear-gradient(to right, #006ece, #0066bf);
  -o-background: linear-gradient(to right, #006ece, #0066bf);
  background: linear-gradient(to right, #006ece, #0066bf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(3)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(3)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0066bf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(4),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(4), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0066bf, #005eb1);
  -moz-background: linear-gradient(to right, #0066bf, #005eb1);
  -ms-background: linear-gradient(to right, #0066bf, #005eb1);
  -o-background: linear-gradient(to right, #0066bf, #005eb1);
  background: linear-gradient(to right, #0066bf, #005eb1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(4)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(4)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #005eb1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(5),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(5), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #005eb1, #0057a2);
  -moz-background: linear-gradient(to right, #005eb1, #0057a2);
  -ms-background: linear-gradient(to right, #005eb1, #0057a2);
  -o-background: linear-gradient(to right, #005eb1, #0057a2);
  background: linear-gradient(to right, #005eb1, #0057a2);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(5)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(5)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #0057a2;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(6),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(6), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #0057a2, #004f94);
  -moz-background: linear-gradient(to right, #0057a2, #004f94);
  -ms-background: linear-gradient(to right, #0057a2, #004f94);
  -o-background: linear-gradient(to right, #0057a2, #004f94);
  background: linear-gradient(to right, #0057a2, #004f94);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(6)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(6)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #004f94;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(7),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(7), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #004f94, #004785);
  -moz-background: linear-gradient(to right, #004f94, #004785);
  -ms-background: linear-gradient(to right, #004f94, #004785);
  -o-background: linear-gradient(to right, #004f94, #004785);
  background: linear-gradient(to right, #004f94, #004785);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(7)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(7)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #004785;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(n+8),
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(n+8), .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #004785;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .step--active:nth-child(n+8)::after,
.white-label.wharton-executive-education .steps--progress .step--completed:nth-child(n+8)::after, .white-label.wharton-executive-education .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #004785;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved {
  color: #004785;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #007deb, #0076dc);
  -moz-background: linear-gradient(to bottom, #007deb, #0076dc);
  -ms-background: linear-gradient(to bottom, #007deb, #0076dc);
  -o-background: linear-gradient(to bottom, #007deb, #0076dc);
  background: linear-gradient(to bottom, #007deb, #0076dc);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #0076dc;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #007deb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #0076dc, #006ece);
  -moz-background: linear-gradient(to bottom, #0076dc, #006ece);
  -ms-background: linear-gradient(to bottom, #0076dc, #006ece);
  -o-background: linear-gradient(to bottom, #0076dc, #006ece);
  background: linear-gradient(to bottom, #0076dc, #006ece);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #006ece;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #0076dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #006ece, #0066bf);
  -moz-background: linear-gradient(to bottom, #006ece, #0066bf);
  -ms-background: linear-gradient(to bottom, #006ece, #0066bf);
  -o-background: linear-gradient(to bottom, #006ece, #0066bf);
  background: linear-gradient(to bottom, #006ece, #0066bf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0066bf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #006ece;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0066bf, #005eb1);
  -moz-background: linear-gradient(to bottom, #0066bf, #005eb1);
  -ms-background: linear-gradient(to bottom, #0066bf, #005eb1);
  -o-background: linear-gradient(to bottom, #0066bf, #005eb1);
  background: linear-gradient(to bottom, #0066bf, #005eb1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #005eb1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0066bf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #005eb1, #0057a2);
  -moz-background: linear-gradient(to bottom, #005eb1, #0057a2);
  -ms-background: linear-gradient(to bottom, #005eb1, #0057a2);
  -o-background: linear-gradient(to bottom, #005eb1, #0057a2);
  background: linear-gradient(to bottom, #005eb1, #0057a2);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #0057a2;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #005eb1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #0057a2, #004f94);
  -moz-background: linear-gradient(to bottom, #0057a2, #004f94);
  -ms-background: linear-gradient(to bottom, #0057a2, #004f94);
  -o-background: linear-gradient(to bottom, #0057a2, #004f94);
  background: linear-gradient(to bottom, #0057a2, #004f94);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #004f94;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #0057a2;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #004f94, #004785);
  -moz-background: linear-gradient(to bottom, #004f94, #004785);
  -ms-background: linear-gradient(to bottom, #004f94, #004785);
  -o-background: linear-gradient(to bottom, #004f94, #004785);
  background: linear-gradient(to bottom, #004f94, #004785);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #004785;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #004f94;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #004785;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #004785;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.wharton-executive-education .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.wharton-executive-education .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #004785;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .sidebar .steps .steps__label-toggle {
  background-color: #004785;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .sidebar .steps .step--active {
  border-left: 0.5rem solid #004785;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #a90533, #910e3f);
  -moz-background: linear-gradient(to right, #a90533, #910e3f);
  -ms-background: linear-gradient(to right, #a90533, #910e3f);
  -o-background: linear-gradient(to right, #a90533, #910e3f);
  background: linear-gradient(to right, #a90533, #910e3f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #910e3f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #910e3f, #79184a);
  -moz-background: linear-gradient(to right, #910e3f, #79184a);
  -ms-background: linear-gradient(to right, #910e3f, #79184a);
  -o-background: linear-gradient(to right, #910e3f, #79184a);
  background: linear-gradient(to right, #910e3f, #79184a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #79184a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #79184a, #612156);
  -moz-background: linear-gradient(to right, #79184a, #612156);
  -ms-background: linear-gradient(to right, #79184a, #612156);
  -o-background: linear-gradient(to right, #79184a, #612156);
  background: linear-gradient(to right, #79184a, #612156);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #612156;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #612156, #482b62);
  -moz-background: linear-gradient(to right, #612156, #482b62);
  -ms-background: linear-gradient(to right, #612156, #482b62);
  -o-background: linear-gradient(to right, #612156, #482b62);
  background: linear-gradient(to right, #612156, #482b62);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #482b62;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #482b62, #30346e);
  -moz-background: linear-gradient(to right, #482b62, #30346e);
  -ms-background: linear-gradient(to right, #482b62, #30346e);
  -o-background: linear-gradient(to right, #482b62, #30346e);
  background: linear-gradient(to right, #482b62, #30346e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #30346e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #30346e, #183e79);
  -moz-background: linear-gradient(to right, #30346e, #183e79);
  -ms-background: linear-gradient(to right, #30346e, #183e79);
  -o-background: linear-gradient(to right, #30346e, #183e79);
  background: linear-gradient(to right, #30346e, #183e79);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #183e79;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #183e79, #004785);
  -moz-background: linear-gradient(to right, #183e79, #004785);
  -ms-background: linear-gradient(to right, #183e79, #004785);
  -o-background: linear-gradient(to right, #183e79, #004785);
  background: linear-gradient(to right, #183e79, #004785);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #004785;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #004785;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #004785;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #a90533, #910e3f);
  -moz-background: linear-gradient(to bottom, #a90533, #910e3f);
  -ms-background: linear-gradient(to bottom, #a90533, #910e3f);
  -o-background: linear-gradient(to bottom, #a90533, #910e3f);
  background: linear-gradient(to bottom, #a90533, #910e3f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #910e3f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #a90533;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #910e3f, #79184a);
  -moz-background: linear-gradient(to bottom, #910e3f, #79184a);
  -ms-background: linear-gradient(to bottom, #910e3f, #79184a);
  -o-background: linear-gradient(to bottom, #910e3f, #79184a);
  background: linear-gradient(to bottom, #910e3f, #79184a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #79184a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #910e3f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #79184a, #612156);
  -moz-background: linear-gradient(to bottom, #79184a, #612156);
  -ms-background: linear-gradient(to bottom, #79184a, #612156);
  -o-background: linear-gradient(to bottom, #79184a, #612156);
  background: linear-gradient(to bottom, #79184a, #612156);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #612156;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #79184a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #612156, #482b62);
  -moz-background: linear-gradient(to bottom, #612156, #482b62);
  -ms-background: linear-gradient(to bottom, #612156, #482b62);
  -o-background: linear-gradient(to bottom, #612156, #482b62);
  background: linear-gradient(to bottom, #612156, #482b62);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #482b62;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #612156;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #482b62, #30346e);
  -moz-background: linear-gradient(to bottom, #482b62, #30346e);
  -ms-background: linear-gradient(to bottom, #482b62, #30346e);
  -o-background: linear-gradient(to bottom, #482b62, #30346e);
  background: linear-gradient(to bottom, #482b62, #30346e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #30346e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #482b62;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #30346e, #183e79);
  -moz-background: linear-gradient(to bottom, #30346e, #183e79);
  -ms-background: linear-gradient(to bottom, #30346e, #183e79);
  -o-background: linear-gradient(to bottom, #30346e, #183e79);
  background: linear-gradient(to bottom, #30346e, #183e79);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #183e79;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #30346e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #183e79, #004785);
  -moz-background: linear-gradient(to bottom, #183e79, #004785);
  -ms-background: linear-gradient(to bottom, #183e79, #004785);
  -o-background: linear-gradient(to bottom, #183e79, #004785);
  background: linear-gradient(to bottom, #183e79, #004785);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #004785;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #183e79;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #004785;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #004785;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.wharton-executive-education.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.wharton-executive-education.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.wharton-executive-education.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.wharton-executive-education.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #004785;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .referrals-advocate__overlay {
  background-color: #004785;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .referrals-advocate__steps-circle {
  fill: #004785;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .referrals-advocate__testimonial {
  background-color: #004785;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #004785;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.wharton-executive-education .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #004785;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .terms__title {
  border-color: #a90533;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .terms__links {
  color: #004785;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.wharton-executive-education .referral-tooltip__image path {
  fill: #004785;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.wharton-executive-education .main-header,
.wharton-executive-education .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #184a8e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.xavier-school-of-management-courses div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #12396d;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .main-header__menu__btn:hover, .white-label.xavier-school-of-management-courses .main-header__menu__btn:focus, .white-label.xavier-school-of-management-courses .main-header__menu__btn:active, .white-label.xavier-school-of-management-courses .main-header__menu__btn:checked, .white-label.xavier-school-of-management-courses .main-header__menu__btn:focus:hover, .white-label.xavier-school-of-management-courses .main-header__menu__btn:focus:active, .white-label.xavier-school-of-management-courses .main-header__menu__btn:not(:disabled):hover, .white-label.xavier-school-of-management-courses .main-header__menu__btn:not(:disabled):active, .white-label.xavier-school-of-management-courses .main-header__menu__btn:not(.disabled):active, .white-label.xavier-school-of-management-courses .main-header__menu__btn:not(:disabled):active:focus, .white-label.xavier-school-of-management-courses .main-header__menu__btn:not(.disabled):active:focus,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:hover,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:focus,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:active,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:checked,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:focus:hover,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:focus:active,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:not(:disabled):hover,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:not(:disabled):active,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:not(.disabled):active,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.xavier-school-of-management-courses .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #184a8e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .main-header .nav__link:hover, .white-label.xavier-school-of-management-courses .main-header .nav__link:focus, .white-label.xavier-school-of-management-courses .main-header .nav__link:active, .white-label.xavier-school-of-management-courses .main-header .nav__link:checked, .white-label.xavier-school-of-management-courses .main-header .nav__link:focus:hover, .white-label.xavier-school-of-management-courses .main-header .nav__link:focus:active, .white-label.xavier-school-of-management-courses .main-header .nav__link:not(:disabled):hover, .white-label.xavier-school-of-management-courses .main-header .nav__link:not(:disabled):active, .white-label.xavier-school-of-management-courses .main-header .nav__link:not(.disabled):active, .white-label.xavier-school-of-management-courses .main-header .nav__link:not(:disabled):active:focus, .white-label.xavier-school-of-management-courses .main-header .nav__link:not(.disabled):active:focus,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:hover,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:focus,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:active,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:checked,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:focus:hover,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:focus:active,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:not(:disabled):hover,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:not(:disabled):active,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:not(.disabled):active,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:not(:disabled):active:focus,
.white-label.xavier-school-of-management-courses .main-footer .nav__link:not(.disabled):active:focus {
  color: #12396d;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses.signed-out .btn:not(.btn--social), .white-label.xavier-school-of-management-courses.signed-in .btn--primary {
  background-color: #066fad;
  border-color: #066fad;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.signed-out .btn:not(.btn--social):hover, .white-label.xavier-school-of-management-courses.signed-out .btn:not(.btn--social):focus, .white-label.xavier-school-of-management-courses.signed-out .btn:not(.btn--social):active, .white-label.xavier-school-of-management-courses.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.xavier-school-of-management-courses.signed-in .btn--primary:hover, .white-label.xavier-school-of-management-courses.signed-in .btn--primary:focus, .white-label.xavier-school-of-management-courses.signed-in .btn--primary:active, .white-label.xavier-school-of-management-courses.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #066fad;
  box-shadow: none;
  color: #066fad;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .nav__btn:hover span,
.white-label.xavier-school-of-management-courses .nav__btn:hover span::after,
.white-label.xavier-school-of-management-courses .nav__btn:hover span::before,
.white-label.xavier-school-of-management-courses .nav__btn:focus span,
.white-label.xavier-school-of-management-courses .nav__btn:focus span::after,
.white-label.xavier-school-of-management-courses .nav__btn:focus span::before {
  background-color: #184a8e;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.xavier-school-of-management-courses .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #184a8e;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .nav__sidebar ul .profile__no-menu-link:hover {
  color: #184a8e;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__list li:hover::after {
  border-color: rgba(24, 74, 142, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__list li:hover .heading-3 {
  color: #184a8e;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .profile__link:hover, .white-label.xavier-school-of-management-courses .profile__link:focus, .white-label.xavier-school-of-management-courses .profile__link:active, .white-label.xavier-school-of-management-courses .profile__link:checked, .white-label.xavier-school-of-management-courses .profile__link:focus:hover, .white-label.xavier-school-of-management-courses .profile__link:focus:active, .white-label.xavier-school-of-management-courses .profile__link:not(:disabled):hover, .white-label.xavier-school-of-management-courses .profile__link:not(:disabled):active, .white-label.xavier-school-of-management-courses .profile__link:not(.disabled):active, .white-label.xavier-school-of-management-courses .profile__link:not(:disabled):active:focus, .white-label.xavier-school-of-management-courses .profile__link:not(.disabled):active:focus {
  color: #184a8e;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .profile__actions:hover .profile__icn g,
.white-label.xavier-school-of-management-courses .profile__actions:focus .profile__icn g {
  fill: #184a8e;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .students__classmate:hover .students__thumbnail,
.white-label.xavier-school-of-management-courses .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #184a8e, 0 0 0 1px #184a8e inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .pagination__page-link:hover::after {
  border-color: rgba(24, 74, 142, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modal__bg-icn {
  fill: #184a8e;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .payments__paragraph--initial, .white-label.xavier-school-of-management-courses .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .form__input:-webkit-autofill, .white-label.xavier-school-of-management-courses .StripeElement:-webkit-autofill, .white-label.xavier-school-of-management-courses .form__input:-webkit-autofill:focus, .white-label.xavier-school-of-management-courses .form__input:-internal-autofill-selected, .white-label.xavier-school-of-management-courses .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(6, 111, 173, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(6, 111, 173, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(6, 111, 173, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(6, 111, 173, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(6, 111, 173, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .form__input:-moz-autofill, .white-label.xavier-school-of-management-courses .StripeElement:-moz-autofill, .white-label.xavier-school-of-management-courses .form__input:-moz-autofill-preview, .white-label.xavier-school-of-management-courses .StripeElement:-moz-autofill-preview {
  filter: rgba(6, 111, 173, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .form-radio__input:hover + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:hover + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:focus + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:focus + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:active + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:active + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:checked + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:checked + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:focus:hover + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:focus:hover + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:focus:active + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:focus:active + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):hover + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):active + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):active + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:not(.disabled):active + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:not(.disabled):active + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):active:focus + label::before, .white-label.xavier-school-of-management-courses .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.xavier-school-of-management-courses .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #184a8e;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .form-radio__input:hover + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:focus + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:active + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:checked + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:focus:hover + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:focus:active + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.xavier-school-of-management-courses .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #184a8e inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .form-check-input:checked + label::before, .white-label.xavier-school-of-management-courses .form-check-input:checked + label.collection_radio_buttons::before {
  background: #184a8e;
  border-color: #184a8e;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .form-check-input:valid:focus:checked + label::before, .white-label.xavier-school-of-management-courses .form-check-input.valid:focus:checked + label::before, .white-label.xavier-school-of-management-courses .form-check-input--valid:focus:checked + label::before, .white-label.xavier-school-of-management-courses .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #184a8e;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .electives .form-radio__input:checked + label::before {
  background-color: #184a8e;
  border: 3px solid #184a8e;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .enrollment__icon path {
  fill: #066fad;
  stroke: #066fad;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .enrollment__icon tspan {
  fill: #066fad;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__tasks li:hover::after, .white-label.xavier-school-of-management-courses .modules__tasks li.selected::after {
  border-color: rgba(24, 74, 142, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__tasks li::before {
  color: rgba(24, 74, 142, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(24, 74, 142, 0.4);
  border-color: rgba(24, 74, 142, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .modules__tasks li .modules__btn:hover::after, .white-label.xavier-school-of-management-courses .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(24, 74, 142, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .tabs__li:hover {
  border-color: rgba(24, 74, 142, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .tabs__label {
  border-bottom-color: #184a8e;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.xavier-school-of-management-courses .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #184a8e;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .survey__success .check {
  fill: #184a8e;
  stroke: #184a8e;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .electives__checkbox:checked + label::before,
.white-label.xavier-school-of-management-courses .program-card__checkbox:checked + label::before {
  background-color: #184a8e;
  border-color: #184a8e;
  color: #184a8e;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .electives__checkbox:checked ~ .program-card__content,
.white-label.xavier-school-of-management-courses .program-card__checkbox:checked ~ .program-card__content {
  border-color: #184a8e;
  box-shadow: 0 0 0 1px #184a8e inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .canvas-assignments__submission-type::before {
  border-color: #184a8e;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .canvas-assignments__submission-type::after {
  border-color: #184a8e;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .canvas-assignments__submission-type:hover {
  background-color: rgba(24, 74, 142, 0.1);
  border-color: #184a8e;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .canvas-assignments__submission-type.typed--selected, .white-label.xavier-school-of-management-courses .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(24, 74, 142, 0.1);
  border-color: #184a8e;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(1),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(1), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #3079dc, #2d72d1);
  -moz-background: linear-gradient(to right, #3079dc, #2d72d1);
  -ms-background: linear-gradient(to right, #3079dc, #2d72d1);
  -o-background: linear-gradient(to right, #3079dc, #2d72d1);
  background: linear-gradient(to right, #3079dc, #2d72d1);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(1)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(1)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #2d72d1;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(2),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(2), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #2d72d1, #296bc6);
  -moz-background: linear-gradient(to right, #2d72d1, #296bc6);
  -ms-background: linear-gradient(to right, #2d72d1, #296bc6);
  -o-background: linear-gradient(to right, #2d72d1, #296bc6);
  background: linear-gradient(to right, #2d72d1, #296bc6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(2)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(2)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #296bc6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(3),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(3), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #296bc6, #2665bb);
  -moz-background: linear-gradient(to right, #296bc6, #2665bb);
  -ms-background: linear-gradient(to right, #296bc6, #2665bb);
  -o-background: linear-gradient(to right, #296bc6, #2665bb);
  background: linear-gradient(to right, #296bc6, #2665bb);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(3)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(3)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #2665bb;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(4),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(4), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #2665bb, #225eaf);
  -moz-background: linear-gradient(to right, #2665bb, #225eaf);
  -ms-background: linear-gradient(to right, #2665bb, #225eaf);
  -o-background: linear-gradient(to right, #2665bb, #225eaf);
  background: linear-gradient(to right, #2665bb, #225eaf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(4)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(4)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #225eaf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(5),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(5), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #225eaf, #1f57a4);
  -moz-background: linear-gradient(to right, #225eaf, #1f57a4);
  -ms-background: linear-gradient(to right, #225eaf, #1f57a4);
  -o-background: linear-gradient(to right, #225eaf, #1f57a4);
  background: linear-gradient(to right, #225eaf, #1f57a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(5)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(5)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #1f57a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(6),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(6), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #1f57a4, #1b5199);
  -moz-background: linear-gradient(to right, #1f57a4, #1b5199);
  -ms-background: linear-gradient(to right, #1f57a4, #1b5199);
  -o-background: linear-gradient(to right, #1f57a4, #1b5199);
  background: linear-gradient(to right, #1f57a4, #1b5199);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(6)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(6)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #1b5199;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(7),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(7), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #1b5199, #184a8e);
  -moz-background: linear-gradient(to right, #1b5199, #184a8e);
  -ms-background: linear-gradient(to right, #1b5199, #184a8e);
  -o-background: linear-gradient(to right, #1b5199, #184a8e);
  background: linear-gradient(to right, #1b5199, #184a8e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(7)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(7)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #184a8e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(n+8),
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(n+8), .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #184a8e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .step--active:nth-child(n+8)::after,
.white-label.xavier-school-of-management-courses .steps--progress .step--completed:nth-child(n+8)::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #184a8e;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved {
  color: #184a8e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #3079dc, #2d72d1);
  -moz-background: linear-gradient(to bottom, #3079dc, #2d72d1);
  -ms-background: linear-gradient(to bottom, #3079dc, #2d72d1);
  -o-background: linear-gradient(to bottom, #3079dc, #2d72d1);
  background: linear-gradient(to bottom, #3079dc, #2d72d1);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #2d72d1;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #3079dc;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #2d72d1, #296bc6);
  -moz-background: linear-gradient(to bottom, #2d72d1, #296bc6);
  -ms-background: linear-gradient(to bottom, #2d72d1, #296bc6);
  -o-background: linear-gradient(to bottom, #2d72d1, #296bc6);
  background: linear-gradient(to bottom, #2d72d1, #296bc6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #296bc6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #2d72d1;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #296bc6, #2665bb);
  -moz-background: linear-gradient(to bottom, #296bc6, #2665bb);
  -ms-background: linear-gradient(to bottom, #296bc6, #2665bb);
  -o-background: linear-gradient(to bottom, #296bc6, #2665bb);
  background: linear-gradient(to bottom, #296bc6, #2665bb);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #2665bb;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #296bc6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #2665bb, #225eaf);
  -moz-background: linear-gradient(to bottom, #2665bb, #225eaf);
  -ms-background: linear-gradient(to bottom, #2665bb, #225eaf);
  -o-background: linear-gradient(to bottom, #2665bb, #225eaf);
  background: linear-gradient(to bottom, #2665bb, #225eaf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #225eaf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #2665bb;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #225eaf, #1f57a4);
  -moz-background: linear-gradient(to bottom, #225eaf, #1f57a4);
  -ms-background: linear-gradient(to bottom, #225eaf, #1f57a4);
  -o-background: linear-gradient(to bottom, #225eaf, #1f57a4);
  background: linear-gradient(to bottom, #225eaf, #1f57a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #1f57a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #225eaf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #1f57a4, #1b5199);
  -moz-background: linear-gradient(to bottom, #1f57a4, #1b5199);
  -ms-background: linear-gradient(to bottom, #1f57a4, #1b5199);
  -o-background: linear-gradient(to bottom, #1f57a4, #1b5199);
  background: linear-gradient(to bottom, #1f57a4, #1b5199);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #1b5199;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #1f57a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #1b5199, #184a8e);
  -moz-background: linear-gradient(to bottom, #1b5199, #184a8e);
  -ms-background: linear-gradient(to bottom, #1b5199, #184a8e);
  -o-background: linear-gradient(to bottom, #1b5199, #184a8e);
  background: linear-gradient(to bottom, #1b5199, #184a8e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #184a8e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #1b5199;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #184a8e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #184a8e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.xavier-school-of-management-courses .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.xavier-school-of-management-courses .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #184a8e;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .sidebar .steps .steps__label-toggle {
  background-color: #184a8e;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .sidebar .steps .step--active {
  border-left: 0.5rem solid #184a8e;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #066fad, #096aa9);
  -moz-background: linear-gradient(to right, #066fad, #096aa9);
  -ms-background: linear-gradient(to right, #066fad, #096aa9);
  -o-background: linear-gradient(to right, #066fad, #096aa9);
  background: linear-gradient(to right, #066fad, #096aa9);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #096aa9;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #096aa9, #0b64a4);
  -moz-background: linear-gradient(to right, #096aa9, #0b64a4);
  -ms-background: linear-gradient(to right, #096aa9, #0b64a4);
  -o-background: linear-gradient(to right, #096aa9, #0b64a4);
  background: linear-gradient(to right, #096aa9, #0b64a4);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #0b64a4;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #0b64a4, #0e5fa0);
  -moz-background: linear-gradient(to right, #0b64a4, #0e5fa0);
  -ms-background: linear-gradient(to right, #0b64a4, #0e5fa0);
  -o-background: linear-gradient(to right, #0b64a4, #0e5fa0);
  background: linear-gradient(to right, #0b64a4, #0e5fa0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #0e5fa0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #0e5fa0, #105a9b);
  -moz-background: linear-gradient(to right, #0e5fa0, #105a9b);
  -ms-background: linear-gradient(to right, #0e5fa0, #105a9b);
  -o-background: linear-gradient(to right, #0e5fa0, #105a9b);
  background: linear-gradient(to right, #0e5fa0, #105a9b);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #105a9b;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #105a9b, #135597);
  -moz-background: linear-gradient(to right, #105a9b, #135597);
  -ms-background: linear-gradient(to right, #105a9b, #135597);
  -o-background: linear-gradient(to right, #105a9b, #135597);
  background: linear-gradient(to right, #105a9b, #135597);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #135597;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(6), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(6), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(6),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(6), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(6) {
  -webkit-background: linear-gradient(to right, #135597, #154f92);
  -moz-background: linear-gradient(to right, #135597, #154f92);
  -ms-background: linear-gradient(to right, #135597, #154f92);
  -o-background: linear-gradient(to right, #135597, #154f92);
  background: linear-gradient(to right, #135597, #154f92);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(6)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(6)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(6)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(6)::after {
  border-left-color: #154f92;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(7), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(7), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(7),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(7), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(7) {
  -webkit-background: linear-gradient(to right, #154f92, #184a8e);
  -moz-background: linear-gradient(to right, #154f92, #184a8e);
  -ms-background: linear-gradient(to right, #154f92, #184a8e);
  -o-background: linear-gradient(to right, #154f92, #184a8e);
  background: linear-gradient(to right, #154f92, #184a8e);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(7)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(7)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(7)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(7)::after {
  border-left-color: #184a8e;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(n+8),
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(n+8), .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8) {
  background: #184a8e;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--completed:nth-child(n+8)::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .step--active:nth-child(n+8)::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .step--saved:nth-child(n+8)::after {
  border-left-color: #184a8e;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #066fad, #096aa9);
  -moz-background: linear-gradient(to bottom, #066fad, #096aa9);
  -ms-background: linear-gradient(to bottom, #066fad, #096aa9);
  -o-background: linear-gradient(to bottom, #066fad, #096aa9);
  background: linear-gradient(to bottom, #066fad, #096aa9);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #096aa9;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #066fad;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #096aa9, #0b64a4);
  -moz-background: linear-gradient(to bottom, #096aa9, #0b64a4);
  -ms-background: linear-gradient(to bottom, #096aa9, #0b64a4);
  -o-background: linear-gradient(to bottom, #096aa9, #0b64a4);
  background: linear-gradient(to bottom, #096aa9, #0b64a4);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #0b64a4;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #096aa9;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #0b64a4, #0e5fa0);
  -moz-background: linear-gradient(to bottom, #0b64a4, #0e5fa0);
  -ms-background: linear-gradient(to bottom, #0b64a4, #0e5fa0);
  -o-background: linear-gradient(to bottom, #0b64a4, #0e5fa0);
  background: linear-gradient(to bottom, #0b64a4, #0e5fa0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #0e5fa0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #0b64a4;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #0e5fa0, #105a9b);
  -moz-background: linear-gradient(to bottom, #0e5fa0, #105a9b);
  -ms-background: linear-gradient(to bottom, #0e5fa0, #105a9b);
  -o-background: linear-gradient(to bottom, #0e5fa0, #105a9b);
  background: linear-gradient(to bottom, #0e5fa0, #105a9b);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #105a9b;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #0e5fa0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #105a9b, #135597);
  -moz-background: linear-gradient(to bottom, #105a9b, #135597);
  -ms-background: linear-gradient(to bottom, #105a9b, #135597);
  -o-background: linear-gradient(to bottom, #105a9b, #135597);
  background: linear-gradient(to bottom, #105a9b, #135597);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #135597;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #105a9b;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow {
  -webkit-background: linear-gradient(to bottom, #135597, #154f92);
  -moz-background: linear-gradient(to bottom, #135597, #154f92);
  -ms-background: linear-gradient(to bottom, #135597, #154f92);
  -o-background: linear-gradient(to bottom, #135597, #154f92);
  background: linear-gradient(to bottom, #135597, #154f92);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .arrow::after {
  border-top-color: #154f92;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(6) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(6) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(6) .step-title {
  color: #135597;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow {
  -webkit-background: linear-gradient(to bottom, #154f92, #184a8e);
  -moz-background: linear-gradient(to bottom, #154f92, #184a8e);
  -ms-background: linear-gradient(to bottom, #154f92, #184a8e);
  -o-background: linear-gradient(to bottom, #154f92, #184a8e);
  background: linear-gradient(to bottom, #154f92, #184a8e);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .arrow::after {
  border-top-color: #184a8e;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(7) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(7) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(7) .step-title {
  color: #154f92;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow {
  background: #184a8e;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .arrow::after,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .arrow::after, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .arrow::after {
  border-top-color: #184a8e;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.xavier-school-of-management-courses.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.xavier-school-of-management-courses.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--active:nth-child(n+8) .step-title,
.white-label.xavier-school-of-management-courses.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+8) .step-title, .white-label.xavier-school-of-management-courses.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+8) .step-title {
  color: #184a8e;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .referrals-advocate__overlay {
  background-color: #184a8e;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .referrals-advocate__steps-circle {
  fill: #184a8e;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .referrals-advocate__testimonial {
  background-color: #184a8e;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #184a8e;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.xavier-school-of-management-courses .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #184a8e;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .terms__title {
  border-color: #066fad;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .terms__links {
  color: #184a8e;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.xavier-school-of-management-courses .referral-tooltip__image path {
  fill: #184a8e;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.xavier-school-of-management-courses .main-header,
.xavier-school-of-management-courses .main-footer {
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
  /* stylelint-disable selector-max-class */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-class */
  /* stylelint-enable selector-max-compound-selectors */
}

/* line 16, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link),
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link) {
  color: #d90fb0;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus, .white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) a:not(.sidebar__link):not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):hover,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):checked,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:hover,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):focus:active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):hover,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(:disabled):active:focus,
.white-label.emeritustech div:not(.nav__sidebar):not(.post-documents-container) .btn--link:not(.btn):not(.nav__link):not(.link--text):not(.profile__no-menu-link):not(.disabled):active:focus {
  color: #b50d93;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .main-header__menu__btn:hover, .white-label.emeritustech .main-header__menu__btn:focus, .white-label.emeritustech .main-header__menu__btn:active, .white-label.emeritustech .main-header__menu__btn:checked, .white-label.emeritustech .main-header__menu__btn:focus:hover, .white-label.emeritustech .main-header__menu__btn:focus:active, .white-label.emeritustech .main-header__menu__btn:not(:disabled):hover, .white-label.emeritustech .main-header__menu__btn:not(:disabled):active, .white-label.emeritustech .main-header__menu__btn:not(.disabled):active, .white-label.emeritustech .main-header__menu__btn:not(:disabled):active:focus, .white-label.emeritustech .main-header__menu__btn:not(.disabled):active:focus,
.white-label.emeritustech .main-footer__menu__btn:hover,
.white-label.emeritustech .main-footer__menu__btn:focus,
.white-label.emeritustech .main-footer__menu__btn:active,
.white-label.emeritustech .main-footer__menu__btn:checked,
.white-label.emeritustech .main-footer__menu__btn:focus:hover,
.white-label.emeritustech .main-footer__menu__btn:focus:active,
.white-label.emeritustech .main-footer__menu__btn:not(:disabled):hover,
.white-label.emeritustech .main-footer__menu__btn:not(:disabled):active,
.white-label.emeritustech .main-footer__menu__btn:not(.disabled):active,
.white-label.emeritustech .main-footer__menu__btn:not(:disabled):active:focus,
.white-label.emeritustech .main-footer__menu__btn:not(.disabled):active:focus {
  fill: #d90fb0;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .main-header .nav__link:hover, .white-label.emeritustech .main-header .nav__link:focus, .white-label.emeritustech .main-header .nav__link:active, .white-label.emeritustech .main-header .nav__link:checked, .white-label.emeritustech .main-header .nav__link:focus:hover, .white-label.emeritustech .main-header .nav__link:focus:active, .white-label.emeritustech .main-header .nav__link:not(:disabled):hover, .white-label.emeritustech .main-header .nav__link:not(:disabled):active, .white-label.emeritustech .main-header .nav__link:not(.disabled):active, .white-label.emeritustech .main-header .nav__link:not(:disabled):active:focus, .white-label.emeritustech .main-header .nav__link:not(.disabled):active:focus,
.white-label.emeritustech .main-footer .nav__link:hover,
.white-label.emeritustech .main-footer .nav__link:focus,
.white-label.emeritustech .main-footer .nav__link:active,
.white-label.emeritustech .main-footer .nav__link:checked,
.white-label.emeritustech .main-footer .nav__link:focus:hover,
.white-label.emeritustech .main-footer .nav__link:focus:active,
.white-label.emeritustech .main-footer .nav__link:not(:disabled):hover,
.white-label.emeritustech .main-footer .nav__link:not(:disabled):active,
.white-label.emeritustech .main-footer .nav__link:not(.disabled):active,
.white-label.emeritustech .main-footer .nav__link:not(:disabled):active:focus,
.white-label.emeritustech .main-footer .nav__link:not(.disabled):active:focus {
  color: #b50d93;
}

/* line 35, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech.signed-out .btn:not(.btn--social), .white-label.emeritustech.signed-in .btn--primary {
  background-color: #d90fb0;
  border-color: #d90fb0;
  box-shadow: none;
  color: #fff;
}

/* line 401, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.signed-out .btn:not(.btn--social):hover, .white-label.emeritustech.signed-out .btn:not(.btn--social):focus, .white-label.emeritustech.signed-out .btn:not(.btn--social):active, .white-label.emeritustech.signed-out .btn:not(.btn--social):not(:disabled):active, .white-label.emeritustech.signed-in .btn--primary:hover, .white-label.emeritustech.signed-in .btn--primary:focus, .white-label.emeritustech.signed-in .btn--primary:active, .white-label.emeritustech.signed-in .btn--primary:not(:disabled):active {
  background-color: transparent;
  border-color: #d90fb0;
  box-shadow: none;
  color: #d90fb0;
}

/* line 40, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .nav__btn:hover span,
.white-label.emeritustech .nav__btn:hover span::after,
.white-label.emeritustech .nav__btn:hover span::before,
.white-label.emeritustech .nav__btn:focus span,
.white-label.emeritustech .nav__btn:focus span::after,
.white-label.emeritustech .nav__btn:focus span::before {
  background-color: #d90fb0;
}

/* line 47, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link):hover, .white-label.emeritustech .nav__sidebar ul a:not(.profile__actions):not(.profile__no-menu-link).selected {
  background-color: #d90fb0;
}

/* line 51, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .nav__sidebar ul .profile__no-menu-link:hover {
  color: #d90fb0;
}

/* line 55, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__list li:hover::after {
  border-color: rgba(217, 15, 176, 0.4);
}

/* line 56, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__list li:hover .heading-3 {
  color: #d90fb0;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .profile__link:hover, .white-label.emeritustech .profile__link:focus, .white-label.emeritustech .profile__link:active, .white-label.emeritustech .profile__link:checked, .white-label.emeritustech .profile__link:focus:hover, .white-label.emeritustech .profile__link:focus:active, .white-label.emeritustech .profile__link:not(:disabled):hover, .white-label.emeritustech .profile__link:not(:disabled):active, .white-label.emeritustech .profile__link:not(.disabled):active, .white-label.emeritustech .profile__link:not(:disabled):active:focus, .white-label.emeritustech .profile__link:not(.disabled):active:focus {
  color: #d90fb0;
}

/* line 63, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .profile__actions:hover .profile__icn g,
.white-label.emeritustech .profile__actions:focus .profile__icn g {
  fill: #d90fb0;
}

/* line 66, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .students__classmate:hover .students__thumbnail,
.white-label.emeritustech .students__classmate--selected .students__thumbnail {
  box-shadow: 0 0 0 0.4rem #d90fb0, 0 0 0 1px #d90fb0 inset;
}

/* line 70, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .pagination__page-link:hover::after {
  border-color: rgba(217, 15, 176, 0.4);
}

/* line 76, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modal__bg-icn {
  fill: #d90fb0;
}

/* line 79, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .heading-3 {
  color: #333;
}

/* line 83, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .payments__paragraph--initial, .white-label.emeritustech .payments__paragraph--auxiliar {
  color: unset;
  font-weight: 600;
  text-transform: none;
}

/* line 90, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .payments__paragraph--initial {
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .payments__refund-label span {
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .form__input:-webkit-autofill, .white-label.emeritustech .StripeElement:-webkit-autofill, .white-label.emeritustech .form__input:-webkit-autofill:focus, .white-label.emeritustech .form__input:-internal-autofill-selected, .white-label.emeritustech .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(217, 15, 176, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(217, 15, 176, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(217, 15, 176, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(217, 15, 176, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(217, 15, 176, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .form__input:-moz-autofill, .white-label.emeritustech .StripeElement:-moz-autofill, .white-label.emeritustech .form__input:-moz-autofill-preview, .white-label.emeritustech .StripeElement:-moz-autofill-preview {
  filter: rgba(217, 15, 176, 0.05);
}

/* line 100, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .form-radio__input:hover + label.bordered,
.white-label.emeritustech .form-radio__input:hover + label::before, .white-label.emeritustech .form-radio__input:focus + label.bordered,
.white-label.emeritustech .form-radio__input:focus + label::before, .white-label.emeritustech .form-radio__input:active + label.bordered,
.white-label.emeritustech .form-radio__input:active + label::before, .white-label.emeritustech .form-radio__input:checked + label.bordered,
.white-label.emeritustech .form-radio__input:checked + label::before, .white-label.emeritustech .form-radio__input:focus:hover + label.bordered,
.white-label.emeritustech .form-radio__input:focus:hover + label::before, .white-label.emeritustech .form-radio__input:focus:active + label.bordered,
.white-label.emeritustech .form-radio__input:focus:active + label::before, .white-label.emeritustech .form-radio__input:not(:disabled):hover + label.bordered,
.white-label.emeritustech .form-radio__input:not(:disabled):hover + label::before, .white-label.emeritustech .form-radio__input:not(:disabled):active + label.bordered,
.white-label.emeritustech .form-radio__input:not(:disabled):active + label::before, .white-label.emeritustech .form-radio__input:not(.disabled):active + label.bordered,
.white-label.emeritustech .form-radio__input:not(.disabled):active + label::before, .white-label.emeritustech .form-radio__input:not(:disabled):active:focus + label.bordered,
.white-label.emeritustech .form-radio__input:not(:disabled):active:focus + label::before, .white-label.emeritustech .form-radio__input:not(.disabled):active:focus + label.bordered,
.white-label.emeritustech .form-radio__input:not(.disabled):active:focus + label::before {
  border-color: #d90fb0;
}

/* line 102, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .form-radio__input:hover + .highlight-when-checked, .white-label.emeritustech .form-radio__input:focus + .highlight-when-checked, .white-label.emeritustech .form-radio__input:active + .highlight-when-checked, .white-label.emeritustech .form-radio__input:checked + .highlight-when-checked, .white-label.emeritustech .form-radio__input:focus:hover + .highlight-when-checked, .white-label.emeritustech .form-radio__input:focus:active + .highlight-when-checked, .white-label.emeritustech .form-radio__input:not(:disabled):hover + .highlight-when-checked, .white-label.emeritustech .form-radio__input:not(:disabled):active + .highlight-when-checked, .white-label.emeritustech .form-radio__input:not(.disabled):active + .highlight-when-checked, .white-label.emeritustech .form-radio__input:not(:disabled):active:focus + .highlight-when-checked, .white-label.emeritustech .form-radio__input:not(.disabled):active:focus + .highlight-when-checked {
  box-shadow: 0 0 0 2px #d90fb0 inset;
}

/* line 108, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .form-check-input:checked + label::before, .white-label.emeritustech .form-check-input:checked + label.collection_radio_buttons::before {
  background: #d90fb0;
  border-color: #d90fb0;
}

/* line 114, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .form-check-input:checked + label.collection_radio_buttons::before {
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .form-check-input:valid:focus:checked + label::before, .white-label.emeritustech .form-check-input.valid:focus:checked + label::before, .white-label.emeritustech .form-check-input--valid:focus:checked + label::before, .white-label.emeritustech .form-check-input.is-valid:focus:checked + label::before {
  border: 0.8rem solid #d90fb0;
}

/* line 122, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .electives .form-radio__input:checked + label::before {
  background-color: #d90fb0;
  border: 3px solid #d90fb0;
}

/* line 128, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .enrollment__icon path {
  fill: #d90fb0;
  stroke: #d90fb0;
}

/* line 133, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .enrollment__icon tspan {
  fill: #d90fb0;
}

/* line 138, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__tasks li:hover::after, .white-label.emeritustech .modules__tasks li.selected::after {
  border-color: rgba(217, 15, 176, 0.4);
}

/* line 141, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__tasks li::before {
  color: rgba(217, 15, 176, 0.4);
}

/* line 144, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__tasks li.completed .modules__btn::before {
  background-color: rgba(217, 15, 176, 0.4);
  border-color: rgba(217, 15, 176, 0.4);
}

/* line 149, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__tasks li.completed .modules__btn::after {
  border-color: #fff;
}

/* line 153, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .modules__tasks li .modules__btn:hover::after, .white-label.emeritustech .modules__tasks li .modules__btn:hover::before {
  border-color: rgba(217, 15, 176, 0.4);
}

/* line 159, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .tabs__li:hover {
  border-color: rgba(217, 15, 176, 0.3);
}

/* line 160, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .tabs__label {
  border-bottom-color: #d90fb0;
}

/* line 162, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .tabs__toggler:nth-of-type(1):checked ~ .tabs__ul .tabs__li:nth-of-type(1), .white-label.emeritustech .tabs__toggler:nth-of-type(2):checked ~ .tabs__ul .tabs__li:nth-of-type(2) {
  border-bottom-color: #d90fb0;
}

/* line 166, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .survey__success .check {
  fill: #d90fb0;
  stroke: #d90fb0;
}

/* line 173, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .electives__checkbox:checked + label::before,
.white-label.emeritustech .program-card__checkbox:checked + label::before {
  background-color: #d90fb0;
  border-color: #d90fb0;
  color: #d90fb0;
}

/* line 179, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .electives__checkbox:checked ~ .program-card__content,
.white-label.emeritustech .program-card__checkbox:checked ~ .program-card__content {
  border-color: #d90fb0;
  box-shadow: 0 0 0 1px #d90fb0 inset;
}

/* line 186, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .canvas-assignments__submission-type::before {
  border-color: #d90fb0;
}

/* line 187, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .canvas-assignments__submission-type::after {
  border-color: #d90fb0;
}

/* line 189, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .canvas-assignments__submission-type:hover {
  background-color: rgba(217, 15, 176, 0.1);
  border-color: #d90fb0;
}

/* line 194, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .canvas-assignments__submission-type.typed--selected, .white-label.emeritustech .canvas-assignments__submission-type.upload--selected {
  background-color: rgba(217, 15, 176, 0.1);
  border-color: #d90fb0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(1),
.white-label.emeritustech .steps--progress .step--completed:nth-child(1), .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #f45ad5, #ee4bcd);
  -moz-background: linear-gradient(to right, #f45ad5, #ee4bcd);
  -ms-background: linear-gradient(to right, #f45ad5, #ee4bcd);
  -o-background: linear-gradient(to right, #f45ad5, #ee4bcd);
  background: linear-gradient(to right, #f45ad5, #ee4bcd);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(1)::after,
.white-label.emeritustech .steps--progress .step--completed:nth-child(1)::after, .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #ee4bcd;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(2),
.white-label.emeritustech .steps--progress .step--completed:nth-child(2), .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #ee4bcd, #e93cc6);
  -moz-background: linear-gradient(to right, #ee4bcd, #e93cc6);
  -ms-background: linear-gradient(to right, #ee4bcd, #e93cc6);
  -o-background: linear-gradient(to right, #ee4bcd, #e93cc6);
  background: linear-gradient(to right, #ee4bcd, #e93cc6);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(2)::after,
.white-label.emeritustech .steps--progress .step--completed:nth-child(2)::after, .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #e93cc6;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(3),
.white-label.emeritustech .steps--progress .step--completed:nth-child(3), .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #e93cc6, #e42dbf);
  -moz-background: linear-gradient(to right, #e93cc6, #e42dbf);
  -ms-background: linear-gradient(to right, #e93cc6, #e42dbf);
  -o-background: linear-gradient(to right, #e93cc6, #e42dbf);
  background: linear-gradient(to right, #e93cc6, #e42dbf);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(3)::after,
.white-label.emeritustech .steps--progress .step--completed:nth-child(3)::after, .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #e42dbf;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(4),
.white-label.emeritustech .steps--progress .step--completed:nth-child(4), .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #e42dbf, #de1eb7);
  -moz-background: linear-gradient(to right, #e42dbf, #de1eb7);
  -ms-background: linear-gradient(to right, #e42dbf, #de1eb7);
  -o-background: linear-gradient(to right, #e42dbf, #de1eb7);
  background: linear-gradient(to right, #e42dbf, #de1eb7);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(4)::after,
.white-label.emeritustech .steps--progress .step--completed:nth-child(4)::after, .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #de1eb7;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(5),
.white-label.emeritustech .steps--progress .step--completed:nth-child(5), .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #de1eb7, #d90fb0);
  -moz-background: linear-gradient(to right, #de1eb7, #d90fb0);
  -ms-background: linear-gradient(to right, #de1eb7, #d90fb0);
  -o-background: linear-gradient(to right, #de1eb7, #d90fb0);
  background: linear-gradient(to right, #de1eb7, #d90fb0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(5)::after,
.white-label.emeritustech .steps--progress .step--completed:nth-child(5)::after, .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #d90fb0;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(n+6),
.white-label.emeritustech .steps--progress .step--completed:nth-child(n+6), .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(n+6) {
  background: #d90fb0;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .step--active:nth-child(n+6)::after,
.white-label.emeritustech .steps--progress .step--completed:nth-child(n+6)::after, .white-label.emeritustech .steps--progress:hover .step--saved:nth-child(n+6)::after {
  border-left-color: #d90fb0;
}

/* line 206, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .steps--progress .vertical-step--active,
.white-label.emeritustech .steps--progress .vertical-step--completed, .white-label.emeritustech .steps--progress:hover .vertical-step--saved {
  color: #d90fb0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #f45ad5, #ee4bcd);
  -moz-background: linear-gradient(to bottom, #f45ad5, #ee4bcd);
  -ms-background: linear-gradient(to bottom, #f45ad5, #ee4bcd);
  -o-background: linear-gradient(to bottom, #f45ad5, #ee4bcd);
  background: linear-gradient(to bottom, #f45ad5, #ee4bcd);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #ee4bcd;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #f45ad5;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #ee4bcd, #e93cc6);
  -moz-background: linear-gradient(to bottom, #ee4bcd, #e93cc6);
  -ms-background: linear-gradient(to bottom, #ee4bcd, #e93cc6);
  -o-background: linear-gradient(to bottom, #ee4bcd, #e93cc6);
  background: linear-gradient(to bottom, #ee4bcd, #e93cc6);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #e93cc6;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #ee4bcd;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #e93cc6, #e42dbf);
  -moz-background: linear-gradient(to bottom, #e93cc6, #e42dbf);
  -ms-background: linear-gradient(to bottom, #e93cc6, #e42dbf);
  -o-background: linear-gradient(to bottom, #e93cc6, #e42dbf);
  background: linear-gradient(to bottom, #e93cc6, #e42dbf);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #e42dbf;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #e93cc6;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #e42dbf, #de1eb7);
  -moz-background: linear-gradient(to bottom, #e42dbf, #de1eb7);
  -ms-background: linear-gradient(to bottom, #e42dbf, #de1eb7);
  -o-background: linear-gradient(to bottom, #e42dbf, #de1eb7);
  background: linear-gradient(to bottom, #e42dbf, #de1eb7);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #de1eb7;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #e42dbf;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #de1eb7, #d90fb0);
  -moz-background: linear-gradient(to bottom, #de1eb7, #d90fb0);
  -ms-background: linear-gradient(to bottom, #de1eb7, #d90fb0);
  -o-background: linear-gradient(to bottom, #de1eb7, #d90fb0);
  background: linear-gradient(to bottom, #de1eb7, #d90fb0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #de1eb7;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(n+6) .arrow,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(n+6) .arrow, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(n+6) .arrow {
  background: #d90fb0;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(n+6) .arrow::after,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(n+6) .arrow::after, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(n+6) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .steps--progress .vertical-step--active:nth-child(n+6) .step-title,
.white-label.emeritustech .steps--progress .vertical-step--completed:nth-child(n+6) .step-title, .white-label.emeritustech .steps--progress:hover .vertical-step--saved:nth-child(n+6) .step-title {
  color: #d90fb0;
}

/* line 214, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .sidebar .steps .steps__label-toggle {
  background-color: #d90fb0;
}

/* line 215, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .sidebar .steps .step--active {
  border-left: 0.5rem solid #d90fb0;
}

/* line 216, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .sidebar .steps a {
  color: #000;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(1), .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(1),
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(1), .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(1) {
  -webkit-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to right, #d90fb0, #d90fb0);
  background: linear-gradient(to right, #d90fb0, #d90fb0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(1)::after, .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(1)::after,
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(1)::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(1)::after {
  border-left-color: #d90fb0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(2), .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(2),
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(2), .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(2) {
  -webkit-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to right, #d90fb0, #d90fb0);
  background: linear-gradient(to right, #d90fb0, #d90fb0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(2)::after, .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(2)::after,
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(2)::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(2)::after {
  border-left-color: #d90fb0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(3), .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(3),
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(3), .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(3) {
  -webkit-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to right, #d90fb0, #d90fb0);
  background: linear-gradient(to right, #d90fb0, #d90fb0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(3)::after, .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(3)::after,
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(3)::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(3)::after {
  border-left-color: #d90fb0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(4), .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(4),
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(4), .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(4) {
  -webkit-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to right, #d90fb0, #d90fb0);
  background: linear-gradient(to right, #d90fb0, #d90fb0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(4)::after, .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(4)::after,
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(4)::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(4)::after {
  border-left-color: #d90fb0;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(5), .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(5),
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(5), .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(5) {
  -webkit-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to right, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to right, #d90fb0, #d90fb0);
  background: linear-gradient(to right, #d90fb0, #d90fb0);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(5)::after, .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(5)::after,
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(5)::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(5)::after {
  border-left-color: #d90fb0;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(n+6),
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(n+6), .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(n+6), .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(n+6),
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(n+6), .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(n+6) {
  background: #d90fb0;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .step--completed:nth-child(n+6)::after,
.white-label.emeritustech.iae-business-school .steps--progress .step--active:nth-child(n+6)::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .step--saved:nth-child(n+6)::after, .white-label.emeritustech.incae-business-school .steps--progress .step--completed:nth-child(n+6)::after,
.white-label.emeritustech.incae-business-school .steps--progress .step--active:nth-child(n+6)::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .step--saved:nth-child(n+6)::after {
  border-left-color: #d90fb0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow {
  -webkit-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  background: linear-gradient(to bottom, #d90fb0, #d90fb0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .arrow::after,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(1) .step-title,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(1) .step-title, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(1) .step-title {
  color: #d90fb0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow {
  -webkit-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  background: linear-gradient(to bottom, #d90fb0, #d90fb0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .arrow::after,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(2) .step-title,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(2) .step-title, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(2) .step-title {
  color: #d90fb0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow {
  -webkit-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  background: linear-gradient(to bottom, #d90fb0, #d90fb0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .arrow::after,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(3) .step-title,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(3) .step-title, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(3) .step-title {
  color: #d90fb0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow {
  -webkit-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  background: linear-gradient(to bottom, #d90fb0, #d90fb0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .arrow::after,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(4) .step-title,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(4) .step-title, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(4) .step-title {
  color: #d90fb0;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow {
  -webkit-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -moz-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -ms-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  -o-background: linear-gradient(to bottom, #d90fb0, #d90fb0);
  background: linear-gradient(to bottom, #d90fb0, #d90fb0);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .arrow::after,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(5) .step-title,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(5) .step-title, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(5) .step-title {
  color: #d90fb0;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(n+6) .arrow,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+6) .arrow, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+6) .arrow, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(n+6) .arrow,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+6) .arrow, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+6) .arrow {
  background: #d90fb0;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(n+6) .arrow::after,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+6) .arrow::after, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+6) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(n+6) .arrow::after,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+6) .arrow::after, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+6) .arrow::after {
  border-top-color: #d90fb0;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--active:nth-child(n+6) .step-title,
.white-label.emeritustech.iae-business-school .steps--progress .vertical-step--completed:nth-child(n+6) .step-title, .white-label.emeritustech.iae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+6) .step-title, .white-label.emeritustech.incae-business-school .steps--progress .vertical-step--active:nth-child(n+6) .step-title,
.white-label.emeritustech.incae-business-school .steps--progress .vertical-step--completed:nth-child(n+6) .step-title, .white-label.emeritustech.incae-business-school .steps--progress:hover .vertical-step--saved:nth-child(n+6) .step-title {
  color: #d90fb0;
}

/* line 231, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .referrals-advocate__overlay {
  background-color: #d90fb0;
}

/* line 232, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .referrals-advocate__steps-circle {
  fill: #d90fb0;
}

/* line 233, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .referrals-advocate__testimonial {
  background-color: #d90fb0;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.white-label.emeritustech .referrals-advocate .accordion .accordion__row:hover, active, focus, .white-label.emeritustech .referrals-advocate .accordion .accordion__row.hover, active, focus, .white-label.emeritustech .referrals-advocate .accordion .accordion__row--hover, active, focus, .white-label.emeritustech .referrals-advocate .accordion .accordion__row.is-hover, active, focus {
  border-color: #d90fb0;
}

/* line 240, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .referrals-advocate .accordion .accordion__row:hover .accordion__label::after, .white-label.emeritustech .referrals-advocate .accordion .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritustech .referrals-advocate .accordion .accordion__row.hover .accordion__label::after, .white-label.emeritustech .referrals-advocate .accordion .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritustech .referrals-advocate .accordion .accordion__row--hover .accordion__label::after, .white-label.emeritustech .referrals-advocate .accordion .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .white-label.emeritustech .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::after, .white-label.emeritustech .referrals-advocate .accordion .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #d90fb0;
}

/* line 248, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .terms__title {
  border-color: #d90fb0;
}

/* line 249, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .terms__links {
  color: #d90fb0;
}

/* line 253, app/assets/stylesheets/overrides/_white_labels.scss */
.white-label.emeritustech .referral-tooltip__image path {
  fill: #d90fb0;
}

/* line 257, app/assets/stylesheets/overrides/_white_labels.scss */
.emeritustech .main-header,
.emeritustech .main-footer {
  background-color: #fff;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(1), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(1), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(1), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(1):hover {
  -webkit-background: linear-gradient(to right, #68a486, #5ea784);
  -moz-background: linear-gradient(to right, #68a486, #5ea784);
  -ms-background: linear-gradient(to right, #68a486, #5ea784);
  -o-background: linear-gradient(to right, #68a486, #5ea784);
  background: linear-gradient(to right, #68a486, #5ea784);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(1)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(1)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(1)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(1):hover::after {
  border-left-color: #5ea784;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(2), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(2), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(2), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(2):hover {
  -webkit-background: linear-gradient(to right, #5ea784, #53a981);
  -moz-background: linear-gradient(to right, #5ea784, #53a981);
  -ms-background: linear-gradient(to right, #5ea784, #53a981);
  -o-background: linear-gradient(to right, #5ea784, #53a981);
  background: linear-gradient(to right, #5ea784, #53a981);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(2)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(2)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(2)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(2):hover::after {
  border-left-color: #53a981;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(3), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(3), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(3), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(3):hover {
  -webkit-background: linear-gradient(to right, #53a981, #49ac7f);
  -moz-background: linear-gradient(to right, #53a981, #49ac7f);
  -ms-background: linear-gradient(to right, #53a981, #49ac7f);
  -o-background: linear-gradient(to right, #53a981, #49ac7f);
  background: linear-gradient(to right, #53a981, #49ac7f);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(3)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(3)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(3)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(3):hover::after {
  border-left-color: #49ac7f;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(4), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(4), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(4), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(4):hover {
  -webkit-background: linear-gradient(to right, #49ac7f, #3eae7c);
  -moz-background: linear-gradient(to right, #49ac7f, #3eae7c);
  -ms-background: linear-gradient(to right, #49ac7f, #3eae7c);
  -o-background: linear-gradient(to right, #49ac7f, #3eae7c);
  background: linear-gradient(to right, #49ac7f, #3eae7c);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(4)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(4)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(4)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(4):hover::after {
  border-left-color: #3eae7c;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(5), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(5), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(5), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(5):hover {
  -webkit-background: linear-gradient(to right, #3eae7c, #34b17a);
  -moz-background: linear-gradient(to right, #3eae7c, #34b17a);
  -ms-background: linear-gradient(to right, #3eae7c, #34b17a);
  -o-background: linear-gradient(to right, #3eae7c, #34b17a);
  background: linear-gradient(to right, #3eae7c, #34b17a);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(5)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(5)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(5)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(5):hover::after {
  border-left-color: #34b17a;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(6), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(6), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(6), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(6):hover {
  -webkit-background: linear-gradient(to right, #34b17a, #2ab477);
  -moz-background: linear-gradient(to right, #34b17a, #2ab477);
  -ms-background: linear-gradient(to right, #34b17a, #2ab477);
  -o-background: linear-gradient(to right, #34b17a, #2ab477);
  background: linear-gradient(to right, #34b17a, #2ab477);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(6)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(6)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(6)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(6):hover::after {
  border-left-color: #2ab477;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(7), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(7), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(7), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(7):hover {
  -webkit-background: linear-gradient(to right, #2ab477, #1fb675);
  -moz-background: linear-gradient(to right, #2ab477, #1fb675);
  -ms-background: linear-gradient(to right, #2ab477, #1fb675);
  -o-background: linear-gradient(to right, #2ab477, #1fb675);
  background: linear-gradient(to right, #2ab477, #1fb675);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(7)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(7)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(7)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(7):hover::after {
  border-left-color: #1fb675;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(8), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(8), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(8), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(8):hover {
  -webkit-background: linear-gradient(to right, #1fb675, #15b972);
  -moz-background: linear-gradient(to right, #1fb675, #15b972);
  -ms-background: linear-gradient(to right, #1fb675, #15b972);
  -o-background: linear-gradient(to right, #1fb675, #15b972);
  background: linear-gradient(to right, #1fb675, #15b972);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(8)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(8)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(8)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(8):hover::after {
  border-left-color: #15b972;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(9), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(9), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(9), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(9):hover {
  -webkit-background: linear-gradient(to right, #15b972, #0abb70);
  -moz-background: linear-gradient(to right, #15b972, #0abb70);
  -ms-background: linear-gradient(to right, #15b972, #0abb70);
  -o-background: linear-gradient(to right, #15b972, #0abb70);
  background: linear-gradient(to right, #15b972, #0abb70);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(9)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(9)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(9)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(9):hover::after {
  border-left-color: #0abb70;
}

/* line 846, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(10), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(10), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(10), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(10):hover {
  -webkit-background: linear-gradient(to right, #0abb70, #00be6d);
  -moz-background: linear-gradient(to right, #0abb70, #00be6d);
  -ms-background: linear-gradient(to right, #0abb70, #00be6d);
  -o-background: linear-gradient(to right, #0abb70, #00be6d);
  background: linear-gradient(to right, #0abb70, #00be6d);
}

/* line 849, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(10)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(10)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(10)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(10):hover::after {
  border-left-color: #00be6d;
}

/* line 853, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(n+11), .breadcrumbs-nav--horizontal .steps .step--active:nth-child(n+11), .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(n+11), .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(n+11):hover {
  background: #00be6d;
}

/* line 856, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .step:nth-child(n+11)::after, .breadcrumbs-nav--horizontal .steps .step--active:nth-child(n+11)::after, .breadcrumbs-nav--horizontal .steps .step--completed:nth-child(n+11)::after, .breadcrumbs-nav--horizontal .steps .step--saved:nth-child(n+11):hover::after {
  border-left-color: #00be6d;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(1) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(1) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(1) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(1):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #68a486, #5ea784);
  -moz-background: linear-gradient(to bottom, #68a486, #5ea784);
  -ms-background: linear-gradient(to bottom, #68a486, #5ea784);
  -o-background: linear-gradient(to bottom, #68a486, #5ea784);
  background: linear-gradient(to bottom, #68a486, #5ea784);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(1) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(1) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(1) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(1):hover .arrow::after {
  border-top-color: #5ea784;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(1) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(1) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(1) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(1):hover .step-title {
  color: #68a486;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(2) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(2) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(2) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(2):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #5ea784, #53a981);
  -moz-background: linear-gradient(to bottom, #5ea784, #53a981);
  -ms-background: linear-gradient(to bottom, #5ea784, #53a981);
  -o-background: linear-gradient(to bottom, #5ea784, #53a981);
  background: linear-gradient(to bottom, #5ea784, #53a981);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(2) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(2) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(2) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(2):hover .arrow::after {
  border-top-color: #53a981;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(2) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(2) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(2) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(2):hover .step-title {
  color: #5ea784;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(3) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(3) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(3) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(3):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #53a981, #49ac7f);
  -moz-background: linear-gradient(to bottom, #53a981, #49ac7f);
  -ms-background: linear-gradient(to bottom, #53a981, #49ac7f);
  -o-background: linear-gradient(to bottom, #53a981, #49ac7f);
  background: linear-gradient(to bottom, #53a981, #49ac7f);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(3) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(3) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(3) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(3):hover .arrow::after {
  border-top-color: #49ac7f;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(3) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(3) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(3) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(3):hover .step-title {
  color: #53a981;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(4) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(4) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(4) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(4):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #49ac7f, #3eae7c);
  -moz-background: linear-gradient(to bottom, #49ac7f, #3eae7c);
  -ms-background: linear-gradient(to bottom, #49ac7f, #3eae7c);
  -o-background: linear-gradient(to bottom, #49ac7f, #3eae7c);
  background: linear-gradient(to bottom, #49ac7f, #3eae7c);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(4) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(4) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(4) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(4):hover .arrow::after {
  border-top-color: #3eae7c;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(4) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(4) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(4) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(4):hover .step-title {
  color: #49ac7f;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(5) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(5) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(5) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(5):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #3eae7c, #34b17a);
  -moz-background: linear-gradient(to bottom, #3eae7c, #34b17a);
  -ms-background: linear-gradient(to bottom, #3eae7c, #34b17a);
  -o-background: linear-gradient(to bottom, #3eae7c, #34b17a);
  background: linear-gradient(to bottom, #3eae7c, #34b17a);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(5) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(5) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(5) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(5):hover .arrow::after {
  border-top-color: #34b17a;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(5) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(5) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(5) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(5):hover .step-title {
  color: #3eae7c;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(6) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(6) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(6) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(6):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #34b17a, #2ab477);
  -moz-background: linear-gradient(to bottom, #34b17a, #2ab477);
  -ms-background: linear-gradient(to bottom, #34b17a, #2ab477);
  -o-background: linear-gradient(to bottom, #34b17a, #2ab477);
  background: linear-gradient(to bottom, #34b17a, #2ab477);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(6) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(6) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(6) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(6):hover .arrow::after {
  border-top-color: #2ab477;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(6) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(6) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(6) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(6):hover .step-title {
  color: #34b17a;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(7) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(7) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(7) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(7):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #2ab477, #1fb675);
  -moz-background: linear-gradient(to bottom, #2ab477, #1fb675);
  -ms-background: linear-gradient(to bottom, #2ab477, #1fb675);
  -o-background: linear-gradient(to bottom, #2ab477, #1fb675);
  background: linear-gradient(to bottom, #2ab477, #1fb675);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(7) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(7) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(7) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(7):hover .arrow::after {
  border-top-color: #1fb675;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(7) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(7) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(7) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(7):hover .step-title {
  color: #2ab477;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(8) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(8) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(8) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(8):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #1fb675, #15b972);
  -moz-background: linear-gradient(to bottom, #1fb675, #15b972);
  -ms-background: linear-gradient(to bottom, #1fb675, #15b972);
  -o-background: linear-gradient(to bottom, #1fb675, #15b972);
  background: linear-gradient(to bottom, #1fb675, #15b972);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(8) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(8) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(8) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(8):hover .arrow::after {
  border-top-color: #15b972;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(8) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(8) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(8) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(8):hover .step-title {
  color: #1fb675;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(9) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(9) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(9) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(9):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #15b972, #0abb70);
  -moz-background: linear-gradient(to bottom, #15b972, #0abb70);
  -ms-background: linear-gradient(to bottom, #15b972, #0abb70);
  -o-background: linear-gradient(to bottom, #15b972, #0abb70);
  background: linear-gradient(to bottom, #15b972, #0abb70);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(9) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(9) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(9) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(9):hover .arrow::after {
  border-top-color: #0abb70;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(9) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(9) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(9) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(9):hover .step-title {
  color: #15b972;
}

/* line 869, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(10) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(10) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(10) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(10):hover .arrow {
  -webkit-background: linear-gradient(to bottom, #0abb70, #00be6d);
  -moz-background: linear-gradient(to bottom, #0abb70, #00be6d);
  -ms-background: linear-gradient(to bottom, #0abb70, #00be6d);
  -o-background: linear-gradient(to bottom, #0abb70, #00be6d);
  background: linear-gradient(to bottom, #0abb70, #00be6d);
}

/* line 872, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(10) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(10) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(10) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(10):hover .arrow::after {
  border-top-color: #00be6d;
}

/* line 875, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(10) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(10) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(10) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(10):hover .step-title {
  color: #0abb70;
}

/* line 880, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(n+11) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(n+11) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(n+11) .arrow, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(n+11):hover .arrow {
  background: #00be6d;
}

/* line 883, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(n+11) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(n+11) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(n+11) .arrow::after, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(n+11):hover .arrow::after {
  border-top-color: #00be6d;
}

/* line 886, app/assets/stylesheets/abstracts/_mixins.scss */
.steps--progress:hover .vertical-step:nth-child(n+11) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--active:nth-child(n+11) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--completed:nth-child(n+11) .step-title, .breadcrumbs-nav--vertical .steps .vertical-step--saved:nth-child(n+11):hover .step-title {
  color: #00be6d;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breacrumbs-nav__container {
  background-color: #fafafa;
  height: calc(100% + 1.5rem);
  max-width: 60%;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: calc((100vw - 100%) / -2);
  top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
  .breacrumbs-nav__container {
    display: none;
  }
}

/* line 19, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal {
  display: none;
  overflow-x: hidden;
  width: calc(100% + 3.3rem);
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
  .breadcrumbs-nav--horizontal {
    display: flex;
    justify-content: center;
  }
}

/* line 35, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps {
  color: #fff;
  display: contents;
  flex: 1 1 auto;
  font-size: 1.4rem;
  list-style-type: none;
  margin: .6rem 0;
  overflow-x: hidden;
  padding: 0;
  width: auto;
}

/* line 896, app/assets/stylesheets/abstracts/_mixins.scss */
.breadcrumbs-nav--horizontal .steps .step {
  border-right: 0.8rem solid #fff;
  height: 4.8rem;
  padding: 0.6rem 1rem 0.6rem 2.5rem;
}

/* line 901, app/assets/stylesheets/abstracts/_mixins.scss */
.breadcrumbs-nav--horizontal .steps .step::after, .breadcrumbs-nav--horizontal .steps .step::before {
  border-bottom: 2.4rem solid transparent;
  border-left: 1.5rem solid #fff;
  border-top: 2.4rem solid transparent;
}

/* line 908, app/assets/stylesheets/abstracts/_mixins.scss */
.breadcrumbs-nav--horizontal .steps .step::after {
  right: -1.5rem;
}

/* line 911, app/assets/stylesheets/abstracts/_mixins.scss */
.breadcrumbs-nav--horizontal .steps .steps--progress .step:first-child {
  padding-left: 2rem;
}

/* line 912, app/assets/stylesheets/abstracts/_mixins.scss */
.breadcrumbs-nav--horizontal .steps .steps--uncompleted .step:last-child {
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  /* line 35, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
  .breadcrumbs-nav--horizontal .steps {
    font-size: 1.6rem;
  }
  /* line 896, app/assets/stylesheets/abstracts/_mixins.scss */
  .breadcrumbs-nav--horizontal .steps .step {
    border-right: 0.8rem solid #fff;
    height: 7rem;
    padding: 0.6rem 2rem 0.6rem 3.8rem;
  }
  /* line 901, app/assets/stylesheets/abstracts/_mixins.scss */
  .breadcrumbs-nav--horizontal .steps .step::after, .breadcrumbs-nav--horizontal .steps .step::before {
    border-bottom: 3.5rem solid transparent;
    border-left: 1.8rem solid #fff;
    border-top: 3.5rem solid transparent;
  }
  /* line 908, app/assets/stylesheets/abstracts/_mixins.scss */
  .breadcrumbs-nav--horizontal .steps .step::after {
    right: -1.8rem;
  }
  /* line 911, app/assets/stylesheets/abstracts/_mixins.scss */
  .breadcrumbs-nav--horizontal .steps .steps--progress .step:first-child {
    padding-left: 3rem;
  }
  /* line 912, app/assets/stylesheets/abstracts/_mixins.scss */
  .breadcrumbs-nav--horizontal .steps .steps--uncompleted .step:last-child {
    padding-right: 3rem;
  }
}

/* line 58, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps--uncompleted:empty {
  display: none;
}

/* line 59, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps--uncompleted .step:last-of-type {
  padding-right: 2rem;
}

/* line 62, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  padding: 0 .5rem 0 2.5rem;
  position: relative;
  text-align: center;
}

/* line 72, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step::after, .breadcrumbs-nav--horizontal .steps .step::before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

/* line 83, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step::after {
  left: auto;
  z-index: 1;
}

/* line 90, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step--saved .link--text:hover, .breadcrumbs-nav--horizontal .steps .step--completed .link--text:hover {
  cursor: pointer;
  text-shadow: 0.5px 0 0 #fff, -0.5px 0 0 #fff;
}

/* line 100, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step--saved {
  background-color: #777;
}

/* line 103, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step--saved::after {
  border-left-color: #777;
}

/* line 106, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step--uncompleted {
  background-color: #dedede;
}

/* line 109, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step--uncompleted::after {
  border-left-color: #dedede;
}

/* line 112, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--horizontal .steps .step__title {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 100%;
  overflow: hidden;
}

/* line 121, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical {
  bottom: auto;
  left: auto;
  position: -webkit-sticky;
  position: sticky;
  right: auto;
  top: 5%;
  list-style-type: none;
  margin: 0;
  max-height: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 121, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
  .breadcrumbs-nav--vertical {
    display: none;
  }
}

/* line 136, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .vertical-step__title {
  display: none;
  font-size: 1rem;
  overflow: hidden;
  padding-left: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical:hover .vertical-step__title {
  display: inline;
}

/* line 147, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps {
  list-style-type: none;
  margin: 0;
  max-height: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 147, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
  .breadcrumbs-nav--vertical .steps {
    display: none;
  }
}

/* line 155, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps--progress {
  padding-top: 2rem;
}

/* line 156, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps--uncompleted {
  padding-bottom: 2rem;
}

/* line 158, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step {
  align-items: center;
  display: flex;
  padding: 0 1rem;
}

/* line 163, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step .arrow {
  border-bottom: 0.8rem solid #fafafa;
  color: #fff;
  flex-shrink: 0;
  list-style-type: none;
  margin-left: 0;
  padding: 5rem 0 2.5px 0;
  position: relative;
  width: 1rem;
}

/* line 173, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step .arrow::before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.3rem solid #fafafa;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

/* line 187, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step .arrow::after {
  border-left: 0.5rem solid #fafafa;
  border-right: 0.5rem solid #fafafa;
  border-top: 0.3rem solid;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

/* line 206, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step--active .link--text:hover, .breadcrumbs-nav--vertical .steps .vertical-step--completed .link--text:hover, .breadcrumbs-nav--vertical .steps .vertical-step--saved:hover .link--text:hover {
  cursor: pointer;
  font-weight: 700;
}

/* line 212, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step--uncompleted .arrow {
  background-color: #dedede;
}

/* line 215, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step--uncompleted .arrow::after {
  border-top-color: #dedede;
}

/* line 218, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step--saved {
  color: #777;
}

/* line 221, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step--saved .arrow {
  background-color: #777;
}

/* line 224, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.breadcrumbs-nav--vertical .steps .vertical-step--saved .arrow::after {
  border-top-color: #777;
}

/* line 234, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps .step--active,
.steps .vertical-step--active {
  font-weight: 600;
}

/* line 237, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps .step--active .link--text,
.steps .vertical-step--active .link--text {
  cursor: pointer;
}

/* line 240, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps .step--uncompleted,
.steps .vertical-step--uncompleted {
  color: #777879;
}

/* line 243, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps .step--uncompleted .link--text,
.steps .vertical-step--uncompleted .link--text {
  cursor: default;
}

/* line 247, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress {
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}

/* line 252, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress:hover .step:hover ~ .step {
  background: #777 !important;
}

/* line 255, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress:hover .step:hover ~ .step::after {
  border-left-color: #777 !important;
}

/* line 262, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress:hover .vertical-step:hover ~ .vertical-step {
  color: #777 !important;
}

/* line 265, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress:hover .vertical-step:hover ~ .vertical-step .arrow {
  background: #777 !important;
}

/* line 268, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress:hover .vertical-step:hover ~ .vertical-step .arrow::after {
  border-top-color: #777 !important;
}

/* line 274, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress .step:first-of-type {
  padding-left: 1rem;
}

/* line 277, app/assets/stylesheets/enrollment_engine/components/_breadcrumbs.scss */
.steps--progress .step:first-of-type::before {
  display: none;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals {
  color: #222;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals::before {
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f8f8fa;
  height: 100vh;
  left: calc((100vw - 100%) / -2);
  top: 0;
  width: 100vw;
  z-index: -1;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals::before {
    height: calc(100vh - 10rem);
    top: -4rem;
  }
}

/* line 19, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__container {
  position: relative;
  top: -1.5rem;
}

/* line 24, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__graph {
  margin-bottom: .8rem;
}

/* line 26, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__success {
  background-color: #fff;
  border-radius: .4rem;
  box-shadow: 0 1px 1rem 0 rgba(0, 0, 0, 0.1);
  height: 8rem;
  margin: 0 auto 2rem;
  padding: 2.2rem 2.1rem;
  width: 8rem;
}

/* line 36, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -.5px;
  line-height: 1.26;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__title {
    font-size: 3.2rem;
  }
}

/* line 46, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__content {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin: 4rem auto 3rem;
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__content {
    gap: 1.8rem;
  }
}

/* line 56, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__info {
  flex: 1 0 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 56, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__info {
    font-size: 1.6rem;
  }
}

/* line 66, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice {
  border-left: .4rem solid;
  border-radius: .4rem;
  margin-bottom: 2.4rem;
  padding: 1.3rem 3.1rem 1.7rem 5rem;
  position: relative;
}

@media (min-width: 768px) {
  /* line 66, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__notice {
    margin-bottom: 2.8rem;
  }
}

/* line 75, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice--error {
  background-color: rgba(213, 67, 8, 0.1);
  border-color: #d54308;
  margin-bottom: 1.2rem;
}

/* line 80, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice--error [class*="icon"] {
  fill: #d54308;
}

/* line 83, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice--warning {
  background-color: rgba(255, 178, 56, 0.1);
  border-color: #ffb238;
}

/* line 87, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice--warning [class*="icon"] {
  fill: #ffb238;
}

/* line 90, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice-icon {
  height: 2.1rem;
  left: 1.4rem;
  position: absolute;
  top: 1.4rem;
  width: 2.1rem;
}

@media (min-width: 768px) {
  /* line 90, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__notice-icon {
    height: 2.3rem;
    width: 2.3rem;
  }
}

/* line 103, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice [class*="__list"] {
  color: #222;
  font-size: 1.6rem;
  margin-bottom: 0;
}

/* line 108, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__notice [class*="__list"] li {
  margin-bottom: .5rem;
}

/* line 112, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__dates {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin: 4rem auto 3rem;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__dates {
    gap: 1.8rem;
  }
}

/* line 121, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__dates time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 121, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__dates time {
    font-size: 1.6rem;
  }
}

/* line 130, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__date {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: .4rem;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.1);
  flex: 0 1 15rem;
  max-width: 15rem;
  padding: 1.6rem 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  /* line 130, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__date {
    flex: 0 1 26rem;
    max-width: 26rem;
    padding: 1.8rem 2rem;
  }
}

/* line 146, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__date--current span {
  background-color: #222;
  border-radius: .4rem;
  color: #fff;
  left: .5rem;
  padding: .4rem 1rem;
  position: absolute;
  top: -2rem;
}

@media (min-width: 768px) {
  /* line 146, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__date--current span {
    left: 1rem;
  }
}

/* line 160, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__form-agree {
  border-bottom: 1px solid #e8e8e8;
  margin: 2rem 0 1.4rem;
  padding-bottom: 2.4rem;
}

/* line 166, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__form .form-check .form-check-label {
  font-weight: 500;
  line-height: 1.6;
  margin-left: 1.7rem;
  padding: 0;
}

/* line 172, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__form .form-check .form-check-label::before {
  height: 2rem;
  margin: .1rem .5rem 0 0;
  width: 2rem;
}

/* line 178, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__form .form-check .form-check-label::after {
  height: .55rem;
  margin: .7rem 0 0 .3rem;
  width: .3rem;
}

/* line 185, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__form .btn {
  flex: 1 0 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  /* line 189, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__form .btn:last-of-type {
    order: -1;
  }
}

@media (min-width: 768px) {
  /* line 185, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals__form .btn {
    flex: 0 0 auto;
    order: auto;
    width: auto;
  }
}

/* line 201, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__next {
  margin: 3.8rem auto 2rem;
}

/* line 202, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__back {
  margin: 1.6rem auto;
}

/* line 204, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__list {
  color: #444;
  font-size: 1.4rem;
  line-height: 22.4px;
}

/* line 209, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__list li {
  margin-bottom: 1.2rem;
}

/* line 212, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__list li::marker {
  content: "\25CF\00a0\00a0\00a0";
}

/* line 215, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals__list ul,
.deferrals__list ol {
  padding-left: 1.8rem;
}

/* line 221, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals .btn {
  margin-bottom: 1.6rem;
}

/* line 223, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals p {
  color: #222;
}

/* line 226, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals p a {
  text-decoration: underline;
}

/* line 230, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals p a:hover {
  text-decoration: none;
}

/* line 234, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals .heading-2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .4rem;
}

@media (min-width: 768px) {
  /* line 234, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals .heading-2 {
    font-size: 1.8rem;
  }
}

/* line 243, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
.deferrals .heading-3 {
  color: #444;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-bottom: .3rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 243, app/assets/stylesheets/enrollment_engine/components/_deferrals.scss */
  .deferrals .heading-3 {
    font-size: 1.4rem;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment {
  list-style: none;
  margin: 0;
  padding: 0 1.5rem 5rem;
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__header {
  font-weight: 500;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment .heading-3 {
  color: #333;
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__item {
  border-radius: 0.4rem;
  background-color: #fff;
  border: 1px solid #dddddf;
  margin: 0;
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment__item {
    text-align: left;
  }
}

/* line 22, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__item:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}

/* line 29, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__img {
  overflow: hidden;
  position: relative;
  margin: 0 0 2.5rem;
  max-height: 20rem;
  overflow: hidden;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__img img {
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment__img {
    overflow: hidden;
    position: relative;
    flex: 1 0 20rem;
    margin: 0;
  }
  /* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
  .enrollment__img img {
    height: 100%;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left top;
    object-position: left top;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 42, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment .btn {
    width: 25rem;
  }
}

/* line 46, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__course-actions {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 46, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment__course-actions {
    min-height: 4.4rem;
  }
}

@media (min-width: 992px) {
  /* line 51, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment__deadline {
    min-height: 3rem;
  }
}

/* line 55, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__info {
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 55, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment__info {
    align-items: center;
  }
}

/* line 60, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__info .row:last-child {
  margin-top: auto;
}

/* line 62, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__info .elective {
  color: #333;
  font-size: 1.1rem;
  font-style: italic;
}

/* line 69, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment .btn-right, .enrollment .multiple-btn-right {
  display: flex;
}

@media (min-width: 992px) {
  /* line 72, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment .btn-right .btn:not(.dropdown), .enrollment .multiple-btn-right .btn:not(.dropdown) {
    margin-left: auto;
  }
}

/* line 77, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment .multiple-btn-right {
  align-items: center;
  flex-flow: column nowrap;
}

/* line 82, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment .multiple-btn-right .btn,
.enrollment .multiple-btn-right [class*="button"] {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 82, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment .multiple-btn-right .btn,
.enrollment .multiple-btn-right [class*="button"] {
    min-width: 23rem;
    width: auto;
  }
}

/* line 93, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment .multiple-btn-right .btn + .btn,
.enrollment .multiple-btn-right .btn + [class*="button"] {
  margin: 1rem 0 auto;
}

@media (min-width: 992px) {
  /* line 77, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment .multiple-btn-right {
    align-items: flex-start;
    flex-flow: row wrap;
  }
  /* line 102, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment .multiple-btn-right .btn + .btn,
.enrollment .multiple-btn-right .btn + [class*="button"] {
    margin: 0 0 0 2rem;
  }
}

/* line 108, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment .instructions {
  flex-grow: 1;
  text-align: left;
  width: auto;
}

@media (min-width: 992px) {
  /* line 108, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
  .enrollment .instructions {
    margin-right: 2rem;
    width: min-content;
  }
}

/* line 119, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__icon {
  height: 1.7rem;
  margin: 0 .5rem 0 1rem;
  width: 1.6rem;
}

/* line 124, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__icon path {
  fill: #00be6d;
  stroke: #00be6d;
}

/* line 129, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__icon tspan {
  fill: #00be6d;
}

/* line 132, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__number {
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enrollment__statuses .badge {
  border-radius: 2.25rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: .8rem 1.4rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--in-progress {
  background-color: #e4f7ff;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--in-progress {
  background-color: #e4f7ff;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--in-progress {
  background-color: #e4f7ff;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--under-review {
  background-color: #ffecd7;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--under-review {
  background-color: #ffecd7;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--under-review {
  background-color: #ffecd7;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--approved {
  background-color: #e0ffe4;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--approved {
  background-color: #e0ffe4;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--approved {
  background-color: #e0ffe4;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--declined {
  background-color: #efefef;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--declined {
  background-color: #efefef;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--declined {
  background-color: #efefef;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--documents-pending {
  background-color: #f6ddde;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--documents-pending {
  background-color: #f6ddde;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--documents-pending {
  background-color: #f6ddde;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--references-pending {
  background-color: #fff2d0;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--references-pending {
  background-color: #fff2d0;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--references-pending {
  background-color: #fff2d0;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--post-admission {
  background-color: #ebf3bb;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--waitlisted {
  background-color: #efefef;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--waitlisted {
  background-color: #efefef;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--waitlisted {
  background-color: #efefef;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--rejected {
  background-color: #ff5a5a;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--rejected {
  background-color: #ff5a5a;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--rejected {
  background-color: #ff5a5a;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--admission-granted {
  background-color: #2daf21;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--admission-granted {
  background-color: #2daf21;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--admission-granted {
  background-color: #2daf21;
}

/* line 426, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-diploma--compliance-review {
  background-color: #ffecd7;
}

/* line 427, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-online-degree--compliance-review {
  background-color: #ffecd7;
}

/* line 428, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollment__statuses .badge-custom-certificate--compliance-review {
  background-color: #ffecd7;
}

/* line 163, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.enable-date {
  color: #777;
  font-size: 1.2rem;
  white-space: nowrap;
}

/* line 170, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.date-change__date {
  margin-left: .5rem;
}

/* line 174, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.date-change__select {
  margin-left: 1rem;
}

/* line 178, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.date-change__link {
  font-weight: 500;
}

/* line 183, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.course-catalog-banner {
  overflow: hidden;
  position: relative;
  height: 12.5rem;
  margin: 6rem 0 8.5rem;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.course-catalog-banner img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

/* line 189, app/assets/stylesheets/enrollment_engine/components/_enrollments.scss */
.deadline-extension-date {
  margin-left: .5rem;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -4rem;
  min-height: calc(100vh - 3.9rem - 10rem - 3rem);
  position: relative;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
  .enrollment-forms {
    overflow-x: hidden;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
  .enrollment-forms {
    margin-top: 0;
  }
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms__step-title {
  font-weight: 400;
}

/* line 14, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form {
  padding: 2rem 3rem 2rem 1.5rem;
  width: 100%;
}

/* line 18, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form__section {
  max-width: 55.5rem;
}

/* line 20, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form hr {
  width: 100%;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form textarea {
  height: 30rem;
}

/* line 22, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form .btn {
  margin: 0 1rem 1rem 0;
}

/* line 24, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form .invalid-feedback {
  display: block;
  font-size: 1.3rem;
}

/* line 28, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form .invalid-feedback--general {
  text-align: center;
}

/* line 30, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form .invalid-feedback--list {
  text-align: left;
}

/* line 33, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .form .invalid-feedback--list ul {
  line-height: 1.2;
  padding: .7rem 0 0 2rem;
}

/* line 41, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms.scss */
.enrollment-forms .program-header__title {
  font-size: 2.4rem;
  padding: 2rem;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block, .paragraph--inline-block, .link {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-block, .link--block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1930px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container, .enrollment-forms-dashboard__post-documents-container, .enrollment-forms-dashboard__references-container {
  background-color: #f8f8f8;
  padding: 2rem;
  text-align: left;
}

/* line 18, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container ul, .enrollment-forms-dashboard__references-container ul {
  font-size: 1.4rem;
  list-style: disc inside;
  padding: 0 .5rem;
}

/* line 24, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item, .enrollment-forms-dashboard__references-container__item {
  font-weight: 500;
  margin-bottom: 1rem;
}

/* line 28, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item:last-child, .enrollment-forms-dashboard__references-container__item:last-child {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item span:nth-of-type(2), .enrollment-forms-dashboard__references-container__item span:nth-of-type(2) {
  font-weight: 400;
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__references-container__item span:first-child {
  -ms-overflow-style: none;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: -1rem;
  max-width: calc(100% - 12rem);
  overflow: hidden;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item {
  margin-bottom: 2rem;
}

/* line 53, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item .post-document {
  display: inline-block;
  margin-left: -1rem;
  max-width: calc(100% - 1rem);
  vertical-align: top;
}

@media (min-width: 992px) {
  /* line 53, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
  .enrollment-forms-dashboard__post-documents-container__item .post-document {
    width: calc(100% - 17.9rem);
  }
}

/* line 63, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item .post-document span:first-child {
  display: inline-block;
  padding-bottom: .5rem;
}

/* line 68, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item .post-document span:nth-of-type(2) {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  overflow: hidden;
  padding-bottom: .5rem;
}

/* line 76, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__post-documents-container__item .btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 76, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
  .enrollment-forms-dashboard__post-documents-container__item .btn {
    min-width: 16.6rem;
    width: auto;
  }
}

/* line 89, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container {
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload {
  padding: 0 0 3rem;
}

/* line 95, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload:last-child {
  padding: 0;
}

/* line 97, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload__label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 101, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload__label label {
  -ms-overflow-style: none;
  display: inline;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
}

/* line 107, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload__label label::before {
  content: "\2022  ";
}

/* line 111, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload__rejection-reason {
  margin-left: .8rem;
}

/* line 114, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__files-container .file-upload__rejection-reason svg {
  color: #ab2321;
}

/* line 119, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__needs-attention {
  color: #ab2321;
  font-size: 1.1rem;
  font-weight: 300;
  vertical-align: middle;
}

/* line 126, app/assets/stylesheets/enrollment_engine/components/_enrollment_forms_dashboard.scss */
.enrollment-forms-dashboard__title {
  font-weight: 500;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__header {
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives__header {
    margin-bottom: 5rem;
  }
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__header .heading-1 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives__header .heading-1 {
    font-size: 2.1rem;
  }
}

/* line 17, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__header .paragraph {
  line-height: 1.2;
  margin: 0 0 2rem;
}

/* line 22, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__header--success-page {
  margin-bottom: 4rem;
}

/* line 27, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__link-title {
  display: block;
  font-size: 1.8rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
}

/* line 33, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__link-title svg {
  margin: -.3rem 0 0 .5rem;
  width: 1.6rem;
}

/* line 39, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__program-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 44, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives__program-list.row {
    display: block;
  }
}

/* line 49, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives__program-card {
  height: 100%;
  margin: 0 0 2rem;
  padding: 0;
  position: relative;
}

/* line 56, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form-floating-labels {
  padding: 2.8rem 3rem .5rem 1rem;
}

/* line 58, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form__label {
  top: -2px;
}

/* line 61, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__content {
  border-radius: 0.3rem;
  align-items: flex-start;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 1rem 1rem 2rem 5rem;
  position: relative;
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__content {
    padding: 2rem 2rem 2rem 7rem;
  }
}

/* line 77, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__checkbox {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  height: 1px;
  margin: 1.5rem;
  pointer-events: none;
  position: absolute;
  width: 1px;
  visibility: hidden;
}

/* line 453, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox + label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  margin: 0 0 2.2rem;
  min-height: 3rem;
  position: relative;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}

/* line 464, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox + label::before {
  border-radius: 2px;
  transition: background-color 0.15s linear 0s , transform 0.15s linear 0s , box-shadow 0.15s linear 0s;
  background-color: #fff;
  border: 1px solid #ddd;
  content: "";
  display: block;
  height: 3rem;
  margin-right: 1rem;
  min-width: 3rem;
  width: 3rem;
}

/* line 477, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox + label::after {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  transition: none;
  background: none;
  border: solid #fff;
  border-width: 0 .1px .1px 0;
  content: "";
  height: .6rem;
  left: .65rem;
  margin-top: -1px;
  position: absolute;
  top: 0.9375rem;
  width: .3rem;
  left: 1.3636363636rem;
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  /* line 477, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives .program-card__checkbox + label::after {
    transition: none;
  }
}

/* line 497, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox + label:disabled, .electives .program-card__checkbox + label[class*="disabled"] {
  opacity: .2;
}

/* line 502, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem #e8e8e8;
}

/* line 503, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:checked:focus + label::before {
  box-shadow: 0 0 0 1rem #00be6d inset, 0 0 0 0.2rem #e8e8e8;
}

/* line 505, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:checked + label::before, .electives .program-card__checkbox:indeterminate + label::before {
  background-color: #00be6d;
  border-color: #00be6d;
  box-shadow: 0 0 0 1rem inset;
  color: #00be6d;
}

/* line 513, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:indeterminate + label::after {
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  transition: none;
  background-color: #fff;
  border: 0;
  height: 2px;
  left: .5rem;
  width: 2rem;
  height: .3rem;
  margin-top: -1px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 513, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives .program-card__checkbox:indeterminate + label::after {
    transition: none;
  }
}

/* line 532, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:checked + label::after {
  -webkit-transform: scale(3.1) rotate(45deg);
  -moz-transform: scale(3.1) rotate(45deg);
  -ms-transform: scale(3.1) rotate(45deg);
  -o-transform: scale(3.1) rotate(45deg);
  transform: scale(3.1) rotate(45deg);
  transition: transform 0.15s 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 532, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives .program-card__checkbox:checked + label::after {
    transition: none;
  }
}

/* line 537, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox.form__input--dirty:required:not(:checked):invalid + label:not(:hover)::before, .electives .program-card__checkbox.form__input--dirty:required:not(:indeterminate):invalid + label:not(:hover)::before {
  border-color: #ab2321;
  box-shadow: none;
}

/* line 543, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:not(:checked):not(:indeterminate) + label:hover::before {
  box-shadow: 0 0 0 0.3rem #ddd inset, -1px -1px 0 1px #ddd inset, 1px 1px 0 1px #ddd inset;
}

/* line 544, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .program-card__checkbox:focus:not(:checked) + label::before {
  box-shadow: 0 0 0 0.3rem #ddd inset, -1px -1px 0 1px #ddd inset, 1px 1px 0 1px #ddd inset, 0 0 0 0.2rem #e8e8e8;
}

/* line 81, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__checkbox:checked ~ .program-card__content {
  border-color: #00be6d;
  box-shadow: 0 0 0 1px #00be6d inset;
}

/* line 86, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__checkbox + label {
  left: 1.2rem;
  position: absolute;
  top: 1.2rem;
  z-index: 9;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__checkbox + label {
    left: 2rem;
    top: 2rem;
  }
}

/* line 99, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__img {
  border-radius: 2px;
}

/* line 101, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__show-more {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

/* line 104, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__show-more + label {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 107, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more + label {
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 1.5rem 0;
  }
  /* line 113, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more + label .program-card--show-less {
    display: none;
  }
  /* line 117, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more:checked ~ .truncated-content {
    max-height: none;
  }
  /* line 118, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more:checked + label .program-card--show-more {
    display: none;
  }
  /* line 119, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more:checked + label .program-card--show-less {
    display: block;
  }
  /* line 122, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more ~ .truncated-content {
    max-height: 12rem;
    order: -1;
    overflow: hidden;
  }
  /* line 127, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__show-more ~ .truncated-content p {
    margin-bottom: 0;
  }
}

/* line 132, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__description {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.45;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 132, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card__description {
    margin-bottom: 2rem;
  }
}

/* line 141, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__description ul {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

/* line 146, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card__description ul li {
  padding: 0;
}

/* line 151, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card .paragraph--large {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 151, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card .paragraph--large {
    font-size: 1.8rem;
  }
}

/* line 157, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card .paragraph--small {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  /* line 157, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .program-card .paragraph--small {
    font-size: 1.4rem;
  }
}

/* line 165, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card .electives-selected-card__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

/* line 170, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card .electives-selected-card__dates {
  font-size: 1.4rem;
  line-height: 2rem;
}

/* line 175, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .program-card .electives-selected-card__figure {
  min-width: 4rem;
}

/* line 182, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .emeritus-modal__title {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 182, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .emeritus-modal__title {
    font-size: 2.4rem;
  }
}

/* line 190, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .emeritus-modal__body {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 190, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .emeritus-modal__body {
    font-size: 1.6rem;
  }
}

/* line 195, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .emeritus-modal__body .btn {
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 195, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .emeritus-modal__body .btn {
    margin-bottom: 0;
    min-width: 22rem;
  }
}

/* line 208, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form__actions {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  /* line 208, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .form__actions {
    margin-top: 5rem;
  }
}

/* line 213, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form__actions .btn {
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 213, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .form__actions .btn {
    min-width: 17rem;
    width: auto;
  }
  /* line 221, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .form__actions .btn:only-of-type {
    min-width: 22rem;
  }
}

/* line 226, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form__float-container {
  overflow: visible;
}

/* line 228, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form__validation-error-message p {
  color: #f00;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 228, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .form__validation-error-message p {
    font-size: 1.6rem;
  }
}

/* line 236, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form__input--invalid {
  border-color: #f00;
}

/* line 120, app/assets/stylesheets/abstracts/_mixins.scss */
.electives .form__input--invalid:hover, .electives .form__input--invalid:focus, .electives .form__input--invalid:active, .electives .form__input--invalid:checked, .electives .form__input--invalid:focus:hover, .electives .form__input--invalid:focus:active, .electives .form__input--invalid:not(:disabled):hover, .electives .form__input--invalid:not(:disabled):active, .electives .form__input--invalid:not(.disabled):active, .electives .form__input--invalid:not(:disabled):active:focus, .electives .form__input--invalid:not(.disabled):active:focus {
  border-color: #f00;
}

/* line 245, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form .form-radio__input:hover + .form-radio__label::before {
  border-width: 3px;
}

/* line 248, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form .form-radio__input:checked + .form-radio__label {
  background-color: #fff;
}

/* line 251, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form .form-radio__input:checked + .form-radio__label::before {
  background-color: #00be6d;
  border: 2px solid #00be6d;
  box-shadow: 0 0 0 3px #fff inset;
}

/* line 260, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form .form-radio > label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem 1.6rem 1.6rem 4.8rem;
}

@media (min-width: 992px) {
  /* line 260, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .form .form-radio > label {
    align-items: center;
    flex-direction: row;
  }
}

/* line 272, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .form .form-radio > label::before {
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  left: 1.6rem;
}

@media (min-width: 768px) {
  /* line 283, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives--external-batches .electives__program-list {
    margin-bottom: 5rem;
  }
}

/* line 286, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--external-batches .electives__program-list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

/* line 291, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--external-batches .electives__program-list .form__input, .electives--external-batches .electives__program-list .StripeElement {
  margin-right: 2rem;
  width: 8rem;
}

/* line 297, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--external-batches .electives__selection {
  flex: 1 1 min-content;
}

/* line 298, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--external-batches .electives__checkbox {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  height: 1px;
  margin: 1rem;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

/* line 453, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox + label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  margin: 0 0 2.2rem;
  min-height: 2rem;
  position: relative;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}

/* line 464, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox + label::before {
  border-radius: 2px;
  transition: background-color 0.15s linear 0s , transform 0.15s linear 0s , box-shadow 0.15s linear 0s;
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 2rem;
  margin-right: 1rem;
  min-width: 2rem;
  width: 2rem;
}

/* line 477, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox + label::after {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  transition: none;
  background: none;
  border: solid #fff;
  border-width: 0 .1px .1px 0;
  content: "";
  height: .6rem;
  left: .65rem;
  margin-top: -1px;
  position: absolute;
  top: 0.625rem;
  width: .3rem;
  left: 0.9090909091rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 477, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives--external-batches .electives__checkbox + label::after {
    transition: none;
  }
}

/* line 497, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox + label:disabled, .electives--external-batches .electives__checkbox + label[class*="disabled"] {
  opacity: .2;
}

/* line 502, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem #e8e8e8;
}

/* line 503, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:checked:focus + label::before {
  box-shadow: 0 0 0 1rem #00be6d inset, 0 0 0 0.2rem #e8e8e8;
}

/* line 505, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:checked + label::before, .electives--external-batches .electives__checkbox:indeterminate + label::before {
  background-color: #00be6d;
  border-color: #00be6d;
  box-shadow: 0 0 0 1rem inset;
  color: #00be6d;
}

/* line 513, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:indeterminate + label::after {
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  transition: none;
  background-color: #fff;
  border: 0;
  height: 2px;
  left: .5rem;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 513, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives--external-batches .electives__checkbox:indeterminate + label::after {
    transition: none;
  }
}

/* line 532, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:checked + label::after {
  -webkit-transform: scale(2.1) rotate(45deg);
  -moz-transform: scale(2.1) rotate(45deg);
  -ms-transform: scale(2.1) rotate(45deg);
  -o-transform: scale(2.1) rotate(45deg);
  transform: scale(2.1) rotate(45deg);
  transition: transform 0.15s 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 532, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives--external-batches .electives__checkbox:checked + label::after {
    transition: none;
  }
}

/* line 537, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--dirty:required:not(:checked):invalid + label:not(:hover)::before, .electives--external-batches .electives__checkbox.form__input--dirty:required:not(:indeterminate):invalid + label:not(:hover)::before {
  border-color: #ab2321;
  box-shadow: none;
}

/* line 543, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:not(:checked):not(:indeterminate) + label:hover::before {
  box-shadow: 0 0 0 0.3rem #ccc inset, -1px -1px 0 1px #ccc inset, 1px 1px 0 1px #ccc inset;
}

/* line 544, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox:focus:not(:checked) + label::before {
  box-shadow: 0 0 0 0.3rem #ccc inset, -1px -1px 0 1px #ccc inset, 1px 1px 0 1px #ccc inset, 0 0 0 0.2rem #e8e8e8;
}

/* line 301, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--external-batches .electives__checkbox.form__input--invalid {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  height: 1px;
  margin: 1rem;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

/* line 453, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid + label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  margin: 0 0 2.2rem;
  min-height: 2rem;
  position: relative;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}

/* line 464, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid + label::before {
  border-radius: 2px;
  transition: background-color 0.15s linear 0s , transform 0.15s linear 0s , box-shadow 0.15s linear 0s;
  background-color: #fff;
  border: 1px solid #f00;
  content: "";
  display: block;
  height: 2rem;
  margin-right: 1rem;
  min-width: 2rem;
  width: 2rem;
}

/* line 477, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid + label::after {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  transition: none;
  background: none;
  border: solid #fff;
  border-width: 0 .1px .1px 0;
  content: "";
  height: .6rem;
  left: .65rem;
  margin-top: -1px;
  position: absolute;
  top: 0.625rem;
  width: .3rem;
  left: 0.9090909091rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 477, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives--external-batches .electives__checkbox.form__input--invalid + label::after {
    transition: none;
  }
}

/* line 497, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid + label:disabled, .electives--external-batches .electives__checkbox.form__input--invalid + label[class*="disabled"] {
  opacity: .2;
}

/* line 502, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:focus + label::before {
  box-shadow: 0 0 0 0.2rem #e8e8e8;
}

/* line 503, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:checked:focus + label::before {
  box-shadow: 0 0 0 1rem #00be6d inset, 0 0 0 0.2rem #e8e8e8;
}

/* line 505, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:checked + label::before, .electives--external-batches .electives__checkbox.form__input--invalid:indeterminate + label::before {
  background-color: #00be6d;
  border-color: #00be6d;
  box-shadow: 0 0 0 1rem inset;
  color: #00be6d;
}

/* line 513, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:indeterminate + label::after {
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  transition: none;
  background-color: #fff;
  border: 0;
  height: 2px;
  left: .5rem;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 513, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives--external-batches .electives__checkbox.form__input--invalid:indeterminate + label::after {
    transition: none;
  }
}

/* line 532, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:checked + label::after {
  -webkit-transform: scale(2.1) rotate(45deg);
  -moz-transform: scale(2.1) rotate(45deg);
  -ms-transform: scale(2.1) rotate(45deg);
  -o-transform: scale(2.1) rotate(45deg);
  transform: scale(2.1) rotate(45deg);
  transition: transform 0.15s 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 532, app/assets/stylesheets/abstracts/_mixins.scss */
  .electives--external-batches .electives__checkbox.form__input--invalid:checked + label::after {
    transition: none;
  }
}

/* line 537, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid.form__input--dirty:required:not(:checked):invalid + label:not(:hover)::before, .electives--external-batches .electives__checkbox.form__input--invalid.form__input--dirty:required:not(:indeterminate):invalid + label:not(:hover)::before {
  border-color: #ab2321;
  box-shadow: none;
}

/* line 543, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:not(:checked):not(:indeterminate) + label:hover::before {
  box-shadow: 0 0 0 0.3rem #f00 inset, -1px -1px 0 1px #f00 inset, 1px 1px 0 1px #f00 inset;
}

/* line 544, app/assets/stylesheets/abstracts/_mixins.scss */
.electives--external-batches .electives__checkbox.form__input--invalid:focus:not(:checked) + label::before {
  box-shadow: 0 0 0 0.3rem #f00 inset, -1px -1px 0 1px #f00 inset, 1px 1px 0 1px #f00 inset, 0 0 0 0.2rem #e8e8e8;
}

@media (max-width: 991.98px) {
  /* line 305, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives__referrals-title {
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* line 309, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives__external-enrollments {
    min-height: 16.3rem;
  }
}

/* line 314, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--preferences-success-page .electives__list {
  padding-left: 1.7rem;
}

@media (min-width: 768px) {
  /* line 314, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives--preferences-success-page .electives__list {
    margin-bottom: 3rem;
  }
}

/* line 320, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--preferences-success-page .electives__batches-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0 0 0 .3rem;
}

/* line 326, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--preferences-success-page .electives__elctive-name {
  font-size: 1.6rem;
  margin-top: 2rem;
}

/* line 331, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--preferences-success-page .electives__header-title {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
}

/* line 337, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives--preferences-success-page .electives__header-your-preferences {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

/* line 344, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .heading-2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: -2px 0 .4rem;
}

@media (min-width: 768px) {
  /* line 344, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .heading-2 {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

/* line 356, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
.electives .heading-4 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -.03rem;
  line-height: 1.3;
  margin-bottom: 2.1rem;
  padding-right: 4rem;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 356, app/assets/stylesheets/enrollment_engine/components/electives/_electives.scss */
  .electives .heading-4 {
    font-size: 2.2rem;
    padding-right: 0;
  }
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit::before {
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f8f8fa;
  height: 100vh;
  left: calc((100vw - 100%) / -2);
  top: 0;
  width: 100vw;
  z-index: -1;
}

@media (min-width: 992px) {
  /* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit::before {
    height: calc(100vh - 10rem);
    top: -4rem;
  }
}

/* line 17, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__header {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -.05rem;
  line-height: 1.25;
  margin-bottom: 1.9rem;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit__header {
    font-size: 3.2rem;
    text-align: center;
  }
}

/* line 30, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__subtitle {
  line-height: 1.6;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit__subtitle {
    text-align: center;
  }
}

/* line 37, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__footer {
  border-top: 1px solid #e5e5e5;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}

@media (min-width: 768px) {
  /* line 37, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit__footer {
    border: 0;
    margin-top: 0;
    padding: 0;
  }
}

/* line 50, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__footer .btn {
  flex: 1 1 50%;
  margin-top: 1.2rem;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit__footer .btn {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

/* line 61, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit .heading-2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .4rem;
}

/* line 68, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__img {
  border-radius: .4rem;
  display: none;
  height: 7.2rem;
  min-height: 7.2rem;
  object-fit: cover;
  width: 7.2rem;
}

@media (min-width: 992px) {
  /* line 68, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit__img {
    display: block;
  }
}

/* line 79, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__availability {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
  .electives-edit__availability {
    align-items: center;
    flex-direction: row;
  }
}

/* line 90, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__availability p {
  margin-bottom: 0;
}

/* line 93, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit .date {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

/* line 98, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit .date__pill {
  align-content: center;
  background-color: #f8f8fa;
  border-radius: .4rem;
  display: flex;
  font-weight: 400;
  gap: .8rem;
  padding: .4rem 1rem;
}

/* line 109, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__selection {
  background-color: #fff;
  margin-bottom: 1.6rem;
}

/* line 113, app/assets/stylesheets/enrollment_engine/components/electives/_edit.scss */
.electives-edit__selection--disabled {
  background-color: transparent;
  pointer-events: none;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__body {
  border-radius: .4rem;
  padding: 1rem 2rem 2.6rem;
  width: calc(100% - 3rem);
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
  .electives .modal__body {
    padding: 3rem 3.1rem 1.6rem;
  }
}

/* line 9, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__body .form-radio {
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
  .electives .modal__body .form-radio {
    margin-bottom: .9rem;
  }
}

/* line 14, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__body .form-radio:last-of-type {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
  .electives .modal__body .form-radio:last-of-type {
    margin-bottom: 2.6rem;
  }
}

/* line 20, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__body .form-radio > label {
  box-shadow: none;
  padding: 0 0 0 3rem;
}

/* line 24, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__body .form-radio > label::before {
  left: 0;
}

/* line 31, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__close {
  right: 2rem;
  top: 2rem;
}

/* line 35, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__close::before {
  font-size: 5rem;
}

/* line 38, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
.electives .modal__footer {
  border-top: 1px solid #e5e5e5;
  margin-left: -2rem;
  padding: 1.6rem 2rem 0;
  width: calc(100% + 2rem * 2);
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/enrollment_engine/components/electives/_modal.scss */
  .electives .modal__footer {
    margin-left: -3.1rem;
    width: calc(100% + 3.1rem * 2);
  }
}

/* line 3, app/assets/stylesheets/enrollment_engine/components/electives/_date_pill.scss */
.date__pill {
  align-content: center;
  background-color: #f8f8fa;
  border-radius: .4rem;
  display: flex;
  font-weight: 400;
  gap: .8rem;
  padding: .4rem 1rem;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule .electives-edit__header {
  margin-bottom: .8rem;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__status {
  border-radius: .4rem;
  flex: 0 1 auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: .4rem 1rem;
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__status--added {
  background-color: #ffb238;
  color: #222;
}

/* line 17, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__status--removed {
  background-color: #d54308;
  color: #fff;
}

/* line 23, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__program {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__program {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 34, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__program time {
  display: block;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__program time {
    display: none;
  }
}

/* line 40, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__program time,
.electives-schedule__program label {
  margin: .4rem 0;
}

@media (min-width: 768px) {
  /* line 40, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__program time,
.electives-schedule__program label {
    margin: 0;
  }
}

/* line 48, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table {
  border-radius: .4rem .4rem 0 0;
  margin: 1.8rem 0 1.6rem;
  overflow: hidden;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}

/* line 53, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table + table {
  margin-top: 3.8rem;
}

/* line 55, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table thead {
  background-color: #222;
  color: #fff;
}

/* line 59, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table thead th {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 59, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__table thead th {
    font-size: 2.2rem;
  }
}

/* line 67, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table tr {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__table tr {
    display: table-row;
  }
}

/* line 75, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table th,
.electives-schedule__table td {
  padding: 1.4rem 1.6rem;
}

/* line 79, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table th:first-of-type,
.electives-schedule__table td:first-of-type {
  padding-left: 1.6rem;
}

@media (min-width: 992px) {
  /* line 79, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__table th:first-of-type,
.electives-schedule__table td:first-of-type {
    width: 65%;
  }
}

/* line 85, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table th:last-of-type,
.electives-schedule__table td:last-of-type {
  padding-right: 1.6rem;
  text-align: left;
}

/* line 91, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table td {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}

@media (max-width: 767.98px) {
  /* line 95, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__table td:not(:first-of-type) {
    display: none;
  }
}

/* line 101, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table tbody tr {
  background-color: #fff;
}

/* line 104, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table tbody tr:first-of-type {
  background-color: #f8f8fa;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 104, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
  .electives-schedule__table tbody tr:first-of-type {
    display: none;
  }
}

/* line 111, app/assets/stylesheets/enrollment_engine/components/electives/_schedule.scss */
.electives-schedule__table tbody tr:first-of-type td {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .8px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/components/_hero.scss */
  .hero {
    min-height: calc(100vh - 17rem);
  }
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/_hero.scss */
.hero__banner {
  overflow: hidden;
  position: relative;
  height: 10rem;
  margin: -2rem 0 2rem;
  position: relative;
  text-align: center;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.hero__banner img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/enrollment_engine/components/_hero.scss */
  .hero__banner {
    height: 30rem;
    margin: -4rem 0 3rem;
  }
}

/* line 16, app/assets/stylesheets/enrollment_engine/components/_hero.scss */
.hero__banner--overlay {
  margin-top: 0;
}

/* line 19, app/assets/stylesheets/enrollment_engine/components/_hero.scss */
.hero__banner--overlay::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 33, app/assets/stylesheets/enrollment_engine/components/_hero.scss */
.hero__title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-weight: 500;
  padding: 0 1.5rem;
  width: fit-content;
  z-index: 9;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_money_back_guarantee.scss */
.money-back-guarantee {
  background-color: #ebf5f1;
  padding: 0 2rem;
}

/* line 5, app/assets/stylesheets/enrollment_engine/components/_money_back_guarantee.scss */
.money-back-guarantee__icon {
  background-size: contain;
  height: 6rem;
  margin-top: -.3rem;
  min-width: 5rem;
  width: 4.5rem;
}

/* line 13, app/assets/stylesheets/enrollment_engine/components/_money_back_guarantee.scss */
.money-back-guarantee__heading {
  font-size: 1.8rem;
  line-height: 1.38;
}

/* line 18, app/assets/stylesheets/enrollment_engine/components/_money_back_guarantee.scss */
.money-back-guarantee__text {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1.2rem 0 1.2rem 2rem;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay {
  justify-content: space-between;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .payment-options .section-heading {
  font-size: 2.3rem;
  text-transform: capitalize;
}

/* line 9, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .razorpay-gray-column {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .razorpay-gray-column .total-due-summary-row {
  font-weight: 500;
  margin-top: 1.3em;
}

/* line 18, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .form__message {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
  .razorpay .contact-number {
    margin-bottom: 0;
  }
}

/* line 23, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .contact-number p {
  font-size: 1.6rem;
  /* stylelint-disable declaration-no-important */
  font-weight: 400 !important;
  /* stylelint-enable declaration-no-important */
  margin-bottom: 4rem;
}

/* line 32, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .money-back-guarantee {
  background: transparent;
  padding: 0 1rem 5rem;
}

/* line 37, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .money-back-guarantee__icon {
  background-size: contain;
  min-width: 4rem;
}

/* line 42, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .secure-checkout {
  background: #ebf5f1;
  border-radius: 7rem;
  justify-content: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
  white-space: nowrap;
  width: 15rem;
}

/* line 53, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .secure-checkout__heading {
  font-size: 1.3rem;
}

/* line 56, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay__sticky-cta {
  background-color: #fff;
  left: 0;
  margin: 0 -1.5rem;
  padding: 1.5rem;
  position: sticky;
  top: calc(100% - 7.35rem);
  width: calc(100% + 3rem);
  z-index: 9;
}

@media (min-width: 768px) {
  /* line 56, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
  .razorpay__sticky-cta {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 70, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
  .razorpay__row {
    bottom: 9rem;
    position: relative;
  }
}

/* line 78, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .breakdown-information__row {
  margin: 1.5rem 0;
}

/* line 81, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .breakdown-information__row--bold {
  font-weight: 500;
}

/* line 83, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .breakdown-information__row dt,
.razorpay .breakdown-information__row dd {
  font-weight: inherit;
  margin: 0;
}

/* line 91, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay hr {
  border-bottom-width: 1px;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
}

/* line 96, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay hr + hr {
  display: none;
}

/* line 99, app/assets/stylesheets/enrollment_engine/components/../overrides/_razorpay.scss */
.razorpay .btn--secondary,
.razorpay .btn--tertiary {
  border-width: 1px;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_course_details.scss */
.course-details {
  margin-bottom: 4rem;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/_course_details.scss */
.course-details__course {
  align-items: center;
  background-color: #ebf5f1;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* line 11, app/assets/stylesheets/enrollment_engine/components/_course_details.scss */
.course-details__course__img {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  height: 10rem;
  margin: 0 2rem 0 0;
  width: 10rem;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.course-details__course__img img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

/* line 19, app/assets/stylesheets/enrollment_engine/components/_course_details.scss */
.course-details__course__info {
  flex: 1;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/_course_details.scss */
.course-details__course__start-date {
  color: #777;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* line 27, app/assets/stylesheets/enrollment_engine/components/_course_details.scss */
.course-details__course .section-heading-3 {
  margin-top: 2rem;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information {
  background: rgba(237, 237, 237, 0.15);
  border-radius: 4px;
  gap: 3rem;
  margin-bottom: 3rem;
  padding: 1.6rem;
}

/* line 9, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information hr {
  border-bottom: 1px solid #dddddf;
  width: auto;
}

/* line 14, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__row {
  margin: 1.5rem 0;
}

/* line 17, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__row--bold-2 {
  font-size: 1.6rem;
  font-weight: 700;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__row--bold {
  font-weight: 500;
}

/* line 22, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__row--stick-to-top-info {
  color: #444;
  margin-top: -1.5rem;
}

/* line 26, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__row--info {
  font-size: 1.4rem;
  font-style: italic;
}

/* line 30, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__row dt,
.breakdown-information__row dd {
  font-weight: inherit;
  margin: 0;
}

/* line 37, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__coupon {
  color: #006e3b;
}

/* line 41, app/assets/stylesheets/enrollment_engine/components/_breakdown_information.scss */
.breakdown-information__round {
  color: #006e3b;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__amount {
  color: #333;
  font-size: 2.1rem;
  margin-top: -.5rem;
}

/* line 7, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__amount .subtotal {
  color: #ccc;
  padding-right: .5rem;
  text-decoration: line-through;
}

/* line 14, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__flywire_modal_loader {
  height: 800px;
}

/* line 18, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 31, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_main_body {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 175px;
  max-width: 500px;
  padding: 0;
  position: relative;
  width: 80%;
}

/* line 44, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #000;
  display: flex;
  height: 40%;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}

/* line 58, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_heading {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

/* line 64, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_close {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  padding: 0 5px;
  position: absolute;
  right: 10px;
}

/* line 77, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 60%;
  justify-content: center;
  padding: 20px;
}

/* line 86, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_cta {
  color: #00be6d;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__support_modal_cta_copy {
  font-size: 18px;
  margin: 0;
}

/* line 96, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__currency_conversion_copy {
  color: #00be6d;
  font-size: 1.2rem;
  font-weight: 700;
}

/* line 102, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__payment_method_switch {
  background-color: #0b2838 !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: #0b2838 !important;
  /* stylelint-disable-line declaration-no-important */
  border-radius: 5px;
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 1.4rem;
  padding: .75rem 1rem;
}

/* line 110, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__payment_method_switch:hover, .payment__payment_method_switch:focus, .payment__payment_method_switch:focus-visible, .payment__payment_method_switch:active, .payment__payment_method_switch:visited {
  background-color: #0b2838;
  border-color: #0b2838;
  color: #fff;
}

/* line 121, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__stripe_error_message {
  font-family: roboto, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42;
}

/* line 129, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__alert_floating {
  left: 50%;
  max-width: 540px;
  position: fixed;
  top: 20px;
  transform: translateX(-50%);
  visibility: hidden;
  width: 90%;
  z-index: 999;
}

/* line 141, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__payment_help {
  background-color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
  border-radius: 5px;
  color: #000 !important;
  /* stylelint-disable-line declaration-no-important */
  font-size: 1.4rem;
  padding: .75rem 1rem;
}

/* line 149, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__payment_help:hover, .payment__payment_help:focus, .payment__payment_help:focus-visible, .payment__payment_help:active, .payment__payment_help:visited {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

/* line 161, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__payment-method::before {
  top: 2.4rem;
}

/* line 163, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__payment-method__heading {
  color: #333;
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 163, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
  .payment__payment-method__heading {
    max-width: 20rem;
  }
}

/* line 173, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__notice {
  color: #777879;
  font-size: 1.3rem;
  font-weight: 400;
}

/* line 179, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__more_credit_cards {
  color: #777879;
  font-size: 1.2rem;
  padding-left: .5rem;
}

/* line 186, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .form-radio:hover label:not(.payment__payment-method)::before {
  border: 0;
}

/* line 188, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .form-radio.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 1;
}

/* line 192, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .form-radio.disabled .payment__payment-method::after {
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.6);
  content: "";
  cursor: not-allowed;
  height: calc(100% - 2px);
  left: 1px;
  pointer-events: none;
  position: absolute;
  top: 1px;
  width: calc(100% - 2px);
}

/* line 206, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .form-radio__clarification {
  display: block;
  flex: 0 0 100%;
  font-size: 1.3rem;
  margin: 1rem 0 .5rem;
}

/* line 214, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .info-icn {
  margin: -.5rem 0 0 .2rem;
}

/* line 216, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .card-number,
.payment .card-cvc {
  position: relative;
}

/* line 220, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .card-number::after,
.payment .card-cvc::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  right: 1.1rem;
}

/* line 228, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .card-number::after {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(//:3000/assets/icons/lock-9c0af0e9257b319f43ec3bd55f23eaea73a857ec41ec7288145759476fe60657.svg);
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.8rem;
  width: 1.4rem;
}

/* line 234, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .card-cvc::after {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(//:3000/assets/icons/cvc-264ad7be1f469925b377e7f7b84b396238c9e5e7b7d89e625a6430ad6b01715e.svg);
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.6rem;
  width: 2.4rem;
}

/* line 240, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment .form__validation-error-message--general {
  position: relative;
  top: -1rem;
}

/* line 245, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__container {
  background-color: #f7f7f7;
  font-size: 1.6rem;
  padding-top: 2rem;
}

/* line 251, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__row {
  align-items: center;
  display: flex;
  padding: 0 1.9rem 2rem 2rem;
}

/* line 257, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
.payment__image {
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  /* line 261, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
  .payment--desktop {
    display: none;
  }
}

@media (min-width: 576px) {
  /* line 265, app/assets/stylesheets/enrollment_engine/components/_payment.scss */
  .payment--mobile {
    display: none;
  }
}

/* line 3, app/assets/stylesheets/enrollment_engine/components/_payments.scss */
.payments__paragraph--initial, .payments__paragraph--auxiliar {
  text-transform: uppercase;
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/_payments.scss */
.payments__paragraph--initial {
  color: #00be6d;
}

/* line 7, app/assets/stylesheets/enrollment_engine/components/_payments.scss */
.payments__paragraph--auxiliar {
  color: #df7978;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_payment_options.scss */
.payment-options {
  color: #333;
  font-size: 1.6rem;
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/_payment_options.scss */
.payment-options__installment-price--before-price {
  color: #777879;
  font-size: 1.2rem;
  text-align: right;
  text-decoration: line-through;
}

/* line 14, app/assets/stylesheets/enrollment_engine/components/_payment_options.scss */
.payment-options__autocharge_message, .payment-options__first-payment-reminder {
  color: #777879;
  font-size: 1.3rem;
  margin-top: 1rem;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/_payment_options.scss */
.payment-options__payment-method {
  color: #777879;
  font-size: 1.3rem;
  margin: 0;
}

/* line 27, app/assets/stylesheets/enrollment_engine/components/_payment_options.scss */
.payment-options__external-payment-plan-text {
  font-size: 1.4rem;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule td:first-child,
.payment-schedule th:first-child {
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule td:last-child,
.payment-schedule th:last-child {
  padding-right: 0;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__heading {
  font-size: 1.8rem;
  font-weight: 500;
}

/* line 13, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table {
  color: #333;
  font-size: 1.4rem;
}

/* line 17, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table thead {
  border-bottom: 2px solid #e8e8e8;
}

/* line 20, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table thead th,
.payment-schedule__table thead th:first-of-type,
.payment-schedule__table thead th:last-of-type {
  font-weight: 500;
  padding: .5rem;
}

/* line 29, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table tbody tr:first-child {
  color: #777879;
}

/* line 33, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table tbody tr:nth-of-type(2) {
  background-color: #f8f8f8;
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table tbody td,
.payment-schedule__table tbody td:first-of-type,
.payment-schedule__table tbody td:last-of-type {
  padding: .5rem;
}

/* line 43, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table tfoot {
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table tfoot td,
.payment-schedule__table tfoot td:first-of-type,
.payment-schedule__table tfoot td:last-of-type {
  padding: 2rem 1rem .5rem;
}

/* line 52, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table__options tr:first-child {
  font-weight: 700;
}

/* line 56, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table__options td:first-child {
  padding-left: 1.5rem;
}

/* line 57, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table__options td:last-child {
  padding-right: 1.5rem;
}

/* line 60, app/assets/stylesheets/enrollment_engine/components/_payment_schedule.scss */
.payment-schedule__table__options tbody th,
.payment-schedule__table__options tbody td {
  padding: .5rem;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program {
  list-style: none;
  margin: 0;
  padding: 0 1.5rem 5rem;
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program .heading-3 {
  color: #333;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program__item {
  background-color: #fff;
  border: 2px solid #dddddf;
  margin: 0;
  padding: 1.5rem 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
  .program__item {
    padding-bottom: 1.5rem;
    text-align: left;
  }
}

/* line 20, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program__item:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
  .program__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}

/* line 27, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program__img {
  overflow: hidden;
  position: relative;
  margin: 0 0 2.5rem;
  max-height: 20rem;
  overflow: hidden;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.program__img img {
  height: 100%;
  max-width: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 27, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
  .program__img {
    border: 0;
    margin: 0;
    max-width: 30rem;
  }
}

/* line 40, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program__registration {
  margin: 2.5rem 0 0;
}

/* line 42, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
.program__date, .program__date:valid {
  border-color: #ccc;
  margin: 0 2.5rem 2.5rem 1rem;
  padding: 1.3rem 3rem 1.3rem 1rem;
  width: auto;
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
  .program__deadline {
    margin-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  /* line 50, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
  .program__deadline {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  /* line 55, app/assets/stylesheets/enrollment_engine/components/_programs.scss */
  .program .start-application-link {
    margin-bottom: 2rem;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_program_header.scss */
.program-header {
  border-bottom: 1px solid #dddddf;
  margin: 5.5rem auto 3.2rem;
  padding: 2rem 0;
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/_program_header.scss */
.program-header__logo {
  height: auto;
  max-height: 7rem;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/enrollment_engine/components/_program_header.scss */
  .program-header__logo {
    max-width: 37rem;
  }
}

/* line 15, app/assets/stylesheets/enrollment_engine/components/_program_header.scss */
.program-header__title {
  color: #333;
  font-size: 2.1rem;
  font-weight: 400;
  margin: 0;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
.refer__hero {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
  .refer__hero {
    padding: 5rem;
  }
}

/* line 13, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
.refer__content {
  background-color: #fff;
  padding: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
  .refer__content {
    max-width: 50rem;
    min-height: 70rem;
    padding: 4rem 3rem 2rem;
  }
}

/* line 25, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
.refer__heading {
  color: #333;
  font-size: 3rem;
  font-weight: 500;
}

/* line 31, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
.refer__steps {
  margin: 2rem 0 4rem;
}

/* line 34, app/assets/stylesheets/enrollment_engine/components/referrals/_refer.scss */
.refer__steps li {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: .7rem;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/referrals/_reference_forms.scss */
.reference-forms .form__section {
  max-width: 85rem;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/referrals/_reference_forms.scss */
.reference-forms__description {
  margin-bottom: 3rem;
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/referrals/_reference_forms.scss */
.reference-forms__thank-you {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/referrals/_reference_forms.scss */
.reference-forms__welcome {
  margin: auto;
  max-width: 85rem;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/referrals/_reference_success.scss */
.reference-success__message {
  margin: auto;
  max-width: 85rem;
}

/* line 7, app/assets/stylesheets/enrollment_engine/components/referrals/_reference_success.scss */
.reference-success__thank-you {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* line 2, app/assets/stylesheets/components/_accordion.scss */
.accordion__row {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin: 0 auto;
  position: relative;
  transition: border-color 0.5s linear;
}

/* line 9, app/assets/stylesheets/components/_accordion.scss */
.accordion__row::before {
  display: none;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.accordion__row:hover, active, focus, .accordion__row.hover, active, focus, .accordion__row--hover, active, focus, .accordion__row.is-hover, active, focus {
  border-color: #00be6d;
}

/* line 15, app/assets/stylesheets/components/_accordion.scss */
.accordion__row:hover .accordion__label::after, .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .accordion__row.hover .accordion__label::after, .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .accordion__row--hover .accordion__label::after, .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .accordion__row.is-hover .accordion__label::after, .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  border-color: #00be6d;
}

/* line 21, app/assets/stylesheets/components/_accordion.scss */
.accordion__label {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  padding: 3rem 5rem 3rem 0;
  width: 100%;
}

/* line 29, app/assets/stylesheets/components/_accordion.scss */
.accordion__label::after, .accordion__label::before {
  border-bottom: 2px solid #ccc;
  color: #ccc;
  content: "";
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  height: 1.6rem;
  overflow: hidden;
  position: absolute;
  right: .5rem;
  top: 2.1rem;
  transition: border-color 0.5s linear, opacity 0.15s linear;
  width: 1.6rem;
}

/* line 47, app/assets/stylesheets/components/_accordion.scss */
.accordion__label::before {
  border-bottom: 0;
  border-right: 2px solid #ccc;
  right: 1.2rem;
  top: 2.8rem;
}

/* line 55, app/assets/stylesheets/components/_accordion.scss */
.accordion__panel {
  height: 100%;
  margin: 0;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  width: 100%;
}

/* line 63, app/assets/stylesheets/components/_accordion.scss */
.accordion__panel > p,
.accordion__panel > ul,
.accordion__panel > .paragraph {
  display: block;
}

/* line 68, app/assets/stylesheets/components/_accordion.scss */
.accordion__panel > p:first-of-type,
.accordion__panel > ul:first-of-type,
.accordion__panel > .paragraph:first-of-type {
  padding-top: 1rem;
}

/* line 74, app/assets/stylesheets/components/_accordion.scss */
.accordion__toggler {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

/* line 78, app/assets/stylesheets/components/_accordion.scss */
.accordion__toggler:checked ~ .accordion__panel {
  transition: max-height 0.5s ease-in;
  max-height: 420rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 78, app/assets/stylesheets/components/_accordion.scss */
  .accordion__toggler:checked ~ .accordion__panel {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 78, app/assets/stylesheets/components/_accordion.scss */
  .accordion__toggler:checked ~ .accordion__panel {
    max-height: 360rem;
  }
}

/* line 85, app/assets/stylesheets/components/_accordion.scss */
.accordion__toggler:checked ~ .accordion__label::before {
  opacity: 0;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.accordion--with-chevron .accordion__row:hover, active, focus, .accordion--with-chevron .accordion__row.hover, active, focus, .accordion--with-chevron .accordion__row--hover, active, focus, .accordion--with-chevron .accordion__row.is-hover, active, focus {
  border-color: #999;
}

/* line 95, app/assets/stylesheets/components/_accordion.scss */
.accordion--with-chevron .accordion__row:hover .accordion__label::after, .accordion--with-chevron .accordion__row:hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .accordion--with-chevron .accordion__row.hover .accordion__label::after, .accordion--with-chevron .accordion__row.hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .accordion--with-chevron .accordion__row--hover .accordion__label::after, .accordion--with-chevron .accordion__row--hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before, .accordion--with-chevron .accordion__row.is-hover .accordion__label::after, .accordion--with-chevron .accordion__row.is-hover .accordion__label::before, active .accordion__label::after, active .accordion__label::before, focus .accordion__label::after, focus .accordion__label::before {
  background-color: #999;
}

/* line 101, app/assets/stylesheets/components/_accordion.scss */
.accordion--with-chevron .accordion__label {
  color: #333;
  font-size: 1.6rem;
  padding: 1.2rem 2rem 1.6rem 0;
}

/* line 106, app/assets/stylesheets/components/_accordion.scss */
.accordion--with-chevron .accordion__label::after, .accordion--with-chevron .accordion__label::before {
  transition: transform 0.15s, linear linear 0s , background-color 0.15s, linear linear 0s;
  background-color: #999;
  border: 0;
  border-radius: 100rem;
  box-shadow: 0 0 1px transparent;
  content: "";
  display: inline-block;
  height: .2rem;
  position: absolute;
  right: .5rem;
  top: 2.1rem;
  transform: rotate(-45deg);
  width: 1rem;
}

/* line 123, app/assets/stylesheets/components/_accordion.scss */
.accordion--with-chevron .accordion__label::after {
  right: 1.1rem;
  transform: rotate(45deg);
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion--with-chevron .accordion__toggler:checked ~ .accordion__label::after {
  transform: rotate(-45deg);
}

/* line 132, app/assets/stylesheets/components/_accordion.scss */
.accordion--with-chevron .accordion__toggler:checked ~ .accordion__label::before {
  opacity: 1;
  transform: rotate(45deg);
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate {
  margin-top: -6rem;
  position: relative;
  top: 2rem;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate {
    margin-top: 0;
    position: static;
  }
}

/* line 11, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__overlay {
  background-color: #00be6d;
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__testimonial-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__testimonial-description {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

/* line 35, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__testimonial-role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

/* line 42, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__testimonial-image {
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
}

/* line 48, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__heading {
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}

/* line 56, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__subheading {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 56, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__subheading {
    margin-bottom: 3rem;
  }
}

/* line 68, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__subtitle {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

/* line 81, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__icons {
  justify-content: space-evenly;
}

@media (min-width: 768px) {
  /* line 81, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__icons {
    margin-bottom: 2rem;
  }
}

/* line 87, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__icons-text {
  color: #333;
  flex-grow: 2;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 87, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__icons-text {
    flex-grow: 1;
    margin-top: 2rem;
    text-align: center;
  }
}

/* line 102, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__content {
  background-color: #fff;
  padding-top: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 102, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__content {
    padding-top: 3rem;
  }
}

/* line 110, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__testimonial {
  background-color: #00be6d;
  margin-bottom: 0;
  padding-bottom: 2.3rem;
}

@media (min-width: 768px) {
  /* line 110, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__testimonial {
    margin-top: 3rem;
    padding: 0 1.5rem 0 0;
    position: sticky;
    top: 3rem;
  }
}

/* line 123, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__quote-image {
  height: 7.7rem;
  margin-top: 5.4rem;
  width: 10rem;
}

@media (min-width: 768px) {
  /* line 123, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__quote-image {
    height: 11.6rem;
    margin-top: 0;
    width: 15rem;
  }
}

/* line 135, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__main-content {
  background-color: #fff;
  order: -1;
  padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
  /* line 135, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__main-content {
    border-radius: 0.5rem;
    order: 2;
    padding: 4rem 3rem;
  }
}

/* line 147, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__email-form {
  min-height: 20rem;
}

/* line 149, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__steps-circle {
  fill: #000;
  fill-opacity: .05;
}

/* line 154, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__step-image {
  height: 6rem;
  margin-right: 2rem;
  width: 6rem;
}

@media (min-width: 768px) {
  /* line 154, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__step-image {
    height: 100%;
    margin-right: 0;
    width: 100%;
  }
}

/* line 166, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__faq-subsection {
  margin-bottom: 2rem;
}

/* line 168, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__faq-heading {
  color: #333;
}

@media (min-width: 992px) {
  /* line 170, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate .select-container {
    justify-content: center;
    padding-right: 0;
  }
}

/* line 176, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate .select-container .icon {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

@media (min-width: 992px) {
  /* line 176, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate .select-container .icon {
    right: -3rem;
  }
}

/* line 184, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__select-program {
  width: 91.5%;
}

@media (min-width: 992px) {
  /* line 184, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__select-program {
    width: 100%;
  }
}

/* line 190, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__share-form-container {
  padding-bottom: 3rem;
}

/* line 193, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__share-form-container .form__input--select {
  border-color: #efefef;
}

@media (min-width: 992px) {
  /* line 190, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__share-form-container {
    padding: 0 9.6rem 3rem 10rem;
  }
}

/* line 201, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate .list--bulleted {
  list-style: disc;
}

/* line 206, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate hr {
  margin: 0;
  width: 100%;
}

/* line 211, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__share-text {
  margin-bottom: 1rem;
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 211, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__share-text {
    margin-top: 4rem;
  }
}

/* line 219, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__default-message {
  background: #f8f8f8;
  margin: 0 0 1.5rem;
  padding: 1rem;
}

/* line 225, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__or-text {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 225, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate__or-text {
    margin-top: 4rem;
  }
}

/* line 234, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
.referrals-advocate__icon-column {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 236, app/assets/stylesheets/enrollment_engine/components/referrals/_referrals_advocate.scss */
  .referrals-advocate .container {
    padding-left: 0;
  }
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
.terms__header {
  font-size: 2.4rem;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
  .terms__header {
    font-size: 3.5rem;
  }
}

/* line 11, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
.terms__title {
  border-bottom: 1px solid #00be6d;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
  .terms__title {
    font-size: 2.4rem;
  }
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
.terms__list {
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
  .terms__list {
    padding-left: 4rem;
  }
}

/* line 29, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
.terms .paragraph, .terms__paragraph {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

/* line 34, app/assets/stylesheets/enrollment_engine/components/referrals/_terms.scss */
.terms .paragraph--note, .terms__paragraph--note {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.back-to-dashboard {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* line 7, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.back-to-dashboard a {
  color: #444;
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.back-to-dashboard a svg {
  margin-right: 8px;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.hero-msg-cntr {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}

/* line 26, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.hero-msg-cntr .hero-msg-icon-cntr {
  align-items: center;
  border-radius: 40px;
  border-style: solid;
  border-width: 1.5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 80px;
  justify-content: center;
  margin-bottom: 16px;
  padding: 9px 6px;
  width: 80px;
}

/* line 41, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.hero-msg-cntr h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.5px;
  line-height: 125%;
}

/* line 50, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr {
  align-items: flex-start;
  align-self: stretch;
  background: #f8f8fa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding: 16px;
}

/* line 62, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .electives-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* line 69, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 8px;
  padding: 8px 0;
}

/* line 76, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item .elective-item-img {
  border-radius: 2px;
  max-width: 48px;
  min-width: 48px;
  width: 100%;
}

/* line 82, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item .elective-item-img img {
  width: 100%;
}

/* line 88, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item .elective-item-text .pg-title {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* line 96, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item .elective-item-text .pg-date {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* line 106, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #222;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  height: 44px;
  justify-content: center;
  line-height: 140%;
  margin-left: auto;
  padding: 8px 16px;
}

/* line 122, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.electives-cntr .elective-item-btn:hover {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

/* line 129, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr {
  align-items: center;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

/* line 135, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.5px;
  line-height: 125%;
}

/* line 144, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .text-cntr .electives-cntr {
  background: none;
  border: none;
  margin-top: 16px;
  padding: 0;
}

/* line 150, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .text-cntr .electives-cntr .elective-item {
  display: flex;
  padding: 8px;
}

/* line 158, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .review-link a {
  color: #444;
  font-size: 14px;
  text-decoration: underline;
}

/* line 163, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .review-link a svg {
  margin-left: 8px;
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .image-cntr {
  min-width: 330px;
  overflow: hidden;
  width: 330px;
}

/* line 175, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .image-cntr img {
  border-radius: 8px;
  width: 100%;
}

/* line 181, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.refer-colleague-cntr .elective-item-text {
  max-width: 500px;
}

/* line 186, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.purl-hide {
  display: none;
}

/* line 190, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
.elective-btn-after-copy {
  /* stylelint-disable declaration-no-important */
  background: #444 !important;
  color: #eee !important;
  /* stylelint-enable declaration-no-important */
}

@media (max-width: 991px) {
  /* line 199, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .refer-colleague-cntr .image-cntr {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  /* line 207, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .hero-msg-cntr .hero-msg-icon-cntr {
    gap: 6.5px;
    height: 52px;
    margin-bottom: 8px;
    padding: 5.85px 3.9px;
    width: 52px;
  }
  /* line 215, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .hero-msg-cntr h3 {
    font-size: 26px;
    letter-spacing: -.3px;
  }
  /* line 224, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .electives-cntr .elective-item .elective-item-text .pg-title {
    font-size: 14px;
  }
  /* line 231, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .electives-cntr .elective-item-btn .invite-btn-text {
    display: none;
  }
  /* line 234, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .electives-cntr .elective-item-btn .success-text {
    display: none;
  }
  /* line 240, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .refer-colleague-cntr {
    margin-top: 32px;
  }
  /* line 244, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .refer-colleague-cntr .text-cntr h3 {
    font-size: 26px;
    letter-spacing: -.3px;
  }
  /* line 250, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .refer-colleague-cntr .image-cntr {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 258, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .electives-cntr .elective-item-btn {
    max-width: 4.5rem;
  }
  /* line 260, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .electives-cntr .elective-item-btn .invite-btn-text {
    display: none;
  }
  /* line 263, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .electives-cntr .elective-item-btn .success-text {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 271, app/assets/stylesheets/enrollment_engine/components/referrals/_elective_referrals.scss */
  .purl-checked-svg {
    margin-right: .2rem;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_secure_checkout.scss */
.secure-checkout {
  justify-content: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/components/_secure_checkout.scss */
  .secure-checkout {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}

/* line 10, app/assets/stylesheets/enrollment_engine/components/_secure_checkout.scss */
.secure-checkout__icon {
  height: 1.4rem;
  width: 1.1rem;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/enrollment_engine/components/_secure_checkout.scss */
  .secure-checkout__icon {
    height: 1.8rem;
    width: 1.4rem;
  }
}

/* line 20, app/assets/stylesheets/enrollment_engine/components/_secure_checkout.scss */
.secure-checkout__heading {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/enrollment_engine/components/_secure_checkout.scss */
  .secure-checkout__heading {
    font-size: 1.6rem;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page {
  color: #222;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__graph {
  background-color: #fff;
  border-radius: .4rem;
  box-shadow: 0 1px 1rem 0 rgba(0, 0, 0, 0.1);
  height: 8rem;
  margin: 0 auto 2rem;
  padding: 2.2rem 2.1rem;
  width: 8rem;
}

/* line 14, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -.5px;
  line-height: 1.26;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/enrollment_engine/components/_success.scss */
  .success-page__title {
    font-size: 3.2rem;
  }
}

/* line 24, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__info {
  flex: 1 0 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/enrollment_engine/components/_success.scss */
  .success-page__info {
    font-size: 1.6rem;
  }
}

/* line 34, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__next {
  margin: 3.8rem auto 2rem;
}

/* line 35, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__back {
  margin: 1.6rem auto;
}

/* line 37, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__list {
  color: #444;
  font-size: 1.4rem;
  line-height: 22.4px;
  padding-left: 1.8rem;
}

/* line 43, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__list li {
  margin-bottom: 1.2rem;
}

/* line 46, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page__list li::marker {
  content: "\25CF\00a0\00a0\00a0";
}

/* line 50, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page .btn {
  margin-bottom: 1.6rem;
}

/* line 52, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page p {
  color: #222;
}

/* line 55, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page p a {
  text-decoration: underline;
}

/* line 59, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page p a:hover {
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/enrollment_engine/components/_success.scss */
.success-page .heading-2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  /* line 63, app/assets/stylesheets/enrollment_engine/components/_success.scss */
  .success-page .heading-2 {
    font-size: 1.8rem;
  }
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form textarea {
  padding-top: 2.7rem;
}

/* line 4, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form .form__section {
  margin-top: 0;
  max-width: 51rem;
}

/* line 9, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form__attachments-label {
  color: #999;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

/* line 16, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form__faq {
  font-size: 1.4rem;
  margin-bottom: 4.5rem;
  padding: 0 2rem;
}

/* line 22, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form__description-input {
  height: 225px;
  white-space: normal;
}

/* line 27, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form__input-instructions {
  color: #777879;
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
  text-transform: none;
}

/* line 33, app/assets/stylesheets/enrollment_engine/components/_support_form.scss */
.support-form__input-instructions span {
  color: #000;
}

/* line 3, app/assets/stylesheets/enrollment_engine/components/documents/_payment_plans_modal.scss */
.post-document-content .form .coupon-error-message {
  position: absolute;
}

/* line 5, app/assets/stylesheets/enrollment_engine/components/documents/_payment_plans_modal.scss */
.post-document-content .form .form__coupon-success-message {
  color: #197430;
  flex: 1 1 100%;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: .4rem;
  width: 100%;
}

/* line 15, app/assets/stylesheets/enrollment_engine/components/documents/_payment_plans_modal.scss */
.post-document-content .form .form__coupon-not-applied-message {
  background-color: #ffbf001a;
  border: 1px solid #fff;
  font-size: 1.15rem;
  line-height: 1.5;
  padding: 1rem;
}

/* line 25, app/assets/stylesheets/enrollment_engine/components/documents/_payment_plans_modal.scss */
.post-document-content .payment-options .form-radio {
  display: flex;
  width: 100%;
}

/* line 30, app/assets/stylesheets/enrollment_engine/components/documents/_payment_plans_modal.scss */
.post-document-content .payment-options .form__validation-error-message {
  position: absolute;
  top: 94%;
}

/* line 36, app/assets/stylesheets/enrollment_engine/components/documents/_payment_plans_modal.scss */
.post-document-content .payment__notice {
  padding-bottom: 1.3rem;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/documents/_signed_post_documents.scss */
.signed-post-documents-container {
  border: 1px solid #dedede;
  padding: 1rem 2rem;
}

/* line 5, app/assets/stylesheets/enrollment_engine/components/documents/_signed_post_documents.scss */
.signed-post-documents-container .post-documents-table .table__row .btn--link {
  color: #00be6d;
}

/* line 2, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
.applicable-programs__list {
  list-style: none;
  margin: 4rem 0 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
.applicable-programs__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
  .applicable-programs__item {
    flex-direction: row;
  }
}

/* line 16, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
.applicable-programs__item-body {
  padding: 0 3rem;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
  .applicable-programs__item-body {
    flex: 1;
  }
}

/* line 22, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
.applicable-programs__program-tile {
  overflow: hidden;
  position: relative;
}

/* line 141, app/assets/stylesheets/abstracts/_mixins.scss */
.applicable-programs__program-tile img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
  .applicable-programs__program-tile {
    height: 26rem;
    width: 26rem;
  }
}

/* line 31, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
.applicable-programs .heading-2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.29;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/enrollment_engine/components/_applicable_programs.scss */
  .applicable-programs .heading-2 {
    font-size: 2.1rem;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_navigation.scss */
.navbar {
  -ms-overflow-style: none;
  background-color: #333;
  padding: .8rem 1.6rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* line 10, app/assets/stylesheets/enrollment_engine/components/_navigation.scss */
.navbar__link {
  color: #fff;
  display: block;
  float: left;
  height: 10.8rem;
  padding: 1.6rem 2.05rem;
  text-align: center;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/enrollment_engine/components/_navigation.scss */
.navbar__link:hover {
  background: #fff;
  color: #000;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_iam_assist.scss */
.iam-assist {
  background-color: #fff;
  border: 1px solid #dddddf;
  box-shadow: 3px 3px 3px 0 #dddddf;
  left: 0;
  max-height: 80%;
  overflow-y: scroll;
  position: fixed;
  top: 4rem;
  z-index: 999;
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/_iam_assist.scss */
.iam-assist__preview-title {
  color: #fff;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/_iam_assist.scss */
.iam-assist__iam-help-link {
  font-size: 1.6rem;
  font-weight: 500;
  left: 2rem;
  position: absolute;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container {
  background-color: #f6ddde;
  border-radius: .4rem;
  color: #ab2321;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container .alert-icon {
  margin-right: 1.2rem;
}

/* line 10, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container .display__checkbox {
  display: none;
}

/* line 12, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 0;
  width: 100%;
}

/* line 21, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container .reset-login__content {
  height: 0;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container .display__checkbox:checked ~ .reset-login__content {
  height: auto;
  margin-top: 1.8rem;
}

/* line 31, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container .reset-login__steps li {
  margin-bottom: .8rem;
}

/* line 33, app/assets/stylesheets/enrollment_engine/components/_reset_login_message.scss */
.reset-login__container .reset-login__caret {
  height: 2rem;
  margin-left: auto;
  position: relative;
  width: 2rem;
}

/* line 937, app/assets/stylesheets/abstracts/_mixins.scss */
.reset-login__container .reset-login__caret::after, .reset-login__container .reset-login__caret::before {
  border-radius: 100rem;
  transition: opacity 0.15s, linear linear 0s , transform 0.15s, linear linear 0s , background-color 0.15s, linear linear 0s;
  background-color: #ab2321;
  box-shadow: 0 0 1px transparent;
  content: "";
  display: inline-block;
  height: .2rem;
  left: auto;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  width: .7rem;
}

/* line 955, app/assets/stylesheets/abstracts/_mixins.scss */
.reset-login__container .reset-login__caret::after {
  left: auto-0.4rem;
  right: 0.9rem;
}

/* line 960, app/assets/stylesheets/abstracts/_mixins.scss */
.reset-login__container .reset-login__caret:hover::after, .reset-login__container .reset-login__caret:hover::before {
  background-color: #ab2321;
  opacity: 1;
}

/* line 937, app/assets/stylesheets/abstracts/_mixins.scss */
.reset-login__container .display__checkbox:checked ~ label .reset-login__caret::after, .reset-login__container .display__checkbox:checked ~ label .reset-login__caret::before {
  border-radius: 100rem;
  transition: opacity 0.15s, linear linear 0s , transform 0.15s, linear linear 0s , background-color 0.15s, linear linear 0s;
  background-color: #ab2321;
  box-shadow: 0 0 1px transparent;
  content: "";
  display: inline-block;
  height: .2rem;
  left: auto;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  width: .7rem;
}

/* line 955, app/assets/stylesheets/abstracts/_mixins.scss */
.reset-login__container .display__checkbox:checked ~ label .reset-login__caret::after {
  left: auto-0.4rem;
  right: 0.9rem;
}

/* line 960, app/assets/stylesheets/abstracts/_mixins.scss */
.reset-login__container .display__checkbox:checked ~ label .reset-login__caret:hover::after, .reset-login__container .display__checkbox:checked ~ label .reset-login__caret:hover::before {
  background-color: #ab2321;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/../overrides/_stripe_intent.scss */
.stripe-intent {
  height: auto;
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_decision_letter_template.scss */
.decision-letter-preview {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: -.05rem;
  line-height: 2.5rem;
  word-spacing: -.25rem;
}

/* line 8, app/assets/stylesheets/enrollment_engine/components/_decision_letter_template.scss */
.decision-letter-preview strong {
  /* stylelint-disable declaration-no-important, */
  font-weight: 700 !important;
  /* stylelint-enable declaration-no-important, */
}

/* line 1, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
  .dropdown {
    margin: 0 0 0 2rem;
  }
}

/* line 6, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown__toggler {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

/* line 11, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown__toggler:focus ~ .dropdown__floating, .dropdown__toggler:checked ~ label .dropdown__floating {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  display: block;
  max-height: 200rem;
  overflow: hidden;
  position: absolute;
  right: 0;
}

/* line 23, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown__dots {
  margin: -1px 0 0 1rem;
  position: absolute;
  right: 1.5rem;
}

/* line 29, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}

/* line 36, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown__floating {
  -ms-overflow-style: none;
  overflow-y: scroll;
  display: none;
  height: fit-content;
  margin: 1.7rem 0;
  max-height: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991.98px) {
  /* line 36, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
  .dropdown__floating {
    -webkit-overflow-scrolling: touch;
  }
}

/* line 47, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.dropdown:hover .dropdown__title {
  color: #777879;
}

/* line 52, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.btn--dots {
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}

/* line 57, app/assets/stylesheets/enrollment_engine/components/_dropdown.scss */
.btn--dots:hover .dots {
  fill: #fff;
}

/* line 1, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav {
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 -1px 4px 2px rgba(0, 0, 0, 0.1);
  width: 24rem;
  z-index: 2;
}

/* line 8, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav__list {
  list-style: none;
  margin: 0;
  padding: .8rem 0 0;
}

/* line 13, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav__list:first-of-type:not(:only-of-type) {
  padding-top: 2.8rem;
}

/* line 16, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav__link {
  color: #777879;
  display: block;
  height: 5rem;
  padding: 1rem 1rem 1rem 3.2rem;
}

/* line 22, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav__link:hover, .nav__link:focus {
  color: #00be6d;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav__icon {
  fill: currentColor;
  height: 1.7rem;
  margin-right: .6rem;
  width: 1.7rem;
}

/* line 36, app/assets/stylesheets/enrollment_engine/layout/_nav.scss */
.nav hr {
  border-bottom: 1px solid #dddddf;
  margin-top: .4rem;
  width: 100%;
}

/* line 4, app/assets/stylesheets/enrollment_engine/layout/_forced_features.scss */
.forced-features {
  border: 1px solid #00be6d;
  bottom: 1rem;
  padding: .5rem;
  position: fixed;
  right: 1.4rem;
  z-index: 3;
}

/* line 12, app/assets/stylesheets/enrollment_engine/layout/_forced_features.scss */
.forced-features span,
.forced-features strong {
  color: #777879;
  display: block;
  font-size: 1.2rem;
}

/* line 2, app/assets/stylesheets/enrollment_engine/layout/_announcement_modal.scss */
.announcement-modal__button {
  padding: 1rem 5rem;
}

/* stylelint-disable selector-class-pattern, selector-no-qualifying-type */
/* line 2, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement {
  padding: 2.3rem 3rem .8rem 1rem;
}

/* line 90, app/assets/stylesheets/abstracts/_mixins.scss */
.StripeElement:-webkit-autofill, .StripeElement:-webkit-autofill:focus, .StripeElement:-internal-autofill-selected {
  -webkit-animation: autofill 0s both;
  -moz-animation: autofill 0s both;
  -ms-animation: autofill 0s both;
  -o-animation: autofill 0s both;
  animation: autofill 0s both;
  -webkit-text-fill-color: #444;
  -moz-text-fill-color: #444;
  -ms-text-fill-color: #444;
  -o-text-fill-color: #444;
  text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -moz-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -ms-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  -o-box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
  box-shadow: 0 0 0 100rem rgba(0, 190, 109, 0.05) inset;
}

/* line 99, app/assets/stylesheets/abstracts/_mixins.scss */
.StripeElement:-moz-autofill, .StripeElement:-moz-autofill-preview {
  filter: rgba(0, 190, 109, 0.05);
}

/* line 7, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--empty ~ label.form__label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
  .StripeElement--empty ~ label.form__label {
    transition: none;
  }
}

/* line 15, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--focus ~ label.form__label, .StripeElement--invalid ~ label.form__label, .StripeElement--complete ~ label.form__label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 20, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--invalid.card-cvc::after, .StripeElement--invalid.card-number::after, .StripeElement--complete.card-cvc::after, .StripeElement--complete.card-number::after {
  display: none;
}

/* line 24, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--focus {
  box-shadow: 0 0 0 2px #e8e8e8;
}

/* line 25, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement + .form__validation-error-message {
  display: none;
}

/* line 27, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--complete {
  border-color: #197430;
}

/* line 30, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--complete ~ label.form__label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
}

/* line 33, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--complete ~ label.form__label::after {
  -webkit-transform: scale(1) rotate(42deg) translateY(-50%);
  -moz-transform: scale(1) rotate(42deg) translateY(-50%);
  -ms-transform: scale(1) rotate(42deg) translateY(-50%);
  -o-transform: scale(1) rotate(42deg) translateY(-50%);
  transform: scale(1) rotate(42deg) translateY(-50%);
}

/* line 37, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--invalid {
  border-color: #ab2321;
}

/* line 40, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--invalid ~ .form__validation-error-message {
  display: block;
}

/* line 42, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--invalid ~ label.form__label {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s , height 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1.8rem);
  -moz-transform: translate(1rem, 1.8rem);
  -ms-transform: translate(1rem, 1.8rem);
  -o-transform: translate(1rem, 1.8rem);
  transform: translate(1rem, 1.8rem);
  background-color: transparent;
  color: #999;
  font-size: 1.6rem;
  height: calc(100% - 3.5rem);
  left: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-transform: initial;
  top: 0;
  transform-origin: 1rem top;
  width: calc(100% - 3.5rem);
  z-index: 0;
  transition: transform 0.15s linear 0s , font-size 0.15s linear 0s;
  -webkit-transform: translate(1rem, 1rem);
  -moz-transform: translate(1rem, 1rem);
  -ms-transform: translate(1rem, 1rem);
  -o-transform: translate(1rem, 1rem);
  transform: translate(1rem, 1rem);
  font-size: 1.2rem;
  height: calc(100% - 2rem);
  pointer-events: none;
  top: 0;
  height: calc(100% - 3.5rem);
}

/* line 46, app/assets/stylesheets/enrollment_engine/overrides/_stripe.scss */
.StripeElement--invalid ~ label.form__label::before {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

/* stylelint-enable selector-class-pattern, selector-no-qualifying-type */
/* line 1, app/assets/stylesheets/enrollment_engine/overrides/_thoughtbot.scss */
table {
  font-size: 1.44rem;
}

/* line 3, app/assets/stylesheets/enrollment_engine/overrides/_thoughtbot.scss */
table td,
table th {
  padding: 1.2rem;
}

/* line 6, app/assets/stylesheets/enrollment_engine/overrides/_thoughtbot.scss */
table td:first-child,
table th:first-child {
  padding-left: 3.2rem;
}

/* line 9, app/assets/stylesheets/enrollment_engine/overrides/_thoughtbot.scss */
table td:last-child,
table th:last-child {
  padding-right: 3.2rem;
}

/* line 12, app/assets/stylesheets/enrollment_engine/overrides/_thoughtbot.scss */
td img {
  max-height: 3.2rem;
}

/* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  justify-content: center;
  min-height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms {
    flex-direction: row;
    font-size: 1.6rem;
    justify-content: space-between;
    margin: 0 0 0 auto;
    min-height: calc(100vh - 3.9rem - 10rem - 3rem);
  }
}

/* line 17, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms__step-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* line 24, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 {
  margin: 4rem auto 2rem 0;
  padding: 0;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 {
    margin: 0 auto 2rem 0;
  }
}

/* line 31, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__heading {
  margin: 1.6rem auto 2rem;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .form__heading {
    margin-top: 0;
  }
}

/* line 35, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__notice {
  margin-top: .5rem;
}

/* line 37, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__footer {
  margin: 1.5rem auto 0 0;
  max-width: 65.5rem;
}

/* line 42, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__validation-error-message {
  line-height: 1.6;
  margin-top: .6rem;
  word-break: break-word;
}

/* line 48, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__section {
  margin: 2rem auto 2rem 0;
  max-width: 65.5rem;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .form__section {
    margin-bottom: 4rem;
  }
}

/* line 55, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__row {
  margin: 1rem auto 0;
  /* stylelint-disable selector-max-class, selector-max-compound-selectors, selector-max-combinators */
  /* stylelint-enable selector-max-class, selector-max-compound-selectors, selector-max-combinators */
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .form__row {
    margin: 2rem auto 0;
  }
}

/* line 60, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__row__bottom-text {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .form__row__bottom-text {
    font-size: 1.3rem;
  }
}

/* line 70, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__row > .row:last-child .col-12:last-of-type .form-group {
  margin-bottom: 0;
}

/* line 74, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input, .enrollments-v2 .enrollment-forms .form--v2 .StripeElement {
  border-radius: 0.4rem;
  height: 4.6rem;
  max-width: 65.6rem;
  padding: 1rem 1.4rem;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input:invalid, .enrollments-v2 .enrollment-forms .form--v2 .StripeElement:invalid, .enrollments-v2 .enrollment-forms .form--v2 .form__input.invalid, .enrollments-v2 .enrollment-forms .form--v2 .invalid.StripeElement, .enrollments-v2 .enrollment-forms .form--v2 .form__input--invalid, .enrollments-v2 .enrollment-forms .form--v2 .form__input.is-invalid, .enrollments-v2 .enrollment-forms .form--v2 .is-invalid.StripeElement {
  /* stylelint-disable selector-max-class */
  /* stylelint-enable selector-max-class */
}

/* line 82, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input:invalid.filled:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .StripeElement:invalid.filled:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input:invalid.form__input--dirty:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .StripeElement:invalid.form__input--dirty:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input.invalid.filled:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .invalid.filled.StripeElement:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input.invalid.form__input--dirty:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input--invalid.filled:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input--invalid.form__input--dirty:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input.is-invalid.filled:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .is-invalid.filled.StripeElement:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled), .enrollments-v2 .enrollment-forms .form--v2 .is-invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled) {
  background: none;
  border-color: #ab2321;
  padding-right: 4.6rem;
}

/* line 88, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input:invalid.filled:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .StripeElement:invalid.filled:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input:invalid.form__input--dirty:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .StripeElement:invalid.form__input--dirty:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input.invalid.filled:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .invalid.filled.StripeElement:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input.invalid.form__input--dirty:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input--invalid.filled:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input--invalid.form__input--dirty:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input.is-invalid.filled:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .is-invalid.filled.StripeElement:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .form__input.is-invalid.form__input--dirty:not(:focus):not(:disabled) + .form__label::before, .enrollments-v2 .enrollment-forms .form--v2 .is-invalid.form__input--dirty.StripeElement:not(:focus):not(:disabled) + .form__label::before {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

/* line 93, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input--select:not(.form__input--dirty) {
  color: #999;
}

/* line 94, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input--select {
  border-radius: 0.4rem;
  padding: 1.1rem 4.6rem 1.1rem 1.4rem;
}

/* line 99, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__input.text__v2, .enrollments-v2 .enrollment-forms .form--v2 .text__v2.StripeElement {
  border-radius: 0.2rem;
  padding: 1rem;
}

/* line 105, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__label {
  margin-bottom: .6rem;
  text-transform: none;
}

/* line 109, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__label::before {
  margin-top: 0;
  right: 2.5rem;
  top: 5.1rem;
}

/* line 110, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__label::before:disabled, .enrollments-v2 .enrollment-forms .form--v2 .form__label::before.disabled, .enrollments-v2 .enrollment-forms .form--v2 .form__label::before--disabled, .enrollments-v2 .enrollment-forms .form--v2 .form__label::before.is-disabled {
  cursor: not-allowed;
}

/* line 117, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form__label .simple-form-optional {
  font-size: inherit;
}

/* line 121, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .invalid-feedback {
  color: #ab2321;
  text-transform: capitalize;
}

/* line 126, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .btn {
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .btn--fit-content {
  margin-bottom: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 129, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .btn--fit-content {
    min-width: 18rem;
    padding: 1.25rem 2rem;
    width: auto;
  }
}

/* line 140, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .btn--link {
  padding: 0;
}

/* line 143, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .btn--link--small {
  font-size: 1.4rem;
  padding: 0 0 1rem;
}

@media (min-width: 768px) {
  /* line 143, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .btn--link--small {
    padding: 0 0 2rem;
  }
}

/* line 152, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 hr {
  border-bottom: 1px solid #dddddf;
  width: 100%;
}

/* line 157, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .js-repetition-add-button {
  margin: 0 auto;
}

/* line 158, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .js-add-btn {
  margin-top: 1rem;
}

/* line 160, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .js-repetition-remove-button {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  /* line 160, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .js-repetition-remove-button {
    margin-top: 2rem;
  }
}

/* line 167, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 p.form__section {
  margin-bottom: 2rem;
}

/* line 170, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container {
  background: #f7f7f7;
  padding: 2rem;
}

/* line 174, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container:not(:last-child) {
  margin-bottom: 2rem;
}

/* line 176, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container .section-header {
  font-size: 1.4rem;
  margin: 2.4rem auto 0 1rem;
}

/* line 181, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container .section-heading {
  align-items: center;
  display: flex;
}

/* line 186, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container svg {
  margin-right: 1.4rem;
}

/* line 188, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container ul {
  margin: 2.4rem auto 0 1rem;
}

/* line 190, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container a {
  display: inline !important;
  /* stylelint-disable-line declaration-no-important */
  text-decoration: underline;
}

/* line 195, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .missing-information__container li:not(:last-child) {
  margin-bottom: 1.4rem;
}

/* line 198, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .information-valid__container {
  align-items: center;
  display: flex;
}

/* line 202, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .information-valid__container svg {
  margin-right: 1.4rem;
}

/* line 205, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .custom-html__container {
  margin-top: 4rem;
}

/* line 207, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-group {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 207, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .form-group {
    margin-bottom: 2rem;
  }
}

/* line 213, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-radio-btn {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /* stylelint-disable selector-max-class, selector-max-compound-selectors, selector-class-pattern */
  /* stylelint-enable selector-max-class, selector-max-compound-selectors, selector-class-pattern */
}

@media (min-width: 768px) {
  /* line 213, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .form-radio-btn {
    padding-top: 1rem;
  }
}

/* line 220, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-radio-btn .form-check-input + .collection_radio_buttons {
  margin: 0 0 0 1.5rem;
}

/* line 225, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-check-label {
  margin: 0 1.5rem;
}

/* line 228, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-check-label::before {
  height: 2rem;
  margin: .05rem .5rem 0 0;
  width: 2rem;
}

/* line 235, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-check-input:checked + .form-check-label::after {
  height: .47rem;
  margin: 1.5rem .3rem;
  width: .23rem;
  -webkit-transform: scale(2.2) rotate(33deg);
  -moz-transform: scale(2.2) rotate(33deg);
  -ms-transform: scale(2.2) rotate(33deg);
  -o-transform: scale(2.2) rotate(33deg);
  transform: scale(2.2) rotate(33deg);
}

/* line 245, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .collection_check_boxes {
  margin: 0 1.5rem;
}

/* line 248, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .collection_check_boxes::before {
  height: 2rem;
  margin: .05rem .5rem 0 0;
  width: 2rem;
}

/* line 255, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .form-check-input:checked + .collection_check_boxes::after {
  height: .47rem;
  left: .6rem;
  margin: 1.5rem .3rem;
  top: .1rem;
  width: .23rem;
  -webkit-transform: scale(2.2) rotate(33deg);
  -moz-transform: scale(2.2) rotate(33deg);
  -ms-transform: scale(2.2) rotate(33deg);
  -o-transform: scale(2.2) rotate(33deg);
  transform: scale(2.2) rotate(33deg);
}

/* line 266, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 textarea {
  max-width: 33rem;
  min-height: 30rem;
  padding: 1rem 3rem .8rem 1rem;
}

/* line 272, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 .program-header__title {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 1.6rem;
  padding: 0 0 1rem;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
  .enrollments-v2 .enrollment-forms .form--v2 .program-header__title {
    margin-top: 0;
  }
}

/* line 282, app/assets/stylesheets/enrollment_engine/v2/components/_enrollment_forms.scss */
.enrollments-v2 .enrollment-forms .form--v2 a:not(.btn) {
  color: #0030c2 !important;
  /* stylelint-disable-line */
}

/* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar {
  font-size: 1.4rem;
  margin-top: -4rem;
  max-height: 100%;
  padding: 0;
  position: fixed;
  top: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
  .enrollments-v2 .sidebar {
    align-self: flex-start;
    font-size: 1.6rem;
    margin-top: 0;
    max-width: 26.4rem;
    position: sticky;
    top: 3rem;
    z-index: 0;
  }
}

/* line 20, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .vertical-step__title {
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  overflow: hidden;
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar:hover .vertical-step__title {
  display: inline;
}

/* line 30, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps {
  background: #f7f7f7;
  list-style-type: none;
  margin: 0;
  max-height: 100%;
  padding: 0;
}

/* line 37, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps__label-toggle {
  background-color: #00be6d;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: .9rem 4.6rem;
  text-align: left;
}

/* line 937, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollments-v2 .sidebar .steps__label-toggle::after, .enrollments-v2 .sidebar .steps__label-toggle::before {
  border-radius: 100rem;
  transition: opacity 0.15s, linear linear 0s , transform 0.15s, linear linear 0s , background-color 0.15s, linear linear 0s;
  background-color: #fff;
  box-shadow: 0 0 1px transparent;
  content: "";
  display: inline-block;
  height: .2rem;
  left: 2.5rem;
  position: absolute;
  right: 0;
  top: 1.8rem;
  width: .7rem;
}

@media (min-width: 768px) {
  /* line 937, app/assets/stylesheets/abstracts/_mixins.scss */
  .enrollments-v2 .sidebar .steps__label-toggle::after, .enrollments-v2 .sidebar .steps__label-toggle::before {
    display: none;
  }
}

/* line 955, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollments-v2 .sidebar .steps__label-toggle::after {
  left: 2.1rem;
  right: 0.4rem;
}

/* line 960, app/assets/stylesheets/abstracts/_mixins.scss */
.enrollments-v2 .sidebar .steps__label-toggle:hover::after, .enrollments-v2 .sidebar .steps__label-toggle:hover::before {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 768px) {
  /* line 37, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
  .enrollments-v2 .sidebar .steps__label-toggle {
    cursor: default;
    padding: .9rem 2rem;
  }
}

/* line 54, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps__collapsible-content {
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
  .enrollments-v2 .sidebar .steps__collapsible-content {
    max-height: 100%;
    padding: 2rem 0;
  }
}

/* line 64, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps__hidden-toggler {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

@media (max-width: 767.98px) {
  /* line 70, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
  .enrollments-v2 .sidebar .steps__hidden-toggler:checked ~ .steps__collapsible-content {
    max-height: 50rem;
    padding: 2px 0;
  }
}

/* line 79, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps__title {
  color: #fff;
  padding: 1rem;
}

/* line 84, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps .link--text:hover {
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps button {
  text-align: inherit;
  text-shadow: inherit;
}

/* line 94, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
.enrollments-v2 .sidebar .steps .step {
  border-left: 0.5rem solid transparent;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/enrollment_engine/v2/components/_sidebar.scss */
  .enrollments-v2 .sidebar .steps .step {
    padding: 1rem 2rem;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_navbar_preview.scss */
.enrollments-v2 .navbar--preview {
  position: relative;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_navbar_preview.scss */
  .enrollments-v2 .navbar--preview {
    padding: unset;
    position: fixed;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload {
  padding: 0;
}

/* line 4, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload__field {
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 0;
  justify-content: flex-start;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
  .enrollments-v2 .file-upload__field {
    width: auto;
  }
}

/* line 14, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload__label {
  margin-bottom: .1rem;
}

/* line 16, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload__remove-file-btn {
  border: 0.2rem solid #333;
  color: #333;
  font-size: 2rem;
  height: 2.2rem;
  width: 2.2rem;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
  .enrollments-v2 .file-upload .js-selected-file {
    flex-basis: 100%;
    justify-content: flex-start;
  }
}

/* line 31, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload .js-selected-filename {
  font-size: 1.4rem;
  text-decoration: underline;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
  .enrollments-v2 .file-upload .js-selected-filename {
    font-size: 1.6rem;
  }
}

/* line 38, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload .js-selected-filesize {
  color: #777;
  flex-basis: fit-content;
  font-size: 1.4rem;
  margin-left: 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
  .enrollments-v2 .file-upload .js-selected-filesize {
    font-size: 1.6rem;
  }
}

/* line 48, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload .btn {
  margin-right: 0;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
  .enrollments-v2 .file-upload .btn {
    border-radius: .4rem;
    min-width: 0;
    padding: 1.15rem 2rem;
    width: auto;
  }
}

/* line 60, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
.enrollments-v2 .file-upload .form__validation-error-message {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/enrollment_engine/v2/components/_file_upload.scss */
  .enrollments-v2 .file-upload .form__validation-error-message {
    text-align: left;
  }
}

/* line 1, app/assets/stylesheets/enrollment_engine/v2/base/_layout.scss */
.enrollments-v2 > section {
  position: sticky;
  top: 0;
  z-index: 9;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/enrollment_engine/v2/base/_layout.scss */
  .enrollments-v2 > section {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/enrollment_engine/v2/base/_layout.scss */
  .enrollments-v2 .container {
    max-width: 100%;
  }
}

/* line 5, app/assets/stylesheets/enrollment_engine/v2/base/_typography.scss */
.enrollments-v2 .section-heading {
  font-size: inherit;
  margin-bottom: 0;
  text-transform: capitalize;
}

/* line 10, app/assets/stylesheets/enrollment_engine/v2/base/_typography.scss */
.enrollments-v2 .section-heading + p {
  margin: 1rem 0 2rem;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/enrollment_engine/v2/base/_typography.scss */
  .enrollments-v2 .section-heading + p {
    margin-top: 2rem;
  }
}
